-- phpMyAdmin SQL Dump
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Apr 05, 2024 at 08:58 AM
-- Server version: 10.1.41-MariaDB
-- PHP Version: 7.2.30

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `paweagl_db`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp_cli_scripts`
--

CREATE TABLE `wp_cli_scripts` (
  `id` int(11) NOT NULL,
  `cliscript_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `cliscript_category` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `cliscript_type` int(11) DEFAULT '0',
  `cliscript_status` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `cliscript_description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `cliscript_key` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_cli_scripts`
--

INSERT INTO `wp_cli_scripts` (`id`, `cliscript_title`, `cliscript_category`, `cliscript_type`, `cliscript_status`, `cliscript_description`, `cliscript_key`, `type`) VALUES
(1, 'Official Facebook Pixel', '-1', 1, 'yes', 'Official Facebook Pixel', 'facebook-for-wordpress', 0),
(2, 'Smash Balloon Twitter Feed', '-1', 1, 'yes', 'Twitter Feed By Smash Baloon', 'twitter-feed', 0),
(3, 'Smash Balloon Instagram Feed', '-1', 1, 'yes', 'Instagram Feed By Smash Baloon', 'instagram-feed', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `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',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'Um comentador do WordPress', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2021-01-07 18:03:57', '2021-01-07 18:03:57', 'Olá, isto é um comentário.\nPara iniciar a moderar, editar e eliminar comentários, por favor visite o ecrã de comentários no painel.\nOs avatares dos comentadores são do <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0),
(2, 85, 'cmsmasters', 'cmsmstrs@gmail.com', '', '37.25.102.15', '2016-01-29 12:27:20', '2016-01-29 12:27:20', 'Donec venenatis feugiat congue. Integer ipsum tellus, accumsan ut purus vitae, congue rhoncus ipsum. Praesent finibus suscipit fringilla. Curabitur faucibus libero non est viverra lacinia.', 0, '1', '', 'comment', 0, 0),
(3, 1965, 'cmsmasters', 'cmsmstrs@gmail.com', '', '37.25.102.15', '2016-01-29 12:26:48', '2016-01-29 12:26:48', 'Donec venenatis feugiat congue. Integer ipsum tellus, accumsan ut purus vitae, congue rhoncus ipsum. Praesent finibus suscipit fringilla. Curabitur faucibus libero non est viverra lacinia.', 0, '1', '', 'comment', 0, 0),
(4, 2938, 'cmsmasters', 'cmsmstrs@gmail.com', '', '37.25.102.15', '2016-01-29 12:26:22', '2016-01-29 12:26:22', 'Donec venenatis feugiat congue. Integer ipsum tellus, accumsan ut purus vitae, congue rhoncus ipsum. Praesent finibus suscipit fringilla. Curabitur faucibus libero non est viverra lacinia.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_layerslider`
--

CREATE TABLE `wp_layerslider` (
  `id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT '0',
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `slug` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(10) NOT NULL,
  `schedule_start` int(10) NOT NULL DEFAULT '0',
  `schedule_end` int(10) NOT NULL DEFAULT '0',
  `flag_hidden` tinyint(1) NOT NULL DEFAULT '0',
  `flag_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `flag_popup` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_layerslider`
--

INSERT INTO `wp_layerslider` (`id`, `author`, `name`, `slug`, `data`, `date_c`, `date_m`, `schedule_start`, `schedule_end`, `flag_hidden`, `flag_deleted`, `flag_popup`) VALUES
(1, 1, 'HomePage Slider', '', '{\"properties\":{\"title\":\"HomePage Slider\",\"slug\":\"\",\"sliderVersion\":\"6.8.2\",\"status\":true,\"schedule_start\":\"\",\"schedule_end\":\"\",\"type\":\"fullwidth\",\"width\":1903,\"height\":960,\"maxwidth\":\"\",\"responsiveunder\":\"0\",\"fullSizeMode\":\"normal\",\"fitScreenWidth\":true,\"allowFullscreen\":true,\"maxRatio\":\"\",\"insertMethod\":\"prependTo\",\"insertSelector\":\"\",\"clipSlideTransition\":\"disabled\",\"preventSliderClip\":true,\"hideonmobile\":true,\"hideunder\":\"768\",\"hideover\":\"100000\",\"slideOnSwipe\":true,\"optimizeForMobile\":true,\"firstlayer\":\"1\",\"autostart\":true,\"startinviewport\":true,\"pauseonhover\":true,\"keybnav\":true,\"touchnav\":true,\"playByScrollSpeed\":\"1\",\"loops\":\"0\",\"forceloopnum\":true,\"skin\":\"v5\",\"sliderfadeinduration\":\"350\",\"sliderclass\":\"\",\"sliderstyle\":\"margin-bottom: 0px;\",\"backgroundcolor\":\"\",\"backgroundimageId\":\"\",\"backgroundimage\":\"\",\"globalBGRepeat\":\"no-repeat\",\"globalBGAttachment\":\"scroll\",\"globalBGPosition\":\"50% 50%\",\"globalBGSize\":\"auto\",\"navprevnext\":true,\"navstartstop\":true,\"navbuttons\":true,\"hoverprevnext\":true,\"thumb_nav\":\"hover\",\"thumb_container_width\":\"60%\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"autoplayvideos\":true,\"rememberUnmuteState\":true,\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"popupPositionHorizontal\":\"center\",\"popupPositionVertical\":\"middle\",\"popupWidth\":\"640\",\"popupHeight\":\"360\",\"popupDistanceLeft\":\"10\",\"popupDistanceRight\":\"10\",\"popupDistanceTop\":\"10\",\"popupDistanceBottom\":\"10\",\"popupShowOnTimeout\":\"\",\"popupShowOnIdle\":\"\",\"popupShowOnScroll\":\"\",\"popupShowOnClick\":\"\",\"popupCloseOnTimeout\":\"\",\"popupCloseOnScroll\":\"\",\"popup_repeat\":true,\"popup_repeat_days\":\"\",\"popupShowOnce\":true,\"popup_pages_custom\":\"\",\"popup_pages_exclude\":\"\",\"popup_roles_administrator\":true,\"popup_roles_editor\":true,\"popup_roles_author\":true,\"popup_roles_contributor\":true,\"popup_roles_subscriber\":true,\"popup_roles_visitor\":true,\"popupTransitionIn\":\"fade\",\"popupDurationIn\":\"1000\",\"popupDelayIn\":\"200\",\"popupTransitionOut\":\"fade\",\"popupDurationOut\":\"500\",\"popupResetOnClose\":\"slide\",\"popupShowCloseButton\":true,\"popupCloseButtonStyle\":\"\",\"popupOverlayClickToClose\":true,\"popupOverlayBackground\":\"rgba(0,0,0,.85)\",\"popupOverlayTransitionIn\":\"fade\",\"popupOverlayDurationIn\":\"400\",\"popupOverlayTransitionOut\":\"fade\",\"popupOverlayDurationOut\":\"400\",\"yourlogoId\":\"\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: -10px; top: -10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"slideBGSize\":\"cover\",\"slideBGPosition\":\"50% 50%\",\"parallaxSensitivity\":\"10\",\"parallaxCenterLayers\":\"center\",\"parallaxCenterDegree\":\"40\",\"forceLayersOutDuration\":\"750\",\"useSrcset\":true,\"preferBlendMode\":\"disabled\",\"previewId\":\"\",\"preview\":\"\",\"responsive\":true,\"sublayercontainer\":\"0\",\"animatefirstlayer\":true,\"imgpreload\":true,\"forceresponsive\":true,\"cbinit\":\"function(element) {\\r\\n\\r\\n}\",\"cbstart\":\"function(data) {\\r\\n\\r\\n}\",\"cbstop\":\"function(data) {\\r\\n\\r\\n}\",\"cbpause\":\"function(data) {\\r\\n\\r\\n}\",\"cbanimstart\":\"function(data) {\\r\\n\\r\\n}\",\"cbanimstop\":\"function(data) {\\r\\n\\r\\n}\",\"cbprev\":\"function(data) {\\r\\n\\r\\n}\",\"cbnext\":\"function(data) {\\r\\n\\r\\n}\",\"circletimer\":false},\"layers\":[{\"properties\":{\"post_offset\":\"-1\",\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"backgroundId\":\"\",\"background\":\"\",\"bgsize\":\"inherit\",\"bgposition\":\"inherit\",\"bgcolor\":\"\",\"thumbnailId\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"4000\",\"timeshift\":\"0\",\"transitionduration\":\"\",\"layer_link\":\"\",\"linkId\":\"\",\"linkName\":\"\",\"linkType\":\"\",\"layer_link_target\":\"_self\",\"layer_link_type\":\"over\",\"deeplink\":\"\",\"globalhover\":false,\"overflow\":false,\"kenburnszoom\":\"disabled\",\"kenburnsscale\":\"1.2\",\"kenburnsrotate\":\"\",\"parallaxtype\":\"2d\",\"parallaxevent\":\"cursor\",\"parallaxaxis\":\"both\",\"parallaxtransformorigin\":\"50% 50% 0\",\"parallaxdurationmove\":\"1500\",\"parallaxdurationleave\":\"1200\",\"parallaxdistance\":\"10\",\"parallaxrotate\":\"10\",\"parallaxtransformperspective\":\"500\",\"id\":\"\",\"skip\":false,\"backgroundThumb\":\"\",\"customProperties\":[],\"post_content\":false},\"sublayers\":[{\"subtitle\":\"Layer #2\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"80\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-80\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"styles\":\"{\\\\\\\"font-size\\\\\\\":\\\\\\\"80\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"top\\\\\\\":\\\\\\\"379\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"307\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false}\",\"media\":\"text\",\"type\":\"h1\",\"imageId\":\"\",\"image\":\"\",\"html\":\"The Portuguese-American Women\'s\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"font-style:italic\",\"innerAttributes\":[],\"outerAttributes\":[],\"hasTransforms\":false,\"uuid\":\"07575466-4b08-49a3-a12d-fc9d511145d3\",\"meta\":[],\"linkId\":\"\",\"linkName\":\"\",\"linkType\":\"\"},{\"subtitle\":\"Layer #3\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"80\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-80\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"styles\":\"{\\\\\\\"font-size\\\\\\\":\\\\\\\"80\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"top\\\\\\\":\\\\\\\"476\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"533\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false}\",\"media\":\"text\",\"type\":\"h1\",\"imageId\":\"\",\"image\":\"\",\"html\":\"Empowerment Alliance\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"innerAttributes\":[],\"outerAttributes\":[],\"hasTransforms\":false,\"uuid\":\"c1ea77c5-3c1a-4132-8c67-c1b18430bd33\",\"meta\":[],\"linkId\":\"\",\"linkName\":\"\",\"linkType\":\"\"},{\"subtitle\":\"Layer #5\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"80\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-80\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"styles\":\"{\\\\\\\"padding-top\\\\\\\":\\\\\\\"12px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"12px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"14px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"26px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#ab9865\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"top\\\\\\\":\\\\\\\"640px\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"780px\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false}\",\"media\":\"text\",\"type\":\"h5\",\"imageId\":\"\",\"image\":\"\",\"html\":\"REGISTER NOW\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"cmsms_layer_button book\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"innerAttributes\":[],\"outerAttributes\":[],\"hasTransforms\":false,\"meta\":[],\"linkId\":\"\",\"linkName\":\"\",\"linkType\":\"\",\"uuid\":\"bcdf7681-e780-4b40-8a9c-ef1a0e221c64\"},{\"subtitle\":\"Layer #5 copy\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"80\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-80\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"styles\":\"{\\\\\\\"padding-top\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"border-top\\\\\\\":\\\\\\\"2px solid #ffffff\\\\\\\",\\\\\\\"border-right\\\\\\\":\\\\\\\"2px solid #ffffff\\\\\\\",\\\\\\\"border-bottom\\\\\\\":\\\\\\\"2px solid #ffffff\\\\\\\",\\\\\\\"border-left\\\\\\\":\\\\\\\"2px solid #ffffff\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"14px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"26px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"rgba(55, 106, 232, 0.01)\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"top\\\\\\\":\\\\\\\"640px\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"970px\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false}\",\"media\":\"text\",\"type\":\"h5\",\"imageId\":\"\",\"image\":\"\",\"html\":\"LEARN MORE\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"cmsms_layer_learn book\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"innerAttributes\":[],\"outerAttributes\":[],\"hasTransforms\":false,\"uuid\":\"d22fa13b-bcb3-4061-aba3-0de235cd1fe4\"},{\"transition\":\"{\\\\\\\"backgroundvideo\\\\\\\":true,\\\\\\\"autoplay\\\\\\\":\\\\\\\"inherit\\\\\\\",\\\\\\\"muted\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"volume\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"overlay\\\\\\\":\\\\\\\"disabled\\\\\\\",\\\\\\\"fillmode\\\\\\\":\\\\\\\"cover\\\\\\\",\\\\\\\"controls\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"showinfo\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"loopmedia\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"transitionin\\\\\\\":true,\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"transformperspectivein\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"colorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"transitionout\\\\\\\":true,\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"startatout\\\\\\\":\\\\\\\"slidechangeonly\\\\\\\",\\\\\\\"startatouttiming\\\\\\\":\\\\\\\"slidechangeonly\\\\\\\",\\\\\\\"startatoutoperator\\\\\\\":\\\\\\\"+\\\\\\\",\\\\\\\"startatoutvalue\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"transformperspectiveout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"colorout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"position\\\\\\\":\\\\\\\"relative\\\\\\\",\\\\\\\"rotation\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleX\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleY\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"minfontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"minmobilefontsize\\\\\\\":\\\\\\\"\\\\\\\"}\",\"styles\":\"{\\\\\\\"top\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"text-align\\\\\\\":\\\\\\\"unset\\\\\\\",\\\\\\\"font-weight\\\\\\\":\\\\\\\"unset\\\\\\\",\\\\\\\"font-style\\\\\\\":\\\\\\\"unset\\\\\\\",\\\\\\\"text-decoration\\\\\\\":\\\\\\\"unset\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false,\\\\\\\"opacity\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"mix-blend-mode\\\\\\\":\\\\\\\"unset\\\\\\\"}\",\"media\":\"media\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"<iframe width=\\\"560\\\" height=\\\"315\\\" src=\\\"https:\\/\\/www.youtube.com\\/embed\\/MmIwvtoxUkE\\\" frameborder=\\\"0\\\" allowfullscreen><\\/iframe>\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"\",\"linkId\":\"\",\"linkName\":\"\",\"linkType\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #5\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":true,\"uuid\":\"5b6141a5-b768-4b86-8fd2-b73e6f432fe6\"}],\"meta\":{\"undoStackIndex\":17,\"activeLayers\":[0]},\"history\":[{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":[{\"itemIndex\":1,\"undo\":{\"background\":\"#3a6ee8\"},\"redo\":{\"background\":\"#ab9865\"}}]},{\"cmd\":\"slide.layers\",\"name\":\"Remove layer(s)\",\"updateInfo\":[{\"itemIndex\":5,\"undo\":{\"data\":{\"subtitle\":\"Layer #1\",\"transition\":{\"offsetxin\":\"80\",\"offsetyin\":\"0\",\"durationin\":\"1000\",\"delayin\":\"0\",\"easingin\":\"easeInOutQuint\",\"fadein\":true,\"rotatein\":\"0\",\"rotatexin\":\"0\",\"rotateyin\":\"0\",\"transformoriginin\":\"50% 50% 0\",\"skewxin\":\"0\",\"skewyin\":\"0\",\"scalexin\":\"1\",\"scaleyin\":\"1\",\"offsetxout\":\"-80\",\"offsetyout\":\"0\",\"durationout\":\"400\",\"showuntil\":\"0\",\"easingout\":\"easeInOutQuint\",\"fadeout\":true,\"rotateout\":\"0\",\"rotatexout\":\"0\",\"rotateyout\":\"0\",\"transformoriginout\":\"50% 50% 0\",\"skewxout\":\"0\",\"skewyout\":\"0\",\"scalexout\":\"1\",\"scaleyout\":\"1\",\"parallaxlevel\":\"0\"},\"styles\":{\"width\":\"\",\"height\":\"\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"border-top\":\"\",\"border-right\":\"\",\"border-bottom\":\"\",\"border-left\":\"\",\"font-family\":\"\",\"font-size\":\"20\",\"line-height\":\"\",\"color\":\"#ffffff\",\"background\":\"\",\"border-radius\":\"\",\"top\":\"250px\",\"left\":\"820px\",\"wordwrap\":false},\"media\":\"text\",\"type\":\"h6\",\"imageId\":\"\",\"image\":\"\",\"html\":\"December 18-21, 2016\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"innerAttributes\":[],\"outerAttributes\":[],\"hasTransforms\":false,\"uuid\":\"cf108c5d-9fa1-4985-9afd-c4a40d133147\",\"meta\":[],\"linkId\":\"\",\"linkName\":\"\",\"linkType\":\"\"}},\"redo\":{\"data\":[]}}]},{\"cmd\":\"slide.layers\",\"name\":\"Remove layer(s)\",\"updateInfo\":[{\"itemIndex\":2,\"undo\":{\"data\":{\"subtitle\":\"Layer #4\",\"transition\":{\"offsetxin\":\"80\",\"offsetyin\":\"0\",\"durationin\":\"1000\",\"delayin\":\"0\",\"easingin\":\"easeInOutQuint\",\"fadein\":true,\"rotatein\":\"0\",\"rotatexin\":\"0\",\"rotateyin\":\"0\",\"transformoriginin\":\"50% 50% 0\",\"skewxin\":\"0\",\"skewyin\":\"0\",\"scalexin\":\"1\",\"scaleyin\":\"1\",\"offsetxout\":\"-80\",\"offsetyout\":\"0\",\"durationout\":\"400\",\"showuntil\":\"0\",\"easingout\":\"easeInOutQuint\",\"fadeout\":true,\"rotateout\":\"0\",\"rotatexout\":\"0\",\"rotateyout\":\"0\",\"transformoriginout\":\"50% 50% 0\",\"skewxout\":\"0\",\"skewyout\":\"0\",\"scalexout\":\"1\",\"scaleyout\":\"1\",\"parallaxlevel\":\"0\"},\"styles\":{\"width\":\"\",\"height\":\"\",\"padding-top\":\"\",\"padding-right\":\"\",\"padding-bottom\":\"\",\"padding-left\":\"\",\"border-top\":\"\",\"border-right\":\"\",\"border-bottom\":\"\",\"border-left\":\"\",\"font-family\":\"\",\"font-size\":\"16\",\"line-height\":\"\",\"color\":\"#ffffff\",\"background\":\"\",\"border-radius\":\"\",\"top\":\"580px\",\"left\":\"785px\",\"wordwrap\":false},\"media\":\"text\",\"type\":\"h6\",\"imageId\":\"\",\"image\":\"\",\"html\":\"New York Exhibition Center, USA\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"innerAttributes\":[],\"outerAttributes\":[],\"hasTransforms\":false,\"uuid\":\"98e213c3-94a0-46b2-b7c4-ee465fdb047a\",\"meta\":[],\"linkId\":\"\",\"linkName\":\"\",\"linkType\":\"\"}},\"redo\":{\"data\":[]}}]},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":[{\"itemIndex\":3,\"undo\":{\"html\":\"\"},\"redo\":{\"html\":\"The Portuguese-American Women\'s\"}}]},{\"cmd\":\"layer.style\",\"name\":\"Layer position\",\"updateInfo\":[{\"itemIndex\":3,\"undo\":{\"left\":\"680.0000251234299px\",\"top\":\"289.9999638419655px\"},\"redo\":{\"left\":\"76px\",\"top\":\"250px\"}}]},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":[{\"itemIndex\":2,\"undo\":{\"html\":\"\"},\"redo\":{\"html\":\"Empowerment Alliance\"}}]},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":[{\"itemIndex\":2,\"undo\":{\"font-size\":\"120\"},\"redo\":{\"font-size\":\"80\"}}]},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":[{\"itemIndex\":3,\"undo\":{\"font-size\":\"120\"},\"redo\":{\"font-size\":\"80\"}}]},{\"cmd\":\"layer.style\",\"name\":\"Align layer(s)\",\"updateInfo\":[{\"itemIndex\":3,\"undo\":{\"left\":\"76px\",\"top\":\"250px\"},\"redo\":{\"left\":\"50%\",\"top\":\"50%\"}}]},{\"cmd\":\"layer.style\",\"name\":\"Layer position\",\"updateInfo\":[{\"itemIndex\":3,\"undo\":{\"left\":\"307.2812694090811px\",\"top\":\"427.00003921225533px\"},\"redo\":{\"left\":\"335px\",\"top\":\"270px\"}}]},{\"cmd\":\"layer.style\",\"name\":\"Align layer(s)\",\"updateInfo\":[{\"itemIndex\":2,\"undo\":{\"left\":\"660px\",\"top\":\"410px\"},\"redo\":{\"left\":\"50%\",\"top\":\"50%\"}}]},{\"cmd\":\"layer.style\",\"name\":\"Align layer(s)\",\"updateInfo\":[{\"itemIndex\":3,\"undo\":{\"left\":\"335px\",\"top\":\"270px\"},\"redo\":{\"left\":\"50%\",\"top\":\"50%\"}}]},{\"cmd\":\"layer.style\",\"name\":\"Layer position\",\"updateInfo\":[{\"itemIndex\":3,\"undo\":{\"left\":\"306.79499999999996px\",\"top\":\"427px\"},\"redo\":{\"left\":\"306.79499999999996px\",\"top\":\"330px\"}}]},{\"cmd\":\"layer.style\",\"name\":\"Align layer(s)\",\"updateInfo\":[{\"itemIndex\":2,\"undo\":{\"left\":\"50%\",\"top\":\"50%\"},\"redo\":{\"left\":\"533\",\"top\":\"476\"}},{\"itemIndex\":3,\"undo\":{\"left\":\"50%\",\"top\":\"330px\"},\"redo\":{\"left\":\"307\",\"top\":\"379\"}}]},{\"cmd\":\"slide.general\",\"name\":\"Remove slide image\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"background\":\"http:\\/\\/pawea-global.com\\/index\\/wp-content\\/uploads\\/layerslider\\/HomePage-Slider\\/06.jpg\",\"backgroundId\":13262,\"backgroundThumb\":\"http:\\/\\/pawea-global.com\\/index\\/wp-content\\/uploads\\/layerslider\\/HomePage-Slider\\/06-300x169.jpg\"},\"redo\":{\"background\":\"\",\"backgroundId\":\"\",\"backgroundThumb\":\"\"}}},{\"cmd\":\"slide.layers\",\"name\":\"New layer\",\"updateInfo\":[{\"itemIndex\":0,\"selectIndex\":0,\"undo\":{\"data\":[]},\"redo\":{\"data\":{\"transition\":{\"backgroundvideo\":true,\"autoplay\":\"inherit\",\"muted\":\"auto\",\"volume\":\"\",\"overlay\":\"disabled\",\"fillmode\":\"cover\",\"controls\":\"auto\",\"showinfo\":\"auto\",\"loopmedia\":\"auto\",\"transitionin\":true,\"offsetxin\":\"0\",\"offsetyin\":\"0\",\"scalexin\":\"1\",\"scaleyin\":\"1\",\"widthin\":\"\",\"heightin\":\"\",\"rotatein\":\"0\",\"rotatexin\":\"0\",\"rotateyin\":\"0\",\"skewxin\":\"0\",\"skewyin\":\"0\",\"clipin\":\"\",\"delayin\":\"0\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"transformoriginin\":\"50% 50% 0\",\"transformperspectivein\":\"500\",\"fadein\":true,\"colorin\":\"\",\"bgcolorin\":\"\",\"radiusin\":\"\",\"filterin\":\"\",\"transitionout\":true,\"offsetxout\":\"0\",\"offsetyout\":\"0\",\"scalexout\":\"1\",\"scaleyout\":\"1\",\"widthout\":\"\",\"heightout\":\"\",\"rotateout\":\"0\",\"rotatexout\":\"0\",\"rotateyout\":\"0\",\"skewxout\":\"0\",\"skewyout\":\"0\",\"clipout\":\"\",\"startatout\":\"slidechangeonly\",\"startatouttiming\":\"slidechangeonly\",\"startatoutoperator\":\"+\",\"startatoutvalue\":\"0\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"transformoriginout\":\"50% 50% 0\",\"transformperspectiveout\":\"500\",\"fadeout\":true,\"colorout\":\"\",\"bgcolorout\":\"\",\"radiusout\":\"\",\"filterout\":\"\",\"position\":\"relative\",\"rotation\":\"0\",\"scaleX\":\"1\",\"rotationX\":\"0\",\"scaleY\":\"1\",\"rotationY\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"minfontsize\":\"\",\"minmobilefontsize\":\"\"},\"styles\":{\"top\":\"10px\",\"left\":\"10px\",\"text-align\":\"unset\",\"font-weight\":\"unset\",\"font-style\":\"unset\",\"text-decoration\":\"unset\",\"wordwrap\":false,\"opacity\":\"1\",\"mix-blend-mode\":\"unset\"},\"media\":\"media\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"<iframe width=\\\"560\\\" height=\\\"315\\\" src=\\\"https:\\/\\/www.youtube.com\\/embed\\/MmIwvtoxUkE\\\" frameborder=\\\"0\\\" allowfullscreen><\\/iframe>\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"\",\"linkId\":\"\",\"linkName\":\"\",\"linkType\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #5\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":true}}}]},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"html\":\"\"},\"redo\":{\"html\":\"<iframe width=\\\"560\\\" height=\\\"315\\\" src=\\\"https:\\/\\/www.youtube.com\\/embed\\/MmIwvtoxUkE\\\" frameborder=\\\"0\\\" allowfullscreen><\\/iframe>\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":[{\"itemIndex\":0,\"undo\":{\"backgroundvideo\":false},\"redo\":{\"backgroundvideo\":true}}]}]}]}', 1610044947, 1610045354, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_layerslider_revisions`
--

CREATE TABLE `wp_layerslider_revisions` (
  `id` int(10) NOT NULL,
  `slider_id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT '0',
  `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_c` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://pawea-global.com/index', 'yes'),
(2, 'home', 'http://pawea-global.com/index', 'yes'),
(3, 'blogname', 'pawea', 'yes'),
(4, 'blogdescription', 'Mais um site WordPress', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'diogoseixas@bykoket.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'j \\d\\e F, Y', 'yes'),
(24, 'time_format', 'G:i', 'yes'),
(25, 'links_updated_date_format', 'j F, Y G:i', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:12:{i:0;s:27:\"LayerSlider/layerslider.php\";i:1;s:59:\"cmsmasters-content-composer/cmsmasters-content-composer.php\";i:2;s:57:\"cmsmasters-events-schedule/cmsmasters-events-schedule.php\";i:3;s:43:\"cmsmasters-importer/cmsmasters-importer.php\";i:4;s:45:\"cmsmasters-mega-menu/cmsmasters-mega-menu.php\";i:5;s:36:\"contact-form-7/wp-contact-form-7.php\";i:6;s:35:\"cookie-law-info/cookie-law-info.php\";i:7;s:31:\"envato-market/envato-market.php\";i:8;s:33:\"instagram-feed/instagram-feed.php\";i:10;s:23:\"revslider/revslider.php\";i:11;s:43:\"the-events-calendar/the-events-calendar.php\";i:12;s:24:\"wordpress-seo/wp-seo.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'in-conference', 'yes'),
(41, 'stylesheet', 'in-conference', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '49752', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:3:{s:35:\"cookie-law-info/cookie-law-info.php\";s:25:\"uninstall_cookie_law_info\";s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '7366', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1625594637', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'initial_db_version', '49752', 'yes'),
(99, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:29:\"manage_instagram_feed_options\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}', 'yes'),
(100, 'fresh_site', '0', 'yes'),
(101, 'WPLANG', 'pt_PT', 'yes'),
(102, 'widget_search', 'a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'sidebars_widgets', 'a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar_default\";a:4:{i:0;s:8:\"search-3\";i:1;s:19:\"custom-posts-tabs-3\";i:2;s:25:\"custom-popular-projects-3\";i:3;s:21:\"custom-contact-info-3\";}s:14:\"sidebar_bottom\";a:0:{}s:15:\"sidebar_archive\";a:0:{}s:14:\"sidebar_search\";a:0:{}s:16:\"events-countdown\";a:1:{i:0;s:31:\"tribe-events-countdown-widget-2\";}s:10:\"event-list\";a:1:{i:0;s:26:\"tribe-events-list-widget-2\";}s:12:\"shop-sidebar\";a:5:{i:0;s:28:\"woocommerce_product_search-2\";i:1;s:32:\"woocommerce_product_categories-2\";i:2;s:26:\"woocommerce_price_filter-2\";i:3;s:22:\"woocommerce_products-2\";i:4;s:25:\"woocommerce_widget_cart-2\";}s:9:\"mail-poet\";a:1:{i:0;s:8:\"wysija-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(108, 'cron', 'a:14:{i:1610942639;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1610949600;a:2:{s:29:\"sb_instagram_feed_issue_email\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbiweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:23:\"sbi_notification_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbiweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1610949839;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:1610950097;a:2:{s:21:\"sb_instagram_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:23:\"sb_instagram_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1610950221;a:1:{s:30:\"tribe_schedule_transient_purge\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1610993038;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1610993045;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1610993048;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:1610993420;a:2:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1610993421;a:2:{s:24:\"tribe_common_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"tribe_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1611252620;a:1:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1611293333;a:1:{s:23:\"sbi_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1611338638;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'yes'),
(109, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'recovery_keys', 'a:0:{}', 'yes'),
(121, 'theme_mods_twentytwentyone', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1610042782;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}', 'yes'),
(142, 'can_compress_scripts', '0', 'no'),
(153, 'finished_updating_comment_type', '1', 'yes'),
(154, 'current_theme', 'In Conference', 'yes'),
(155, 'theme_mods_in-conference', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";i:44;s:8:\"top_line\";i:45;s:6:\"footer\";i:41;}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(156, 'theme_switched', '', 'yes'),
(157, 'cmsmasters_plugin_activation', 'false', 'yes'),
(158, 'cmsmasters_active_theme', 'in-conference', 'yes'),
(159, 'cmsmasters_options_in-conference_general', 'a:9:{s:26:\"in-conference_theme_layout\";s:6:\"liquid\";s:23:\"in-conference_logo_type\";s:5:\"image\";s:22:\"in-conference_logo_url\";s:71:\"13263|http://pawea-global.com/index/wp-content/uploads/2021/01/logo.png\";s:29:\"in-conference_logo_url_retina\";s:71:\"13263|http://pawea-global.com/index/wp-content/uploads/2021/01/logo.png\";s:24:\"in-conference_logo_title\";s:13:\"In Conference\";s:27:\"in-conference_logo_subtitle\";s:0:\"\";s:31:\"in-conference_logo_custom_color\";i:0;s:30:\"in-conference_logo_title_color\";s:0:\"\";s:33:\"in-conference_logo_subtitle_color\";s:0:\"\";}', 'yes'),
(160, 'cmsmasters_options_in-conference_bg', 'a:7:{s:20:\"in-conference_bg_col\";s:7:\"#ffffff\";s:27:\"in-conference_bg_img_enable\";i:0;s:20:\"in-conference_bg_img\";s:0:\"\";s:20:\"in-conference_bg_rep\";s:9:\"no-repeat\";s:20:\"in-conference_bg_pos\";s:10:\"top center\";s:20:\"in-conference_bg_att\";s:6:\"scroll\";s:21:\"in-conference_bg_size\";s:5:\"cover\";}', 'yes'),
(161, 'cmsmasters_options_in-conference_header', 'a:12:{s:26:\"in-conference_fixed_header\";i:1;s:29:\"in-conference_header_overlaps\";i:1;s:29:\"in-conference_header_top_line\";i:0;s:31:\"in-conference_header_top_height\";s:2:\"32\";s:40:\"in-conference_header_top_line_short_info\";s:0:\"\";s:38:\"in-conference_header_top_line_add_cont\";s:6:\"social\";s:27:\"in-conference_header_styles\";s:7:\"default\";s:31:\"in-conference_header_mid_height\";s:2:\"90\";s:31:\"in-conference_header_bot_height\";s:2:\"60\";s:27:\"in-conference_header_search\";i:0;s:29:\"in-conference_header_add_cont\";s:6:\"social\";s:39:\"in-conference_header_add_cont_cust_html\";s:0:\"\";}', 'yes'),
(162, 'cmsmasters_options_in-conference_content', 'a:18:{s:20:\"in-conference_layout\";s:9:\"r_sidebar\";s:29:\"in-conference_archives_layout\";s:9:\"r_sidebar\";s:27:\"in-conference_search_layout\";s:9:\"r_sidebar\";s:27:\"in-conference_events_layout\";s:9:\"fullwidth\";s:26:\"in-conference_other_layout\";s:9:\"r_sidebar\";s:31:\"in-conference_heading_alignment\";s:6:\"center\";s:28:\"in-conference_heading_scheme\";s:7:\"default\";s:37:\"in-conference_heading_bg_image_enable\";i:1;s:30:\"in-conference_heading_bg_image\";s:96:\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg\";s:31:\"in-conference_heading_bg_repeat\";s:9:\"no-repeat\";s:35:\"in-conference_heading_bg_attachment\";s:6:\"scroll\";s:29:\"in-conference_heading_bg_size\";s:5:\"cover\";s:30:\"in-conference_heading_bg_color\";s:0:\"\";s:28:\"in-conference_heading_height\";s:3:\"360\";s:25:\"in-conference_breadcrumbs\";i:1;s:27:\"in-conference_bottom_scheme\";s:5:\"first\";s:28:\"in-conference_bottom_sidebar\";i:0;s:35:\"in-conference_bottom_sidebar_layout\";s:8:\"14141414\";}', 'yes'),
(163, 'cmsmasters_options_in-conference_footer', 'a:16:{s:27:\"in-conference_footer_scheme\";s:6:\"footer\";s:25:\"in-conference_footer_type\";s:7:\"default\";s:39:\"in-conference_footer_additional_content\";s:3:\"nav\";s:25:\"in-conference_footer_logo\";i:1;s:29:\"in-conference_footer_logo_url\";s:71:\"13263|http://pawea-global.com/index/wp-content/uploads/2021/01/logo.png\";s:36:\"in-conference_footer_logo_url_retina\";s:71:\"13263|http://pawea-global.com/index/wp-content/uploads/2021/01/logo.png\";s:36:\"in-conference_footer_bg_image_enable\";i:1;s:29:\"in-conference_footer_bg_image\";s:96:\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg\";s:30:\"in-conference_footer_bg_repeat\";s:9:\"no-repeat\";s:27:\"in-conference_footer_bg_pos\";s:10:\"top center\";s:34:\"in-conference_footer_bg_attachment\";s:5:\"fixed\";s:28:\"in-conference_footer_bg_size\";s:5:\"cover\";s:24:\"in-conference_footer_nav\";i:1;s:27:\"in-conference_footer_social\";i:1;s:25:\"in-conference_footer_html\";s:0:\"\";s:30:\"in-conference_footer_copyright\";s:35:\"PAWEA © 2021 | All Rights Reserved\";}', 'yes'),
(164, 'cmsmasters_options_in-conference_font_content', 'a:6:{s:38:\"in-conference_content_font_system_font\";s:45:\"Arial, Helvetica, \'Nimbus Sans L\', sans-serif\";s:38:\"in-conference_content_font_google_font\";s:57:\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\";s:36:\"in-conference_content_font_font_size\";s:2:\"15\";s:38:\"in-conference_content_font_line_height\";s:2:\"22\";s:38:\"in-conference_content_font_font_weight\";s:6:\"normal\";s:37:\"in-conference_content_font_font_style\";s:6:\"normal\";}', 'yes'),
(165, 'cmsmasters_options_in-conference_font_link', 'a:9:{s:35:\"in-conference_link_font_system_font\";s:45:\"Arial, Helvetica, \'Nimbus Sans L\', sans-serif\";s:35:\"in-conference_link_font_google_font\";s:57:\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\";s:33:\"in-conference_link_font_font_size\";s:2:\"15\";s:35:\"in-conference_link_font_line_height\";s:2:\"22\";s:35:\"in-conference_link_font_font_weight\";s:6:\"normal\";s:34:\"in-conference_link_font_font_style\";s:6:\"normal\";s:38:\"in-conference_link_font_text_transform\";s:4:\"none\";s:39:\"in-conference_link_font_text_decoration\";s:4:\"none\";s:35:\"in-conference_link_hover_decoration\";s:4:\"none\";}', 'yes'),
(166, 'cmsmasters_options_in-conference_font_nav', 'a:14:{s:40:\"in-conference_nav_title_font_system_font\";s:45:\"Arial, Helvetica, \'Nimbus Sans L\', sans-serif\";s:40:\"in-conference_nav_title_font_google_font\";s:18:\"Montserrat:400,700\";s:38:\"in-conference_nav_title_font_font_size\";s:2:\"12\";s:40:\"in-conference_nav_title_font_line_height\";s:2:\"18\";s:40:\"in-conference_nav_title_font_font_weight\";s:4:\"bold\";s:39:\"in-conference_nav_title_font_font_style\";s:6:\"normal\";s:43:\"in-conference_nav_title_font_text_transform\";s:9:\"uppercase\";s:43:\"in-conference_nav_dropdown_font_system_font\";s:45:\"Arial, Helvetica, \'Nimbus Sans L\', sans-serif\";s:43:\"in-conference_nav_dropdown_font_google_font\";s:57:\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\";s:41:\"in-conference_nav_dropdown_font_font_size\";s:2:\"14\";s:43:\"in-conference_nav_dropdown_font_line_height\";s:2:\"20\";s:43:\"in-conference_nav_dropdown_font_font_weight\";s:6:\"normal\";s:42:\"in-conference_nav_dropdown_font_font_style\";s:6:\"normal\";s:46:\"in-conference_nav_dropdown_font_text_transform\";s:4:\"none\";}', 'yes'),
(167, 'cmsmasters_options_in-conference_font_heading', 'a:48:{s:33:\"in-conference_h1_font_system_font\";s:45:\"Arial, Helvetica, \'Nimbus Sans L\', sans-serif\";s:33:\"in-conference_h1_font_google_font\";s:58:\"Playfair+Display:400,400italic,700,700italic,900,900italic\";s:31:\"in-conference_h1_font_font_size\";s:2:\"50\";s:33:\"in-conference_h1_font_line_height\";s:2:\"60\";s:33:\"in-conference_h1_font_font_weight\";s:6:\"normal\";s:32:\"in-conference_h1_font_font_style\";s:6:\"normal\";s:36:\"in-conference_h1_font_text_transform\";s:4:\"none\";s:37:\"in-conference_h1_font_text_decoration\";s:4:\"none\";s:33:\"in-conference_h2_font_system_font\";s:45:\"Arial, Helvetica, \'Nimbus Sans L\', sans-serif\";s:33:\"in-conference_h2_font_google_font\";s:58:\"Playfair+Display:400,400italic,700,700italic,900,900italic\";s:31:\"in-conference_h2_font_font_size\";s:2:\"30\";s:33:\"in-conference_h2_font_line_height\";s:2:\"42\";s:33:\"in-conference_h2_font_font_weight\";s:6:\"normal\";s:32:\"in-conference_h2_font_font_style\";s:6:\"normal\";s:36:\"in-conference_h2_font_text_transform\";s:4:\"none\";s:37:\"in-conference_h2_font_text_decoration\";s:4:\"none\";s:33:\"in-conference_h3_font_system_font\";s:45:\"Arial, Helvetica, \'Nimbus Sans L\', sans-serif\";s:33:\"in-conference_h3_font_google_font\";s:18:\"Montserrat:400,700\";s:31:\"in-conference_h3_font_font_size\";s:2:\"22\";s:33:\"in-conference_h3_font_line_height\";s:2:\"32\";s:33:\"in-conference_h3_font_font_weight\";s:4:\"bold\";s:32:\"in-conference_h3_font_font_style\";s:6:\"normal\";s:36:\"in-conference_h3_font_text_transform\";s:4:\"none\";s:37:\"in-conference_h3_font_text_decoration\";s:4:\"none\";s:33:\"in-conference_h4_font_system_font\";s:45:\"Arial, Helvetica, \'Nimbus Sans L\', sans-serif\";s:33:\"in-conference_h4_font_google_font\";s:18:\"Montserrat:400,700\";s:31:\"in-conference_h4_font_font_size\";s:2:\"18\";s:33:\"in-conference_h4_font_line_height\";s:2:\"24\";s:33:\"in-conference_h4_font_font_weight\";s:4:\"bold\";s:32:\"in-conference_h4_font_font_style\";s:6:\"normal\";s:36:\"in-conference_h4_font_text_transform\";s:4:\"none\";s:37:\"in-conference_h4_font_text_decoration\";s:4:\"none\";s:33:\"in-conference_h5_font_system_font\";s:45:\"Arial, Helvetica, \'Nimbus Sans L\', sans-serif\";s:33:\"in-conference_h5_font_google_font\";s:18:\"Montserrat:400,700\";s:31:\"in-conference_h5_font_font_size\";s:2:\"16\";s:33:\"in-conference_h5_font_line_height\";s:2:\"22\";s:33:\"in-conference_h5_font_font_weight\";s:4:\"bold\";s:32:\"in-conference_h5_font_font_style\";s:6:\"normal\";s:36:\"in-conference_h5_font_text_transform\";s:4:\"none\";s:37:\"in-conference_h5_font_text_decoration\";s:4:\"none\";s:33:\"in-conference_h6_font_system_font\";s:45:\"Arial, Helvetica, \'Nimbus Sans L\', sans-serif\";s:33:\"in-conference_h6_font_google_font\";s:57:\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\";s:31:\"in-conference_h6_font_font_size\";s:2:\"13\";s:33:\"in-conference_h6_font_line_height\";s:2:\"20\";s:33:\"in-conference_h6_font_font_weight\";s:6:\"normal\";s:32:\"in-conference_h6_font_font_style\";s:6:\"normal\";s:36:\"in-conference_h6_font_text_transform\";s:9:\"uppercase\";s:37:\"in-conference_h6_font_text_decoration\";s:4:\"none\";}', 'yes'),
(168, 'cmsmasters_options_in-conference_font_other', 'a:26:{s:37:\"in-conference_button_font_system_font\";s:45:\"Arial, Helvetica, \'Nimbus Sans L\', sans-serif\";s:37:\"in-conference_button_font_google_font\";s:18:\"Montserrat:400,700\";s:35:\"in-conference_button_font_font_size\";s:2:\"12\";s:37:\"in-conference_button_font_line_height\";s:2:\"42\";s:37:\"in-conference_button_font_font_weight\";s:4:\"bold\";s:36:\"in-conference_button_font_font_style\";s:6:\"normal\";s:40:\"in-conference_button_font_text_transform\";s:9:\"uppercase\";s:36:\"in-conference_small_font_system_font\";s:45:\"Arial, Helvetica, \'Nimbus Sans L\', sans-serif\";s:36:\"in-conference_small_font_google_font\";s:57:\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\";s:34:\"in-conference_small_font_font_size\";s:2:\"11\";s:36:\"in-conference_small_font_line_height\";s:2:\"20\";s:36:\"in-conference_small_font_font_weight\";s:6:\"normal\";s:35:\"in-conference_small_font_font_style\";s:6:\"normal\";s:39:\"in-conference_small_font_text_transform\";s:4:\"none\";s:36:\"in-conference_input_font_system_font\";s:45:\"Arial, Helvetica, \'Nimbus Sans L\', sans-serif\";s:36:\"in-conference_input_font_google_font\";s:57:\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\";s:34:\"in-conference_input_font_font_size\";s:2:\"15\";s:36:\"in-conference_input_font_line_height\";s:2:\"20\";s:36:\"in-conference_input_font_font_weight\";s:6:\"normal\";s:35:\"in-conference_input_font_font_style\";s:6:\"normal\";s:36:\"in-conference_quote_font_system_font\";s:45:\"Arial, Helvetica, \'Nimbus Sans L\', sans-serif\";s:36:\"in-conference_quote_font_google_font\";s:58:\"Playfair+Display:400,400italic,700,700italic,900,900italic\";s:34:\"in-conference_quote_font_font_size\";s:2:\"16\";s:36:\"in-conference_quote_font_line_height\";s:2:\"36\";s:36:\"in-conference_quote_font_font_weight\";s:6:\"normal\";s:35:\"in-conference_quote_font_font_style\";s:6:\"italic\";}', 'yes'),
(169, 'cmsmasters_options_in-conference_element_sidebar', 'a:1:{s:21:\"in-conference_sidebar\";a:4:{i:0;s:16:\"Events Countdown\";i:1;s:10:\"Event List\";i:2;s:12:\"shop sidebar\";i:3;s:9:\"Mail Poet\";}}', 'yes'),
(170, 'cmsmasters_options_in-conference_element_icon', 'a:1:{s:26:\"in-conference_social_icons\";a:5:{i:0;s:45:\"cmsmasters-icon-facebook-1|#|Facebook|false||\";i:1;s:41:\"cmsmasters-icon-gplus-1|#|Google+|false||\";i:2;s:45:\"cmsmasters-icon-instagram|#|Instagram|false||\";i:3;s:41:\"cmsmasters-icon-twitter|#|Twitter|false||\";i:4;s:46:\"cmsmasters-icon-youtube-play|#|YouTube|false||\";}}', 'yes'),
(171, 'cmsmasters_options_in-conference_element_lightbox', 'a:19:{s:28:\"in-conference_ilightbox_skin\";s:4:\"dark\";s:28:\"in-conference_ilightbox_path\";s:8:\"vertical\";s:32:\"in-conference_ilightbox_infinite\";i:0;s:36:\"in-conference_ilightbox_aspect_ratio\";i:1;s:40:\"in-conference_ilightbox_mobile_optimizer\";i:1;s:33:\"in-conference_ilightbox_max_scale\";i:1;s:33:\"in-conference_ilightbox_min_scale\";d:0.20000000000000001;s:37:\"in-conference_ilightbox_inner_toolbar\";i:0;s:41:\"in-conference_ilightbox_smart_recognition\";i:0;s:44:\"in-conference_ilightbox_fullscreen_one_slide\";i:0;s:43:\"in-conference_ilightbox_fullscreen_viewport\";s:6:\"center\";s:40:\"in-conference_ilightbox_controls_toolbar\";i:1;s:39:\"in-conference_ilightbox_controls_arrows\";i:0;s:43:\"in-conference_ilightbox_controls_fullscreen\";i:1;s:42:\"in-conference_ilightbox_controls_thumbnail\";i:1;s:41:\"in-conference_ilightbox_controls_keyboard\";i:1;s:43:\"in-conference_ilightbox_controls_mousewheel\";i:1;s:38:\"in-conference_ilightbox_controls_swipe\";i:1;s:42:\"in-conference_ilightbox_controls_slideshow\";i:0;}', 'yes'),
(172, 'cmsmasters_options_in-conference_element_sitemap', 'a:6:{s:25:\"in-conference_sitemap_nav\";i:1;s:28:\"in-conference_sitemap_categs\";i:1;s:26:\"in-conference_sitemap_tags\";i:1;s:27:\"in-conference_sitemap_month\";i:1;s:31:\"in-conference_sitemap_pj_categs\";i:1;s:29:\"in-conference_sitemap_pj_tags\";i:1;}', 'yes'),
(173, 'cmsmasters_options_in-conference_element_error', 'a:11:{s:25:\"in-conference_error_color\";s:7:\"#ffffff\";s:28:\"in-conference_error_bg_color\";s:7:\"#252525\";s:33:\"in-conference_error_bg_img_enable\";i:0;s:28:\"in-conference_error_bg_image\";s:0:\"\";s:26:\"in-conference_error_bg_rep\";s:9:\"no-repeat\";s:26:\"in-conference_error_bg_pos\";s:10:\"top center\";s:26:\"in-conference_error_bg_att\";s:6:\"scroll\";s:27:\"in-conference_error_bg_size\";s:5:\"cover\";s:26:\"in-conference_error_search\";i:1;s:34:\"in-conference_error_sitemap_button\";i:1;s:32:\"in-conference_error_sitemap_link\";s:0:\"\";}', 'yes'),
(174, 'cmsmasters_options_in-conference_element_code', 'a:7:{s:24:\"in-conference_custom_css\";s:344:\".cmsasmters_heading_up {\r\n     margin-top:-125px;\r\n}\r\n\r\n.cmsasmters_heading_up .cmsmasters_column {\r\n     background-color:#ffffff;\r\n}\r\n\r\n.cmsasmters_heading_up .cmsmasters_column > div:first-child {\r\n     padding-top:40px;\r\n}\r\n\r\n.cmsasmters_heading_up .cmsmasters_column > div:last-child {\r\n     padding-top:17px;\r\n     padding-bottom:25px;\r\n}\";s:23:\"in-conference_custom_js\";s:0:\"\";s:26:\"in-conference_gmap_api_key\";s:39:\"AIzaSyBXpbgcVtv7m7pjeEXPa4ThR6XVD6Osv_U\";s:21:\"in-conference_api_key\";s:0:\"\";s:24:\"in-conference_api_secret\";s:0:\"\";s:26:\"in-conference_access_token\";s:0:\"\";s:33:\"in-conference_access_token_secret\";s:0:\"\";}', 'yes'),
(175, 'cmsmasters_options_in-conference_element_recaptcha', '', 'yes'),
(176, 'cmsmasters_options_in-conference_single_post', 'a:14:{s:30:\"in-conference_blog_post_layout\";s:9:\"r_sidebar\";s:29:\"in-conference_blog_post_title\";i:1;s:28:\"in-conference_blog_post_date\";i:1;s:27:\"in-conference_blog_post_cat\";i:1;s:30:\"in-conference_blog_post_author\";i:0;s:31:\"in-conference_blog_post_comment\";i:1;s:27:\"in-conference_blog_post_tag\";i:1;s:28:\"in-conference_blog_post_like\";i:1;s:31:\"in-conference_blog_post_nav_box\";i:1;s:33:\"in-conference_blog_post_share_box\";i:1;s:34:\"in-conference_blog_post_author_box\";i:1;s:33:\"in-conference_blog_more_posts_box\";s:7:\"popular\";s:35:\"in-conference_blog_more_posts_count\";s:1:\"3\";s:35:\"in-conference_blog_more_posts_pause\";s:1:\"3\";}', 'yes'),
(177, 'cmsmasters_options_in-conference_single_project', 'a:18:{s:37:\"in-conference_portfolio_project_title\";i:1;s:45:\"in-conference_portfolio_project_details_title\";s:15:\"Project details\";s:36:\"in-conference_portfolio_project_date\";i:1;s:35:\"in-conference_portfolio_project_cat\";i:1;s:38:\"in-conference_portfolio_project_author\";i:1;s:39:\"in-conference_portfolio_project_comment\";i:0;s:35:\"in-conference_portfolio_project_tag\";i:0;s:36:\"in-conference_portfolio_project_like\";i:1;s:36:\"in-conference_portfolio_project_link\";i:0;s:41:\"in-conference_portfolio_project_share_box\";i:1;s:39:\"in-conference_portfolio_project_nav_box\";i:1;s:42:\"in-conference_portfolio_project_author_box\";i:1;s:41:\"in-conference_portfolio_more_projects_box\";s:7:\"popular\";s:43:\"in-conference_portfolio_more_projects_count\";s:1:\"4\";s:43:\"in-conference_portfolio_more_projects_pause\";s:1:\"3\";s:36:\"in-conference_portfolio_project_slug\";s:7:\"project\";s:38:\"in-conference_portfolio_pj_categs_slug\";s:9:\"pj-categs\";s:36:\"in-conference_portfolio_pj_tags_slug\";s:7:\"pj-tags\";}', 'yes'),
(178, 'cmsmasters_options_in-conference_single_profile', 'a:9:{s:32:\"in-conference_profile_post_title\";i:1;s:40:\"in-conference_profile_post_details_title\";s:15:\"Profile details\";s:30:\"in-conference_profile_post_cat\";i:1;s:34:\"in-conference_profile_post_comment\";i:1;s:31:\"in-conference_profile_post_like\";i:1;s:34:\"in-conference_profile_post_nav_box\";i:1;s:36:\"in-conference_profile_post_share_box\";i:1;s:31:\"in-conference_profile_post_slug\";s:7:\"profile\";s:36:\"in-conference_profile_pl_categs_slug\";s:9:\"pl-categs\";}', 'yes'),
(179, 'cmsmasters_options_in-conference_single_campaign', 'a:15:{s:39:\"in-conference_donations_campaign_layout\";s:9:\"r_sidebar\";s:38:\"in-conference_donations_campaign_title\";i:1;s:37:\"in-conference_donations_campaign_date\";i:1;s:36:\"in-conference_donations_campaign_cat\";i:1;s:39:\"in-conference_donations_campaign_author\";i:1;s:40:\"in-conference_donations_campaign_comment\";i:1;s:36:\"in-conference_donations_campaign_tag\";i:1;s:37:\"in-conference_donations_campaign_like\";i:1;s:40:\"in-conference_donations_campaign_nav_box\";i:1;s:42:\"in-conference_donations_campaign_share_box\";i:1;s:43:\"in-conference_donations_campaign_author_box\";i:1;s:42:\"in-conference_donations_more_campaigns_box\";s:7:\"related\";s:44:\"in-conference_donations_more_campaigns_count\";s:1:\"3\";s:44:\"in-conference_donations_more_campaigns_pause\";s:1:\"0\";s:37:\"in-conference_donations_campaign_slug\";s:8:\"campaign\";}', 'yes'),
(180, 'cmsmasters_options_in-conference_color_default', 'a:7:{s:27:\"in-conference_default_color\";s:7:\"#7f7f7f\";s:26:\"in-conference_default_link\";s:7:\"#ab9865\";s:27:\"in-conference_default_hover\";s:7:\"#a0a0a0\";s:29:\"in-conference_default_heading\";s:7:\"#2d2d2d\";s:24:\"in-conference_default_bg\";s:7:\"#ffffff\";s:31:\"in-conference_default_alternate\";s:7:\"#fcfcfc\";s:28:\"in-conference_default_border\";s:7:\"#e0e0e0\";}', 'yes'),
(181, 'cmsmasters_options_in-conference_color_header', 'a:12:{s:30:\"in-conference_header_mid_color\";s:7:\"#ffffff\";s:29:\"in-conference_header_mid_link\";s:7:\"#ffffff\";s:30:\"in-conference_header_mid_hover\";s:7:\"#ffffff\";s:27:\"in-conference_header_mid_bg\";s:19:\"rgba(255,255,255,0)\";s:34:\"in-conference_header_mid_bg_scroll\";s:7:\"#2d2d2d\";s:31:\"in-conference_header_mid_border\";s:21:\"rgba(255,255,255,0.1)\";s:30:\"in-conference_header_bot_color\";s:7:\"#ffffff\";s:29:\"in-conference_header_bot_link\";s:7:\"#ffffff\";s:30:\"in-conference_header_bot_hover\";s:7:\"#ffffff\";s:27:\"in-conference_header_bot_bg\";s:19:\"rgba(255,255,255,0)\";s:34:\"in-conference_header_bot_bg_scroll\";s:7:\"#2d2d2d\";s:31:\"in-conference_header_bot_border\";s:21:\"rgba(255,255,255,0.1)\";}', 'yes'),
(182, 'cmsmasters_options_in-conference_color_navigation', 'a:16:{s:35:\"in-conference_navigation_title_link\";s:7:\"#ffffff\";s:41:\"in-conference_navigation_title_link_hover\";s:20:\"rgba(255,255,255,.5)\";s:43:\"in-conference_navigation_title_link_current\";s:7:\"#ffffff\";s:44:\"in-conference_navigation_title_link_subtitle\";s:20:\"rgba(255,255,255,.3)\";s:38:\"in-conference_navigation_title_link_bg\";s:19:\"rgba(255,255,255,0)\";s:44:\"in-conference_navigation_title_link_bg_hover\";s:19:\"rgba(255,255,255,0)\";s:46:\"in-conference_navigation_title_link_bg_current\";s:19:\"rgba(255,255,255,0)\";s:42:\"in-conference_navigation_title_link_border\";s:21:\"rgba(255,255,255,.15)\";s:38:\"in-conference_navigation_dropdown_text\";s:7:\"#818181\";s:36:\"in-conference_navigation_dropdown_bg\";s:7:\"#2d2d2d\";s:40:\"in-conference_navigation_dropdown_border\";s:19:\"rgba(255,255,255,0)\";s:38:\"in-conference_navigation_dropdown_link\";s:7:\"#818181\";s:44:\"in-conference_navigation_dropdown_link_hover\";s:7:\"#ffffff\";s:47:\"in-conference_navigation_dropdown_link_subtitle\";s:7:\"#666666\";s:48:\"in-conference_navigation_dropdown_link_highlight\";s:7:\"#3a6ee8\";s:45:\"in-conference_navigation_dropdown_link_border\";s:19:\"rgba(255,255,255,0)\";}', 'yes'),
(183, 'cmsmasters_options_in-conference_color_header_top', 'a:16:{s:30:\"in-conference_header_top_color\";s:7:\"#ffffff\";s:29:\"in-conference_header_top_link\";s:7:\"#ffffff\";s:30:\"in-conference_header_top_hover\";s:20:\"rgba(255,255,255,.5)\";s:27:\"in-conference_header_top_bg\";s:19:\"rgba(255,255,255,0)\";s:31:\"in-conference_header_top_border\";s:20:\"rgba(255,255,255,.1)\";s:35:\"in-conference_header_top_title_link\";s:7:\"#ffffff\";s:41:\"in-conference_header_top_title_link_hover\";s:20:\"rgba(255,255,255,.5)\";s:38:\"in-conference_header_top_title_link_bg\";s:19:\"rgba(255,255,255,0)\";s:44:\"in-conference_header_top_title_link_bg_hover\";s:19:\"rgba(255,255,255,0)\";s:42:\"in-conference_header_top_title_link_border\";s:19:\"rgba(255,255,255,0)\";s:36:\"in-conference_header_top_dropdown_bg\";s:7:\"#2d2d2d\";s:40:\"in-conference_header_top_dropdown_border\";s:19:\"rgba(255,255,255,0)\";s:38:\"in-conference_header_top_dropdown_link\";s:7:\"#818181\";s:44:\"in-conference_header_top_dropdown_link_hover\";s:7:\"#ffffff\";s:48:\"in-conference_header_top_dropdown_link_highlight\";s:19:\"rgba(255,255,255,0)\";s:45:\"in-conference_header_top_dropdown_link_border\";s:19:\"rgba(255,255,255,0)\";}', 'yes'),
(184, 'cmsmasters_options_in-conference_color_footer', 'a:7:{s:26:\"in-conference_footer_color\";s:20:\"rgba(255,255,255,.2)\";s:25:\"in-conference_footer_link\";s:7:\"#999999\";s:26:\"in-conference_footer_hover\";s:7:\"#ffffff\";s:28:\"in-conference_footer_heading\";s:7:\"#ffffff\";s:23:\"in-conference_footer_bg\";s:7:\"#323232\";s:30:\"in-conference_footer_alternate\";s:21:\"rgba(255,255,255,.05)\";s:27:\"in-conference_footer_border\";s:20:\"rgba(255,255,255,.1)\";}', 'yes'),
(185, 'cmsmasters_options_in-conference_color_first', 'a:7:{s:25:\"in-conference_first_color\";s:7:\"#ffffff\";s:24:\"in-conference_first_link\";s:7:\"#ffffff\";s:25:\"in-conference_first_hover\";s:7:\"#ffffff\";s:27:\"in-conference_first_heading\";s:7:\"#ffffff\";s:22:\"in-conference_first_bg\";s:19:\"rgba(255,255,255,0)\";s:29:\"in-conference_first_alternate\";s:7:\"#ffffff\";s:26:\"in-conference_first_border\";s:7:\"#ffffff\";}', 'yes'),
(186, 'cmsmasters_options_in-conference_color_second', 'a:7:{s:26:\"in-conference_second_color\";s:7:\"#ffffff\";s:25:\"in-conference_second_link\";s:7:\"#3a6ee8\";s:26:\"in-conference_second_hover\";s:7:\"#a0a0a0\";s:28:\"in-conference_second_heading\";s:7:\"#2d2d2d\";s:23:\"in-conference_second_bg\";s:7:\"#ffffff\";s:30:\"in-conference_second_alternate\";s:7:\"#fcfcfc\";s:27:\"in-conference_second_border\";s:19:\"rgba(224,224,224,0)\";}', 'yes'),
(187, 'cmsmasters_options_in-conference_color_third', 'a:7:{s:25:\"in-conference_third_color\";s:7:\"#878787\";s:24:\"in-conference_third_link\";s:7:\"#ff6c2f\";s:25:\"in-conference_third_hover\";s:7:\"#3b3b3b\";s:27:\"in-conference_third_heading\";s:7:\"#292929\";s:22:\"in-conference_third_bg\";s:19:\"rgba(251,251,251,0)\";s:29:\"in-conference_third_alternate\";s:19:\"rgba(255,255,255,0)\";s:26:\"in-conference_third_border\";s:7:\"#e4e4e4\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(188, 'cmsmasters_in-conference_icons', 's:297830:\"a:7:{s:4:\"name\";s:0:\"\";s:15:\"css_prefix_text\";s:16:\"cmsmasters-icon-\";s:14:\"css_use_suffix\";b:0;s:7:\"hinting\";b:1;s:12:\"units_per_em\";i:1000;s:6:\"ascent\";i:850;s:6:\"glyphs\";a:965:{i:0;a:7:{s:3:\"uid\";s:32:\"fce62e70e8e59dd1103a9fbd27a023f3\";s:3:\"css\";s:11:\"user-female\";s:4:\"code\";i:59392;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1285:\"M937.5 720.7L666 591.8C701.2 574.2 843.8 568.4 855.5 537.1 855.5 537.1 798.8 451.2 785.2 339.8 781.3 294.9 771.5 238.3 761.7 158.2 748 29.3 638.7-62.5 500-62.5 500-62.5 500-62.5 500-62.5 500-62.5 500-62.5 500-62.5 361.3-62.5 252 29.3 238.3 158.2 228.5 238.3 220.7 294.9 214.8 337.9 201.2 451.2 144.5 537.1 144.5 537.1 156.3 568.4 298.8 574.2 334 591.8L62.5 720.7C62.5 720.7 0 744.1 0 794.9L0 877C0 912.1 27.3 937.5 62.5 937.5L937.5 937.5C972.7 937.5 1000 912.1 1000 877L1000 794.9C1000 744.1 937.5 720.7 937.5 720.7ZM62.5 875L62.5 794.9C62.5 791 74.2 783.2 84 779.3 85.9 779.3 87.9 779.3 89.8 777.3L361.3 648.4C382.8 638.7 396.5 617.2 396.5 593.8 396.5 568.4 384.8 546.9 363.3 537.1 341.8 525.4 312.5 521.5 269.5 513.7 259.8 511.7 244.1 507.8 230.5 505.9 248 464.8 269.5 410.2 277.3 345.7 279.3 330.1 281.3 312.5 283.2 293 289.1 259.8 294.9 216.8 300.8 166 310.5 68.4 392.6 0 500 0 500 0 500 0 500 0 500 0 500 0 500 0 607.4 0 689.5 68.4 699.2 166 705.1 216.8 710.9 259.8 716.8 293 718.8 312.5 720.7 330.1 722.7 345.7 730.5 410.2 752 464.8 769.5 505.9 755.9 507.8 740.2 511.7 730.5 513.7 687.5 521.5 658.2 525.4 636.7 537.1 615.2 546.9 603.5 568.4 603.5 593.8 603.5 617.2 617.2 638.7 638.7 648.4L910.2 777.3C912.1 779.3 914.1 779.3 916 779.3 925.8 783.2 935.5 791 937.5 794.9L937.5 875Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"user female\";}}i:1;a:7:{s:3:\"uid\";s:32:\"efa9a4768d57793ed1bf7c30ef86ffa6\";s:3:\"css\";s:10:\"user-add-2\";s:4:\"code\";i:59393;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:991:\"M62.5 810.5C62.5 787.1 82 779.3 87.9 775.4L363.3 646.5C382.8 636.7 396.5 617.2 398.4 595.7 402.3 574.2 392.6 552.7 377 541 310.5 488.3 281.3 373 281.3 312.5L281.3 156.3C281.3 91.8 394.5 0 500 0 605.5 0 718.8 89.8 718.8 156.3L718.8 312.5C718.8 373 693.4 488.3 627 541 609.4 554.7 599.6 574.2 603.5 597.7 605.5 619.1 619.1 636.7 638.7 646.5L732.4 691.4 748 628.9 666 589.8C752 521.5 781.3 386.7 781.3 312.5L781.3 156.3C781.3 52.7 638.7-62.5 500-62.5 361.3-62.5 218.8 52.7 218.8 156.3L218.8 312.5C218.8 380.9 250 519.5 337.9 589.8L62.5 718.8C62.5 718.8 0 746.1 0 781.3L0 875C0 908.2 27.3 937.5 62.5 937.5L750 937.5 750 875 62.5 875ZM968.8 750L875 750 875 656.3C875 638.7 861.3 625 843.8 625 826.2 625 812.5 638.7 812.5 656.3L812.5 750 718.8 750C701.2 750 687.5 763.7 687.5 781.3 687.5 798.8 701.2 812.5 718.8 812.5L812.5 812.5 812.5 906.3C812.5 923.8 826.2 937.5 843.8 937.5 861.3 937.5 875 923.8 875 906.3L875 812.5 968.8 812.5C986.3 812.5 1000 798.8 1000 781.3 1000 763.7 986.3 750 968.8 750Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:8:\"user add\";}}i:2;a:7:{s:3:\"uid\";s:32:\"38de16161bb8b383d6cd0439ed276535\";s:3:\"css\";s:12:\"user-confirm\";s:4:\"code\";i:59394;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:912:\"M62.5 875L62.5 810.5C62.5 787.1 80.1 779.3 87.9 775.4L363.3 646.5C382.8 636.7 396.5 617.2 398.4 595.7 400.4 574.2 392.6 554.7 375 541 310.5 488.3 281.3 373 281.3 312.5L281.3 156.3C281.3 91.8 394.5 0 500 0 605.5 0 718.8 89.8 718.8 156.3L718.8 312.5C718.8 373 693.4 488.3 625 541 609.4 554.7 599.6 576.2 601.6 597.7 605.5 619.1 619.1 636.7 638.7 646.5L796.9 722.7 834 669.9 664.1 589.8C752 521.5 781.3 386.7 781.3 312.5L781.3 156.3C781.3 52.7 636.7-62.5 500-62.5 361.3-62.5 218.8 52.7 218.8 156.3L218.8 312.5C218.8 380.9 248 519.5 335.9 589.8L62.5 718.8C62.5 718.8 0 746.1 0 781.3L0 875C0 910.2 27.3 937.5 62.5 937.5L687.5 937.5 636.7 875ZM988.3 644.5C974.6 632.8 955.1 636.7 945.3 648.4L810.5 853.5 728.5 769.5C714.8 757.8 695.3 757.8 683.6 769.5 671.9 783.2 671.9 802.7 683.6 814.5L794.9 923.8C806.6 937.5 826.2 937.5 837.9 923.8 841.8 921.9 843.8 918 845.7 914.1L994.1 687.5C1003.9 673.8 1002 654.3 988.3 644.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:12:\"user confirm\";}}i:3;a:7:{s:3:\"uid\";s:32:\"a58fac05594da09560fc4f24e5a5b9d1\";s:3:\"css\";s:13:\"user-delete-1\";s:4:\"code\";i:59395;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1026:\"M781.3 312.5L781.3 156.3C781.3 52.7 636.7-62.5 500-62.5 361.3-62.5 218.8 52.7 218.8 156.3L218.8 312.5C218.8 380.9 248 519.5 335.9 587.9L62.5 718.8C62.5 718.8 0 746.1 0 781.3L0 875C0 908.2 27.3 937.5 62.5 937.5L656.3 937.5 656.3 875 62.5 875 62.5 810.5C62.5 787.1 80.1 779.3 87.9 775.4L363.3 646.5C382.8 636.7 396.5 617.2 398.4 595.7 400.4 574.2 392.6 552.7 375 541 310.5 488.3 281.3 373 281.3 312.5L281.3 156.3C281.3 91.8 394.5 0 500 0 605.5 0 718.8 89.8 718.8 156.3L718.8 312.5C718.8 373 693.4 488.3 625 541 609.4 552.7 599.6 574.2 601.6 595.7 605.5 619.1 619.1 636.7 638.7 646.5L656.3 654.3 683.6 603.5 664.1 589.8C752 521.5 781.3 386.7 781.3 312.5ZM902.3 794.9L992.2 707C1003.9 695.3 1003.9 675.8 992.2 664.1 978.5 650.4 959 650.4 947.3 664.1L859.4 752 769.5 664.1C757.8 650.4 738.3 650.4 726.6 664.1 714.8 675.8 714.8 695.3 726.6 707L814.5 794.9 726.6 884.8C714.8 896.5 714.8 916 726.6 927.7 738.3 941.4 757.8 941.4 769.5 927.7L859.4 839.8 947.3 927.7C959 941.4 978.5 941.4 992.2 927.7 1003.9 916 1003.9 896.5 992.2 884.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"user delete\";}}i:4;a:7:{s:3:\"uid\";s:32:\"b2d0cac512a4b21f8781d728abad2f86\";s:3:\"css\";s:7:\"award-1\";s:4:\"code\";i:59396;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1111:\"M718.8 843.8L279.3 843.8C261.7 843.8 248 857.4 248 875 248 892.6 261.7 906.3 279.3 906.3L718.8 906.3C736.3 906.3 750 892.6 750 875 750 857.4 736.3 843.8 718.8 843.8ZM994.1 56.6C990.2 41 978.5 31.3 962.9 31.3L810.5 31.3 810.5 0C810.5-17.6 796.9-31.3 779.3-31.3L216.8-31.3C199.2-31.3 185.5-17.6 185.5 0L185.5 31.3 37.1 31.3C21.5 31.3 9.8 41 5.9 56.6 5.9 60.5-15.6 169.9 44.9 244.1 80.1 287.1 134.8 310.5 205.1 312.5 244.1 429.7 345.7 517.6 466.8 531.3L466.8 748 373 748C355.5 748 341.8 763.7 341.8 779.3 341.8 796.9 355.5 810.5 373 810.5L625 810.5C642.6 810.5 656.3 796.9 656.3 779.3 656.3 763.7 642.6 748 625 748L529.3 748 529.3 531.3C650.4 517.6 750 431.6 791 312.5 863.3 310.5 918 289.1 955.1 244.1 1015.6 169.9 994.1 60.5 994.1 56.6ZM93.8 205.1C66.4 171.9 64.5 123 64.5 93.8L185.5 93.8 185.5 199.2C185.5 216.8 187.5 232.4 189.5 248 146.5 244.1 115.2 230.5 93.8 205.1ZM748 199.2C748 349.6 634.8 470.7 498 470.7 359.4 470.7 248 349.6 248 199.2L248 31.3 748 31.3 748 199.2ZM906.3 205.1C884.8 230.5 851.6 246.1 806.6 250 808.6 232.4 810.5 216.8 810.5 199.2L810.5 93.8 935.5 93.8C935.5 123 933.6 171.9 906.3 205.1Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"award prize\";}}i:5;a:7:{s:3:\"uid\";s:32:\"56b4d70c6e12ea7b8cf667d17dc4e0fa\";s:3:\"css\";s:7:\"phone-4\";s:4:\"code\";i:59397;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:678:\"M687.5-62.5L312.5-62.5C259.8-62.5 218.8-21.5 218.8 31.3L218.8 843.8C218.8 896.5 259.8 937.5 312.5 937.5L687.5 937.5C740.2 937.5 781.3 896.5 781.3 843.8L781.3 31.3C781.3-21.5 740.2-62.5 687.5-62.5ZM718.8 843.8C718.8 861.3 705.1 875 687.5 875L312.5 875C294.9 875 281.3 861.3 281.3 843.8L281.3 31.3C281.3 13.7 294.9 0 312.5 0L687.5 0C705.1 0 718.8 13.7 718.8 31.3ZM500 718.8C464.8 718.8 437.5 746.1 437.5 781.3 437.5 816.4 464.8 843.8 500 843.8 535.2 843.8 562.5 816.4 562.5 781.3 562.5 746.1 535.2 718.8 500 718.8ZM562.5 31.3L437.5 31.3C419.9 31.3 406.3 44.9 406.3 62.5 406.3 80.1 419.9 93.8 437.5 93.8L562.5 93.8C580.1 93.8 593.8 80.1 593.8 62.5 593.8 44.9 580.1 31.3 562.5 31.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"phone\";}}i:6;a:7:{s:3:\"uid\";s:32:\"cb803885fb85e90bd2ee650282e8cb98\";s:3:\"css\";s:9:\"desktop-4\";s:4:\"code\";i:59398;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:425:\"M937.5 31.3L62.5 31.3C27.3 31.3 0 58.6 0 93.8L0 625C0 660.2 27.3 687.5 62.5 687.5L468.8 687.5 468.8 781.3 312.5 781.3C294.9 781.3 281.3 794.9 281.3 812.5 281.3 830.1 294.9 843.8 312.5 843.8L687.5 843.8C705.1 843.8 718.8 830.1 718.8 812.5 718.8 794.9 705.1 781.3 687.5 781.3L531.3 781.3 531.3 687.5 937.5 687.5C972.7 687.5 1000 660.2 1000 625L1000 93.8C1000 58.6 972.7 31.3 937.5 31.3ZM937.5 625L62.5 625 62.5 93.8 937.5 93.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:7:\"desktop\";}}i:7;a:7:{s:3:\"uid\";s:32:\"4671c1294ab6c124cf1e8fa4a090a655\";s:3:\"css\";s:7:\"plane-1\";s:4:\"code\";i:59399;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:2061:\"M912.1 2C921.9 2 929.7 3.9 933.6 5.9 937.5 17.6 943.4 60.5 900.4 103.5L693.4 310.5 673.8 330.1 675.8 357.4C679.7 416 685.5 521.5 691.4 611.3 695.3 691.4 701.2 767.6 701.2 773.4 701.2 777.3 701.2 779.3 697.3 783.2 687.5 794.9 669.9 814.5 656.3 830.1 632.8 769.5 585.9 640.6 560.5 570.3L527.3 476.6 457 546.9 330.1 669.9 312.5 687.5 310.5 712.9C310.5 732.4 310.5 767.6 310.5 798.8 310.5 822.3 310.5 841.8 310.5 853.5 310.5 853.5 314.5 853.5 314.5 855.5 312.5 849.6 308.6 845.7 306.6 841.8 281.3 800.8 244.1 742.2 234.4 724.6L226.6 712.9 212.9 705.1C166 675.8 113.3 642.6 82 623 82 621.1 84 625 84 625L85.9 625C95.7 625 113.3 625 130.9 625 156.3 625 183.6 625 205.1 625 212.9 625 220.7 625 226.6 625L250 625 269.5 607.4 390.6 480.5 460.9 412.1 369.1 377C300.8 351.6 168 302.7 105.5 279.3 121.1 265.6 140.6 248 152.3 238.3 154.3 236.3 158.2 234.4 160.2 234.4L162.1 234.4C168 234.4 253.9 240.2 335.9 246.1 423.8 252 523.4 257.8 580.1 261.7L607.4 263.7 628.9 244.1 834 39.1C865.2 5.9 896.5 2 912.1 2M912.1-60.5C875-60.5 830.1-46.9 789.1-5.9L584 199.2C468.8 191.4 171.9 171.9 164.1 171.9 162.1 171.9 162.1 171.9 160.2 171.9 148.4 171.9 132.8 173.8 113.3 191.4 89.8 209 41 255.9 41 255.9 29.3 267.6 23.4 281.3 25.4 294.9 25.4 302.7 29.3 318.4 50.8 326.2 62.5 330.1 257.8 404.3 347.7 435.5L224.6 562.5C218.8 562.5 212.9 562.5 205.1 562.5 168 562.5 109.4 562.5 85.9 562.5 82 562.5 80.1 562.5 78.1 562.5 72.3 562.5 56.6 558.6 17.6 591.8L15.6 593.8C3.9 605.5 2 617.2 0 625 0 632.8 2 644.5 13.7 652.3 21.5 658.2 109.4 714.8 181.6 757.8 197.3 787.1 277.3 912.1 281.3 919.9 287.1 929.7 296.9 935.5 308.6 935.5 308.6 935.5 310.5 935.5 310.5 935.5 322.3 935.5 334 929.7 345.7 918 377 880.9 373 865.2 373 857.4 373 837.9 373 748 373 712.9L502 591.8C533.2 679.7 605.5 873 609.4 884.8 617.2 906.3 632.8 910.2 640.6 910.2 642.6 910.2 644.5 910.2 644.5 910.2 658.2 910.2 669.9 904.3 681.6 894.5 681.6 894.5 726.6 847.7 744.1 824.2 763.7 800.8 763.7 779.3 763.7 771.5 763.7 763.7 744.1 468.8 738.3 353.5L943.4 148.4C1017.6 76.2 1005.9-11.7 978.5-39.1 966.8-50.8 941.4-60.5 912.1-60.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"plane\";}}i:8;a:7:{s:3:\"uid\";s:32:\"ec7bac1abd7a6d31b62531c4d40f7882\";s:3:\"css\";s:7:\"notepad\";s:4:\"code\";i:59400;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1165:\"M830.1-62.5L207-62.5C162.1-62.5 142.6-29.3 142.6 2L142.6 127 107.4 127C89.8 127 76.2 140.6 76.2 156.3 76.2 173.8 89.8 187.5 107.4 187.5L142.6 187.5 142.6 312.5 111.3 312.5C93.8 312.5 80.1 326.2 80.1 343.8 80.1 361.3 93.8 375 111.3 375L142.6 375 142.6 500 109.4 500C93.8 500 80.1 513.7 80.1 531.3 80.1 548.8 93.8 562.5 109.4 562.5L142.6 562.5 142.6 687.5 109.4 687.5C93.8 687.5 80.1 701.2 80.1 718.8 80.1 734.4 93.8 748 109.4 748L142.6 748 142.6 875C142.6 927.7 181.6 937.5 205.1 937.5L830.1 937.5C880.9 937.5 923.8 896.5 923.8 843.8L923.8 31.3C923.8-21.5 880.9-62.5 830.1-62.5ZM205.1 875L205.1 748 236.3 748C253.9 748 267.6 734.4 267.6 718.8 267.6 701.2 253.9 687.5 236.3 687.5L205.1 687.5 205.1 562.5 236.3 562.5C253.9 562.5 267.6 548.8 267.6 531.3 267.6 513.7 253.9 500 236.3 500L205.1 500 205.1 375 238.3 375C253.9 375 267.6 361.3 267.6 343.8 267.6 326.2 253.9 312.5 238.3 312.5L205.1 312.5 205.1 187.5 234.4 187.5C252 187.5 265.6 173.8 265.6 156.3 265.6 140.6 252 127 234.4 127L205.1 127 205.1 2C205.1 2 205.1 0 205.1 0 205.1 0 205.1 0 207 0L705.1 0 705.1 875ZM861.3 843.8C861.3 861.3 845.7 875 830.1 875L767.6 875 767.6 0 830.1 0C845.7 0 861.3 13.7 861.3 31.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:7:\"notepad\";}}i:9;a:7:{s:3:\"uid\";s:32:\"f1c3c75a6cbe448471b3c585ab7f001b\";s:3:\"css\";s:8:\"mustache\";s:4:\"code\";i:59401;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1818:\"M773.4 656.3C675.8 656.3 619.1 611.3 582 580.1 568.4 568.4 556.6 558.6 546.9 548.8 529.3 535.2 509.8 515.6 502 513.7 502 513.7 498 513.7 498 513.7 496.1 513.7 494.1 513.7 494.1 513.7 488.3 515.6 470.7 531.3 457 543 443.4 554.7 429.7 566.4 412.1 580.1L410.2 582C367.2 615.2 314.5 656.3 220.7 656.3 152.3 656.3 84 625 43 574.2 15.6 541-13.7 482.4 5.9 394.5 7.8 382.8 15.6 375 25.4 371.1 35.2 367.2 46.9 369.1 54.7 375 54.7 377 76.2 392.6 113.3 392.6 130.9 392.6 148.4 388.7 168 380.9 201.2 365.2 222.7 326.2 248 298.8 281.3 261.7 318.4 218.8 380.9 218.8 423.8 218.8 462.9 234.4 498 265.6 533.2 234.4 570.3 218.8 613.3 218.8 675.8 218.8 714.8 261.7 748 298.8 773.4 326.2 796.9 365.2 830.1 380.9 847.7 388.7 867.2 392.6 884.8 392.6 921.9 392.6 945.3 377 947.3 375 955.1 369.1 966.8 367.2 976.6 371.1 986.3 375 994.1 384.8 996.1 394.5 1011.7 482.4 982.4 541 955.1 574.2 914.1 625 843.8 656.3 773.4 656.3ZM498 451.2C500 451.2 502 451.2 503.9 451.2 503.9 451.2 507.8 451.2 507.8 451.2 507.8 451.2 511.7 451.2 511.7 451.2 533.2 455.1 554.7 472.7 585.9 502 597.7 509.8 609.4 521.5 621.1 531.3 654.3 558.6 697.3 593.8 773.4 593.8 826.2 593.8 877 572.3 908.2 535.2 927.7 509.8 937.5 480.5 939.5 447.3 923.8 451.2 906.3 455.1 884.8 455.1 859.4 455.1 832 449.2 804.7 437.5 759.8 418 730.5 369.1 703.1 339.8 669.9 304.7 646.5 281.3 613.3 281.3 568.4 281.3 539.1 308.6 521.5 330.1 515.6 337.9 507.8 341.8 498 341.8 488.3 341.8 480.5 337.9 474.6 330.1 457 308.6 427.7 281.3 382.8 281.3 347.7 281.3 326.2 302.7 293 339.8 267.6 369.1 238.3 418 193.4 437.5 166 449.2 138.7 455.1 113.3 455.1 91.8 455.1 76.2 451.2 60.5 447.3 60.5 480.5 70.3 511.7 91.8 535.2 119.1 572.3 169.9 593.8 220.7 593.8 293 593.8 334 562.5 371.1 533.2L375 531.3C390.6 517.6 404.3 505.9 416 496.1 445.3 472.7 462.9 457 482.4 453.1 482.4 453.1 492.2 451.2 498 451.2Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:8:\"mustache\";}}i:10;a:7:{s:3:\"uid\";s:32:\"a460cfcee812a2650a7cc7cd16e94f48\";s:3:\"css\";s:7:\"mouse-1\";s:4:\"code\";i:59402;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:481:\"M502-62.5C347.7-62.5 218.8 62.5 218.8 216.8L218.8 658.2C218.8 812.5 347.7 937.5 502 937.5 656.3 937.5 781.3 812.5 781.3 658.2L781.3 216.8C781.3 62.5 656.3-62.5 502-62.5ZM718.8 658.2C718.8 777.3 621.1 875 502 875 380.9 875 281.3 777.3 281.3 658.2L281.3 216.8C281.3 97.7 380.9 0 502 0 621.1 0 718.8 97.7 718.8 216.8ZM500 125C482.4 125 468.8 138.7 468.8 156.3L468.8 312.5C468.8 330.1 482.4 343.8 500 343.8 517.6 343.8 531.3 330.1 531.3 312.5L531.3 156.3C531.3 138.7 517.6 125 500 125Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"mouse\";}}i:11;a:7:{s:3:\"uid\";s:32:\"380eaa3489e525a4d6a2713765ab242a\";s:3:\"css\";s:6:\"magnet\";s:4:\"code\";i:59403;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:716:\"M937.5-3.9L937.5-31.3C937.5-48.8 923.8-62.5 906.3-62.5L687.5-62.5C669.9-62.5 656.3-48.8 656.3-31.3L656.3 95.7C656.3 95.7 656.3 95.7 656.3 95.7L656.3 484.4C656.3 578.1 603.5 654.3 509.8 654.3 414.1 654.3 343.8 578.1 343.8 484.4L343.8-3.9 343.8-3.9 343.8-31.3C343.8-48.8 330.1-62.5 312.5-62.5L93.8-62.5C76.2-62.5 62.5-48.8 62.5-31.3L62.5 95.7C62.5 95.7 62.5 97.7 62.5 97.7L62.5 498C62.5 742.2 255.9 937.5 500 937.5 742.2 937.5 937.5 742.2 937.5 498L937.5-3.9ZM875 0L875 125 718.8 125 718.8 0ZM281.3 0L281.3 125 125 125 125 0ZM500 875C291 875 125 707 125 498L125 187.5 281.3 187.5 281.3 484.4C281.3 613.3 380.9 716.8 509.8 716.8 636.7 716.8 718.8 613.3 718.8 484.4L718.8 187.5 875 187.5 875 498C875 707 707 875 500 875Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"magnet\";}}i:12;a:7:{s:3:\"uid\";s:32:\"5bc6cc13432c8cb821c9f869fd1b44c5\";s:3:\"css\";s:6:\"energy\";s:4:\"code\";i:59404;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:619:\"M582 0L582 0M582 0L511.7 371.1 765.6 371.1 418 875 488.3 466.8 234.4 464.8 582 0M582-62.5C580.1-62.5 578.1-62.5 576.2-62.5 564.5-60.5 558.6-56.6 548.8-50.8 544.9-48.8 541-44.9 537.1-39.1 535.2-39.1 533.2-37.1 533.2-35.2L183.6 427.7C169.9 447.3 168 472.7 177.7 492.2 187.5 513.7 209 527.3 232.4 527.3L414.1 529.3 357.4 863.3C351.6 890.6 367.2 919.9 394.5 931.6 402.3 935.5 410.2 937.5 418 937.5 437.5 937.5 455.1 927.7 466.8 910.2L816.4 408.2C830.1 390.6 832 365.2 822.3 343.8 812.5 322.3 791 310.5 767.6 308.6L585.9 308.6 642.6 15.6C644.5 9.8 644.5 5.9 644.5 0 644.5-33.2 617.2-60.5 584-62.5 582-62.5 582-62.5 582-62.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"energy\";}}i:13;a:7:{s:3:\"uid\";s:32:\"1378afa4a02d54e6ffaa22757c065bc9\";s:3:\"css\";s:7:\"smile-1\";s:4:\"code\";i:59405;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:921:\"M763.7 531.3C748 523.4 728.5 531.3 722.7 546.9 720.7 546.9 656.3 687.5 498 689.5 496.1 689.5 496.1 689.5 494.1 689.5 343.8 689.5 279.3 552.7 277.3 546.9 269.5 531.3 252 523.4 236.3 531.3 220.7 537.1 212.9 556.6 220.7 572.3 222.7 580.1 302.7 752 494.1 752 496.1 752 498 752 498 752 697.3 750 775.4 578.1 779.3 572.3 785.2 556.6 779.3 537.1 763.7 531.3ZM500-62.5C224.6-62.5 0 162.1 0 437.5 0 712.9 224.6 937.5 500 937.5 775.4 937.5 1000 712.9 1000 437.5 1000 162.1 775.4-62.5 500-62.5ZM500 875C257.8 875 62.5 679.7 62.5 437.5 62.5 195.3 257.8 0 500 0 742.2 0 937.5 195.3 937.5 437.5 937.5 679.7 742.2 875 500 875ZM343.8 406.3C377 406.3 406.3 378.9 406.3 343.8 406.3 308.6 377 281.3 343.8 281.3 308.6 281.3 281.3 308.6 281.3 343.8 281.3 378.9 308.6 406.3 343.8 406.3ZM656.3 406.3C689.5 406.3 718.8 378.9 718.8 343.8 718.8 308.6 689.5 281.3 656.3 281.3 621.1 281.3 593.8 308.6 593.8 343.8 593.8 378.9 621.1 406.3 656.3 406.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"smile\";}}i:14;a:7:{s:3:\"uid\";s:32:\"b0674fbac42b5d82f41ceac378e34beb\";s:3:\"css\";s:4:\"disc\";s:4:\"code\";i:59406;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:925:\"M500-62.5C224.6-62.5 0 162.1 0 437.5 0 712.9 224.6 937.5 500 937.5 775.4 937.5 1000 712.9 1000 437.5 1000 162.1 775.4-62.5 500-62.5ZM937.5 437.5C937.5 502 923.8 564.5 898.4 619.1L621.1 470.7C625 460.9 627 449.2 627 437.5 627 367.2 570.3 310.5 500 310.5 486.3 310.5 472.7 314.5 459 318.4L293 52.7C355.5 19.5 425.8 0 500 0 742.2 0 937.5 195.3 937.5 437.5ZM500 375C535.2 375 564.5 402.3 564.5 437.5 564.5 472.7 535.2 502 500 502 464.8 502 437.5 472.7 437.5 437.5 437.5 402.3 464.8 375 500 375ZM240.2 85.9L406.3 353.5C406.3 353.5 406.3 353.5 404.3 355.5L128.9 207C158.2 160.2 195.3 119.1 240.2 85.9ZM62.5 437.5C62.5 375 76.2 316.4 99.6 261.7L377 410.2C375 419.9 373 427.7 373 437.5 373 507.8 429.7 564.5 500 564.5 511.7 564.5 523.4 562.5 535.2 558.6L701.2 826.2C640.6 857.4 572.3 875 500 875 257.8 875 62.5 679.7 62.5 437.5ZM753.9 793L587.9 527.3C589.8 525.4 589.8 525.4 589.8 525.4L867.2 673.8C837.9 720.7 798.8 761.7 753.9 793Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"disc\";}}i:15;a:7:{s:3:\"uid\";s:32:\"b4cdd9d75c8247e6787ddaf7ffe227c6\";s:3:\"css\";s:6:\"move-2\";s:4:\"code\";i:59407;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1544:\"M992.2 421.9L984.4 414.1C984.4 414.1 984.4 414.1 984.4 414.1L857.4 298.8C847.7 289.1 834 289.1 824.2 298.8L818.4 306.6C808.6 314.5 812.5 330.1 822.3 337.9L896.5 406.3 533.2 406.3 533.2 41 601.6 115.2C609.4 125 625 128.9 632.8 119.1L640.6 113.3C650.4 103.5 650.4 89.8 640.6 80.1L531.3-41C527.3-46.9 523.4-50.8 517.6-52.7L517.6-54.7C511.7-60.5 505.9-62.5 502-62.5 496.1-62.5 490.2-60.5 484.4-54.7L476.6-46.9C476.6-46.9 476.6-46.9 476.6-46.9L363.3 78.1C355.5 87.9 355.5 101.6 363.3 111.3L371.1 117.2C380.9 125 394.5 123 404.3 113.3L470.7 39.1 470.7 406.3 103.5 406.3 177.7 337.9C187.5 330.1 191.4 314.5 181.6 306.6L175.8 298.8C166 289.1 152.3 289.1 142.6 298.8L21.5 408.2C15.6 412.1 11.7 416 9.8 421.9L7.8 421.9C2 427.7 0 431.6 0 437.5 0 443.4 2 449.2 7.8 455.1L15.6 462.9C15.6 462.9 15.6 462.9 15.6 462.9L140.6 576.2C150.4 584 164.1 584 173.8 576.2L179.7 568.4C187.5 558.6 185.5 544.9 175.8 535.2L101.6 468.8 470.7 468.8 470.7 835.9 404.3 761.7C394.5 752 380.9 750 371.1 757.8L363.3 763.7C355.5 773.4 355.5 787.1 363.3 796.9L476.6 921.9C476.6 921.9 476.6 921.9 476.6 921.9L484.4 929.7C490.2 935.5 496.1 937.5 502 937.5 507.8 937.5 511.7 935.5 517.6 929.7L525.4 921.9C525.4 921.9 525.4 921.9 525.4 921.9L640.6 794.9C650.4 785.2 650.4 771.5 640.6 761.7L632.8 755.9C625 746.1 609.4 750 601.6 759.8L533.2 834 533.2 468.8 898.4 468.8 824.2 535.2C814.5 544.9 812.5 558.6 820.3 568.4L826.2 576.2C835.9 584 849.6 584 859.4 576.2L984.4 462.9C984.4 462.9 984.4 462.9 984.4 462.9L992.2 455.1C998 449.2 1000 443.4 1000 437.5 1000 433.6 998 427.7 992.2 421.9Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"move\";}}i:16;a:7:{s:3:\"uid\";s:32:\"8e774651ac589f4ec839ccf4a18fc8e6\";s:3:\"css\";s:6:\"crop-1\";s:4:\"code\";i:59408;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:743:\"M968.8 718.8L843.8 718.8 843.8 138.7 960.9 21.5C972.7 9.8 972.7-9.8 960.9-21.5 947.3-33.2 927.7-33.2 916-21.5L800.8 93.8 218.8 93.8 218.8-31.3C218.8-48.8 205.1-62.5 187.5-62.5 169.9-62.5 156.3-48.8 156.3-31.3L156.3 93.8 31.3 93.8C13.7 93.8 0 107.4 0 125 0 142.6 13.7 156.3 31.3 156.3L156.3 156.3 156.3 750C156.3 752 156.3 755.9 158.2 757.8 158.2 759.8 158.2 759.8 158.2 761.7 162.1 769.5 168 775.4 175.8 779.3 177.7 779.3 177.7 779.3 179.7 779.3 181.6 781.3 185.5 781.3 187.5 781.3L781.3 781.3 781.3 906.3C781.3 923.8 794.9 937.5 812.5 937.5 830.1 937.5 843.8 923.8 843.8 906.3L843.8 781.3 968.8 781.3C986.3 781.3 1000 767.6 1000 750 1000 732.4 986.3 718.8 968.8 718.8ZM738.3 156.3L218.8 673.8 218.8 156.3ZM263.7 718.8L781.3 201.2 781.3 718.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"crop\";}}i:17;a:7:{s:3:\"uid\";s:32:\"0ed94772d15c0b3cfe7ab838b039888f\";s:3:\"css\";s:4:\"card\";s:4:\"code\";i:59409;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:428:\"M906.3 109.4L93.8 109.4C41 109.4 0 150.4 0 203.1L0 671.9C0 724.6 41 765.6 93.8 765.6L906.3 765.6C959 765.6 1000 724.6 1000 671.9L1000 203.1C1000 150.4 959 109.4 906.3 109.4ZM93.8 171.9L906.3 171.9C923.8 171.9 937.5 185.5 937.5 203.1L937.5 265.6 62.5 265.6 62.5 203.1C62.5 185.5 76.2 171.9 93.8 171.9ZM906.3 703.1L93.8 703.1C76.2 703.1 62.5 689.5 62.5 671.9L62.5 390.6 937.5 390.6 937.5 671.9C937.5 689.5 923.8 703.1 906.3 703.1Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"card\";}}i:18;a:7:{s:3:\"uid\";s:32:\"f1714998b56f459891b38a835e31fe0e\";s:3:\"css\";s:3:\"lab\";s:4:\"code\";i:59410;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1006:\"M791 884.8L625 689.5 625 343.8 646.5 343.8C664.1 343.8 677.7 330.1 677.7 312.5 677.7 294.9 664.1 281.3 646.5 281.3L593.8 281.3C576.2 281.3 562.5 294.9 562.5 312.5L562.5 701.2C562.5 709 564.5 714.8 570.3 720.7L697.3 875 302.7 875 429.7 720.7C435.5 714.8 437.5 709 437.5 701.2L437.5 312.5C437.5 294.9 423.8 281.3 406.3 281.3L353.5 281.3C335.9 281.3 322.3 294.9 322.3 312.5 322.3 330.1 335.9 343.8 353.5 343.8L375 343.8 375 689.5 209 884.8C201.2 894.5 197.3 908.2 203.1 919.9 209 929.7 218.8 937.5 232.4 937.5L767.6 937.5C781.3 937.5 791 929.7 796.9 919.9 802.7 908.2 798.8 894.5 791 884.8ZM468.8 250C503.9 250 531.3 222.7 531.3 187.5 531.3 152.3 503.9 125 468.8 125 433.6 125 406.3 152.3 406.3 187.5 406.3 222.7 433.6 250 468.8 250ZM671.9 156.3C732.4 156.3 783.2 107.4 783.2 46.9 783.2-13.7 732.4-62.5 671.9-62.5 611.3-62.5 562.5-13.7 562.5 46.9 562.5 107.4 611.3 156.3 671.9 156.3ZM671.9 0C697.3 0 718.8 21.5 718.8 46.9 718.8 72.3 697.3 93.8 671.9 93.8 646.5 93.8 625 72.3 625 46.9 625 21.5 646.5 0 671.9 0Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:3:\"lab\";}}i:19;a:7:{s:3:\"uid\";s:32:\"6e4c9f8982f58807b7c3ad6b4e693cf4\";s:3:\"css\";s:6:\"user-3\";s:4:\"code\";i:59411;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:754:\"M500 0C605.5 0 718.8 89.8 718.8 156.3L718.8 312.5C718.8 373 693.4 488.3 627 541 609.4 552.7 599.6 574.2 603.5 595.7 605.5 619.1 619.1 636.7 638.7 646.5L910.2 775.4C912.1 775.4 937.5 779.3 937.5 812.5L937.5 875 62.5 875 62.5 810.5C62.5 787.1 82 779.3 87.9 775.4L363.3 644.5C382.8 636.7 396.5 617.2 398.4 595.7 402.3 574.2 392.6 552.7 377 539.1 310.5 488.3 281.3 373 281.3 312.5L281.3 156.3C281.3 91.8 394.5 0 500 0M500-62.5C361.3-62.5 218.8 52.7 218.8 156.3L218.8 312.5C218.8 380.9 250 519.5 335.9 587.9L62.5 718.8C62.5 718.8 0 746.1 0 781.3L0 875C0 908.2 27.3 937.5 62.5 937.5L937.5 937.5C970.7 937.5 1000 908.2 1000 875L1000 781.3C1000 744.1 937.5 718.8 937.5 718.8L666 589.8C752 521.5 781.3 386.7 781.3 312.5L781.3 156.3C781.3 52.7 638.7-62.5 500-62.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:9:\"user male\";}}i:20;a:7:{s:3:\"uid\";s:32:\"e75c0428a2af4e8baacb115b9d537abf\";s:3:\"css\";s:5:\"speed\";s:4:\"code\";i:59412;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1882:\"M500-27.3C224.6-27.3 0 197.3 0 472.7 0 644.5 87.9 802.7 234.4 894.5 250 904.3 269.5 900.4 277.3 884.8 287.1 871.1 283.2 851.6 267.6 841.8 214.8 808.6 171.9 765.6 138.7 716.8L169.9 697.3C185.5 689.5 191.4 669.9 181.6 654.3 173.8 640.6 154.3 634.8 138.7 644.5L107.4 662.1C82 613.3 68.4 558.6 64.5 503.9L99.6 503.9C117.2 503.9 130.9 488.3 130.9 472.7 130.9 455.1 117.2 441.4 99.6 441.4L64.5 441.4C68.4 382.8 84 328.1 107.4 279.3L138.7 296.9C144.5 300.8 150.4 302.7 154.3 302.7 166 302.7 175.8 296.9 181.6 287.1 191.4 271.5 185.5 252 169.9 244.1L138.7 226.6C169.9 179.7 210.9 140.6 255.9 109.4L273.4 140.6C279.3 150.4 291 156.3 300.8 156.3 306.6 156.3 312.5 154.3 316.4 152.3 332 142.6 337.9 123 328.1 109.4L310.5 78.1C359.4 54.7 412.1 41 468.8 37.1L468.8 76.2C468.8 93.8 482.4 107.4 500 107.4 515.6 107.4 531.3 93.8 531.3 76.2L531.3 37.1C587.9 41 642.6 54.7 691.4 80.1L673.8 109.4C666 123 669.9 142.6 685.5 152.3 691.4 154.3 695.3 156.3 701.2 156.3 712.9 156.3 722.7 150.4 728.5 140.6L746.1 111.3C791 142.6 830.1 181.6 861.3 226.6L832 244.1C816.4 252 812.5 271.5 820.3 287.1 826.2 296.9 835.9 302.7 847.7 302.7 853.5 302.7 857.4 300.8 863.3 296.9L892.6 281.3C916 330.1 931.6 384.8 935.5 441.4L900.4 441.4C884.8 441.4 869.1 455.1 869.1 472.7 869.1 490.2 884.8 503.9 900.4 503.9L935.5 503.9C931.6 558.6 918 613.3 894.5 662.1L863.3 644.5C847.7 634.8 828.1 640.6 820.3 654.3 812.5 669.9 816.4 689.5 832 697.3L863.3 714.8C828.1 767.6 783.2 810.5 728.5 843.8 714.8 853.5 709 873 718.8 886.7 724.6 896.5 734.4 902.3 746.1 902.3 750 902.3 755.9 900.4 761.7 898.4 910.2 806.6 1000 646.5 1000 472.7 1000 197.3 775.4-27.3 500-27.3ZM730.5 375C746.1 365.2 750 347.7 742.2 332 732.4 316.4 714.8 312.5 699.2 320.3L529.3 418C521.5 414.1 509.8 410.2 500 410.2 464.8 410.2 437.5 437.5 437.5 472.7 437.5 507.8 464.8 535.2 500 535.2 533.2 535.2 560.5 507.8 560.5 472.7 560.5 472.7 560.5 472.7 560.5 472.7Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"speed\";}}i:21;a:7:{s:3:\"uid\";s:32:\"9b029af20f69a2e8e674f5f73a7af520\";s:3:\"css\";s:9:\"youtube-1\";s:4:\"code\";i:59413;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:863:\"M918 123C890.6 103.5 816.4 78.1 500 78.1 160.2 78.1 111.3 107.4 93.8 117.2 7.8 168 0 396.5 0 443.4 0 503.9 9.8 709 93.8 757.8 109.4 767.6 160.2 796.9 500 796.9 816.4 796.9 892.6 771.5 918 752 992.2 699.2 1000 517.6 1000 443.4 1000 380.9 994.1 177.7 918 123ZM882.8 701.2C871.1 709 808.6 734.4 500 734.4 201.2 734.4 138.7 712.9 127 705.1 95.7 687.5 64.5 589.8 62.5 443.4 64.5 294.9 97.7 187.5 127 169.9 138.7 164.1 201.2 140.6 500 140.6 808.6 140.6 871.1 166 882.8 173.8 908.2 193.4 937.5 294.9 937.5 443.4 937.5 593.8 908.2 681.6 882.8 701.2ZM703.1 412.1L421.9 240.2C412.1 234.4 400.4 234.4 390.6 240.2 380.9 246.1 375 255.9 375 267.6L375 611.3C375 623 380.9 634.8 390.6 638.7 396.5 642.6 400.4 642.6 406.3 642.6 412.1 642.6 418 642.6 421.9 638.7L703.1 466.8C712.9 460.9 718.8 451.2 718.8 439.5 718.8 429.7 712.9 418 703.1 412.1ZM437.5 556.6L437.5 322.3 627 439.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:7:\"youtube\";}}i:22;a:7:{s:3:\"uid\";s:32:\"07a601478fa07585626a0d2311b3433a\";s:3:\"css\";s:9:\"twitter-3\";s:4:\"code\";i:59414;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1625:\"M668 91.8C720.7 91.8 767.6 113.3 798.8 148.4 839.8 138.7 878.9 125 914.1 105.5 900.4 146.5 871.1 179.7 834 201.2 871.1 197.3 906.3 187.5 937.5 173.8 914.1 209 882.8 240.2 847.7 263.7 847.7 271.5 847.7 279.3 847.7 287.1 847.7 517.6 668 783.2 337.9 783.2 236.3 783.2 142.6 753.9 62.5 705.1 76.2 705.1 89.8 707 105.5 707 189.5 707 267.6 679.7 328.1 632.8 250 630.9 183.6 580.1 160.2 511.7 171.9 513.7 181.6 513.7 193.4 513.7 210.9 513.7 226.6 511.7 242.2 507.8 160.2 492.2 97.7 421.9 97.7 337.9 97.7 335.9 97.7 335.9 97.7 335.9 121.1 347.7 148.4 355.5 179.7 357.4 130.9 326.2 99.6 271.5 99.6 210.9 99.6 179.7 107.4 150.4 123 125 210.9 230.5 343.8 298.8 494.1 306.6 490.2 293 488.3 279.3 488.3 267.6 488.3 169.9 568.4 91.8 668 91.8M937.5 173.8L937.5 173.8M668 29.3C544.9 29.3 443.4 119.1 427.7 236.3 328.1 214.8 236.3 162.1 171.9 84 158.2 70.3 140.6 62.5 123 62.5 121.1 62.5 119.1 62.5 119.1 62.5 97.7 64.5 80.1 74.2 70.3 91.8 46.9 128.9 37.1 169.9 37.1 210.9 37.1 240.2 41 267.6 50.8 293 41 304.7 35.2 320.3 35.2 335.9L35.2 337.9C35.2 398.4 58.6 455.1 99.6 498 97.7 507.8 97.7 519.5 101.6 531.3 115.2 572.3 140.6 609.4 171.9 636.7 150.4 642.6 128.9 644.5 105.5 644.5 93.8 644.5 80.1 642.6 70.3 642.6 66.4 642.6 64.5 642.6 62.5 642.6 35.2 642.6 11.7 658.2 3.9 683.6-5.9 710.9 3.9 742.2 29.3 757.8 121.1 814.5 228.5 845.7 337.9 845.7 693.4 845.7 906.3 566.4 910.2 294.9 939.5 271.5 966.8 242.2 988.3 210.9 996.1 201.2 1000 187.5 1000 173.8 1000 152.3 990.2 134.8 972.7 123 980.5 99.6 972.7 72.3 953.1 56.6 941.4 46.9 927.7 43 914.1 43 902.3 43 892.6 44.9 882.8 50.8 861.3 62.5 839.8 72.3 816.4 80.1 773.4 46.9 722.7 29.3 668 29.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:7:\"twitter\";}}i:23;a:7:{s:3:\"uid\";s:32:\"b2a75a97b998369249e3b007fda59146\";s:3:\"css\";s:8:\"tumblr-5\";s:4:\"code\";i:59415;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1156:\"M515.6 0L515.6 218.8 734.4 218.8 734.4 312.5 517.6 312.5 515.6 584C515.6 634.8 519.5 668 523.4 681.6 533.2 705.1 562.5 732.4 619.1 732.4 662.1 732.4 722.7 720.7 765.6 687.5L765.6 832C728.5 849.6 695.3 857.4 664.1 865.2 634.8 871.1 603.5 875 568.4 875 529.3 875 418 875 373 757.8 363.3 736.3 359.4 707 359.4 666L359.4 312.5 234.4 312.5 234.4 216.8C277.3 216.8 402.3 191.4 402.3 0L515.6 0M515.6-62.5L402.3-62.5C367.2-62.5 339.8-35.2 339.8 0 339.8 142.6 259.8 154.3 234.4 154.3 201.2 154.3 171.9 181.6 171.9 216.8L171.9 312.5C171.9 328.1 177.7 343.8 189.5 355.5 201.2 367.2 216.8 375 234.4 375L296.9 375 296.9 666C296.9 714.8 302.7 752 314.5 781.3 341.8 851.6 410.2 937.5 568.4 937.5 607.4 937.5 644.5 933.6 679.7 925.8L685.5 923.8C714.8 918 752 908.2 793 888.7 814.5 878.9 828.1 857.4 828.1 832L828.1 687.5C828.1 664.1 814.5 642.6 793 630.9 785.2 627 775.4 625 765.6 625 752 625 740.2 628.9 728.5 636.7 691.4 664.1 644.5 669.9 619.1 669.9 593.8 669.9 584 662.1 582 660.2 582 654.3 578.1 636.7 578.1 584L578.1 375 734.4 375C769.5 375 796.9 345.7 796.9 312.5L796.9 218.8C796.9 183.6 769.5 156.3 734.4 156.3L578.1 156.3 578.1 0C578.1-35.2 550.8-62.5 515.6-62.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"tumblr\";}}i:24;a:7:{s:3:\"uid\";s:32:\"9484ac617e81a9a513992b4b802542f0\";s:3:\"css\";s:10:\"facebook-3\";s:4:\"code\";i:59416;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:955:\"M568.4 15.6C572.3 15.6 574.2 15.6 574.2 15.6L656.3 15.6 654.3 109.4 574.2 109.4C529.3 109.4 531.3 148.4 531.3 148.4L531.3 296.9 687.5 296.9 666 390.6 529.3 390.6 529.3 859.4 435.5 859.4 435.5 390.6 312.5 390.6 312.5 296.9 435.5 296.9C435.5 296.9 435.5 181.6 435.5 150.4 435.5 23.4 541 15.6 568.4 15.6M656.3 15.6L656.3 15.6M568.4-46.9C544.9-46.9 502-43 460.9-17.6 419.9 5.9 373 54.7 373 150.4L373 234.4 312.5 234.4C294.9 234.4 279.3 240.2 267.6 252 255.9 263.7 250 281.3 250 296.9L250 390.6C250 425.8 277.3 453.1 312.5 453.1L373 453.1 373 859.4C373 892.6 402.3 921.9 435.5 921.9L529.3 921.9C564.5 921.9 591.8 892.6 591.8 859.4L591.8 453.1 666 453.1C693.4 453.1 718.8 433.6 726.6 408.2L748 314.5C753.9 294.9 750 275.4 738.3 259.8 726.6 244.1 709 234.4 687.5 234.4L593.8 234.4 593.8 171.9 654.3 171.9C689.5 171.9 716.8 144.5 716.8 109.4L718.8 19.5C718.8 19.5 718.8 17.6 718.8 15.6 718.8-17.6 689.5-46.9 656.3-46.9L576.2-46.9C574.2-46.9 572.3-46.9 568.4-46.9Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:8:\"facebook\";}}i:25;a:7:{s:3:\"uid\";s:32:\"cf5c9b39ded80b3b255a29654ff07991\";s:3:\"css\";s:9:\"dropbox-3\";s:4:\"code\";i:59417;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1170:\"M1000 156.3C998 146.5 994.1 138.7 984.4 132.8L707-41C695.3-48.8 679.7-46.9 669.9-39.1L500 99.6 330.1-39.1C320.3-46.9 304.7-48.8 293-41L15.6 132.8C5.9 138.7 2 146.5 0 156.3 0 166 3.9 175.8 11.7 183.6L173.8 318.4 35.2 427.7C27.3 433.6 21.5 443.4 23.4 453.1 23.4 462.9 29.3 472.7 37.1 478.5L164.1 562.5C158.2 568.4 154.3 576.2 154.3 585.9L154.3 710.9C154.3 722.7 160.2 732.4 169.9 738.3L484.4 916C488.3 919.9 494.1 919.9 500 919.9 505.9 919.9 511.7 919.9 515.6 916L826.2 738.3C835.9 732.4 841.8 722.7 841.8 710.9L841.8 564.5C841.8 562.5 841.8 560.5 841.8 558.6L962.9 478.5C970.7 472.7 976.6 462.9 976.6 453.1 976.6 443.4 972.7 433.6 964.8 427.7L826.2 318.4 988.3 183.6C996.1 175.8 1000 166 1000 156.3ZM718.8 318.4L500 457 281.3 318.4 500 175.8ZM84 162.1L308.6 23.4 447.3 136.7 224.6 281.3ZM224.6 357.4L445.3 496.1 320.3 591.8 107.4 449.2ZM216.8 597.7L304.7 656.3C314.5 664.1 330.1 662.1 339.8 654.3L466.8 558.6 466.8 834 216.8 693.4ZM779.3 693.4L529.3 835.9 529.3 554.7 658.2 654.3C664.1 658.2 671.9 662.1 677.7 662.1 683.6 662.1 689.5 660.2 695.3 656.3L779.3 599.6 779.3 693.4ZM892.6 449.2L679.7 591.8 554.7 496.1 775.4 357.4ZM775.4 281.3L552.7 136.7 691.4 23.4 916 162.1Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:7:\"dropbox\";}}i:26;a:7:{s:3:\"uid\";s:32:\"da3125c4b1a9cc6f1a5096117f40349f\";s:3:\"css\";s:10:\"dribbble-6\";s:4:\"code\";i:59418;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1255:\"M500-62.5C431.6-62.5 367.2-48.8 306.6-23.4 304.7-23.4 302.7-21.5 300.8-21.5 125 56.6 0 232.4 0 437.5 0 712.9 224.6 937.5 500 937.5 775.4 937.5 1000 712.9 1000 437.5 1000 162.1 775.4-62.5 500-62.5ZM937.5 437.5C937.5 441.4 937.5 445.3 937.5 447.3 888.7 435.5 767.6 412.1 617.2 443.4 605.5 414.1 589.8 382.8 574.2 351.6 572.3 349.6 570.3 345.7 570.3 343.8 730.5 281.3 798.8 199.2 826.2 146.5 894.5 224.6 937.5 326.2 937.5 437.5ZM779.3 101.6C763.7 134.8 710.9 224.6 539.1 289.1 462.9 148.4 402.3 62.5 369.1 19.5 410.2 7.8 455.1 0 500 0 605.5 0 703.1 39.1 779.3 101.6ZM308.6 44.9C335.9 76.2 396.5 158.2 480.5 308.6 285.2 367.2 125 361.3 70.3 355.5 97.7 218.8 187.5 103.5 308.6 44.9ZM62.5 437.5C62.5 431.6 62.5 423.8 62.5 418 82 419.9 111.3 421.9 150.4 421.9 234.4 421.9 361.3 410.2 509.8 365.2 511.7 369.1 515.6 375 517.6 380.9 533.2 408.2 544.9 433.6 556.6 460.9 529.3 468.8 502 478.5 474.6 492.2 296.9 572.3 212.9 687.5 183.6 738.3 109.4 660.2 62.5 554.7 62.5 437.5ZM230.5 781.3C246.1 752 318.4 630.9 500 548.8 527.3 537.1 554.7 527.3 580.1 519.5 640.6 669.9 660.2 793 668 841.8 615.2 863.3 558.6 875 500 875 398.4 875 304.7 839.8 230.5 781.3ZM726.6 812.5C716.8 752 695.3 638.7 642.6 503.9 787.1 474.6 902.3 502 931.6 511.7 910.2 638.7 832 746.1 726.6 812.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:8:\"dribbble\";}}i:27;a:7:{s:3:\"uid\";s:32:\"5f6948ece5957301a3c17af16756baa7\";s:3:\"css\";s:8:\"shield-1\";s:4:\"code\";i:59419;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1319:\"M886.7 78.1C875 68.4 859.4 62.5 843.8 62.5 841.8 62.5 841.8 62.5 839.8 62.5 837.9 62.5 828.1 62.5 812.5 62.5 787.1 62.5 736.3 60.5 687.5 48.8 625 33.2 554.7-37.1 533.2-50.8 523.4-58.6 509.8-62.5 498-62.5 486.3-62.5 474.6-58.6 464.8-50.8 460.9-48.8 386.7 31.3 312.5 48.8 265.6 60.5 212.9 62.5 187.5 62.5 171.9 62.5 162.1 62.5 160.2 62.5 158.2 62.5 158.2 62.5 156.3 62.5 140.6 62.5 125 68.4 113.3 78.1 101.6 89.8 93.8 107.4 93.8 125L93.8 281.3C93.8 857.4 470.7 933.6 488.3 935.5 490.2 935.5 494.1 937.5 498 937.5 502 937.5 505.9 935.5 509.8 935.5 525.4 933.6 906.3 857.4 906.3 281.3L906.3 125C906.3 107.4 898.4 89.8 886.7 78.1ZM843.8 281.3C843.8 812.5 498 875 498 875 498 875 156.3 812.5 156.3 281.3 156.3 144.5 156.3 125 156.3 125 156.3 125 168 125 187.5 125 218.8 125 275.4 123 328.1 109.4 414.1 87.9 498 0 498 0 498 0 585.9 87.9 673.8 109.4 726.6 123 781.3 125 812.5 125 832 125 843.8 125 843.8 125 843.8 125 843.8 144.5 843.8 281.3ZM632.8 275.4C621.1 263.7 599.6 263.7 587.9 275.4L500 363.3 412.1 275.4C398.4 263.7 378.9 263.7 367.2 275.4 355.5 287.1 355.5 308.6 367.2 320.3L455.1 408.2 367.2 496.1C355.5 507.8 355.5 529.3 367.2 541 378.9 552.7 398.4 552.7 412.1 541L500 453.1 587.9 541C599.6 552.7 621.1 552.7 632.8 541 644.5 529.3 644.5 507.8 632.8 496.1L544.9 408.2 632.8 320.3C644.5 308.6 644.5 287.1 632.8 275.4Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:14:\"shield unblock\";}}i:28;a:7:{s:3:\"uid\";s:32:\"a8e858ae14c701feb9d9e1e10fe51285\";s:3:\"css\";s:8:\"tablet-2\";s:4:\"code\";i:59420;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:674:\"M812.5-62.5L187.5-62.5C134.8-62.5 93.8-21.5 93.8 31.3L93.8 843.8C93.8 896.5 134.8 937.5 187.5 937.5L812.5 937.5C865.2 937.5 906.3 896.5 906.3 843.8L906.3 31.3C906.3-21.5 865.2-62.5 812.5-62.5ZM843.8 843.8C843.8 861.3 830.1 875 812.5 875L187.5 875C169.9 875 156.3 861.3 156.3 843.8L156.3 31.3C156.3 13.7 169.9 0 187.5 0L812.5 0C830.1 0 843.8 13.7 843.8 31.3ZM500 718.8C464.8 718.8 437.5 746.1 437.5 781.3 437.5 816.4 464.8 843.8 500 843.8 535.2 843.8 562.5 816.4 562.5 781.3 562.5 746.1 535.2 718.8 500 718.8ZM562.5 31.3L437.5 31.3C419.9 31.3 406.3 44.9 406.3 62.5 406.3 80.1 419.9 93.8 437.5 93.8L562.5 93.8C580.1 93.8 593.8 80.1 593.8 62.5 593.8 44.9 580.1 31.3 562.5 31.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"tablet\";}}i:29;a:7:{s:3:\"uid\";s:32:\"f6286d6d96547ec30ef68ebc4a5b049b\";s:3:\"css\";s:7:\"magic-1\";s:4:\"code\";i:59421;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:959:\"M996.1 357.4L896.5 207 945.3 31.3C949.2 21.5 945.3 9.8 937.5 2 929.7-5.9 918-9.8 908.2-5.9L732.4 44.9 582-56.6C572.3-62.5 560.5-64.5 550.8-58.6 541-54.7 533.2-43 533.2-31.3L527.3 150.4 384.8 261.7C377 267.6 371.1 279.3 373 291 375 302.7 382.8 312.5 394.5 316.4L527.3 363.3C527.3 365.2 525.4 365.2 525.4 365.2L7.8 884.8C-5.9 896.5-5.9 916 7.8 927.7 13.7 933.6 21.5 937.5 29.3 937.5 37.1 937.5 44.9 933.6 50.8 927.7L570.3 410.2C572.3 408.2 572.3 406.3 574.2 402.3L627 546.9C630.9 558.6 640.6 566.4 652.3 568.4 652.3 568.4 654.3 568.4 656.3 568.4 666 568.4 675.8 564.5 681.6 556.6L793 412.1 972.7 406.3C982.4 404.3 994.1 398.4 998 388.7 1003.9 378.9 1003.9 367.2 996.1 357.4ZM775.4 349.6C765.6 349.6 757.8 355.5 752 361.3L666 472.7 619.1 341.8C615.2 332 609.4 326.2 599.6 322.3L468.8 275.4 578.1 189.5C585.9 183.6 589.8 175.8 589.8 166L593.8 27.3 710.9 103.5C718.8 109.4 728.5 111.3 736.3 109.4L871.1 70.3 832 203.1C830.1 212.9 832 222.7 835.9 230.5L914.1 345.7Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"magic\";}}i:30;a:7:{s:3:\"uid\";s:32:\"1a6f74047e8e786c1ef5a1e090b2f75f\";s:3:\"css\";s:9:\"sandwatch\";s:4:\"code\";i:59422;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:787:\"M814.5 0L750 0 750 210.9C750 312.5 695.3 390.6 576.2 451.2 699.2 513.7 752 589.8 752 703.1 752 777.3 752 839.8 752 875L814.5 875C830.1 875 845.7 888.7 845.7 906.3 845.7 923.8 830.1 937.5 814.5 937.5L185.5 937.5C169.9 937.5 154.3 923.8 154.3 906.3 154.3 888.7 169.9 875 185.5 875L250 875C250 839.8 250 777.3 250 703.1 250 589.8 300.8 513.7 423.8 451.2 306.6 390.6 252 312.5 252 210.9L252 0 185.5 0C169.9 0 154.3-13.7 154.3-31.3 154.3-48.8 169.9-62.5 185.5-62.5L814.5-62.5C830.1-62.5 845.7-48.8 845.7-31.3 845.7-13.7 830.1 0 814.5 0ZM312.5 703.1C312.5 777.3 312.5 839.8 312.5 875L689.5 875C689.5 839.8 689.5 777.3 689.5 703.1 689.5 617.2 656.3 548.8 500 484.4 343.8 548.8 312.5 617.2 312.5 703.1ZM687.5 0L314.5 0 314.5 210.9C314.5 271.5 334 347.7 500 416 666 347.7 687.5 271.5 687.5 210.9Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:9:\"sandwatch\";}}i:31;a:7:{s:3:\"uid\";s:32:\"0052b4fcc91749bc5c7fb5fa1953fe1f\";s:3:\"css\";s:16:\"graduation-cap-3\";s:4:\"code\";i:59423;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:850:\"M966.8 617.2L966.8 365.2 982.4 357.4C994.1 351.6 1000 341.8 1000 330.1 1000 318.4 994.1 306.6 984.4 302.7L513.7 50.8C503.9 44.9 492.2 44.9 484.4 50.8L15.6 302.7C5.9 308.6 0 318.4 0 330.1 0 341.8 5.9 351.6 15.6 357.4L222.7 466.8C218.8 470.7 216.8 476.6 216.8 482.4L216.8 746.1C216.8 755.9 220.7 763.7 228.5 769.5 234.4 775.4 298.8 828.1 498 828.1 695.3 828.1 763.7 779.3 769.5 773.4 777.3 767.6 781.3 757.8 781.3 748L781.3 476.6C781.3 472.7 781.3 468.8 779.3 464.8L904.3 398.4 904.3 617.2C886.7 628.9 875 648.4 875 671.9 875 705.1 902.3 734.4 937.5 734.4 970.7 734.4 1000 705.1 1000 671.9 1000 648.4 986.3 628.9 966.8 617.2ZM718.8 730.5C693.4 742.2 628.9 765.6 498 765.6 367.2 765.6 302.7 740.2 279.3 728.5L279.3 498 482.4 605.5C488.3 607.4 492.2 609.4 498 609.4 502 609.4 507.8 607.4 511.7 605.5L718.8 496.1ZM498 543L95.7 330.1 498 113.3 902.3 328.1Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:14:\"graduation cap\";}}i:32;a:7:{s:3:\"uid\";s:32:\"d5db04544a0bdddff747d3ebb9e3b370\";s:3:\"css\";s:5:\"ghost\";s:4:\"code\";i:59424;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1218:\"M500-62.5C275.4-62.5 93.8 132.8 93.8 373L93.8 906.3C93.8 919.9 101.6 931.6 113.3 935.5 117.2 937.5 121.1 937.5 125 937.5 134.8 937.5 142.6 933.6 148.4 927.7L265.6 796.9 359.4 923.8C365.2 933.6 373 937.5 382.8 937.5L382.8 937.5C394.5 937.5 402.3 933.6 408.2 925.8L502 800.8 591.8 925.8C597.7 933.6 607.4 937.5 617.2 937.5 627 937.5 636.7 933.6 642.6 925.8L736.3 796.9 851.6 927.7C859.4 937.5 873 939.5 886.7 935.5 898.4 931.6 906.3 919.9 906.3 906.3L906.3 373C906.3 132.8 724.6-62.5 500-62.5ZM843.8 824.2L757.8 726.6C750 720.7 742.2 716.8 732.4 716.8 722.7 716.8 714.8 722.7 709 728.5L617.2 853.5 527.3 730.5C521.5 720.7 511.7 716.8 502 716.8L502 716.8C492.2 716.8 482.4 720.7 476.6 728.5L384.8 853.5 294.9 728.5C289.1 722.7 279.3 716.8 271.5 716.8 269.5 716.8 269.5 716.8 269.5 716.8 259.8 716.8 252 720.7 246.1 726.6L156.3 826.2 156.3 373C156.3 168 310.5 0 500 0 689.5 0 843.8 168 843.8 373L843.8 824.2ZM656.3 281.3C621.1 281.3 593.8 308.6 593.8 343.8 593.8 378.9 621.1 406.3 656.3 406.3 691.4 406.3 718.8 378.9 718.8 343.8 718.8 308.6 691.4 281.3 656.3 281.3ZM343.8 281.3C308.6 281.3 281.3 308.6 281.3 343.8 281.3 378.9 308.6 406.3 343.8 406.3 378.9 406.3 406.3 378.9 406.3 343.8 406.3 308.6 378.9 281.3 343.8 281.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"ghost\";}}i:33;a:7:{s:3:\"uid\";s:32:\"4a183c194cb45b7abb2693039990bd7e\";s:3:\"css\";s:4:\"game\";s:4:\"code\";i:59425;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1645:\"M726.6 11.7C701.2 0 677.7-11.7 656.3-21.5 599.6-50.8 550.8-62.5 502-62.5 406.3-62.5 339.8-7.8 298.8 33.2L263.7 68.4 240.2 91.8 207 125 154.3 177.7 97.7 236.3C-11.7 343.8-29.3 455.1 41 593.8 50.8 615.2 62.5 638.7 74.2 664.1 136.7 798.8 203.1 937.5 310.5 937.5 312.5 937.5 316.4 937.5 318.4 937.5 429.7 929.7 460.9 787.1 488.3 662.1 492.2 642.6 496.1 623 500 605.5 507.8 576.2 523.4 558.6 562.5 517.6L568.4 511.7 572.3 509.8 576.2 505.9 580.1 500C621.1 460.9 638.7 445.3 668 437.5 685.5 433.6 705.1 429.7 724.6 425.8 849.6 398.4 992.2 367.2 1000 255.9 1009.8 144.5 865.2 76.2 726.6 11.7ZM935.5 250C929.7 328.1 755.9 351.6 652.3 377 605.5 388.7 578.1 414.1 535.2 455.1 533.2 459 529.3 460.9 527.3 464.8 523.4 466.8 521.5 470.7 517.6 472.7 476.6 515.6 451.2 543 439.5 589.8 414.1 693.4 390.6 867.2 312.5 873 312.5 873 310.5 873 308.6 873 226.6 873 156.3 685.5 95.7 564.5 33.2 439.5 60.5 357.4 140.6 279.3 156.3 263.7 173.8 244.1 197.3 220.7 220.7 197.3 250 168 283.2 134.8 306.6 111.3 326.2 91.8 341.8 76.2 390.6 27.3 441.4-2 502-2 539.1-2 580.1 9.8 627 33.2 750 95.7 943.4 166 935.5 250ZM466.8 281.3L529.3 281.3 529.3 218.8 466.8 218.8ZM466.8 187.5L529.3 187.5 529.3 125 466.8 125ZM560.5 187.5L623 187.5 623 125 560.5 125ZM560.5 281.3L623 281.3 623 218.8 560.5 218.8ZM322.3 468.8L345.7 445.3C357.4 433.6 357.4 414.1 345.7 402.3 334 390.6 314.5 390.6 302.7 402.3L279.3 425.8 255.9 402.3C244.1 390.6 224.6 390.6 212.9 402.3 201.2 414.1 201.2 433.6 212.9 445.3L236.3 468.8 212.9 492.2C201.2 503.9 201.2 523.4 212.9 535.2 224.6 546.9 244.1 546.9 255.9 535.2L279.3 509.8 304.7 535.2C316.4 546.9 334 546.9 345.7 535.2 357.4 523.4 357.4 503.9 345.7 492.2Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"game\";}}i:34;a:7:{s:3:\"uid\";s:32:\"41692a18920918845815082910d0d847\";s:3:\"css\";s:6:\"fire-4\";s:4:\"code\";i:59426;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1259:\"M496.1 937.5C261.7 937.5 93.8 773.4 93.8 548.8 93.8 429.7 166 300.8 168 294.9 173.8 283.2 187.5 277.3 199.2 279.3 212.9 281.3 222.7 289.1 226.6 302.7 226.6 302.7 246.1 375 271.5 416 287.1 441.4 304.7 460.9 324.2 474.6 312.5 418 300.8 330.1 318.4 242.2 363.3 0 554.7-58.6 562.5-60.5 572.3-64.5 584-60.5 591.8-52.7 599.6-46.9 603.5-35.2 601.6-25.4 601.6-23.4 570.3 146.5 636.7 291 642.6 304.7 652.3 320.3 660.2 335.9 664.1 314.5 668 293 673.8 271.5 697.3 185.5 761.7 156.3 763.7 154.3 775.4 148.4 787.1 150.4 796.9 158.2 804.7 166 810.5 177.7 808.6 187.5 806.6 191.4 798.8 248 847.7 332 892.6 406.3 906.3 455.1 906.3 548.8 906.3 773.4 734.4 937.5 496.1 937.5ZM191.4 394.5C173.8 437.5 156.3 494.1 156.3 548.8 156.3 736.3 296.9 875 496.1 875 697.3 875 843.8 736.3 843.8 548.8 843.8 466.8 834 429.7 794.9 363.3 769.5 320.3 755.9 281.3 750 250 744.1 259.8 738.3 273.4 734.4 287.1 714.8 353.5 718.8 431.6 718.8 433.6 720.7 447.3 710.9 459 699.2 464.8 685.5 468.8 669.9 464.8 662.1 453.1 660.2 449.2 605.5 371.1 580.1 318.4 529.3 209 529.3 89.8 535.2 21.5 484.4 50.8 404.3 117.2 378.9 253.9 355.5 386.7 402.3 519.5 404.3 521.5 408.2 531.3 406.3 543 398.4 552.7 390.6 560.5 378.9 564.5 367.2 562.5 363.3 560.5 275.4 539.1 218.8 449.2 207 431.6 199.2 414.1 191.4 394.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"fire\";}}i:35;a:7:{s:3:\"uid\";s:32:\"34d2777e77ee75c3d82a38039496b167\";s:3:\"css\";s:9:\"glasses-1\";s:4:\"code\";i:59427;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1486:\"M1002 574.2C1000 560.5 949.2 261.7 941.4 214.8 941.4 209 939.5 205.1 939.5 199.2 933.6 152.3 921.9 62.5 777.3 62.5 759.8 62.5 746.1 76.2 746.1 93.8 746.1 111.3 759.8 125 777.3 125 867.2 125 871.1 162.1 877 207 878.9 212.9 878.9 218.8 880.9 224.6 882.8 246.1 900.4 334 914.1 421.9 877 392.6 832 377 783.2 377 703.1 377 630.9 419.9 593.8 482.4 574.2 476.6 543 466.8 500 466.8 457 466.8 427.7 476.6 408.2 484.4 369.1 419.9 300.8 377 220.7 377 168 377 119.1 394.5 82 425.8 95.7 337.9 113.3 248 117.2 224.6 117.2 218.8 119.1 212.9 119.1 207 125 162.1 130.9 125 218.8 125 236.3 125 250 111.3 250 93.8 250 76.2 236.3 62.5 218.8 62.5 74.2 62.5 62.5 152.3 56.6 199.2 56.6 205.1 56.6 209 54.7 214.8 46.9 261.7 0 558.6-2 572.3-2 574.2-2 578.1 0 580.1 0 585.9-2 589.8-2 593.8-2 714.8 99.6 812.5 220.7 812.5 339.8 812.5 437.5 714.8 437.5 593.8 437.5 576.2 435.5 558.6 431.6 541 443.4 537.1 466.8 529.3 500 529.3 531.3 529.3 554.7 535.2 568.4 541 564.5 558.6 560.5 576.2 560.5 593.8 560.5 714.8 662.1 812.5 783.2 812.5 902.3 812.5 1000 714.8 1000 593.8 1000 591.8 1000 587.9 1000 584 1002 582 1002 578.1 1002 574.2ZM220.7 750C134.8 750 60.5 679.7 60.5 593.8 60.5 509.8 134.8 439.5 220.7 439.5 306.6 439.5 375 507.8 375 593.8 375 679.7 306.6 750 220.7 750ZM783.2 750C697.3 750 623 679.7 623 593.8 623 509.8 697.3 439.5 783.2 439.5 857.4 439.5 918 490.2 933.6 560.5 935.5 566.4 935.5 572.3 935.5 578.1 935.5 582 937.5 584 937.5 585.9 937.5 587.9 937.5 591.8 937.5 593.8 937.5 679.7 869.1 750 783.2 750Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:7:\"glasses\";}}i:36;a:7:{s:3:\"uid\";s:32:\"e4b85304321c70f23eadfaf50b6d3a6f\";s:3:\"css\";s:14:\"envelope-empty\";s:4:\"code\";i:59428;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:748:\"M1000 400.4C998 388.7 994.1 378.9 988.3 369.1L988.3 369.1 986.3 369.1C984.4 365.2 980.5 361.3 976.6 357.4L568.4-35.2C533.2-72.3 470.7-72.3 435.5-35.2L27.3 355.5C19.5 363.3 0 384.8 0 406.3L0 875C0 910.2 27.3 937.5 62.5 937.5L937.5 937.5C972.7 937.5 1000 910.2 1000 875L1000 408.2C1000 406.3 1000 402.3 1000 400.4ZM263.7 646.5L62.5 832 62.5 468.8ZM328.1 671.9C330.1 671.9 332 669.9 334 668 334 666 334 666 334 666L472.7 539.1C480.5 533.2 488.3 531.3 496.1 531.3 505.9 531.3 515.6 533.2 521.5 539.1L896.5 875 107.4 875ZM740.2 650.4L937.5 474.6 937.5 828.1ZM101.6 369.1L480.5 7.8C486.3 2 494.1-2 502-2 509.8-2 517.6 2 523.4 7.8L877 343.8 875 343.8 929.7 398.4 693.4 609.4 560.5 490.2C523.4 460.9 470.7 459 431.6 492.2L310.5 603.5 74.2 396.5 99.6 369.1Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:14:\"envelope empty\";}}i:37;a:7:{s:3:\"uid\";s:32:\"3579ef09633059621d592e99e8d8afdb\";s:3:\"css\";s:15:\"envelope-letter\";s:4:\"code\";i:59429;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:997:\"M1000 400.4C998 388.7 994.1 378.9 988.3 369.1L988.3 369.1 986.3 369.1C984.4 365.2 980.5 361.3 976.6 357.4L812.5 193.4 812.5 91.8C812.5 76.2 798.8 60.5 781.3 60.5L681.6 60.5 568.4-35.2C533.2-72.3 470.7-72.3 435.5-35.2L322.3 60.5 218.8 60.5C201.2 60.5 187.5 76.2 187.5 91.8L187.5 195.3 27.3 355.5C11.7 365.2 0 384.8 0 406.3L0 875C0 910.2 27.3 937.5 62.5 937.5L937.5 937.5C972.7 937.5 1000 910.2 1000 875L1000 408.2C1000 406.3 1000 402.3 1000 400.4ZM261.7 646.5L62.5 832 62.5 468.8ZM322.3 675.8C326.2 673.8 330.1 669.9 334 668 335.9 666 335.9 664.1 337.9 662.1L472.7 537.1C480.5 531.3 488.3 527.3 496.1 527.3 505.9 527.3 515.6 531.3 521.5 535.2L896.5 875 107.4 875ZM740.2 650.4L937.5 474.6 937.5 828.1ZM877 343.8L875 343.8 929.7 398.4 812.5 502 812.5 279.3ZM480.5 7.8C486.3 2 494.1-2 502-2 509.8-2 517.6 2 523.4 7.8L587.9 60.5 416 60.5ZM750 123L750 558.6 693.4 607.4 560.5 486.3C523.4 459 470.7 457 431.6 488.3L308.6 603.5 250 550.8 250 123ZM101.6 369.1L187.5 283.2 187.5 496.1 74.2 396.5 99.6 369.1Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:15:\"envelope letter\";}}i:38;a:7:{s:3:\"uid\";s:32:\"8021124170b6337e7b6a15330824f702\";s:3:\"css\";s:6:\"bell-3\";s:4:\"code\";i:59430;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:804:\"M884.8 632.8C847.7 587.9 798.8 525.4 798.8 460.9L798.8 257.8C798.8 82 666-60.5 498-60.5 330.1-60.5 199.2 82 199.2 257.8L199.2 460.9C199.2 525.4 146.5 584 111.3 630.9 80.1 671.9 56.6 705.1 72.3 736.3 87.9 765.6 123 769.5 154.3 769.5L332 769.5C332 861.3 406.3 935.5 500 935.5 591.8 935.5 666 861.3 666 769.5L849.6 769.5C867.2 769.5 912.1 769.5 927.7 738.3 943.4 705.1 918 673.8 884.8 632.8ZM500 871.1C443.4 871.1 398.4 826.2 398.4 769.5L599.6 769.5C599.6 826.2 554.7 871.1 500 871.1ZM849.6 703.1L154.3 703.1C148.4 703.1 144.5 703.1 140.6 703.1 148.4 693.4 156.3 679.7 164.1 669.9 203.1 619.1 265.6 546.9 265.6 460.9L265.6 257.8C265.6 119.1 367.2 5.9 498 5.9 628.9 5.9 732.4 119.1 732.4 257.8L732.4 460.9C732.4 548.8 791 623 832 675.8 839.8 683.6 849.6 693.4 855.5 703.1 853.5 703.1 851.6 703.1 849.6 703.1Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"bell\";}}i:39;a:7:{s:3:\"uid\";s:32:\"1d1f786fd1f159df7fe0e69696b7604e\";s:3:\"css\";s:9:\"award-alt\";s:4:\"code\";i:59431;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:994:\"M998 757.8L814.5 419.9C832 377 843.8 330.1 843.8 281.3 843.8 91.8 689.5-62.5 500-62.5 310.5-62.5 156.3 91.8 156.3 281.3 156.3 332 168 378.9 187.5 421.9L3.9 757.8C-3.9 767.6-2 781.3 5.9 791 13.7 800.8 25.4 806.6 37.1 802.7L193.4 767.6 248 916C252 927.7 261.7 935.5 275.4 937.5 275.4 937.5 277.3 937.5 277.3 937.5 289.1 937.5 298.8 931.6 304.7 919.9L464.8 623C476.6 625 488.3 625 500 625 509.8 625 521.5 625 531.3 623L695.3 921.9C701.2 931.6 710.9 937.5 722.7 937.5 722.7 937.5 724.6 937.5 724.6 937.5 738.3 935.5 748 927.7 752 916L806.6 767.6 962.9 802.7C974.6 806.6 986.3 800.8 994.1 791 1002 781.3 1003.9 769.5 998 757.8ZM283.2 830.1L244.1 720.7C238.3 705.1 222.7 697.3 207 699.2L91.8 726.6 222.7 486.3C267.6 544.9 328.1 587.9 400.4 609.4ZM218.8 281.3C218.8 127 345.7 0 500 0 654.3 0 781.3 127 781.3 281.3 781.3 435.5 654.3 562.5 500 562.5 345.7 562.5 218.8 435.5 218.8 281.3ZM793 699.2C777.3 697.3 761.7 705.1 755.9 720.7L716.8 830.1 595.7 611.3C669.9 589.8 734.4 543 777.3 482.4L910.2 726.6Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"award prize\";}}i:40;a:7:{s:3:\"uid\";s:32:\"881c93289f5f82197d9422f81d34d900\";s:3:\"css\";s:8:\"anchor-3\";s:4:\"code\";i:59432;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1383:\"M998 652.3L916 503.9C916 503.9 916 503.9 916 503.9L910.2 494.1C908.2 488.3 902.3 484.4 896.5 482.4 890.6 482.4 884.8 482.4 880.9 486.3L871.1 492.2C871.1 492.2 869.1 492.2 869.1 492.2L728.5 587.9C716.8 595.7 712.9 609.4 720.7 621.1L726.6 627C732.4 638.7 746.1 638.7 757.8 632.8L841.8 574.2C822.3 736.3 691.4 861.3 531.3 875L531.3 248 656.3 248C673.8 248 687.5 234.4 687.5 216.8 687.5 201.2 673.8 185.5 656.3 185.5L529.3 185.5C529.3 185.5 529.3 185.5 529.3 183.6 584 171.9 627 121.1 627 60.5 627-7.8 570.3-64.5 500-64.5 431.6-64.5 375-7.8 375 60.5 375 121.1 416 169.9 470.7 183.6 470.7 185.5 470.7 185.5 470.7 185.5L343.8 185.5C326.2 185.5 312.5 201.2 312.5 216.8 312.5 234.4 326.2 248 343.8 248L468.8 248 468.8 875C308.6 861.3 177.7 736.3 158.2 574.2L242.2 632.8C252 638.7 267.6 638.7 273.4 627L279.3 621.1C287.1 609.4 283.2 595.7 271.5 587.9L130.9 492.2C130.9 492.2 128.9 492.2 128.9 492.2L119.1 486.3C115.2 482.4 109.4 482.4 103.5 482.4 97.7 484.4 91.8 488.3 89.8 494.1L84 503.9C84 503.9 84 503.9 84 503.9L2 652.3C-3.9 662.1 0 677.7 9.8 683.6L19.5 687.5C29.3 693.4 43 687.5 48.8 677.7L95.7 589.8C125 789.1 296.9 939.5 500 939.5 703.1 939.5 875 789.1 904.3 589.8L951.2 677.7C957 687.5 970.7 693.4 980.5 687.5L990.2 683.6C1000 677.7 1003.9 662.1 998 652.3ZM437.5 60.5C437.5 27.3 464.8-2 500-2 535.2-2 564.5 27.3 564.5 60.5 564.5 95.7 535.2 125 500 125 464.8 125 437.5 95.7 437.5 60.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"anchor\";}}i:41;a:7:{s:3:\"uid\";s:32:\"121a77c02ffeabc88c5330e3dbe128b7\";s:3:\"css\";s:8:\"wallet-1\";s:4:\"code\";i:59433;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:659:\"M1000 220.7C1000 197.3 994.1 144.5 923.8 125L224.6-15.6 218.8-15.6C166-15.6 125 25.4 125 78.1L125 203.1 93.8 203.1C41 203.1 0 246.1 0 296.9L0 796.9C0 849.6 41 890.6 93.8 890.6L906.3 890.6C959 890.6 1000 849.6 1000 796.9ZM187.5 78.1C187.5 62.5 199.2 48.8 214.8 46.9L904.3 185.5C904.3 185.5 900.4 203.1 875 203.1L187.5 203.1ZM937.5 796.9C937.5 814.5 923.8 828.1 906.3 828.1L93.8 828.1C76.2 828.1 62.5 814.5 62.5 796.9L62.5 296.9C62.5 279.3 76.2 265.6 93.8 265.6L875 265.6C906.3 265.6 937.5 255.9 937.5 234.4L937.5 796.9ZM187.5 484.4C152.3 484.4 125 513.7 125 546.9 125 582 152.3 609.4 187.5 609.4 222.7 609.4 250 582 250 546.9 250 513.7 222.7 484.4 187.5 484.4Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:12:\"wallet money\";}}i:42;a:7:{s:3:\"uid\";s:32:\"0608f9368601ce87e1ddca30dbd82b91\";s:3:\"css\";s:8:\"vector-1\";s:4:\"code\";i:59434;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1186:\"M968.8 593.8L937.5 593.8 937.5 591.8C937.5 433.6 853.5 294.9 726.6 218.8L882.8 218.8C894.5 238.3 914.1 250 937.5 250 972.7 250 1000 222.7 1000 187.5 1000 152.3 972.7 125 937.5 125 914.1 125 894.5 136.7 882.8 156.3L593.8 156.3 593.8 125C593.8 107.4 580.1 93.8 562.5 93.8L437.5 93.8C419.9 93.8 406.3 107.4 406.3 125L406.3 156.3 117.2 156.3C105.5 136.7 85.9 125 62.5 125 27.3 125 0 152.3 0 187.5 0 222.7 27.3 250 62.5 250 85.9 250 105.5 238.3 117.2 218.8L273.4 218.8C146.5 294.9 62.5 433.6 62.5 591.8L62.5 593.8 31.3 593.8C13.7 593.8 0 607.4 0 625L0 750C0 767.6 13.7 781.3 31.3 781.3L156.3 781.3C173.8 781.3 187.5 767.6 187.5 750L187.5 625C187.5 607.4 173.8 593.8 156.3 593.8L125 593.8 125 591.8C125 418 244.1 271.5 406.3 228.5L406.3 250C406.3 267.6 419.9 281.3 437.5 281.3L562.5 281.3C580.1 281.3 593.8 267.6 593.8 250L593.8 228.5C755.9 271.5 875 418 875 591.8L875 593.8 843.8 593.8C826.2 593.8 812.5 607.4 812.5 625L812.5 750C812.5 767.6 826.2 781.3 843.8 781.3L968.8 781.3C986.3 781.3 1000 767.6 1000 750L1000 625C1000 607.4 986.3 593.8 968.8 593.8ZM125 718.8L62.5 718.8 62.5 656.3 125 656.3ZM531.3 218.8L468.8 218.8 468.8 156.3 531.3 156.3ZM937.5 718.8L875 718.8 875 656.3 937.5 656.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"vector\";}}i:43;a:7:{s:3:\"uid\";s:32:\"80f0d44859c66bc9bfb05a9ef57b8ee2\";s:3:\"css\";s:7:\"message\";s:4:\"code\";i:59435;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:859:\"M937.5 0L62.5 0C27.3 0 0 27.3 0 62.5L0 627C0 660.2 27.3 689.5 62.5 689.5L187.5 689.5 187.5 843.8C187.5 857.4 195.3 867.2 207 873 210.9 875 214.8 875 218.8 875 226.6 875 234.4 873 240.2 867.2L419.9 689.5 937.5 689.5C972.7 689.5 1000 660.2 1000 627L1000 62.5C1000 27.3 972.7 0 937.5 0ZM937.5 627L394.5 627 250 769.5 250 627 62.5 627 62.5 62.5 937.5 62.5ZM218.8 377L781.3 377C798.8 377 812.5 361.3 812.5 345.7 812.5 328.1 798.8 314.5 781.3 314.5L218.8 314.5C201.2 314.5 187.5 328.1 187.5 345.7 187.5 361.3 201.2 377 218.8 377ZM218.8 252L781.3 252C798.8 252 812.5 236.3 812.5 220.7 812.5 203.1 798.8 189.5 781.3 189.5L218.8 189.5C201.2 189.5 187.5 203.1 187.5 220.7 187.5 236.3 201.2 252 218.8 252ZM218.8 502L593.8 502C611.3 502 625 486.3 625 470.7 625 453.1 611.3 439.5 593.8 439.5L218.8 439.5C201.2 439.5 187.5 453.1 187.5 470.7 187.5 486.3 201.2 502 218.8 502Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"message sms\";}}i:44;a:7:{s:3:\"uid\";s:32:\"bf40d3623fc37fb2fa39d18fd2406a43\";s:3:\"css\";s:8:\"puzzle-2\";s:4:\"code\";i:59436;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1303:\"M500 937.5C480.5 937.5 460.9 929.7 447.3 916L21.5 490.2C-7.8 460.9-7.8 414.1 21.5 384.8L177.7 228.5C187.5 218.8 201.2 216.8 214.8 222.7 226.6 228.5 232.4 242.2 230.5 255.9 228.5 265.6 228.5 271.5 228.5 279.3 228.5 347.7 283.2 404.3 351.6 404.3 419.9 404.3 470.7 347.7 470.7 279.3 470.7 210.9 419.9 154.3 351.6 154.3 345.7 154.3 337.9 156.3 330.1 156.3 316.4 160.2 302.7 152.3 296.9 140.6 289.1 128.9 293 113.3 302.7 103.5L447.3-41C476.6-70.3 525.4-70.3 552.7-41L658.2 64.5C681.6-3.9 746.1-54.7 822.3-54.7 918-54.7 994.1 23.4 994.1 117.2 994.1 193.4 945.3 259.8 875 281.3L978.5 384.8C1007.8 414.1 1007.8 460.9 978.5 490.2L552.7 916C539.1 929.7 519.5 937.5 500 937.5ZM169.9 324.2L64.5 429.7C60.5 433.6 60.5 441.4 66.4 445.3L492.2 871.1C498 877 502 877 507.8 871.1L933.6 445.3C939.5 441.4 939.5 433.6 933.6 429.7L785.2 279.3C775.4 269.5 771.5 253.9 777.3 242.2 783.2 230.5 796.9 224.6 810.5 224.6L814.5 226.6C816.4 226.6 820.3 226.6 822.3 226.6 882.8 226.6 931.6 177.7 931.6 117.2 931.6 56.6 882.8 7.8 822.3 7.8 761.7 7.8 712.9 56.6 712.9 117.2 712.9 119.1 712.9 123 714.8 125L714.8 130.9C716.8 144.5 709 156.3 697.3 162.1 685.5 168 671.9 166 662.1 156.3L507.8 2C502-3.9 498-3.9 492.2 2L396.5 97.7C478.5 117.2 533.2 191.4 533.2 279.3 533.2 380.9 455.1 466.8 351.6 466.8 263.7 466.8 191.4 404.3 169.9 324.2Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"puzzle\";}}i:45;a:7:{s:3:\"uid\";s:32:\"c557508b402c8012596e57f48e45fcc7\";s:3:\"css\";s:7:\"print-3\";s:4:\"code\";i:59437;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:721:\"M929.7 185.5L812.5 185.5 812.5-62.5 187.5-62.5 187.5 185.5 70.3 185.5C31.3 185.5 0 216.8 0 255.9L0 679.7C0 718.8 31.3 750 70.3 750L187.5 750 187.5 937.5 812.5 937.5 812.5 750 929.7 750C968.8 750 1000 718.8 1000 679.7L1000 255.9C1000 216.8 968.8 185.5 929.7 185.5ZM250 0L750 0 750 185.5 250 185.5ZM750 875L250 875 250 531.3 750 531.3ZM937.5 679.7C937.5 683.6 933.6 687.5 929.7 687.5L812.5 687.5 812.5 468.8 187.5 468.8 187.5 687.5 70.3 687.5C66.4 687.5 62.5 683.6 62.5 679.7L62.5 255.9C62.5 252 66.4 248 70.3 248L929.7 248C933.6 248 937.5 252 937.5 255.9ZM812.5 312.5L781.3 312.5C763.7 312.5 750 326.2 750 343.8 750 361.3 763.7 375 781.3 375L812.5 375C830.1 375 843.8 361.3 843.8 343.8 843.8 326.2 830.1 312.5 812.5 312.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"print\";}}i:46;a:7:{s:3:\"uid\";s:32:\"055b861aab6ffaba954334e7dd61f097\";s:3:\"css\";s:6:\"gift-3\";s:4:\"code\";i:59438;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:826:\"M1000 250C1000 216.8 972.7 187.5 937.5 187.5L830.1 187.5C859.4 160.2 877 125 877 82 877 27.3 845.7-31.3 757.8-31.3 642.6-31.3 546.9 89.8 502 158.2 457 89.8 357.4-31.3 242.2-31.3 156.3-31.3 125 27.3 125 82 125 125 142.6 160.2 171.9 187.5L62.5 187.5C27.3 187.5 0 216.8 0 250L0 437.5 62.5 437.5 62.5 843.8C62.5 878.9 91.8 906.3 125 906.3L875 906.3C910.2 906.3 937.5 878.9 937.5 843.8L937.5 437.5 1000 437.5ZM757.8 31.3C796.9 31.3 814.5 46.9 814.5 82 814.5 150.4 736.3 187.5 664.1 187.5L556.6 187.5C601.6 121.1 679.7 31.3 757.8 31.3ZM242.2 31.3C320.3 31.3 402.3 121.1 447.3 187.5L339.8 187.5C267.6 187.5 187.5 150.4 187.5 80.1 187.5 46.9 205.1 31.3 242.2 31.3ZM937.5 375L531.3 375 531.3 250 937.5 250ZM62.5 250L468.8 250 468.8 375 62.5 375ZM125 437.5L468.8 437.5 468.8 843.8 125 843.8ZM875 843.8L531.3 843.8 531.3 437.5 875 437.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"gift\";}}i:47;a:7:{s:3:\"uid\";s:32:\"e810c3f66c43a02e92d3ebd99e805d06\";s:3:\"css\";s:9:\"note-list\";s:4:\"code\";i:59439;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:913:\"M33.2 0L470.7 0C488.3 0 502-13.7 502-31.3 502-48.8 488.3-62.5 470.7-62.5L33.2-62.5C15.6-62.5 2-48.8 2-31.3 2-13.7 15.6 0 33.2 0ZM33.2 187.5L470.7 187.5C488.3 187.5 502 173.8 502 156.3 502 138.7 488.3 125 470.7 125L33.2 125C15.6 125 2 138.7 2 156.3 2 173.8 15.6 187.5 33.2 187.5ZM502 343.8C502 326.2 488.3 312.5 470.7 312.5L33.2 312.5C15.6 312.5 2 326.2 2 343.8 2 361.3 15.6 375 33.2 375L470.7 375C488.3 375 502 361.3 502 343.8ZM988.3 253.9L683.6-50.8C673.8-60.5 660.2-62.5 648.4-56.6 634.8-52.7 627-41 627-27.3L627 664.1C593.8 640.6 550.8 625 502 625 398.4 625 314.5 695.3 314.5 781.3 314.5 867.2 398.4 937.5 502 937.5 605.5 937.5 689.5 867.2 689.5 781.3 689.5 777.3 689.5 773.4 689.5 769.5L689.5 43 945.3 298.8C957 310.5 976.6 310.5 988.3 298.8 1002 287.1 1002 267.6 988.3 253.9ZM627 785.2C625 828.1 574.2 875 502 875 427.7 875 377 826.2 377 781.3 377 736.3 427.7 687.5 502 687.5 574.2 687.5 625 734.4 627 777.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"note\";}}i:48;a:7:{s:3:\"uid\";s:32:\"44419ade157f936521d1f84d7fa95f45\";s:3:\"css\";s:8:\"attach-3\";s:4:\"code\";i:59440;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1041:\"M990.2 308.6L630.9-52.7C623-60.5 613.3-64.5 601.6-60.5 591.8-58.6 582-50.8 580.1-41 558.6 29.3 554.7 91.8 572.3 150.4 570.3 150.4 568.4 152.3 568.4 154.3L400.4 320.3C345.7 294.9 289.1 281.3 230.5 281.3 193.4 281.3 158.2 287.1 123 298.8 113.3 300.8 105.5 310.5 103.5 320.3 99.6 330.1 103.5 341.8 111.3 349.6L324.2 564.5 25.4 869.1 0 937.5 62.5 912.1 369.1 609.4 585.9 828.1C591.8 834 599.6 835.9 607.4 835.9 609.4 835.9 613.3 835.9 615.2 835.9 625 832 634.8 824.2 636.7 814.5 666 722.7 658.2 625 617.2 537.1L789.1 367.2C789.1 367.2 789.1 365.2 789.1 365.2 816.4 373 841.8 377 869.1 377 904.3 377 941.4 371.1 978.5 359.4 988.3 357.4 996.1 347.7 1000 337.9 1002 328.1 998 316.4 990.2 308.6ZM589.8 742.2L195.3 345.7C296.9 334 406.3 375 484.4 455.1 562.5 533.2 601.6 640.6 589.8 742.2ZM585.9 480.5C570.3 455.1 550.8 431.6 529.3 410.2 505.9 388.7 482.4 369.1 457 351.6L597.7 210.9C613.3 236.3 630.9 259.8 654.3 283.2 677.7 306.6 701.2 324.2 726.6 339.8ZM697.3 238.3C638.7 177.7 615.2 111.3 627 31.3L906.3 312.5C826.2 324.2 759.8 300.8 697.3 238.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"attach\";}}i:49;a:7:{s:3:\"uid\";s:32:\"228a1fcf8c2f993bf7ccde61206d877d\";s:3:\"css\";s:5:\"image\";s:4:\"code\";i:59441;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:659:\"M937.5 15.6L62.5 15.6C27.3 15.6 0 43 0 78.1L0 796.9C0 832 27.3 859.4 62.5 859.4L937.5 859.4C972.7 859.4 1000 832 1000 796.9L1000 78.1C1000 43 972.7 15.6 937.5 15.6ZM937.5 796.9L62.5 796.9 62.5 613.3 312.5 369.1 572.3 628.9C582 640.6 601.6 638.7 615.2 628.9L728.5 525.4 935.5 736.3C935.5 738.3 937.5 738.3 937.5 738.3ZM937.5 650.4L753.9 462.9C742.2 451.2 724.6 449.2 712.9 459L595.7 562.5 335.9 306.6C330.1 298.8 322.3 294.9 314.5 294.9 306.6 294.9 296.9 296.9 291 302.7L62.5 525.4 62.5 78.1 937.5 78.1ZM718.8 328.1C753.9 328.1 781.3 300.8 781.3 265.6 781.3 232.4 753.9 203.1 718.8 203.1 683.6 203.1 656.3 232.4 656.3 265.6 656.3 300.8 683.6 328.1 718.8 328.1Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"image\";}}i:50;a:7:{s:3:\"uid\";s:32:\"35b37d45fa8370fec3ab314517db139e\";s:3:\"css\";s:5:\"map-2\";s:4:\"code\";i:59442;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:416:\"M970.7 70.3L656.3-60.5 343.8 62.5 29.3-60.5C27.3-60.5 25.4-62.5 21.5-62.5 9.8-62.5 0-52.7 0-37.1L0 773.4C0 789.1 13.7 808.6 29.3 812.5L345.7 937.5 656.3 810.5 970.7 933.6C972.7 933.6 974.6 933.6 978.5 933.6 990.2 933.6 1000 925.8 1000 910.2L1000 109.4C1000 91.8 986.3 74.2 970.7 70.3ZM375 115.2L625 15.6 625 759.8 375 859.4ZM62.5 21.5L312.5 115.2 312.5 859.4 62.5 755.9ZM937.5 853.5L687.5 759.8 687.5 17.6 937.5 125Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:3:\"map\";}}i:51;a:7:{s:3:\"uid\";s:32:\"09238a63a4df117f1eb554d63b741d69\";s:3:\"css\";s:6:\"layers\";s:4:\"code\";i:59443;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:978:\"M21.5 232.4L484.4 484.4C490.2 488.3 494.1 488.3 500 488.3 505.9 488.3 509.8 488.3 515.6 484.4L984.4 232.4C994.1 226.6 1000 216.8 1000 205.1 1000 193.4 994.1 181.6 982.4 177.7L519.5-58.6C509.8-62.5 500-62.5 490.2-58.6L21.5 177.7C11.7 181.6 5.9 193.4 5.9 205.1 3.9 216.8 11.7 226.6 21.5 232.4ZM505.9 3.9L902.3 205.1 500 421.9 103.5 205.1ZM978.5 406.3L884.8 359.4 818.4 396.5 896.5 435.5 494.1 652.3 97.7 435.5 181.6 394.5 115.2 357.4 17.6 406.3C5.9 412.1 0 421.9 0 433.6 0 445.3 5.9 457 15.6 460.9L480.5 714.8C484.4 716.8 490.2 718.8 494.1 718.8 500 718.8 505.9 716.8 509.8 714.8L978.5 460.9C988.3 457 994.1 445.3 994.1 433.6 994.1 421.9 988.3 412.1 978.5 406.3ZM978.5 625L890.6 582 822.3 619.1 896.5 654.3 494.1 871.1 97.7 654.3 175.8 619.1 109.4 582 17.6 625C5.9 630.9 0 640.6 0 652.3 0 664.1 5.9 675.8 15.6 679.7L480.5 933.6C484.4 935.5 490.2 937.5 494.1 937.5 500 937.5 505.9 935.5 509.8 933.6L978.5 681.6C988.3 675.8 994.1 664.1 994.1 652.3 994.1 640.6 988.3 630.9 978.5 625Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"layers\";}}i:52;a:7:{s:3:\"uid\";s:32:\"c9e9459b947f6a0f4d0aa69103e0a74e\";s:3:\"css\";s:5:\"bag-1\";s:4:\"code\";i:59444;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:924:\"M998 857.4L918 365.2C910.2 302.7 851.6 250 787.1 250L718.8 250 718.8 168C718.8 39.1 628.9-62.5 500-62.5 373-62.5 281.3 39.1 281.3 168L281.3 250 207 250C142.6 250 84 302.7 76.2 365.2L2 857.4C-2 882.8 3.9 904.3 15.6 918 29.3 931.6 46.9 937.5 68.4 937.5L921.9 937.5C955.1 937.5 972.7 925.8 982.4 914.1 992.2 904.3 1002 886.7 998 857.4ZM343.8 168C343.8 74.2 408.2 0 500 0 593.8 0 656.3 74.2 656.3 168L656.3 250 343.8 250ZM925.8 875L72.3 875C68.4 875 62.5 873 62.5 865.2L138.7 373C142.6 339.8 173.8 312.5 207 312.5L281.3 312.5 281.3 384.8C261.7 394.5 250 414.1 250 437.5 250 472.7 277.3 500 312.5 500 347.7 500 375 472.7 375 437.5 375 414.1 363.3 394.5 343.8 384.8L343.8 312.5 656.3 312.5 656.3 384.8C636.7 394.5 625 414.1 625 437.5 625 472.7 652.3 500 687.5 500 722.7 500 750 472.7 750 437.5 750 414.1 738.3 394.5 718.8 384.8L718.8 312.5 787.1 312.5C820.3 312.5 851.6 339.8 855.5 375L937.5 867.2C937.5 871.1 933.6 875 925.8 875Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:3:\"bag\";}}i:53;a:7:{s:3:\"uid\";s:32:\"eb6121af5f98daa5ad2dc41accc70d75\";s:3:\"css\";s:7:\"globe-3\";s:4:\"code\";i:59445;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:849:\"M908.2 341.8C908.2 177.7 820.3 27.3 675.8-58.6 660.2-66.4 640.6-62.5 632.8-46.9 623-31.3 628.9-11.7 644.5-3.9 769.5 70.3 845.7 199.2 845.7 341.8 845.7 578.1 673.8 750 437.5 750 382.8 750 332 740.2 283.2 720.7 267.6 714.8 250 722.7 244.1 738.3 236.3 753.9 244.1 773.4 259.8 779.3 316.4 800.8 375 812.5 437.5 812.5 437.5 812.5 437.5 812.5 437.5 812.5L437.5 875 345.7 875C328.1 875 314.5 888.7 314.5 906.3 314.5 923.8 328.1 937.5 345.7 937.5L593.8 937.5C611.3 937.5 627 923.8 627 906.3 627 888.7 611.3 875 593.8 875L500 875 500 808.6C740.2 781.3 908.2 593.8 908.2 341.8ZM781.3 345.7C781.3 154.3 627 0 435.5 0 246.1 0 91.8 154.3 91.8 345.7 91.8 535.2 246.1 687.5 435.5 687.5 627 687.5 781.3 535.2 781.3 345.7ZM154.3 345.7C154.3 189.5 281.3 62.5 435.5 62.5 591.8 62.5 718.8 189.5 718.8 345.7 718.8 500 591.8 625 435.5 625 281.3 625 154.3 500 154.3 345.7Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"globe\";}}i:54;a:7:{s:3:\"uid\";s:32:\"f51fc23a8d16364de2bf0190d351e1bb\";s:3:\"css\";s:11:\"globe-alt-2\";s:4:\"code\";i:59446;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1939:\"M1002 437.5C1002 171.9 793-46.9 529.3-62.5 525.4-62.5 519.5-62.5 513.7-62.5 511.7-62.5 509.8-62.5 507.8-62.5 505.9-62.5 503.9-62.5 500-62.5 224.6-62.5-2 162.1-2 437.5-2 712.9 224.6 937.5 500 937.5 503.9 937.5 505.9 937.5 509.8 937.5 509.8 937.5 511.7 937.5 513.7 937.5 519.5 937.5 525.4 937.5 529.3 937.5 793 921.9 1002 703.1 1002 437.5ZM908.2 597.7C890.6 593.8 847.7 582 771.5 574.2 777.3 531.3 781.3 484.4 781.3 437.5 781.3 400.4 779.3 363.3 775.4 328.1 871.1 318.4 914.1 302.7 916 302.7L904.3 269.5C925.8 320.3 939.5 377 939.5 437.5 939.5 494.1 927.7 548.8 908.2 597.7ZM279.3 437.5C279.3 402.3 281.3 369.1 285.2 335.9 335.9 339.8 396.5 341.8 468.8 343.8L468.8 560.5C398.4 560.5 339.8 564.5 289.1 566.4 283.2 525.4 279.3 482.4 279.3 437.5ZM529.3 3.9C607.4 25.4 671.9 132.8 701.2 273.4 654.3 277.3 597.7 281.3 529.3 281.3ZM468.8 5.9L468.8 281.3C400.4 279.3 343.8 277.3 294.9 273.4 326.2 134.8 392.6 29.3 468.8 5.9ZM468.8 623L468.8 869.1C396.5 847.7 334 753.9 302.7 628.9 349.6 625 404.3 623 468.8 623ZM529.3 871.1L529.3 623C593.8 623 650.4 625 695.3 628.9 664.1 755.9 601.6 849.6 529.3 871.1ZM529.3 560.5L529.3 343.8C601.6 341.8 662.1 339.8 712.9 335.9 716.8 369.1 718.8 402.3 718.8 437.5 718.8 482.4 714.8 525.4 709 568.4 658.2 564.5 599.6 560.5 529.3 560.5ZM892.6 244.1C884.8 246.1 843.8 257.8 765.6 267.6 748 173.8 716.8 93.8 673.8 35.2 769.5 78.1 847.7 152.3 892.6 244.1ZM349.6 25.4C298.8 84 257.8 168 234.4 267.6 164.1 259.8 121.1 252 105.5 248 154.3 144.5 242.2 64.5 349.6 25.4ZM82 306.6C93.8 308.6 138.7 320.3 224.6 330.1 218.8 365.2 216.8 400.4 216.8 437.5 216.8 484.4 220.7 529.3 228.5 572.3 156.3 580.1 111.3 589.8 91.8 595.7 72.3 546.9 60.5 492.2 60.5 437.5 60.5 392.6 68.4 347.7 82 306.6ZM119.1 652.3C140.6 648.4 181.6 640.6 242.2 634.8 265.6 722.7 304.7 796.9 349.6 849.6 252 812.5 169.9 742.2 119.1 652.3ZM673.8 839.8C710.9 787.1 742.2 716.8 759.8 634.8 822.3 642.6 861.3 650.4 880.9 656.3 834 736.3 761.7 800.8 673.8 839.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"globe\";}}i:55;a:7:{s:3:\"uid\";s:32:\"1c35fad0a08ddf4e67db741a0ebfc170\";s:3:\"css\";s:10:\"fullscreen\";s:4:\"code\";i:59447;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:864:\"M218.8 46.9L31.3 46.9C13.7 46.9 0 60.5 0 78.1L0 265.6C0 283.2 13.7 296.9 31.3 296.9 48.8 296.9 62.5 283.2 62.5 265.6L62.5 109.4 218.8 109.4C236.3 109.4 250 95.7 250 78.1 250 60.5 236.3 46.9 218.8 46.9ZM968.8 578.1C951.2 578.1 937.5 591.8 937.5 609.4L937.5 765.6 781.3 765.6C763.7 765.6 750 779.3 750 796.9 750 814.5 763.7 828.1 781.3 828.1L968.8 828.1C986.3 828.1 1000 814.5 1000 796.9L1000 609.4C1000 591.8 986.3 578.1 968.8 578.1ZM218.8 765.6L62.5 765.6 62.5 609.4C62.5 591.8 48.8 578.1 31.3 578.1 13.7 578.1 0 591.8 0 609.4L0 796.9C0 814.5 13.7 828.1 31.3 828.1L218.8 828.1C236.3 828.1 250 814.5 250 796.9 250 779.3 236.3 765.6 218.8 765.6ZM968.8 46.9L781.3 46.9C763.7 46.9 750 60.5 750 78.1 750 95.7 763.7 109.4 781.3 109.4L937.5 109.4 937.5 265.6C937.5 283.2 951.2 296.9 968.8 296.9 986.3 296.9 1000 283.2 1000 265.6L1000 78.1C1000 60.5 986.3 46.9 968.8 46.9Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:10:\"fullscreen\";}}i:56;a:7:{s:3:\"uid\";s:32:\"a2985fa44c83812210a2474674d63716\";s:3:\"css\";s:10:\"folder-alt\";s:4:\"code\";i:59448;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:370:\"M937.5 140.6L468.8 140.6 375 46.9 62.5 46.9C27.3 46.9 0 74.2 0 109.4L0 265.6 0 265.6 0 328.1 0 328.1 0 765.6C0 800.8 27.3 828.1 62.5 828.1L937.5 828.1C972.7 828.1 1000 800.8 1000 765.6L1000 203.1C1000 168 972.7 140.6 937.5 140.6ZM62.5 109.4L345.7 109.4 423.8 185.5 443.4 203.1 937.5 203.1 937.5 265.6 62.5 265.6 62.5 109.4ZM62.5 765.6L62.5 328.1 937.5 328.1 937.5 765.6Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"folder\";}}i:57;a:7:{s:3:\"uid\";s:32:\"21641b9eb4a72bbc4259381c20f475a0\";s:3:\"css\";s:7:\"video-3\";s:4:\"code\";i:59449;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1697:\"M781.3 203.1L843.8 203.1C861.3 203.1 875 189.5 875 171.9L875 140.6C875 123 861.3 109.4 843.8 109.4L781.3 109.4C763.7 109.4 750 123 750 140.6L750 171.9C750 189.5 763.7 203.1 781.3 203.1ZM781.3 390.6L843.8 390.6C861.3 390.6 875 377 875 359.4L875 328.1C875 310.5 861.3 296.9 843.8 296.9L781.3 296.9C763.7 296.9 750 310.5 750 328.1L750 359.4C750 377 763.7 390.6 781.3 390.6ZM781.3 578.1L843.8 578.1C861.3 578.1 875 564.5 875 546.9L875 515.6C875 498 861.3 484.4 843.8 484.4L781.3 484.4C763.7 484.4 750 498 750 515.6L750 546.9C750 564.5 763.7 578.1 781.3 578.1ZM781.3 765.6L843.8 765.6C861.3 765.6 875 752 875 734.4L875 703.1C875 685.5 861.3 671.9 843.8 671.9L781.3 671.9C763.7 671.9 750 685.5 750 703.1L750 734.4C750 752 763.7 765.6 781.3 765.6ZM156.3 203.1L218.8 203.1C236.3 203.1 250 189.5 250 171.9L250 140.6C250 123 236.3 109.4 218.8 109.4L156.3 109.4C138.7 109.4 125 123 125 140.6L125 171.9C125 189.5 138.7 203.1 156.3 203.1ZM156.3 390.6L218.8 390.6C236.3 390.6 250 377 250 359.4L250 328.1C250 310.5 236.3 296.9 218.8 296.9L156.3 296.9C138.7 296.9 125 310.5 125 328.1L125 359.4C125 377 138.7 390.6 156.3 390.6ZM156.3 578.1L218.8 578.1C236.3 578.1 250 564.5 250 546.9L250 515.6C250 498 236.3 484.4 218.8 484.4L156.3 484.4C138.7 484.4 125 498 125 515.6L125 546.9C125 564.5 138.7 578.1 156.3 578.1ZM156.3 765.6L218.8 765.6C236.3 765.6 250 752 250 734.4L250 703.1C250 685.5 236.3 671.9 218.8 671.9L156.3 671.9C138.7 671.9 125 685.5 125 703.1L125 734.4C125 752 138.7 765.6 156.3 765.6ZM937.5-46.9L62.5-46.9C27.3-46.9 0-19.5 0 15.6L0 859.4C0 894.5 27.3 921.9 62.5 921.9L937.5 921.9C972.7 921.9 1000 894.5 1000 859.4L1000 15.6C1000-19.5 972.7-46.9 937.5-46.9ZM937.5 859.4L62.5 859.4 62.5 15.6 937.5 15.6Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"video\";}}i:58;a:7:{s:3:\"uid\";s:32:\"7a3ea36c927baf94ab18e174237835e2\";s:3:\"css\";s:5:\"rss-3\";s:4:\"code\";i:59450;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:695:\"M99.6 259.8C82 259.8 68.4 273.4 68.4 293 68.4 310.5 82 324.2 99.6 324.2 394.5 324.2 613.3 543 613.3 839.8 613.3 857.4 627 871.1 644.5 871.1 662.1 871.1 675.8 857.4 675.8 839.8 675.8 505.9 431.6 259.8 99.6 259.8ZM99.6-60.5C82-60.5 68.4-44.9 68.4-27.3 68.4-9.8 82 3.9 99.6 3.9 558.6 3.9 931.6 377 931.6 835.9 931.6 853.5 947.3 869.1 964.8 869.1 982.4 869.1 996.1 853.5 996.1 835.9 996.1 341.8 593.8-60.5 99.6-60.5ZM179.7 582C82 582 3.9 660.2 3.9 757.8 3.9 855.5 82 935.5 179.7 935.5 277.3 935.5 355.5 855.5 355.5 757.8 355.5 660.2 277.3 582 179.7 582ZM179.7 873C117.2 873 64.5 822.3 64.5 757.8 64.5 695.3 117.2 642.6 179.7 642.6 242.2 642.6 294.9 695.3 294.9 757.8 294.9 822.3 242.2 873 179.7 873Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:3:\"rss\";}}i:59;a:7:{s:3:\"uid\";s:32:\"97b7076c4317cc920b151cb4c6d622ea\";s:3:\"css\";s:14:\"headphones-alt\";s:4:\"code\";i:59451;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1268:\"M1000 496.1C1000 476.6 996.1 398.4 994.1 377 964.8 121.1 759.8-62.5 502-62.5 236.3-62.5 19.5 142.6 5.9 416 3.9 421.9 2 462.9 2 488.3L2 502C0 507.8 0 513.7 0 519.5L0 730.5C0 775.4 37.1 812.5 84 812.5L168 812.5C212.9 812.5 250 775.4 250 730.5L250 519.5C250 474.6 212.9 437.5 168 437.5L84 437.5C78.1 437.5 72.3 437.5 66.4 439.5 66.4 429.7 66.4 421.9 66.4 418 80.1 179.7 269.5 0 502 0 726.6 0 908.2 160.2 931.6 382.8 933.6 392.6 933.6 416 935.5 439.5 929.7 437.5 923.8 437.5 916 437.5L834 437.5C787.1 437.5 750 474.6 750 519.5L750 728.5C750 761.7 767.6 787.1 794.9 802.7L593.8 880.9 593.8 875C593.8 859.4 580.1 843.8 562.5 843.8L468.8 843.8C451.2 843.8 437.5 859.4 437.5 875L437.5 906.3C437.5 923.8 451.2 937.5 468.8 937.5L562.5 937.5C562.5 937.5 562.5 937.5 562.5 937.5L619.1 937.5 941.4 812.5C945.3 810.5 949.2 806.6 951.2 804.7 980.5 791 1000 761.7 1000 728.5L1000 519.5C1000 515.6 1000 509.8 998 505.9 1000 502 1000 500 1000 496.1ZM84 500L168 500C179.7 500 187.5 509.8 187.5 519.5L187.5 730.5C187.5 742.2 179.7 750 168 750L84 750C72.3 750 62.5 742.2 62.5 730.5L62.5 519.5C62.5 509.8 72.3 500 84 500ZM812.5 519.5C812.5 509.8 822.3 500 834 500L916 500C927.7 500 937.5 509.8 937.5 519.5L937.5 728.5C937.5 740.2 927.7 750 916 750L834 750C822.3 750 812.5 740.2 812.5 728.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:10:\"headphones\";}}i:60;a:7:{s:3:\"uid\";s:32:\"ebe64d873037d4c962be4469f7b4252e\";s:3:\"css\";s:12:\"headphones-2\";s:4:\"code\";i:59452;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1061:\"M1000 527.3C1000 507.8 996.1 429.7 994.1 408.2 964.8 152.3 759.8-31.3 502-31.3 236.3-31.3 19.5 173.8 5.9 447.3 3.9 453.1 2 494.1 2 519.5L2 533.2C0 539.1 0 544.9 0 550.8L0 824.2C0 869.1 37.1 906.3 84 906.3L168 906.3C212.9 906.3 250 869.1 250 824.2L250 552.7C250 505.9 212.9 468.8 168 468.8L84 468.8C78.1 468.8 72.3 468.8 66.4 470.7 66.4 460.9 66.4 453.1 66.4 449.2 80.1 210.9 269.5 31.3 502 31.3 726.6 31.3 908.2 191.4 931.6 414.1 933.6 423.8 933.6 447.3 935.5 470.7 929.7 468.8 923.8 468.8 916 468.8L834 468.8C787.1 468.8 750 505.9 750 552.7L750 822.3C750 869.1 787.1 906.3 834 906.3L916 906.3C962.9 906.3 1000 869.1 1000 822.3L1000 552.7C1000 546.9 1000 541 998 537.1 1000 533.2 1000 531.3 1000 527.3ZM84 531.3L168 531.3C179.7 531.3 187.5 541 187.5 552.7L187.5 824.2C187.5 835.9 179.7 843.8 168 843.8L84 843.8C72.3 843.8 62.5 835.9 62.5 824.2L62.5 552.7C62.5 541 72.3 531.3 84 531.3ZM937.5 822.3C937.5 834 927.7 843.8 916 843.8L834 843.8C822.3 843.8 812.5 834 812.5 822.3L812.5 552.7C812.5 541 822.3 531.3 834 531.3L916 531.3C927.7 531.3 937.5 541 937.5 552.7Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:16:\"headphones music\";}}i:61;a:7:{s:3:\"uid\";s:32:\"63af009d4abf9d9f8517be887f652753\";s:3:\"css\";s:9:\"droplet-1\";s:4:\"code\";i:59453;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:347:\"M498 935.5C310.5 935.5 156.3 785.2 156.3 597.7 156.3 380.9 460.9-31.3 472.7-48.8 478.5-56.6 488.3-60.5 498-60.5 509.8-60.5 517.6-56.6 523.4-48.8 537.1-31.3 843.8 373 843.8 597.7 843.8 785.2 689.5 935.5 498 935.5ZM498 23.4C425.8 127 218.8 435.5 218.8 597.7 218.8 750 343.8 873 498 873 654.3 873 781.3 750 781.3 597.7 781.3 429.7 572.3 125 498 23.4Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:7:\"droplet\";}}i:62;a:7:{s:3:\"uid\";s:32:\"e4c1965c990ec5690863dae2dbf070c0\";s:3:\"css\";s:7:\"inbox-5\";s:4:\"code\";i:59454;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:565:\"M998 435.5L884.8 37.1C880.9 25.4 869.1 15.6 853.5 15.6L136.7 15.6C121.1 15.6 109.4 25.4 105.5 39.1L0 416C-2 423.8 0 429.7 2 437.5 2 441.4 0 447.3 0 455.1L0 796.9C0 832 27.3 859.4 62.5 859.4L937.5 859.4C972.7 859.4 1000 832 1000 796.9L1000 455.1C1000 453.1 1000 451.2 1000 449.2 1000 445.3 1000 439.5 998 435.5ZM160.2 78.1L830.1 78.1 921.9 392.6 630.9 392.6C628.9 466.8 576.2 517.6 500 517.6 423.8 517.6 373 466.8 371.1 392.6L72.3 392.6ZM937.5 796.9L62.5 796.9 62.5 455.1 320.3 455.1C347.7 533.2 412.1 580.1 500 580.1 587.9 580.1 654.3 533.2 681.6 455.1L937.5 455.1Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"inbox\";}}i:63;a:7:{s:3:\"uid\";s:32:\"08879956ca7407dccf5eb08f9efabc19\";s:3:\"css\";s:4:\"copy\";s:4:\"code\";i:59455;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:433:\"M750-62.5L406.3-62.5C371.1-62.5 343.8-35.2 343.8 0L687.5 0 687.5 250 937.5 250 937.5 750 718.8 750 718.8 812.5 937.5 812.5C972.7 812.5 1000 785.2 1000 750L1000 187.5ZM750 187.5L750 25.4 912.1 187.5ZM62.5 62.5C27.3 62.5 0 89.8 0 125L0 875C0 910.2 27.3 937.5 62.5 937.5L593.8 937.5C628.9 937.5 656.3 910.2 656.3 875L656.3 312.5 406.3 62.5ZM593.8 875L62.5 875 62.5 125 343.8 125 343.8 375 593.8 375ZM406.3 312.5L406.3 150.4 568.4 312.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:9:\"copy docs\";}}i:64;a:7:{s:3:\"uid\";s:32:\"909dcf10afcd001a352e6ec72e13eac8\";s:3:\"css\";s:8:\"sign-alt\";s:4:\"code\";i:59456;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:796:\"M994.1 119.1L896.5 9.8C890.6 3.9 880.9 0 873 0L531.3 0 531.3-33.2C531.3-48.8 515.6-62.5 500-62.5 482.4-62.5 468.8-48.8 468.8-33.2L468.8 0 218.8 0C201.2 0 187.5 13.7 187.5 31.3L187.5 250C187.5 267.6 201.2 281.3 218.8 281.3L468.8 281.3 468.8 343.8 127 343.8C119.1 343.8 109.4 347.7 103.5 353.5L5.9 464.8C-3.9 476.6-3.9 494.1 5.9 505.9L103.5 615.2C109.4 623 119.1 625 127 625L468.8 625 468.8 908.2C468.8 923.8 482.4 937.5 500 937.5 515.6 937.5 531.3 923.8 531.3 908.2L531.3 625 781.3 625C798.8 625 812.5 611.3 812.5 593.8L812.5 375C812.5 357.4 798.8 343.8 781.3 343.8L531.3 343.8 531.3 281.3 873 281.3C880.9 281.3 890.6 277.3 896.5 269.5L994.1 160.2C1003.9 148.4 1003.9 130.9 994.1 119.1ZM750 562.5L140.6 562.5 72.3 486.3 140.6 406.3 750 406.3ZM859.4 218.8L250 218.8 250 62.5 859.4 62.5 927.7 140.6Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:8:\"sign two\";}}i:65;a:7:{s:3:\"uid\";s:32:\"b9df9a5dbf8f18f0b6837a422c552002\";s:3:\"css\";s:4:\"sign\";s:4:\"code\";i:59457;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:497:\"M943.4 228.5L769.5 41C763.7 35.2 755.9 31.3 746.1 31.3L486.3 31.3 484.4-33.2C484.4-48.8 470.7-62.5 453.1-62.5 435.5-62.5 423.8-48.8 423.8-33.2L423.8 31.3 78.1 31.3C60.5 31.3 46.9 44.9 46.9 62.5L46.9 437.5C46.9 455.1 60.5 468.8 78.1 468.8L421.9 468.8 421.9 908.2C421.9 923.8 437.5 937.5 453.1 937.5 470.7 937.5 484.4 923.8 484.4 908.2L484.4 468.8 746.1 468.8C755.9 468.8 763.7 464.8 769.5 459L943.4 271.5C955.1 259.8 955.1 240.2 943.4 228.5ZM732.4 406.3L109.4 406.3 109.4 93.8 732.4 93.8 878.9 250Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"sign\";}}i:66;a:7:{s:3:\"uid\";s:32:\"02bd4847f529d194e581877b1bf7a60e\";s:3:\"css\";s:9:\"diamond-1\";s:4:\"code\";i:59458;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:600:\"M994.1 226.6L857.4-35.2C849.6-50.8 830.1-62.5 812.5-62.5L498-62.5C498-62.5 498-62.5 498-62.5 496.1-62.5 496.1-62.5 496.1-62.5L187.5-62.5C169.9-62.5 150.4-50.8 140.6-35.2L5.9 220.7C-2 236.3-2 259.8 9.8 273.4L478.5 927.7C482.4 933.6 490.2 937.5 496.1 937.5 502 937.5 509.8 933.6 513.7 927.7L990.2 279.3C1002 265.6 1002 242.2 994.1 226.6ZM919.9 218.8L752 218.8 820.3 27.3ZM562.5 0L763.7 0 701.2 177.7ZM652.3 218.8L361.3 218.8 500 21.5ZM306.6 189.5L244.1 0 437.5 0ZM664.1 281.3L496.1 761.7 337.9 281.3ZM425.8 750L89.8 281.3 271.5 281.3ZM730.5 281.3L912.1 281.3 566.4 750ZM183.6 17.6L250 218.8 78.1 218.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:7:\"diamond\";}}i:67;a:7:{s:3:\"uid\";s:32:\"e7601e283ef8d8dd26ca48182a49d866\";s:3:\"css\";s:5:\"cup-2\";s:4:\"code\";i:59459;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1099:\"M812.5 343.8C804.7 343.8 779.3 343.8 750 343.8L750 281.3C750 246.1 722.7 218.8 687.5 218.8L62.5 218.8C27.3 218.8 0 246.1 0 281.3L0 750C0 853.5 84 937.5 187.5 937.5L562.5 937.5C666 937.5 750 853.5 750 750L750 718.8C777.3 718.8 806.6 718.8 812.5 718.8 916 718.8 1000 634.8 1000 531.3 1000 427.7 916 343.8 812.5 343.8ZM687.5 750C687.5 818.4 632.8 875 562.5 875L187.5 875C119.1 875 62.5 818.4 62.5 750L62.5 281.3 62.5 281.3 687.5 281.3ZM812.5 656.3C806.6 656.3 777.3 656.3 750 656.3L750 406.3C779.3 406.3 804.7 406.3 812.5 406.3 884.8 406.3 939.5 459 939.5 531.3 939.5 603.5 884.8 656.3 812.5 656.3ZM562.5 156.3C580.1 156.3 593.8 142.6 593.8 125L593.8-31.3C593.8-48.8 580.1-62.5 562.5-62.5 544.9-62.5 531.3-48.8 531.3-31.3L531.3 125C531.3 142.6 544.9 156.3 562.5 156.3ZM187.5 156.3C205.1 156.3 218.8 142.6 218.8 125L218.8-31.3C218.8-48.8 205.1-62.5 187.5-62.5 169.9-62.5 156.3-48.8 156.3-31.3L156.3 125C156.3 142.6 169.9 156.3 187.5 156.3ZM375 156.3C392.6 156.3 406.3 142.6 406.3 125L406.3-31.3C406.3-48.8 392.6-62.5 375-62.5 357.4-62.5 343.8-48.8 343.8-31.3L343.8 125C343.8 142.6 357.4 156.3 375 156.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:3:\"cup\";}}i:68;a:7:{s:3:\"uid\";s:32:\"29fa9d76e5c45b92faba28d56427f971\";s:3:\"css\";s:9:\"compass-3\";s:4:\"code\";i:59460;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:633:\"M716.8 210.9L410.2 341.8C404.3 345.7 400.4 349.6 396.5 355.5L257.8 638.7C252 648.4 253.9 662.1 261.7 671.9 267.6 677.7 275.4 681.6 283.2 681.6 287.1 681.6 293 679.7 296.9 677.7L595.7 554.7C599.6 550.8 605.5 546.9 607.4 541L755.9 252C761.7 240.2 759.8 226.6 750 216.8 742.2 207 726.6 205.1 716.8 210.9ZM349.6 585.9L433.6 414.1 519.5 521.5ZM570.3 484.4L484.4 375 656.3 306.6ZM500-62.5C224.6-62.5 0 162.1 0 437.5 0 712.9 224.6 937.5 500 937.5 775.4 937.5 1000 712.9 1000 437.5 1000 162.1 775.4-62.5 500-62.5ZM500 877C257.8 877 62.5 679.7 62.5 437.5 62.5 195.3 257.8 0 500 0 742.2 0 937.5 195.3 937.5 437.5 937.5 679.7 742.2 877 500 877Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:7:\"compass\";}}i:69;a:7:{s:3:\"uid\";s:32:\"449a429c73974a56cbecd44c935546f9\";s:3:\"css\";s:8:\"call-out\";s:4:\"code\";i:59461;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1566:\"M976.6 691.4C960.9 679.7 794.9 568.4 773.4 556.6 765.6 550.8 753.9 548.8 742.2 548.8 726.6 548.8 709 552.7 693.4 560.5 677.7 570.3 628.9 597.7 603.5 611.3 584 595.7 533.2 558.6 457 480.5 378.9 404.3 339.8 353.5 326.2 332 339.8 308.6 367.2 259.8 375 244.1 390.6 212.9 392.6 183.6 380.9 162.1 369.1 144.5 257.8-23.4 246.1-41 234.4-54.7 216.8-62.5 195.3-62.5 177.7-62.5 160.2-58.6 146.5-46.9 144.5-46.9-3.9 60.5-2 121.1 3.9 291 169.9 492.2 308.6 628.9 445.3 767.6 646.5 933.6 816.4 937.5L818.4 937.5C878.9 937.5 984.4 793 984.4 791 1011.7 752 1002 709 976.6 691.4ZM933.6 755.9C894.5 810.5 837.9 867.2 816.4 875 699.2 869.1 533.2 767.6 351.6 585.9 169.9 402.3 66.4 238.3 62.5 121.1 70.3 99.6 127 43 181.6 3.9 185.5 0 189.5 0 195.3 0 195.3 0 197.3 0 197.3 0 214.8 25.4 308.6 168 326.2 195.3 326.2 197.3 326.2 205.1 320.3 214.8 314.5 226.6 296.9 257.8 271.5 300.8L252 335.9 275.4 369.1C291 392.6 332 445.3 412.1 525.4 492.2 605.5 544.9 646.5 568.4 662.1L601.6 685.5 634.8 666C668 646.5 709 623 722.7 617.2 732.4 611.3 740.2 611.3 742.2 611.3 742.2 611.3 742.2 611.3 742.2 611.3 767.6 625 912.1 722.7 937.5 740.2 939.5 742.2 937.5 748 933.6 755.9ZM668 310.5L937.5 43 935.5 195.3C935.5 207 945.3 218.8 959 218.8L974.6 218.8C986.3 218.8 998 210.9 998 197.3L998-27.3C998-27.3 998-27.3 998-27.3L998-39.1C998-46.9 998-50.8 992.2-56.6 988.3-60.5 984.4-62.5 976.6-62.5L964.8-62.5C964.8-62.5 964.8-62.5 964.8-62.5L740.2-62.5C728.5-62.5 718.8-52.7 716.8-39.1L716.8-23.4C718.8-7.8 730.5 0 744.1 0L890.6 0 623 267.6C611.3 279.3 611.3 298.8 623 310.5 636.7 322.3 656.3 322.3 668 310.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:10:\"phone call\";}}i:70;a:7:{s:3:\"uid\";s:32:\"cbe3500d3a993ff6990b88c43e4af952\";s:3:\"css\";s:7:\"call-in\";s:4:\"code\";i:59462;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1587:\"M976.6 691.4C960.9 679.7 794.9 568.4 773.4 556.6 765.6 550.8 753.9 548.8 742.2 548.8 726.6 548.8 709 552.7 693.4 560.5 677.7 570.3 628.9 597.7 603.5 611.3 584 595.7 533.2 558.6 457 480.5 378.9 404.3 339.8 353.5 326.2 332 339.8 308.6 367.2 259.8 375 244.1 390.6 212.9 392.6 183.6 380.9 162.1 369.1 144.5 257.8-23.4 246.1-41 234.4-54.7 216.8-62.5 195.3-62.5 177.7-62.5 160.2-58.6 146.5-46.9 144.5-46.9-3.9 60.5-2 121.1 3.9 291 169.9 492.2 308.6 628.9 445.3 767.6 646.5 933.6 816.4 937.5L818.4 937.5C878.9 937.5 984.4 793 984.4 791 1011.7 752 1002 709 976.6 691.4ZM933.6 755.9C894.5 810.5 837.9 867.2 816.4 875 699.2 869.1 533.2 767.6 351.6 585.9 169.9 402.3 66.4 238.3 62.5 121.1 70.3 99.6 127 43 181.6 3.9 185.5 0 189.5 0 195.3 0 195.3 0 197.3 0 197.3 0 214.8 25.4 308.6 168 326.2 195.3 326.2 197.3 326.2 205.1 320.3 214.8 314.5 226.6 296.9 257.8 271.5 300.8L252 335.9 275.4 369.1C291 392.6 332 445.3 412.1 525.4 492.2 605.5 544.9 646.5 568.4 662.1L601.6 685.5 634.8 666C668 646.5 709 623 722.7 617.2 732.4 611.3 740.2 611.3 742.2 611.3 742.2 611.3 742.2 611.3 742.2 611.3 767.6 625 912.1 722.7 937.5 740.2 939.5 742.2 937.5 748 933.6 755.9ZM628.9 304.7C632.8 308.6 638.7 312.5 644.5 312.5L656.3 310.5C656.3 310.5 656.3 310.5 656.3 310.5L880.9 312.5C892.6 312.5 904.3 300.8 904.3 289.1L904.3 273.4C902.3 257.8 890.6 250 878.9 250L730.5 250 986.3-5.9C998-19.5 998-39.1 986.3-50.8 974.6-62.5 953.1-62.5 941.4-50.8L685.5 205.1 685.5 54.7C685.5 41 675.8 31.3 664.1 31.3L648.4 31.3C634.8 31.3 625 39.1 625 50.8L623 277.3C623 277.3 625 277.3 625 277.3L623 289.1C623 294.9 625 300.8 628.9 304.7Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:10:\"phone call\";}}i:71;a:7:{s:3:\"uid\";s:32:\"d11c42119bb921080d0d20dd5d6f1884\";s:3:\"css\";s:9:\"phone-alt\";s:4:\"code\";i:59463;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1163:\"M939.5 132.8C939.5 132.8 939.5 134.8 939.5 134.8 914.1 152.3 771.5 246.1 744.1 263.7 740.2 263.7 734.4 263.7 724.6 257.8 712.9 252 681.6 234.4 636.7 209L601.6 189.5 570.3 212.9C544.9 228.5 494.1 269.5 414.1 349.6 334 429.7 293 482.4 275.4 505.9L253.9 539.1 273.4 572.3C291 605.5 314.5 646.5 322.3 660.2 328.1 669.9 328.1 677.7 328.1 679.7 328.1 679.7 328.1 679.7 328.1 679.7 312.5 705.1 214.8 849.6 197.3 875 195.3 877 189.5 877 183.6 871.1 128.9 832 70.3 775.4 62.5 753.9 68.4 636.7 171.9 470.7 353.5 289.1 535.2 107.4 699.2 3.9 816.4 0 837.9 7.8 894.5 64.5 935.5 119.1 937.5 123 939.5 127 939.5 132.8M1000 132.8C1000 115.2 994.1 97.7 984.4 84 982.4 82 878.9-66.4 818.4-64.5 646.5-58.6 447.3 107.4 308.6 246.1 171.9 382.8 5.9 584 0 753.9L0 755.9C0 816.4 144.5 921.9 146.5 921.9 185.5 949.2 230.5 939.5 248 914.1 257.8 898.4 369.1 732.4 382.8 710.9 386.7 703.1 390.6 691.4 390.6 679.7 390.6 664.1 384.8 646.5 377 630.9 369.1 615.2 339.8 566.4 326.2 541 341.8 521.5 378.9 470.7 457 394.5 535.2 316.4 584 277.3 605.5 263.7 628.9 277.3 677.7 304.7 695.3 312.5 724.6 328.1 755.9 330.1 775.4 318.4 794.9 306.6 960.9 195.3 976.6 183.6 992.2 171.9 1000 154.3 1000 132.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:10:\"phone call\";}}i:72;a:7:{s:3:\"uid\";s:32:\"a408883b78763731ea0df2290638b952\";s:3:\"css\";s:6:\"calc-1\";s:4:\"code\";i:59464;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1492:\"M937.5-62.5L62.5-62.5C27.3-62.5 0-35.2 0 0L0 875C0 910.2 27.3 937.5 62.5 937.5L937.5 937.5C972.7 937.5 1000 910.2 1000 875L1000 0C1000-35.2 972.7-62.5 937.5-62.5ZM937.5 875L62.5 875 62.5 0 937.5 0ZM218.8 281.3L281.3 281.3 281.3 343.8C281.3 361.3 294.9 375 312.5 375 330.1 375 343.8 361.3 343.8 343.8L343.8 281.3 406.3 281.3C423.8 281.3 437.5 267.6 437.5 250 437.5 232.4 423.8 218.8 406.3 218.8L343.8 218.8 343.8 156.3C343.8 138.7 330.1 125 312.5 125 294.9 125 281.3 138.7 281.3 156.3L281.3 218.8 218.8 218.8C201.2 218.8 187.5 232.4 187.5 250 187.5 267.6 201.2 281.3 218.8 281.3ZM423.8 515.6C410.2 502 390.6 502 378.9 515.6L312.5 582 246.1 515.6C234.4 502 214.8 502 201.2 515.6 189.5 527.3 189.5 546.9 201.2 558.6L267.6 625 201.2 691.4C189.5 703.1 189.5 722.7 201.2 736.3 214.8 748 234.4 748 246.1 736.3L312.5 669.9 378.9 736.3C390.6 748 410.2 748 423.8 736.3 435.5 722.7 435.5 703.1 423.8 691.4L357.4 625 423.8 558.6C435.5 546.9 435.5 527.3 423.8 515.6ZM593.8 281.3L781.3 281.3C798.8 281.3 812.5 267.6 812.5 250 812.5 232.4 798.8 218.8 781.3 218.8L593.8 218.8C576.2 218.8 562.5 232.4 562.5 250 562.5 267.6 576.2 281.3 593.8 281.3ZM593.8 593.8L781.3 593.8C798.8 593.8 812.5 580.1 812.5 562.5 812.5 544.9 798.8 531.3 781.3 531.3L593.8 531.3C576.2 531.3 562.5 544.9 562.5 562.5 562.5 580.1 576.2 593.8 593.8 593.8ZM593.8 718.8L781.3 718.8C798.8 718.8 812.5 705.1 812.5 687.5 812.5 669.9 798.8 656.3 781.3 656.3L593.8 656.3C576.2 656.3 562.5 669.9 562.5 687.5 562.5 705.1 576.2 718.8 593.8 718.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:10:\"calculator\";}}i:73;a:7:{s:3:\"uid\";s:32:\"ed231cbefccecfdde1fbfcbb7a0e1573\";s:3:\"css\";s:6:\"chat-3\";s:4:\"code\";i:59465;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1465:\"M414.1 601.6C640.6 601.6 814.5 472.7 812.5 281.3 812.5 111.3 632.8-23.4 408.2-23.4 181.6-23.4 0 111.3 0 281.3 0 386.7 50.8 498 160.2 554.7 160.2 554.7 158.2 554.7 158.2 554.7 158.2 601.6 121.1 664.1 105.5 689.5L105.5 689.5C105.5 693.4 103.5 695.3 103.5 699.2 103.5 712.9 115.2 722.7 127 722.7 128.9 722.7 132.8 722.7 132.8 722.7 132.8 722.7 132.8 722.7 132.8 722.7 212.9 709 332 619.1 349.6 597.7 367.2 601.6 378.9 601.6 394.5 601.6 400.4 601.6 406.3 601.6 414.1 601.6ZM322.3 533.2L283.2 566.4C273.4 578.1 232.4 611.3 199.2 632.8 220.7 572.3 218.8 554.7 218.8 554.7L222.7 515.6 187.5 498C101.6 453.1 62.5 361.3 62.5 281.3 62.5 146.5 216.8 39.1 408.2 39.1 599.6 39.1 750 146.5 750 281.3 750 429.7 607.4 539.1 416 539.1 416 539.1 388.7 541 357.4 535.2ZM1000 533.2C1000 449.2 966.8 384.8 884.8 335.9 882.8 357.4 877 382.8 869.1 404.3 921.9 441.4 937.5 478.5 937.5 533.2 937.5 601.6 906.3 650.4 834 687.5L802.7 703.1C802.7 703.1 804.7 783.2 810.5 802.7 750 757.8 728.5 720.7 728.5 720.7L695.3 726.6C681.6 728.5 646.5 728.5 646.5 728.5 562.5 728.5 500 707 445.3 666 460.9 664.1 359.4 664.1 357.4 666 418 742.2 519.5 791 646.5 791 654.3 791 660.2 791 666 791 677.7 791 689.5 789.1 705.1 787.1 718.8 806.6 804.7 886.7 873 898.4 873 898.4 873 898.4 873 898.4 875 898.4 877 898.4 878.9 898.4 890.6 898.4 898.4 888.7 898.4 878.9 898.4 875 898.4 873 896.5 871.1L896.5 871.1C884.8 847.7 863.3 783.2 863.3 744.1 863.3 742.2 863.3 742.2 863.3 742.2 957 693.4 1000 625 1000 533.2Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"chat\";}}i:74;a:7:{s:3:\"uid\";s:32:\"3ee0b8081a1d294883603effebdf828e\";s:3:\"css\";s:11:\"briefcase-4\";s:4:\"code\";i:59466;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:779:\"M937.5 125L687.5 125 687.5 64.5C687.5 11.7 646.5-29.3 593.8-29.3L406.3-29.3C355.5-29.3 312.5 11.7 312.5 64.5L312.5 125 62.5 125C27.3 125 0 152.3 0 187.5L0 406.3 0 406.3 0 468.8 0 468.8 0 841.8C0 877 27.3 904.3 62.5 904.3L937.5 904.3C972.7 904.3 1000 877 1000 841.8L1000 187.5C1000 152.3 972.7 125 937.5 125ZM375 64.5C375 46.9 388.7 33.2 406.3 33.2L593.8 33.2C611.3 33.2 625 46.9 625 64.5L625 125 375 125ZM62.5 187.5L937.5 187.5 937.5 406.3 593.8 406.3 593.8 373C593.8 339.8 564.5 310.5 531.3 310.5L468.8 310.5C433.6 310.5 406.3 339.8 406.3 373L406.3 406.3 62.5 406.3ZM531.3 531.3L468.8 531.3 468.8 373 531.3 373ZM62.5 841.8L62.5 468.8 406.3 468.8 406.3 531.3C406.3 566.4 433.6 593.8 468.8 593.8L531.3 593.8C564.5 593.8 593.8 566.4 593.8 531.3L593.8 468.8 937.5 468.8 937.5 841.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:9:\"briefcase\";}}i:75;a:7:{s:3:\"uid\";s:32:\"a7bcff9dd0e7e65d155a76bd8a72d564\";s:3:\"css\";s:6:\"book-2\";s:4:\"code\";i:59467;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1769:\"M929.7-60.5L517.6 50.8C505.9 54.7 482.4 52.7 472.7 50.8L70.3-60.5C35.2-70.3 0-44.9 0-7.8L0 752C0 783.2 23.4 812.5 52.7 822.3L457 933.6C466.8 935.5 480.5 937.5 496.1 937.5 505.9 937.5 519.5 937.5 533.2 933.6L945.3 822.3C976.6 814.5 1000 783.2 1000 752L1000-7.8C1000-44.9 964.8-70.3 929.7-60.5ZM468.8 871.1L70.3 761.7C66.4 761.7 62.5 755.9 62.5 752L62.5 2 457 111.3C460.9 111.3 464.8 113.3 468.8 113.3ZM937.5 752C937.5 755.9 933.6 759.8 929.7 761.7L531.3 869.1 531.3 111.3C531.3 111.3 533.2 111.3 533.2 111.3L937.5 2 937.5 752ZM627 294.9C628.9 294.9 632.8 294.9 634.8 294.9L853.5 232.4C871.1 228.5 880.9 210.9 875 193.4 871.1 177.7 853.5 168 837.9 171.9L619.1 234.4C601.6 238.3 591.8 255.9 597.7 271.5 601.6 287.1 613.3 294.9 627 294.9ZM627 482.4C628.9 482.4 632.8 482.4 634.8 482.4L853.5 419.9C871.1 416 880.9 398.4 875 380.9 871.1 365.2 853.5 355.5 837.9 359.4L619.1 421.9C601.6 425.8 591.8 443.4 597.7 459 601.6 474.6 613.3 482.4 627 482.4ZM627 669.9C628.9 669.9 632.8 669.9 634.8 669.9L853.5 607.4C871.1 603.5 880.9 585.9 875 568.4 871.1 552.7 853.5 543 837.9 546.9L619.1 609.4C601.6 613.3 591.8 630.9 597.7 646.5 601.6 662.1 613.3 669.9 627 669.9ZM384.8 234.4L166 171.9C150.4 168 132.8 177.7 128.9 193.4 123 210.9 132.8 228.5 150.4 232.4L369.1 294.9C371.1 294.9 375 294.9 377 294.9 390.6 294.9 402.3 287.1 406.3 271.5 412.1 255.9 402.3 238.3 384.8 234.4ZM384.8 421.9L166 359.4C150.4 355.5 132.8 365.2 128.9 380.9 123 398.4 132.8 416 150.4 419.9L369.1 482.4C371.1 482.4 375 482.4 377 482.4 390.6 482.4 402.3 474.6 406.3 459 412.1 443.4 402.3 425.8 384.8 421.9ZM384.8 609.4L166 546.9C150.4 543 132.8 552.7 128.9 568.4 123 585.9 132.8 603.5 150.4 607.4L369.1 669.9C371.1 669.9 375 669.9 377 669.9 390.6 669.9 402.3 662.1 406.3 646.5 412.1 630.9 402.3 613.3 384.8 609.4Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"book\";}}i:76;a:7:{s:3:\"uid\";s:32:\"7d12b2531793ce07c03e3dae369ef06a\";s:3:\"css\";s:10:\"basket-alt\";s:4:\"code\";i:59468;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:797:\"M992.2 214.8C986.3 207 976.6 201.2 966.8 201.2L869.1 201.2 668 31.3C644.5 5.9 605.5 5.9 580.1 31.3L382.8 201.2 302.7 201.2 253.9 29.3C232.4-39.1 187.5-46.9 168-46.9L33.2-46.9C15.6-46.9 2-33.2 2-15.6 2 2 15.6 15.6 33.2 15.6L168 15.6C171.9 15.6 183.6 15.6 193.4 44.9L365.2 679.7C369.1 693.4 382.8 703.1 396.5 703.1L818.4 703.1C830.1 703.1 841.8 695.3 847.7 681.6L996.1 244.1C1000 234.4 998 222.7 992.2 214.8ZM625 74.2L773.4 201.2 476.6 201.2ZM796.9 640.6L419.9 640.6 320.3 263.7 921.9 263.7ZM734.4 765.6C691.4 765.6 656.3 800.8 656.3 843.8 656.3 886.7 691.4 921.9 734.4 921.9 777.3 921.9 812.5 886.7 812.5 843.8 812.5 800.8 777.3 765.6 734.4 765.6ZM453.1 765.6C410.2 765.6 375 800.8 375 843.8 375 886.7 410.2 921.9 453.1 921.9 496.1 921.9 531.3 886.7 531.3 843.8 531.3 800.8 496.1 765.6 453.1 765.6Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"basket shop\";}}i:77;a:7:{s:3:\"uid\";s:32:\"93fca6f5ee7848a5362552a837b6d294\";s:3:\"css\";s:8:\"basket-3\";s:4:\"code\";i:59469;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:699:\"M992.2 214.8C986.3 207 976.6 201.2 966.8 201.2L302.7 201.2 253.9 29.3C232.4-39.1 187.5-46.9 168-46.9L33.2-46.9C15.6-46.9 2-33.2 2-15.6 2 2 15.6 15.6 33.2 15.6L168 15.6C171.9 15.6 183.6 15.6 193.4 44.9L365.2 679.7C369.1 693.4 382.8 703.1 396.5 703.1L818.4 703.1C830.1 703.1 841.8 695.3 847.7 681.6L996.1 244.1C1000 234.4 998 222.7 992.2 214.8ZM796.9 640.6L419.9 640.6 320.3 263.7 921.9 263.7ZM734.4 765.6C691.4 765.6 656.3 800.8 656.3 843.8 656.3 886.7 691.4 921.9 734.4 921.9 777.3 921.9 812.5 886.7 812.5 843.8 812.5 800.8 777.3 765.6 734.4 765.6ZM453.1 765.6C410.2 765.6 375 800.8 375 843.8 375 886.7 410.2 921.9 453.1 921.9 496.1 921.9 531.3 886.7 531.3 843.8 531.3 800.8 496.1 765.6 453.1 765.6Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"basket shop\";}}i:78;a:7:{s:3:\"uid\";s:32:\"4a2e333803f73aa8c00b06f9ee900153\";s:3:\"css\";s:7:\"bag-alt\";s:4:\"code\";i:59470;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:646:\"M843.8 91.8L656.3 91.8 656.3 33.2C656.3-19.5 615.2-60.5 562.5-60.5L439.5-60.5C386.7-60.5 345.7-19.5 345.7 33.2L345.7 91.8 156.3 91.8C121.1 91.8 93.8 121.1 93.8 154.3L93.8 873C93.8 908.2 121.1 935.5 156.3 935.5L843.8 935.5C878.9 935.5 906.3 908.2 906.3 873L906.3 154.3C906.3 121.1 878.9 91.8 843.8 91.8ZM408.2 33.2C408.2 15.6 421.9 2 439.5 2L562.5 2C580.1 2 593.8 15.6 593.8 33.2L593.8 91.8 408.2 91.8ZM843.8 873L156.3 873 156.3 154.3 345.7 154.3 345.7 218.8C345.7 218.8 343.8 250 375 250 410.2 250 408.2 218.8 408.2 218.8L408.2 154.3 593.8 154.3 593.8 218.8C593.8 218.8 591.8 250 625 250 656.3 250 656.3 218.8 656.3 218.8L656.3 154.3 843.8 154.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:3:\"bag\";}}i:79;a:7:{s:3:\"uid\";s:32:\"00521d58bc3004669cebcac658d7926b\";s:3:\"css\";s:6:\"back-1\";s:4:\"code\";i:59471;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:759:\"M966.8 857.4C966.8 857.4 966.8 857.4 964.8 857.4 949.2 857.4 939.5 845.7 939.5 830.1 937.5 818.4 906.3 537.1 466.8 537.1L466.8 716.8C466.8 728.5 460.9 740.2 449.2 744.1 439.5 750 425.8 748 416 740.2L11.7 404.3C3.9 398.4 0 390.6 0 380.9 0 371.1 3.9 363.3 11.7 357.4L416 23.4C425.8 17.6 439.5 15.6 449.2 19.5 460.9 25.4 466.8 37.1 466.8 48.8L466.8 224.6C648.4 230.5 791 287.1 882.8 394.5 1031.3 568.4 998 820.3 996.1 832 994.1 845.7 982.4 857.4 966.8 857.4ZM435.5 474.6C435.5 474.6 437.5 474.6 437.5 474.6 750 474.6 869.1 580.1 937.5 673.8 927.7 599.6 898.4 507.8 834 435.5 750 337.9 615.2 285.2 435.5 285.2 419.9 285.2 404.3 271.5 404.3 253.9L404.3 113.3 80.1 380.9 404.3 650.4 404.3 505.9C404.3 498 408.2 490.2 414.1 484.4 419.9 478.5 427.7 474.6 435.5 474.6Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"back\";}}i:80;a:7:{s:3:\"uid\";s:32:\"7cad342efaf0ddcbdf1c2235c61ee7a3\";s:3:\"css\";s:9:\"forward-4\";s:4:\"code\";i:59472;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:754:\"M33.2 857.4C33.2 857.4 33.2 857.4 35.2 857.4 50.8 857.4 60.5 845.7 60.5 830.1 62.5 818.4 93.8 537.1 531.3 537.1L533.2 716.8C533.2 728.5 539.1 740.2 550.8 744.1 560.5 750 574.2 748 584 740.2L988.3 404.3C996.1 398.4 1000 390.6 1000 380.9 1000 371.1 996.1 363.3 988.3 357.4L584 23.4C574.2 17.6 560.5 15.6 550.8 19.5 539.1 25.4 533.2 37.1 533.2 48.8L531.3 224.6C349.6 230.5 209 287.1 117.2 394.5-31.3 568.4 2 820.3 3.9 832 5.9 845.7 17.6 857.4 33.2 857.4ZM564.5 474.6C564.5 474.6 562.5 474.6 562.5 474.6 250 474.6 130.9 580.1 62.5 673.8 72.3 599.6 101.6 507.8 166 435.5 250 337.9 384.8 285.2 564.5 285.2 580.1 285.2 595.7 271.5 595.7 253.9L595.7 113.3 919.9 380.9 595.7 650.4 595.7 505.9C595.7 498 591.8 490.2 585.9 484.4 580.1 478.5 572.3 474.6 564.5 474.6Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:7:\"forward\";}}i:81;a:7:{s:3:\"uid\";s:32:\"3ec3d445da43b9fa530eaba78189457d\";s:3:\"css\";s:8:\"settings\";s:4:\"code\";i:59473;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1028:\"M982.4 148.4C972.7 142.6 959 144.5 951.2 152.3L793 294.9 650.4 148.4 793-13.7C798.8-23.4 800.8-35.2 796.9-44.9 793-56.6 781.3-62.5 769.5-62.5L761.7-62.5C673.8-62.5 523.4-54.7 457 11.7L443.4 25.4C371.1 99.6 359.4 218.8 396.5 310.5L37.1 677.7C-11.7 726.6-11.7 806.6 37.1 855.5L80.1 900.4C105.5 925.8 136.7 937.5 168 937.5 201.2 937.5 232.4 925.8 255.9 900.4L623 531.3C656.3 550.8 705.1 562.5 744.1 562.5 808.6 562.5 869.1 537.1 914.1 490.2L927.7 476.6C1000 402.3 1000 246.1 1000 175.8 1000 164.1 994.1 152.3 982.4 148.4ZM884.8 435.5L873 447.3C837.9 484.4 793 500 744.1 500 720.7 500 689.5 496.1 666 486.3 646.5 478.5 628.9 466.8 613.3 453.1L212.9 855.5C201.2 869.1 185.5 875 168 875 152.3 875 136.7 869.1 125 855.5L80.1 812.5C56.6 787.1 56.6 748 80.1 722.7L472.7 322.3C459 304.7 449.2 283.2 445.3 261.7L445.3 261.7C429.7 201.2 437.5 117.2 486.3 68.4L498 54.7C539.1 13.7 644.5 2 703.1-2L587.9 130.9C578.1 142.6 578.1 160.2 589.8 171.9L771.5 357.4C781.3 369.1 798.8 369.1 810.5 357.4L939.5 244.1C935.5 304.7 923.8 394.5 884.8 435.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:8:\"settings\";}}i:82;a:7:{s:3:\"uid\";s:32:\"ec91ca9816beb42cdba5fc7736330428\";s:3:\"css\";s:10:\"umbrella-1\";s:4:\"code\";i:59474;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:546:\"M1000 435.5C1000 453.1 986.3 466.8 968.8 466.8L531.3 466.8 531.3 783.2C531.3 867.2 460.9 937.5 377 937.5 291 937.5 222.7 867.2 222.7 783.2 222.7 765.6 236.3 752 253.9 752 269.5 752 285.2 765.6 285.2 783.2 285.2 834 326.2 875 377 875 427.7 875 468.8 834 468.8 783.2L468.8 466.8 31.3 466.8C13.7 466.8 0 453.1 0 435.5 0 193.4 175.8 41 468.8 31.3L468.8-31.3C468.8-48.8 482.4-62.5 500-62.5 517.6-62.5 531.3-48.8 531.3-31.3L531.3 31.3C822.3 41 1000 193.4 1000 435.5ZM937.5 404.3C921.9 209 761.7 91.8 500 91.8 236.3 91.8 78.1 209 62.5 404.3L937.5 404.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:8:\"umbrella\";}}i:83;a:7:{s:3:\"uid\";s:32:\"50e99c3c2b1d6e3cecf88349e5d176c9\";s:3:\"css\";s:7:\"trash-4\";s:4:\"code\";i:59475;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:567:\"M875 93.8L656.3 93.8 656.3 7.8C656.3-31.3 623-62.5 584-62.5L416-62.5C377-62.5 343.8-31.3 343.8 7.8L343.8 93.8 125 93.8C107.4 93.8 93.8 107.4 93.8 125 93.8 140.6 107.4 156.3 125 156.3L168 156.3 240.2 877C242.2 912.1 271.5 937.5 304.7 937.5L695.3 937.5C728.5 937.5 757.8 912.1 759.8 878.9L832 156.3 875 156.3C892.6 156.3 906.3 140.6 906.3 125 906.3 107.4 892.6 93.8 875 93.8ZM406.3 7.8C406.3 2 410.2-2 416-2L584-2C589.8-2 593.8 2 593.8 7.8L593.8 93.8 406.3 93.8ZM697.3 873C697.3 873 695.3 875 695.3 875L304.7 875C304.7 875 302.7 873 302.7 871.1L230.5 156.3 769.5 156.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"trash\";}}i:84;a:7:{s:3:\"uid\";s:32:\"aa14bf5771b9b20d7a5c9635f65dd2e5\";s:3:\"css\";s:5:\"tag-3\";s:4:\"code\";i:59476;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:727:\"M1000 343.8L1000 13.7C1000-29.3 966.8-62.5 923.8-62.5L599.6-62.5 585.9-62.5C566.4-62.5 533.2-62.5 511.7-41L17.6 453.1C5.9 464.8 0 480.5 0 496.1 0 513.7 5.9 529.3 17.6 541L396.5 919.9C408.2 931.6 423.8 937.5 441.4 937.5 457 937.5 472.7 931.6 484.4 919.9L978.5 425.8C1000 404.3 1000 373 1000 343.8ZM935.5 380.9L439.5 875 62.5 496.1 556.6 3.9C560.5 0 578.1 0 585.9 0L599.6 0 923.8 0C931.6 0 937.5 5.9 937.5 13.7L937.5 343.8C937.5 355.5 937.5 377 935.5 380.9ZM750 62.5C681.6 62.5 625 119.1 625 187.5 625 255.9 681.6 312.5 750 312.5 818.4 312.5 875 255.9 875 187.5 875 119.1 818.4 62.5 750 62.5ZM750 250C714.8 250 687.5 222.7 687.5 187.5 687.5 152.3 714.8 125 750 125 785.2 125 812.5 152.3 812.5 187.5 812.5 222.7 785.2 250 750 250Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:9:\"tag price\";}}i:85;a:7:{s:3:\"uid\";s:32:\"04c39edef1881b7ce2c5e7adc65cafc0\";s:3:\"css\";s:10:\"lifebuoy-3\";s:4:\"code\";i:59477;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1212:\"M500-62.5C224.6-62.5 0 162.1 0 437.5 0 712.9 224.6 937.5 500 937.5 775.4 937.5 1000 712.9 1000 437.5 1000 162.1 775.4-62.5 500-62.5ZM625 17.6C765.6 60.5 877 171.9 918 312.5L716.8 312.5C693.4 275.4 662.1 244.1 625 220.7ZM687.5 437.5C687.5 541 603.5 625 500 625 396.5 625 312.5 541 312.5 437.5 312.5 334 396.5 250 500 250 603.5 250 687.5 334 687.5 437.5ZM437.5 3.9C457 2 478.5 0 500 0 521.5 0 543 2 562.5 3.9L562.5 195.3C543 191.4 521.5 187.5 500 187.5 478.5 187.5 457 191.4 437.5 195.3ZM375 17.6L375 220.7C337.9 244.1 306.6 275.4 283.2 312.5L82 312.5C123 171.9 234.4 60.5 375 17.6ZM62.5 437.5C62.5 416 64.5 394.5 68.4 375L257.8 375C253.9 394.5 250 416 250 437.5 250 459 253.9 480.5 257.8 500L68.4 500C64.5 480.5 62.5 459 62.5 437.5ZM375 857.4C234.4 814.5 123 703.1 82 562.5L283.2 562.5C306.6 599.6 337.9 630.9 375 654.3ZM562.5 871.1C543 873 521.5 875 500 875 478.5 875 457 873 437.5 871.1L437.5 679.7C457 683.6 478.5 687.5 500 687.5 521.5 687.5 543 683.6 562.5 679.7ZM625 857.4L625 654.3C662.1 630.9 693.4 599.6 716.8 562.5L918 562.5C877 703.1 765.6 814.5 625 857.4ZM742.2 500C746.1 480.5 750 459 750 437.5 750 416 746.1 394.5 742.2 375L931.6 375C935.5 394.5 937.5 416 937.5 437.5 937.5 459 935.5 480.5 931.6 500Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:16:\"lifebuoy support\";}}i:86;a:7:{s:3:\"uid\";s:32:\"20400b29120fe2cf0a9ac4abc0bf0922\";s:3:\"css\";s:13:\"resize-full-3\";s:4:\"code\";i:59478;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1719:\"M669.9 312.5L939.5 44.9 937.5 195.3C937.5 209 947.3 218.8 960.9 218.8L976.6 218.8C988.3 218.8 1000 210.9 1000 199.2L1000-27.3C1000-27.3 1000-27.3 1000-27.3L1000-39.1C1000-44.9 1000-50.8 994.1-54.7 990.2-58.6 986.3-60.5 978.5-60.5L966.8-60.5C966.8-60.5 966.8-60.5 966.8-60.5L742.2-62.5C730.5-62.5 720.7-50.8 718.8-39.1L718.8-21.5C720.7-7.8 732.4 2 746.1 0L892.6 2 625 267.6C613.3 279.3 613.3 298.8 625 312.5 638.7 324.2 658.2 324.2 669.9 312.5ZM332 562.5L62.5 830.1 62.5 679.7C64.5 666 52.7 656.3 41 656.3L23.4 656.3C11.7 656.3 0 664.1 0 675.8L0 902.3C0 902.3 0 902.3 0 902.3L0 914.1C0 919.9 0 925.8 3.9 929.7 9.8 933.6 13.7 935.5 21.5 935.5L33.2 935.5C33.2 935.5 33.2 935.5 33.2 935.5L257.8 937.5C271.5 935.5 281.3 925.8 281.3 914.1L281.3 896.5C279.3 882.8 267.6 873 255.9 875L107.4 873 375 607.4C386.7 595.7 386.7 576.2 375 562.5 363.3 550.8 343.8 550.8 332 562.5ZM1000 902.3L1000 675.8C1000 664.1 988.3 656.3 976.6 656.3L960.9 656.3C947.3 656.3 937.5 666 937.5 679.7L939.5 830.1 669.9 562.5C658.2 550.8 638.7 550.8 625 562.5 613.3 576.2 613.3 595.7 625 607.4L892.6 873 746.1 875C732.4 873 720.7 882.8 718.8 896.5L718.8 914.1C720.7 925.8 730.5 935.5 742.2 937.5L966.8 935.5C966.8 935.5 966.8 935.5 966.8 935.5L978.5 935.5C986.3 935.5 990.2 933.6 996.1 929.7 1000 925.8 1000 919.9 1000 914.1L1000 902.3C1000 902.3 1000 902.3 1000 902.3ZM107.4 2L255.9 0C267.6 2 279.3-7.8 281.3-21.5L281.3-39.1C281.3-50.8 271.5-62.5 257.8-62.5L33.2-60.5C33.2-60.5 33.2-60.5 33.2-60.5L21.5-60.5C13.7-60.5 9.8-58.6 3.9-54.7 0-50.8 0-44.9 0-39.1L0-27.3C0-27.3 0-27.3 0-27.3L0 199.2C0 210.9 11.7 218.8 23.4 218.8L41 218.8C52.7 218.8 62.5 209 62.5 195.3L62.5 44.9 332 312.5C343.8 324.2 363.3 324.2 375 312.5 386.7 298.8 386.7 279.3 375 267.6Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"resize full\";}}i:87;a:7:{s:3:\"uid\";s:32:\"eb7439a96945f2b7b45c34537d2c0932\";s:3:\"css\";s:14:\"resize-small-2\";s:4:\"code\";i:59479;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1775:\"M375 275.4L373 50.8C373 37.1 363.3 31.3 349.6 29.3L334 29.3C322.3 29.3 312.5 41 312.5 52.7L312.5 205.1 52.7-52.7C41-64.5 21.5-64.5 7.8-52.7-3.9-41-3.9-19.5 7.8-7.8L267.6 248 119.1 248C107.4 248 95.7 257.8 93.8 271.5L93.8 287.1C93.8 300.8 103.5 310.5 117.2 310.5L341.8 310.5C341.8 310.5 341.8 310.5 341.8 310.5L353.5 310.5C359.4 310.5 365.2 308.6 369.1 304.7 373 300.8 375 294.9 375 289.1L373 277.3C373 277.3 375 277.3 375 275.4ZM630.9 304.7C634.8 308.6 640.6 310.5 646.5 310.5L658.2 310.5C658.2 310.5 658.2 310.5 658.2 310.5L882.8 310.5C896.5 310.5 906.3 300.8 906.3 287.1L906.3 271.5C904.3 257.8 892.6 248 880.9 248L732.4 248 992.2-7.8C1003.9-19.5 1003.9-41 992.2-52.7 978.5-64.5 959-64.5 947.3-52.7L687.5 205.1 687.5 52.7C689.5 41 677.7 29.3 666 29.3L650.4 29.3C636.7 31.3 627 37.1 627 50.8L625 275.4C625 277.3 627 277.3 627 277.3L625 289.1C625 294.9 627 300.8 630.9 304.7ZM369.1 570.3C365.2 566.4 359.4 562.5 353.5 562.5L341.8 564.5C341.8 564.5 341.8 564.5 341.8 564.5L117.2 562.5C103.5 562.5 93.8 574.2 93.8 585.9L93.8 601.6C95.7 617.2 107.4 625 119.1 625L267.6 625 7.8 882.8C-3.9 894.5-3.9 916 7.8 927.7 21.5 939.5 41 939.5 52.7 927.7L312.5 669.9 312.5 822.3C310.5 834 322.3 845.7 334 845.7L349.6 845.7C363.3 843.8 373 837.9 373 824.2L375 599.6C375 597.7 373 597.7 373 597.7L375 585.9C375 580.1 373 574.2 369.1 570.3ZM732.4 625L880.9 625C892.6 625 904.3 617.2 906.3 601.6L906.3 585.9C906.3 574.2 896.5 562.5 882.8 562.5L658.2 562.5C658.2 562.5 658.2 562.5 658.2 562.5L644.5 562.5C638.7 562.5 632.8 566.4 628.9 570.3 625 574.2 623 580.1 623 585.9L625 597.7C625 597.7 623 597.7 623 599.6L625 824.2C625 837.9 634.8 843.8 648.4 845.7L664.1 845.7C677.7 845.7 687.5 834 687.5 822.3L685.5 669.9 947.3 927.7C959 939.5 978.5 939.5 992.2 927.7 1003.9 916 1003.9 894.5 992.2 882.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:12:\"resize small\";}}i:88;a:7:{s:3:\"uid\";s:32:\"bd56539a2c7d0489047809e3f415eb9a\";s:3:\"css\";s:9:\"shuffle-5\";s:4:\"code\";i:59480;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:920:\"M392.6 431.6L431.6 377 300.8 199.2 2 199.2 2 261.7 267.6 261.7ZM896.5 261.7L822.3 328.1C812.5 337.9 808.6 351.6 818.4 361.3L824.2 369.1C834 377 847.7 377 857.4 369.1L982.4 255.9C982.4 255.9 982.4 255.9 982.4 255.9L990.2 248C994.1 242.2 998 236.3 998 232.4 998 226.6 994.1 220.7 990.2 214.8L982.4 207C982.4 207 982.4 207 982.4 207L855.5 91.8C845.7 84 832 84 822.3 91.8L816.4 99.6C806.6 107.4 810.5 123 820.3 130.9L894.5 199.2 668 199.2 267.6 761.7 2 761.7 2 824.2 300.8 824.2 699.2 261.7ZM982.4 769.5C982.4 769.5 982.4 769.5 982.4 769.5L855.5 654.3C845.7 646.5 832 646.5 822.3 654.3L816.4 662.1C806.6 669.9 810.5 685.5 820.3 693.4L894.5 761.7 699.2 761.7 587.9 587.9 548.8 642.6 668 824.2 896.5 824.2 822.3 890.6C812.5 900.4 808.6 914.1 818.4 923.8L824.2 931.6C834 939.5 847.7 939.5 857.4 931.6L982.4 818.4C982.4 818.4 982.4 818.4 982.4 818.4L990.2 810.5C994.1 804.7 998 798.8 998 794.9 998 789.1 994.1 783.2 990.2 777.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:7:\"shuffle\";}}i:89;a:7:{s:3:\"uid\";s:32:\"f43c16822305249c00ea73f09374cb70\";s:3:\"css\";s:8:\"export-3\";s:4:\"code\";i:59481;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:602:\"M880.9 865.2L68.4 865.2 68.4 240.2 320.3 240.2 382.8 179.7 380.9 177.7 68.4 177.7C33.2 177.7 5.9 205.1 5.9 240.2L5.9 865.2C5.9 898.4 33.2 927.7 68.4 927.7L880.9 927.7C916 927.7 943.4 898.4 943.4 865.2L943.4 375 880.9 435.5ZM263.7 615.2L326.2 615.2C371.1 365.2 587.9 177.7 847.7 177.7 859.4 177.7 869.1 177.7 880.9 177.7L765.6 291C753.9 304.7 753.9 324.2 765.6 335.9 771.5 341.8 779.3 345.7 787.1 345.7 794.9 345.7 802.7 341.8 810.5 335.9L994.1 146.5 810.5-43C796.9-54.7 777.3-54.7 765.6-43 753.9-31.3 753.9-11.7 765.6 2L878.9 115.2C869.1 115.2 859.4 115.2 849.6 115.2 552.7 115.2 308.6 332 263.7 615.2Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"export\";}}i:90;a:7:{s:3:\"uid\";s:32:\"19737e9cf49f086e0333a4418cb0ef51\";s:3:\"css\";s:7:\"share-3\";s:4:\"code\";i:59482;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:988:\"M843.8 625C793 625 746.1 650.4 718.8 687.5L306.6 478.5C310.5 464.8 312.5 451.2 312.5 437.5 312.5 419.9 308.6 402.3 304.7 386.7L716.8 185.5C746.1 224.6 791 250 843.8 250 929.7 250 1000 179.7 1000 93.8 1000 7.8 929.7-62.5 843.8-62.5 757.8-62.5 687.5 7.8 687.5 93.8 687.5 105.5 689.5 117.2 691.4 128.9L271.5 332C244.1 300.8 203.1 281.3 156.3 281.3 70.3 281.3 0 351.6 0 437.5 0 523.4 70.3 593.8 156.3 593.8 205.1 593.8 250 570.3 279.3 535.2L691.4 744.1C689.5 755.9 687.5 769.5 687.5 781.3 687.5 867.2 757.8 937.5 843.8 937.5 929.7 937.5 1000 867.2 1000 781.3 1000 695.3 929.7 625 843.8 625ZM843.8 0C896.5 0 937.5 41 937.5 93.8 937.5 146.5 896.5 187.5 843.8 187.5 791 187.5 750 146.5 750 93.8 750 41 791 0 843.8 0ZM156.3 531.3C103.5 531.3 62.5 490.2 62.5 437.5 62.5 384.8 103.5 343.8 156.3 343.8 209 343.8 250 384.8 250 437.5 250 490.2 209 531.3 156.3 531.3ZM843.8 875C791 875 750 834 750 781.3 750 728.5 791 687.5 843.8 687.5 896.5 687.5 937.5 728.5 937.5 781.3 937.5 834 896.5 875 843.8 875Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"share\";}}i:91;a:7:{s:3:\"uid\";s:32:\"062a3666999ff9e4700889d78784f5ac\";s:3:\"css\";s:8:\"rocket-2\";s:4:\"code\";i:59483;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1796:\"M205.1 800.8C185.5 841.8 171.9 867.2 62.5 871.1 66.4 767.6 85.9 755.9 127 734.4 144.5 726.6 164.1 716.8 187.5 699.2L150.4 650.4C130.9 664.1 115.2 671.9 99.6 679.7 31.3 712.9 0 746.1 0 902.3L0 933.6 31.3 933.6C197.3 933.6 228.5 896.5 259.8 832 265.6 818.4 269.5 808.6 281.3 789.1L234.4 748C220.7 765.6 212.9 785.2 205.1 800.8ZM687.5 121.1C619.1 121.1 562.5 177.7 562.5 246.1 562.5 316.4 619.1 373 687.5 373 757.8 373 814.5 316.4 814.5 246.1 814.5 177.7 757.8 121.1 687.5 121.1ZM687.5 310.5C654.3 310.5 625 281.3 625 246.1 625 212.9 654.3 183.6 687.5 183.6 722.7 183.6 752 212.9 752 246.1 752 281.3 722.7 310.5 687.5 310.5ZM1000-33.2C998-48.8 986.3-62.5 970.7-62.5 970.7-62.5 796.9-76.2 627-13.7 566.4 9.8 515.6 46.9 468.8 101.6 429.7 146.5 390.6 230.5 355.5 298.8 341.8 326.2 330.1 351.6 318.4 371.1L144.5 371.1C134.8 371.1 127 375 121.1 380.9L5.9 505.9C0 513.7-3.9 525.4 0 535.2 3.9 546.9 11.7 554.7 23.4 556.6L209 599.6C222.7 615.2 244.1 638.7 277.3 675.8L347.7 753.9 386.7 916C388.7 925.8 396.5 933.6 406.3 937.5 410.2 939.5 414.1 939.5 416 939.5 423.8 939.5 431.6 937.5 437.5 931.6L552.7 816.4C558.6 810.5 564.5 802.7 564.5 793L564.5 630.9C578.1 621.1 607.4 607.4 632.8 591.8 703.1 552.7 808.6 503.9 853.5 464.8 914.1 410.2 937.5 369.1 959 310.5 1011.7 169.9 1000-25.4 1000-33.2ZM900.4 289.1C880.9 339.8 863.3 371.1 810.5 418 773.4 453.1 666 502 601.6 537.1 554.7 564.5 525.4 580.1 511.7 591.8 505.9 597.7 502 605.5 502 615.2L502 779.3 435.5 851.6 406.3 732.4C406.3 726.6 402.3 722.7 400.4 718.8 341.8 654.3 255.9 558.6 248 550.8 244.1 544.9 238.3 541 232.4 541L87.9 507.8 158.2 433.6 335.9 433.6C347.7 433.6 357.4 427.7 363.3 418 377 396.5 392.6 363.3 412.1 328.1 443.4 265.6 482.4 181.6 515.6 142.6 556.6 93.8 597.7 64.5 650.4 44.9 765.6 2 884.8-2 937.5-2 939.5 56.6 937.5 189.5 900.4 289.1Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"rocket\";}}i:92;a:7:{s:3:\"uid\";s:32:\"4a92839abd65eafc105832e870a9d642\";s:3:\"css\";s:6:\"help-2\";s:4:\"code\";i:59484;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:896:\"M500-62.5C224.6-62.5 0 162.1 0 437.5 0 712.9 224.6 937.5 500 937.5 775.4 937.5 1000 712.9 1000 437.5 1000 162.1 775.4-62.5 500-62.5ZM500 877C257.8 877 62.5 679.7 62.5 437.5 62.5 195.3 257.8 0 500 0 742.2 0 937.5 195.3 937.5 437.5 937.5 679.7 742.2 877 500 877ZM453.1 718.8L533.2 718.8 533.2 640.6 453.1 640.6ZM500 156.3C453.1 156.3 416 168 386.7 193.4 355.5 216.8 341.8 267.6 341.8 308.6L343.8 310.5 416 310.5C416 285.2 423.8 250 439.5 238.3 457 224.6 476.6 218.8 500 218.8 525.4 218.8 546.9 226.6 560.5 240.2 574.2 255.9 582 275.4 582 302.7 582 326.2 576.2 345.7 566.4 361.3 554.7 377 537.1 400.4 511.7 429.7 486.3 453.1 470.7 472.7 464.8 486.3 459 500 455.1 525.4 455.1 562.5L529.3 562.5C529.3 539.1 531.3 523.4 535.2 511.7 537.1 500 544.9 488.3 558.6 474.6 589.8 445.3 613.3 418 630.9 390.6 648.4 363.3 658.2 334 658.2 300.8 658.2 255.9 644.5 218.8 615.2 193.4 587.9 168 548.8 156.3 500 156.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"help\";}}i:93;a:7:{s:3:\"uid\";s:32:\"9309e69a8e92f031a7e9fbe13c3705d4\";s:3:\"css\";s:11:\"chart-pie-3\";s:4:\"code\";i:59485;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:551:\"M562.5 29.3C544.9 29.3 531.3 43 531.3 60.5 531.3 78.1 544.9 91.8 562.5 91.8 783.2 91.8 937.5 252 937.5 474.6 937.5 695.3 757.8 875 537.1 875 314.5 875 154.3 714.8 154.3 494.1 154.3 476.6 140.6 462.9 123 462.9 105.5 462.9 91.8 476.6 91.8 494.1 91.8 750 281.3 937.5 537.1 937.5 793 937.5 1000 730.5 1000 474.6 1000 218.8 818.4 29.3 562.5 29.3ZM468.8 375L468.8-31.3C468.8-48.8 455.1-62.5 437.5-62.5 195.3-62.5 0 132.8 0 375 0 392.6 13.7 406.3 31.3 406.3L437.5 406.3C455.1 406.3 468.8 392.6 468.8 375ZM406.3 343.8L64.5 343.8C78.1 160.2 222.7 15.6 406.3 2Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:13:\"chart diagram\";}}i:94;a:7:{s:3:\"uid\";s:32:\"bc33f67a158183ca15af3230d0ffd392\";s:3:\"css\";s:5:\"pen-1\";s:4:\"code\";i:59486;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1060:\"M941.4-13.7C908.2-46.9 869.1-62.5 830.1-62.5 767.6-62.5 720.7-23.4 709-9.8 691.4 7.8 89.8 607.4 89.8 607.4 85.9 611.3 84 617.2 82 623 68.4 671.9 2 894.5 0 896.5-3.9 908.2 0 919.9 7.8 929.7 13.7 935.5 21.5 937.5 31.3 937.5 33.2 937.5 37.1 937.5 41 937.5 43 935.5 271.5 861.3 310.5 849.6 314.5 849.6 318.4 845.7 322.3 841.8 347.7 818.4 906.3 265.6 943.4 226.6 982.4 187.5 1002 146.5 1002 103.5 1000 62.5 980.5 23.4 941.4-13.7ZM699.2 89.8C714.8 93.8 752 105.5 791 144.5 830.1 183.6 839.8 228.5 841.8 238.3 718.8 361.3 435.5 640.6 324.2 752 314.5 726.6 298.8 699.2 271.5 671.9 238.3 638.7 205.1 619.1 179.7 609.4 289.1 498 578.1 210.9 699.2 89.8ZM136.7 662.1C154.3 666 189.5 679.7 226.6 716.8 253.9 744.1 267.6 775.4 273.4 794.9 230.5 808.6 134.8 841.8 74.2 861.3 91.8 802.7 123 710.9 136.7 662.1ZM898.4 181.6C898.4 183.6 894.5 185.5 892.6 187.5 882.8 162.1 865.2 130.9 835.9 99.6 804.7 68.4 773.4 50.8 750 39.1 752 37.1 752 35.2 753.9 35.2 757.8 31.3 789.1 0 830.1 0 853.5 0 877 11.7 898.4 33.2 923.8 56.6 937.5 82 937.5 105.5 937.5 128.9 925.8 154.3 898.4 181.6Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:3:\"pen\";}}i:95;a:7:{s:3:\"uid\";s:32:\"b17ed19e453fa1dc23e6dae364cf85f6\";s:3:\"css\";s:6:\"edit-2\";s:4:\"code\";i:59487;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:932:\"M781.3 875L62.5 875 62.5 93.8 500 93.8 564.5 33.2 562.5 31.3 62.5 31.3C27.3 31.3 0 58.6 0 93.8L0 875C0 910.2 27.3 937.5 62.5 937.5L781.3 937.5C814.5 937.5 843.8 910.2 843.8 875L843.8 418 781.3 476.6ZM951.2-21.5C923.8-48.8 892.6-62.5 859.4-62.5 806.6-62.5 769.5-29.3 757.8-19.5 744.1-3.9 330.1 408.2 330.1 408.2 326.2 412.1 324.2 416 322.3 421.9 312.5 462.9 255.9 646.5 255.9 648.4 252 658.2 253.9 668 261.7 675.8 265.6 679.7 273.4 683.6 279.3 683.6 283.2 683.6 285.2 681.6 289.1 681.6 289.1 681.6 480.5 619.1 511.7 609.4 515.6 609.4 519.5 607.4 521.5 603.5 541 584 921.9 209 953.1 177.7 986.3 144.5 1002 111.3 1000 76.2 1000 41 984.4 7.8 951.2-21.5ZM908.2 134.8C890.6 152.3 755.9 287.1 503.9 533.2L484.4 552.7C455.1 562.5 386.7 584 334 601.6 351.6 544.9 371.1 478.5 380.9 447.3 433.6 392.6 789.1 39.1 802.7 25.4 804.7 23.4 830.1 0 859.4 0 875 0 892.6 7.8 908.2 23.4 927.7 41 937.5 60.5 937.5 76.2 937.5 93.8 927.7 113.3 908.2 134.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"edit\";}}i:96;a:7:{s:3:\"uid\";s:32:\"2fbaf106ea9767701037af7971690ac5\";s:3:\"css\";s:6:\"note-2\";s:4:\"code\";i:59488;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1005:\"M968.8 627C968.8 625 968.8 625 968.8 625L968.8-27.3C968.8-29.3 968.8-33.2 968.8-37.1 964.8-50.8 953.1-62.5 937.5-62.5 931.6-62.5 925.8-60.5 921.9-58.6L337.9 93.8C328.1 95.7 320.3 103.5 316.4 113.3 314.5 119.1 312.5 123 312.5 128.9L312.5 687.5C283.2 668 244.1 656.3 203.1 656.3 107.4 656.3 31.3 718.8 31.3 796.9 31.3 875 107.4 937.5 203.1 937.5 298.8 937.5 375 875 375 796.9 375 793 375 789.1 375 785.2 375 785.2 375 785.2 375 785.2L375 148.4 906.3 9.8 906.3 531.3C877 511.7 837.9 500 796.9 500 701.2 500 625 562.5 625 640.6 625 718.8 701.2 781.3 796.9 781.3 892.6 781.3 968.8 718.8 968.8 640.6 968.8 636.7 968.8 630.9 968.8 627ZM203.1 875C138.7 875 93.8 834 93.8 796.9 93.8 759.8 138.7 718.8 203.1 718.8 261.7 718.8 304.7 752 312.5 785.2L312.5 785.2C312.5 789.1 312.5 791 314.5 793 314.5 794.9 314.5 794.9 314.5 796.9 314.5 834 269.5 875 203.1 875ZM796.9 718.8C732.4 718.8 687.5 677.7 687.5 640.6 687.5 603.5 732.4 562.5 796.9 562.5 861.3 562.5 906.3 603.5 906.3 640.6 906.3 677.7 861.3 718.8 796.9 718.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"note\";}}i:97;a:7:{s:3:\"uid\";s:32:\"4050a4b5880efdfce624803b98ff98d9\";s:3:\"css\";s:8:\"note-alt\";s:4:\"code\";i:59489;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:518:\"M832 253.9L527.3-52.7C517.6-62.5 503.9-64.5 492.2-58.6 478.5-54.7 470.7-43 470.7-29.3L470.7 662.1C437.5 638.7 394.5 623 345.7 623 242.2 623 158.2 693.4 158.2 779.3 158.2 867.2 242.2 935.5 345.7 935.5 449.2 935.5 533.2 867.2 533.2 779.3 533.2 775.4 533.2 771.5 533.2 769.5L533.2 41 789.1 296.9C800.8 310.5 820.3 310.5 832 296.9 845.7 285.2 845.7 265.6 832 253.9ZM345.7 873C271.5 873 220.7 824.2 220.7 779.3 220.7 736.3 271.5 685.5 345.7 685.5 418 685.5 468.8 734.4 470.7 777.3L470.7 783.2C468.8 826.2 418 873 345.7 873Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:10:\"note music\";}}i:98;a:7:{s:3:\"uid\";s:32:\"150e0f4c257ebb44b3109cc1e6e65e39\";s:3:\"css\";s:5:\"mic-3\";s:4:\"code\";i:59490;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:905:\"M498 625L505.9 625C593.8 625 656.3 560.5 656.3 472.7L656.3 99.6C656.3 9.8 589.8-62.5 505.9-62.5L498-62.5C414.1-62.5 343.8 9.8 343.8 99.6L343.8 472.7C343.8 558.6 410.2 625 498 625ZM406.3 99.6C406.3 44.9 447.3 0 498 0L505.9 0C556.6 0 593.8 43 593.8 99.6L593.8 472.7C593.8 527.3 558.6 562.5 505.9 562.5L498 562.5C445.3 562.5 406.3 525.4 406.3 472.7ZM781.3 281.3C763.7 281.3 750 294.9 750 312.5L750 443.4C750 628.9 683.6 718.8 546.9 718.8L455.1 718.8C275.4 718.8 250 568.4 250 443.4L250 312.5C250 294.9 236.3 281.3 218.8 281.3 201.2 281.3 187.5 294.9 187.5 312.5L187.5 443.4C187.5 658.2 277.3 781.3 455.1 781.3L468.8 781.3 468.8 875 312.5 875C294.9 875 281.3 888.7 281.3 906.3 281.3 923.8 294.9 937.5 312.5 937.5L687.5 937.5C705.1 937.5 718.8 923.8 718.8 906.3 718.8 888.7 705.1 875 687.5 875L531.3 875 531.3 781.3 546.9 781.3C668 781.3 812.5 722.7 812.5 443.4L812.5 312.5C812.5 294.9 798.8 281.3 781.3 281.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:3:\"mic\";}}i:99;a:7:{s:3:\"uid\";s:32:\"fc76329ad08b3648225e8b4f7b1a1be8\";s:3:\"css\";s:6:\"repeat\";s:4:\"code\";i:59491;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:806:\"M937.5 37.1L62.5 37.1C27.3 37.1 0 64.5 0 99.6L0 662.1C0 697.3 27.3 724.6 62.5 724.6L218.8 724.6C238.3 724.6 250 699.2 250 693.4L250 693.4C250 687.5 240.2 662.1 218.8 662.1L101.6 662.1C80.1 662.1 62.5 644.5 62.5 623L62.5 138.7C62.5 117.2 80.1 101.6 101.6 101.6L900.4 99.6C919.9 99.6 937.5 117.2 937.5 136.7L937.5 623C937.5 644.5 919.9 662.1 900.4 662.1L505.9 662.1 580.1 593.8C589.8 585.9 591.8 572.3 584 562.5L578.1 554.7C568.4 546.9 554.7 546.9 544.9 554.7L418 669.9C418 669.9 418 669.9 418 669.9L410.2 677.7C404.3 683.6 402.3 689.5 402.3 695.3 402.3 701.2 404.3 705.1 410.2 710.9L418 718.8C418 718.8 418 718.8 418 718.8L543 832C552.7 839.8 566.4 839.8 576.2 832L582 824.2C589.8 814.5 587.9 800.8 578.1 793L502 724.6 937.5 724.6C972.7 724.6 1000 697.3 1000 662.1L1000 99.6C1000 64.5 972.7 37.1 937.5 37.1Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"repeat loop\";}}i:100;a:7:{s:3:\"uid\";s:32:\"573541c89bce1055205fb02ce41e049b\";s:3:\"css\";s:8:\"logout-3\";s:4:\"code\";i:59492;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:699:\"M113.3 468.8L656.3 468.8C671.9 468.8 687.5 455.1 687.5 437.5 687.5 419.9 671.9 406.3 656.3 406.3L115.2 406.3 228.5 293C242.2 281.3 242.2 261.7 228.5 248 216.8 236.3 197.3 236.3 185.5 248L0 437.5 185.5 627C191.4 632.8 199.2 636.7 207 636.7 214.8 636.7 222.7 632.8 228.5 627 242.2 615.2 242.2 595.7 228.5 584ZM937.5-62.5L406.3-62.5C371.1-62.5 343.8-35.2 343.8 0L343.8 281.3 406.3 281.3 406.3 39.1C406.3 17.6 423.8 0 443.4 0L898.4 0C918 0 935.5 17.6 935.5 39.1L937.5 837.9C937.5 857.4 919.9 875 898.4 875L443.4 875C423.8 875 406.3 857.4 406.3 837.9L406.3 591.8 343.8 593.8 343.8 875C343.8 910.2 371.1 937.5 406.3 937.5L937.5 937.5C972.7 937.5 1000 910.2 1000 875L1000 0C1000-35.2 972.7-62.5 937.5-62.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"logout exit\";}}i:101;a:7:{s:3:\"uid\";s:32:\"b86211212296f7b5deb64166fda56c02\";s:3:\"css\";s:7:\"login-4\";s:4:\"code\";i:59493;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:671:\"M519.5 584C507.8 595.7 507.8 615.2 519.5 627 525.4 632.8 533.2 636.7 543 636.7 550.8 636.7 558.6 632.8 564.5 627L748 437.5 564.5 248C552.7 236.3 533.2 236.3 519.5 248 507.8 261.7 507.8 281.3 519.5 293L632.8 406.3 31.3 406.3C13.7 406.3 0 419.9 0 437.5 0 455.1 13.7 468.8 31.3 468.8L634.8 468.8ZM937.5-62.5L375-62.5C339.8-62.5 312.5-35.2 312.5 0L312.5 281.3 375 281.3 375 39.1C375 17.6 392.6 0 414.1 0L898.4 0C919.9 0 935.5 17.6 935.5 39.1L937.5 837.9C937.5 857.4 919.9 875 900.4 875L414.1 875C392.6 875 375 857.4 375 837.9L375 591.8 312.5 593.8 312.5 875C312.5 910.2 339.8 937.5 375 937.5L937.5 937.5C972.7 937.5 1000 910.2 1000 875L1000 0C1000-35.2 972.7-62.5 937.5-62.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"login enter\";}}i:102;a:7:{s:3:\"uid\";s:32:\"3440801994d43f66bf7606077825c8ed\";s:3:\"css\";s:6:\"list-2\";s:4:\"code\";i:59494;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1002:\"M93.8 375L31.3 375C13.7 375 0 388.7 0 406.3L0 468.8C0 486.3 13.7 500 31.3 500L93.8 500C111.3 500 125 486.3 125 468.8L125 406.3C125 388.7 111.3 375 93.8 375ZM968.8 406.3L312.5 406.3C294.9 406.3 281.3 419.9 281.3 437.5 281.3 455.1 294.9 468.8 312.5 468.8L968.8 468.8C986.3 468.8 1000 455.1 1000 437.5 1000 419.9 986.3 406.3 968.8 406.3ZM93.8 625L31.3 625C13.7 625 0 638.7 0 656.3L0 718.8C0 736.3 13.7 750 31.3 750L93.8 750C111.3 750 125 736.3 125 718.8L125 656.3C125 638.7 111.3 625 93.8 625ZM968.8 656.3L312.5 656.3C294.9 656.3 281.3 669.9 281.3 687.5 281.3 705.1 294.9 718.8 312.5 718.8L968.8 718.8C986.3 718.8 1000 705.1 1000 687.5 1000 669.9 986.3 656.3 968.8 656.3ZM93.8 125L31.3 125C13.7 125 0 138.7 0 156.3L0 218.8C0 236.3 13.7 250 31.3 250L93.8 250C111.3 250 125 236.3 125 218.8L125 156.3C125 138.7 111.3 125 93.8 125ZM312.5 218.8L968.8 218.8C986.3 218.8 1000 205.1 1000 187.5 1000 169.9 986.3 156.3 968.8 156.3L312.5 156.3C294.9 156.3 281.3 169.9 281.3 187.5 281.3 205.1 294.9 218.8 312.5 218.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"list\";}}i:103;a:7:{s:3:\"uid\";s:32:\"4a3c7e72ffe1d925a1caa86be7fb93ab\";s:3:\"css\";s:11:\"thumbs-up-3\";s:4:\"code\";i:59495;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1429:\"M593.8 937.5C310.5 937.5 308.6 925.8 273.4 898.4 253.9 884.8 218.8 875 89.8 867.2 82 867.2 72.3 863.3 66.4 855.5 64.5 851.6 0 757.8 0 607.4 0 460.9 44.9 392.6 46.9 390.6 52.7 380.9 62.5 375 74.2 375 179.7 375 326.2 240.2 423.8 5.9 441.4-35.2 445.3-62.5 507.8-62.5 543-62.5 582-37.1 601.6-3.9 642.6 62.5 621.1 205.1 603.5 283.2 668 281.3 785.2 281.3 839.8 281.3 916 281.3 968.8 326.2 968.8 394.5 970.7 416 966.8 445.3 960.9 459 978.5 476.6 1000 502 1000 535.2 1002 578.1 974.6 609.4 957 628.9 960.9 640.6 968.8 658.2 966.8 677.7 964.8 724.6 927.7 755.9 906.3 771.5 908.2 785.2 908.2 810.5 904.3 830.1 888.7 906.3 775.4 937.5 593.8 937.5ZM107.4 802.7C218.8 812.5 279.3 826.2 310.5 849.6 334 867.2 332 875 593.8 875 673.8 875 832 871.1 843.8 816.4 847.7 794.9 824.2 773.4 824.2 773.4 818.4 755.9 826.2 738.3 841.8 732.4 841.8 732.4 904.3 709 904.3 673.8 906.3 652.3 890.6 638.7 890.6 638.7 880.9 623 884.8 605.5 898.4 595.7 898.4 595.7 939.5 570.3 937.5 537.1 937.5 509.8 902.3 492.2 900.4 490.2 892.6 486.3 888.7 478.5 886.7 470.7 884.8 460.9 886.7 451.2 892.6 445.3 892.6 445.3 908.2 419.9 906.3 396.5 906.3 345.7 851.6 343.8 839.8 343.8 761.7 343.8 558.6 343.8 558.6 343.8 546.9 343.8 537.1 339.8 531.3 330.1 525.4 322.3 525.4 310.5 529.3 300.8 560.5 212.9 576.2 74.2 548.8 27.3 541 13.7 539.1 0 507.8 0 502 0 492.2 3.9 482.4 29.3 377 279.3 220.7 423.8 93.8 437.5 82 460.9 62.5 513.7 62.5 607.4 62.5 705.1 91.8 779.3 107.4 802.7Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:14:\"thumbs up like\";}}i:104;a:7:{s:3:\"uid\";s:32:\"52a94e66ecf47170607a2597481a7f54\";s:3:\"css\";s:6:\"home-3\";s:4:\"code\";i:59496;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:749:\"M992.2 439.5L523.4-52.7C517.6-58.6 509.8-62.5 502-62.5 492.2-62.5 484.4-58.6 478.5-52.7L7.8 439.5C-3.9 451.2-3.9 470.7 7.8 482.4 21.5 494.1 41 494.1 52.7 482.4L93.8 437.5 93.8 906.3C93.8 923.8 107.4 937.5 125 937.5L343.8 937.5C361.3 937.5 375 923.8 375 906.3L377 593.8 625 593.8 625 906.3C625 923.8 638.7 937.5 656.3 937.5L875 937.5C892.6 937.5 906.3 923.8 906.3 906.3L906.3 437.5 947.3 482.4C953.1 488.3 962.9 492.2 970.7 492.2 978.5 492.2 986.3 488.3 992.2 482.4 1003.9 470.7 1003.9 451.2 992.2 439.5ZM843.8 380.9L843.8 875 687.5 875 687.5 562.5C687.5 544.9 673.8 531.3 656.3 531.3L345.7 531.3C328.1 531.3 314.5 544.9 314.5 562.5L312.5 875 156.3 875 156.3 380.9C156.3 378.9 156.3 377 156.3 375L502 13.7 843.8 373C843.8 377 843.8 378.9 843.8 380.9Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"home\";}}i:105;a:7:{s:3:\"uid\";s:32:\"5c49418e9b27466b3bbf024fbc45c725\";s:3:\"css\";s:10:\"th-large-3\";s:4:\"code\";i:59497;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:832:\"M937.5 937.5L625 937.5C589.8 937.5 562.5 910.2 562.5 875L562.5 562.5C562.5 527.3 589.8 500 625 500L937.5 500C972.7 500 1000 527.3 1000 562.5L1000 875C1000 910.2 972.7 937.5 937.5 937.5ZM937.5 562.5L625 562.5 625 875 937.5 875ZM937.5 375L625 375C589.8 375 562.5 347.7 562.5 312.5L562.5 0C562.5-35.2 589.8-62.5 625-62.5L937.5-62.5C972.7-62.5 1000-35.2 1000 0L1000 312.5C1000 347.7 972.7 375 937.5 375ZM937.5 0L625 0 625 312.5 937.5 312.5ZM375 937.5L62.5 937.5C27.3 937.5 0 910.2 0 875L0 562.5C0 527.3 27.3 500 62.5 500L375 500C410.2 500 437.5 527.3 437.5 562.5L437.5 875C437.5 910.2 410.2 937.5 375 937.5ZM375 562.5L62.5 562.5 62.5 875 375 875ZM375 375L62.5 375C27.3 375 0 347.7 0 312.5L0 0C0-35.2 27.3-62.5 62.5-62.5L375-62.5C410.2-62.5 437.5-35.2 437.5 0L437.5 312.5C437.5 347.7 410.2 375 375 375ZM375 0L62.5 0 62.5 312.5 375 312.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:22:\"thumbnails large image\";}}i:106;a:7:{s:3:\"uid\";s:32:\"8826931c06e58410a80ccab3220b0c91\";s:3:\"css\";s:7:\"chart-1\";s:4:\"code\";i:59498;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:772:\"M921.9 156.3C878.9 156.3 843.8 191.4 843.8 234.4 843.8 244.1 845.7 252 847.7 259.8L658.2 423.8C644.5 412.1 627 406.3 609.4 406.3 587.9 406.3 568.4 414.1 554.7 427.7L406.3 353.5C402.3 312.5 369.1 281.3 328.1 281.3 285.2 281.3 250 316.4 250 359.4 250 371.1 252 382.8 257.8 392.6L105.5 568.4C97.7 564.5 87.9 562.5 78.1 562.5 35.2 562.5 0 597.7 0 640.6 0 683.6 35.2 718.8 78.1 718.8 121.1 718.8 156.3 683.6 156.3 640.6 156.3 630.9 154.3 621.1 150.4 611.3L304.7 433.6C312.5 435.5 320.3 437.5 328.1 437.5 351.6 437.5 371.1 427.7 384.8 412.1L531.3 484.4C531.3 527.3 566.4 562.5 609.4 562.5 652.3 562.5 687.5 527.3 687.5 484.4 687.5 482.4 687.5 482.4 687.5 480.5L890.6 306.6C900.4 310.5 910.2 312.5 921.9 312.5 964.8 312.5 1000 277.3 1000 234.4 1000 191.4 964.8 156.3 921.9 156.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"chart\";}}i:107;a:7:{s:3:\"uid\";s:32:\"161124d5ac9719bb7e18d4b04356bd6c\";s:3:\"css\";s:8:\"params-1\";s:4:\"code\";i:59499;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1721:\"M156.3 316.4L156.3-31.3C156.3-48.8 142.6-62.5 125-62.5 107.4-62.5 93.8-48.8 93.8-31.3L93.8 316.4C39.1 330.1 0 378.9 0 437.5 0 496.1 39.1 544.9 93.8 558.6L93.8 906.3C93.8 923.8 107.4 937.5 125 937.5 142.6 937.5 156.3 923.8 156.3 906.3L156.3 558.6C210.9 544.9 250 496.1 250 437.5 250 378.9 210.9 330.1 156.3 316.4ZM125 500C125 500 125 500 125 500 125 500 125 500 125 500 89.8 500 62.5 472.7 62.5 437.5 62.5 402.3 89.8 375 125 375 125 375 125 375 125 375 125 375 125 375 125 375 160.2 375 187.5 402.3 187.5 437.5 187.5 472.7 160.2 500 125 500ZM531.3 503.9L531.3-31.3C531.3-48.8 517.6-62.5 500-62.5 482.4-62.5 468.8-48.8 468.8-31.3L468.8 503.9C414.1 517.6 375 566.4 375 625 375 683.6 414.1 732.4 468.8 746.1L468.8 906.3C468.8 923.8 482.4 937.5 500 937.5 517.6 937.5 531.3 923.8 531.3 906.3L531.3 746.1C585.9 732.4 625 683.6 625 625 625 566.4 585.9 517.6 531.3 503.9ZM500 687.5C500 687.5 500 687.5 500 687.5 500 687.5 500 687.5 500 687.5 464.8 687.5 437.5 660.2 437.5 625 437.5 589.8 464.8 562.5 500 562.5 500 562.5 500 562.5 500 562.5 500 562.5 500 562.5 500 562.5 535.2 562.5 562.5 589.8 562.5 625 562.5 660.2 535.2 687.5 500 687.5ZM906.3 128.9L906.3-31.3C906.3-48.8 892.6-62.5 875-62.5 857.4-62.5 843.8-48.8 843.8-31.3L843.8 128.9C789.1 142.6 750 191.4 750 250 750 308.6 789.1 357.4 843.8 371.1L843.8 906.3C843.8 923.8 857.4 937.5 875 937.5 892.6 937.5 906.3 923.8 906.3 906.3L906.3 371.1C960.9 357.4 1000 308.6 1000 250 1000 191.4 960.9 142.6 906.3 128.9ZM875 312.5C875 312.5 875 312.5 875 312.5 875 312.5 875 312.5 875 312.5 839.8 312.5 812.5 285.2 812.5 250 812.5 214.8 839.8 187.5 875 187.5 875 187.5 875 187.5 875 187.5 875 187.5 875 187.5 875 187.5 910.2 187.5 937.5 214.8 937.5 250 937.5 285.2 910.2 312.5 875 312.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:15:\"params settings\";}}i:108;a:7:{s:3:\"uid\";s:32:\"1c3daa46be04399a0abb9b2f089c4cf3\";s:3:\"css\";s:13:\"thumbs-down-3\";s:4:\"code\";i:59500;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1397:\"M406.3-62.5C689.5-62.5 691.4-50.8 726.6-23.4 746.1-9.8 781.3 0 910.2 7.8 918 7.8 927.7 11.7 933.6 19.5 935.5 23.4 1000 117.2 1000 267.6 1000 414.1 955.1 482.4 953.1 484.4 947.3 494.1 937.5 500 925.8 500 820.3 500 673.8 634.8 576.2 869.1 558.6 910.2 554.7 937.5 492.2 937.5 457 937.5 418 912.1 398.4 878.9 357.4 812.5 377 669.9 396.5 591.8 332 593.8 214.8 593.8 160.2 593.8 84 593.8 31.3 548.8 31.3 480.5 29.3 459 33.2 429.7 39.1 416 21.5 398.4 0 373 0 339.8-2 296.9 25.4 265.6 43 246.1 39.1 234.4 31.3 216.8 33.2 197.3 35.2 150.4 72.3 119.1 93.8 103.5 91.8 89.8 91.8 64.5 95.7 44.9 111.3-31.3 224.6-62.5 406.3-62.5ZM892.6 72.3C781.3 62.5 720.7 48.8 689.5 25.4 666 7.8 668 0 406.3 0 326.2 0 168 3.9 156.3 58.6 152.3 80.1 175.8 101.6 175.8 101.6 181.6 119.1 173.8 136.7 158.2 142.6 158.2 142.6 95.7 166 95.7 201.2 93.8 222.7 109.4 236.3 109.4 236.3 119.1 252 115.2 269.5 101.6 279.3 101.6 279.3 60.5 304.7 62.5 337.9 62.5 365.2 97.7 382.8 97.7 384.8 105.5 388.7 111.3 396.5 113.3 404.3 115.2 414.1 113.3 423.8 107.4 429.7 107.4 429.7 91.8 455.1 93.8 478.5 93.8 529.3 148.4 531.3 160.2 531.3 238.3 531.3 441.4 531.3 441.4 531.3 453.1 531.3 462.9 535.2 468.8 544.9 474.6 552.7 474.6 564.5 470.7 574.2 439.5 662.1 423.8 800.8 451.2 847.7 459 861.3 460.9 875 492.2 875 498 875 507.8 871.1 517.6 845.7 623 595.7 779.3 451.2 906.3 437.5 918 414.1 937.5 361.3 937.5 267.6 937.5 169.9 908.2 95.7 892.6 72.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:26:\"thumbs down unlike dislike\";}}i:109;a:7:{s:3:\"uid\";s:32:\"d3afe478a49c013f334e0b454807d577\";s:3:\"css\";s:11:\"direction-3\";s:4:\"code\";i:59501;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:281:\"M900.4 39.1L570.3 806.6 455.1 468.8 119.1 367.2 900.4 39.1M980.5-62.5C974.6-62.5 966.8-60.5 959-56.6L27.3 339.8C-5.9 353.5-7.8 380.9 21.5 400.4L408.2 521.5 535.2 914.1C543 929.7 554.7 937.5 564.5 937.5 576.2 937.5 587.9 927.7 595.7 910.2L994.1-21.5C1005.9-46.9 998-62.5 980.5-62.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:18:\"direction location\";}}i:110;a:7:{s:3:\"uid\";s:32:\"2116e026020768a7637db5598f6ac0f5\";s:3:\"css\";s:10:\"to-start-2\";s:4:\"code\";i:59502;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:496:\"M951.2 2C951.2-21.5 939.5-43 919.9-52.7 910.2-58.6 900.4-60.5 888.7-60.5 878.9-60.5 867.2-58.6 857.4-50.8L138.7 384.8C123 394.5 111.3 410.2 109.4 427.7L109.4-31.3C109.4-48.8 95.7-62.5 78.1-62.5 60.5-62.5 46.9-48.8 46.9-31.3L46.9 906.3C46.9 923.8 60.5 937.5 78.1 937.5 95.7 937.5 109.4 923.8 109.4 906.3L109.4 447.3C111.3 464.8 123 480.5 138.7 490.2L857.4 925.8C867.2 933.6 878.9 935.5 890.6 935.5 900.4 935.5 912.1 933.6 921.9 927.7 941.4 918 953.1 896.5 953.1 873ZM171.9 437.5L888.7 2 890.6 873Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:12:\"start player\";}}i:111;a:7:{s:3:\"uid\";s:32:\"a52aa6b35d8e55e5f926eb0d2bdff7a2\";s:3:\"css\";s:15:\"fast-backward-3\";s:4:\"code\";i:59503;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:635:\"M560.5 130.9L66.4 437.5 560.5 744.1 560.5 503.9 935.5 744.1 935.5 130.9 560.5 371.1 560.5 123M558.6 68.4C568.4 68.4 580.1 70.3 589.8 76.2 609.4 87.9 623 107.4 623 130.9L623 259.8 914.1 78.1C923.8 72.3 935.5 68.4 947.3 68.4 957 68.4 960.9 70.3 970.7 76.2 992.2 87.9 998 107.4 998 130.9L998 744.1C998 767.6 990.2 787.1 970.7 798.8 960.9 804.7 953.1 806.6 943.4 806.6 931.6 806.6 923.8 802.7 912.1 796.9L623 615.2 623 744.1C623 767.6 609.4 787.1 589.8 798.8 580.1 804.7 568.4 806.6 558.6 806.6 546.9 806.6 535.2 802.7 525.4 796.9L31.3 490.2C13.7 478.5 2 459 2 437.5 2 416 13.7 396.5 31.3 384.8L525.4 78.1C535.2 72.3 546.9 68.4 558.6 68.4Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:15:\"backward player\";}}i:112;a:7:{s:3:\"uid\";s:32:\"d9e0321dbbbb015ea7b9bf4c4ad015dc\";s:3:\"css\";s:6:\"play-3\";s:4:\"code\";i:59504;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:345:\"M140.6 2L859.4 437.5 140.6 873 140.6 2M140.6-60.5C130.9-60.5 121.1-58.6 111.3-52.7 91.8-43 78.1-21.5 78.1 2L78.1 873C78.1 896.5 89.8 918 109.4 927.7 119.1 933.6 128.9 935.5 140.6 935.5 152.3 935.5 164.1 933.6 173.8 925.8L892.6 490.2C910.2 478.5 921.9 459 921.9 437.5 921.9 416 910.2 396.5 892.6 384.8L173.8-50.8C164.1-58.6 152.3-60.5 140.6-60.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"play player\";}}i:113;a:7:{s:3:\"uid\";s:32:\"45ee20217f5ca231c45ea19d734fe827\";s:3:\"css\";s:7:\"pause-3\";s:4:\"code\";i:59505;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:458:\"M406.3-62.5L187.5-62.5C169.9-62.5 156.3-48.8 156.3-31.3L156.3 906.3C156.3 923.8 169.9 937.5 187.5 937.5L406.3 937.5C423.8 937.5 437.5 923.8 437.5 906.3L437.5-31.3C437.5-48.8 423.8-62.5 406.3-62.5ZM375 875L218.8 875 218.8 0 375 0ZM812.5-62.5L593.8-62.5C578.1-62.5 562.5-48.8 562.5-31.3L562.5 906.3C562.5 923.8 578.1 937.5 593.8 937.5L812.5 937.5C830.1 937.5 843.8 923.8 843.8 906.3L843.8-31.3C843.8-48.8 830.1-62.5 812.5-62.5ZM781.3 875L625 875 625 0 781.3 0Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:12:\"pause player\";}}i:114;a:7:{s:3:\"uid\";s:32:\"e86c4200a183571bb625408230f4964d\";s:3:\"css\";s:14:\"fast-forward-3\";s:4:\"code\";i:59506;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:618:\"M439.5 130.9L933.6 437.5 439.5 744.1 439.5 503.9 64.5 744.1 64.5 130.9 439.5 371.1 439.5 123M441.4 68.4C431.6 68.4 419.9 70.3 410.2 76.2 390.6 87.9 377 107.4 377 130.9L377 259.8 85.9 78.1C76.2 72.3 64.5 68.4 52.7 68.4 43 68.4 39.1 70.3 29.3 76.2 9.8 87.9 2 107.4 2 130.9L2 744.1C2 767.6 9.8 787.1 29.3 798.8 39.1 804.7 46.9 806.6 56.6 806.6 68.4 806.6 76.2 802.7 87.9 796.9L377 615.2 377 744.1C377 767.6 390.6 787.1 410.2 798.8 419.9 804.7 431.6 806.6 441.4 806.6 453.1 806.6 464.8 802.7 474.6 796.9L968.8 490.2C986.3 478.5 998 459 998 437.5 998 416 986.3 396.5 968.8 384.8L474.6 78.1C464.8 72.3 453.1 68.4 441.4 68.4Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:14:\"forward player\";}}i:115;a:7:{s:3:\"uid\";s:32:\"53aa179fcb564d27ee147212acc6c3e0\";s:3:\"css\";s:8:\"to-end-2\";s:4:\"code\";i:59507;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:505:\"M921.9-62.5C904.3-62.5 890.6-48.8 890.6-31.3L890.6 427.7C888.7 410.2 877 394.5 861.3 384.8L142.6-50.8C132.8-58.6 121.1-60.5 111.3-60.5 99.6-60.5 89.8-58.6 80.1-52.7 60.5-43 48.8-21.5 48.8 2L46.9 873C46.9 896.5 58.6 918 78.1 927.7 87.9 933.6 99.6 935.5 109.4 935.5 121.1 935.5 132.8 933.6 142.6 925.8L861.3 490.2C877 480.5 888.7 464.8 890.6 447.3L890.6 906.3C890.6 923.8 904.3 937.5 921.9 937.5 939.5 937.5 953.1 923.8 953.1 906.3L953.1-31.3C953.1-48.8 939.5-62.5 921.9-62.5ZM109.4 873L111.3 2 828.1 437.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:10:\"end player\";}}i:116;a:7:{s:3:\"uid\";s:32:\"24c4ae29fee3b0f6744634bc840299b4\";s:3:\"css\";s:10:\"calendar-3\";s:4:\"code\";i:59508;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1817:\"M937.5 31.3L687.5 31.3 687.5-31.3C687.5-48.8 673.8-62.5 656.3-62.5 638.7-62.5 625-48.8 625-31.3L625 31.3 375 31.3 375-31.3C375-48.8 361.3-62.5 343.8-62.5 326.2-62.5 312.5-48.8 312.5-31.3L312.5 31.3 62.5 31.3C27.3 31.3 0 58.6 0 93.8L0 875C0 910.2 27.3 937.5 62.5 937.5L937.5 937.5C972.7 937.5 1000 910.2 1000 875L1000 93.8C1000 58.6 972.7 31.3 937.5 31.3ZM937.5 875L62.5 875 62.5 93.8 312.5 93.8 312.5 125C312.5 142.6 326.2 156.3 343.8 156.3 361.3 156.3 375 142.6 375 125L375 93.8 625 93.8 625 125C625 142.6 638.7 156.3 656.3 156.3 673.8 156.3 687.5 142.6 687.5 125L687.5 93.8 937.5 93.8ZM718.8 437.5L781.3 437.5C798.8 437.5 812.5 423.8 812.5 406.3L812.5 343.8C812.5 326.2 798.8 312.5 781.3 312.5L718.8 312.5C701.2 312.5 687.5 326.2 687.5 343.8L687.5 406.3C687.5 423.8 701.2 437.5 718.8 437.5ZM718.8 687.5L781.3 687.5C798.8 687.5 812.5 673.8 812.5 656.3L812.5 593.8C812.5 576.2 798.8 562.5 781.3 562.5L718.8 562.5C701.2 562.5 687.5 576.2 687.5 593.8L687.5 656.3C687.5 673.8 701.2 687.5 718.8 687.5ZM531.3 562.5L468.8 562.5C451.2 562.5 437.5 576.2 437.5 593.8L437.5 656.3C437.5 673.8 451.2 687.5 468.8 687.5L531.3 687.5C548.8 687.5 562.5 673.8 562.5 656.3L562.5 593.8C562.5 576.2 548.8 562.5 531.3 562.5ZM531.3 312.5L468.8 312.5C451.2 312.5 437.5 326.2 437.5 343.8L437.5 406.3C437.5 423.8 451.2 437.5 468.8 437.5L531.3 437.5C548.8 437.5 562.5 423.8 562.5 406.3L562.5 343.8C562.5 326.2 548.8 312.5 531.3 312.5ZM281.3 312.5L218.8 312.5C201.2 312.5 187.5 326.2 187.5 343.8L187.5 406.3C187.5 423.8 201.2 437.5 218.8 437.5L281.3 437.5C298.8 437.5 312.5 423.8 312.5 406.3L312.5 343.8C312.5 326.2 298.8 312.5 281.3 312.5ZM281.3 562.5L218.8 562.5C201.2 562.5 187.5 576.2 187.5 593.8L187.5 656.3C187.5 673.8 201.2 687.5 218.8 687.5L281.3 687.5C298.8 687.5 312.5 673.8 312.5 656.3L312.5 593.8C312.5 576.2 298.8 562.5 281.3 562.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:8:\"calendar\";}}i:117;a:7:{s:3:\"uid\";s:32:\"4abe3137e7b7e88c47796267975fce96\";s:3:\"css\";s:11:\"lightbulb-4\";s:4:\"code\";i:59509;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:891:\"M500-62.5C306.6-62.5 154.3 95.7 154.3 289.1 154.3 433.6 226.6 503.9 283.2 554.7 320.3 585.9 343.8 605.5 343.8 630.9L343.8 683.6C343.8 685.5 343.8 685.5 343.8 687.5L343.8 687.5 343.8 777.3C343.8 873 406.3 937.5 502 937.5 593.8 937.5 656.3 873 656.3 777.3L656.3 687.5 656.3 687.5C656.3 685.5 656.3 685.5 656.3 683.6L656.3 630.9C656.3 593.8 683.6 572.3 724.6 535.2 781.3 486.3 845.7 425.8 845.7 289.1 845.7 95.7 693.4-62.5 500-62.5ZM498 875C439.5 875 406.3 837.9 406.3 777.3L406.3 736.3C427.7 744.1 459 750 500 750 541 750 570.3 744.1 593.8 736.3L593.8 777.3C593.8 839.8 558.6 875 498 875ZM683.6 488.3C640.6 525.4 593.8 562.5 593.8 630.9L593.8 669.9C578.1 677.7 550.8 687.5 500 687.5 445.3 687.5 419.9 677.7 406.3 671.9L406.3 630.9C406.3 576.2 365.2 543 324.2 507.8 271.5 459 216.8 406.3 216.8 289.1 216.8 128.9 341.8 0 500 0 658.2 0 783.2 128.9 783.2 289.1 783.2 396.5 734.4 443.4 683.6 488.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"light\";}}i:118;a:7:{s:3:\"uid\";s:32:\"d2bcc7ec20b90e03fc4cf4b171047359\";s:3:\"css\";s:7:\"diagram\";s:4:\"code\";i:59510;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:701:\"M265.6 250L46.9 250C29.3 250 15.6 263.7 15.6 281.3L15.6 906.3C15.6 923.8 29.3 937.5 46.9 937.5L265.6 937.5C283.2 937.5 296.9 923.8 296.9 906.3L296.9 281.3C296.9 263.7 283.2 250 265.6 250ZM234.4 875L78.1 875 78.1 312.5 234.4 312.5ZM609.4 435.5L390.6 435.5C373 435.5 359.4 449.2 359.4 466.8L359.4 906.3C359.4 923.8 373 937.5 390.6 937.5L609.4 937.5C627 937.5 640.6 923.8 640.6 906.3L640.6 466.8C640.6 449.2 627 435.5 609.4 435.5ZM578.1 875L421.9 875 421.9 498 578.1 498ZM953.1-62.5L734.4-62.5C716.8-62.5 703.1-48.8 703.1-31.3L703.1 906.3C703.1 923.8 716.8 937.5 734.4 937.5L953.1 937.5C970.7 937.5 984.4 923.8 984.4 906.3L984.4-31.3C984.4-48.8 970.7-62.5 953.1-62.5ZM921.9 875L765.6 875 765.6 0 921.9 0Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:7:\"diagram\";}}i:119;a:7:{s:3:\"uid\";s:32:\"b75ef25c56bc44d5be09cf98920d509b\";s:3:\"css\";s:8:\"arrow-up\";s:4:\"code\";i:59511;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:586:\"M1000 437.5C1000 162.1 775.4-62.5 500-62.5 224.6-62.5 0 162.1 0 437.5 0 712.9 224.6 937.5 500 937.5 775.4 937.5 1000 712.9 1000 437.5ZM62.5 437.5C62.5 195.3 257.8 0 500 0 742.2 0 937.5 195.3 937.5 437.5 937.5 679.7 742.2 875 500 875 257.8 875 62.5 679.7 62.5 437.5ZM531.3 656.3L531.3 304.7 644.5 418C656.3 429.7 675.8 429.7 689.5 418 701.2 406.3 701.2 384.8 689.5 373L500 189.5 310.5 373C304.7 378.9 300.8 386.7 300.8 394.5 300.8 404.3 304.7 412.1 310.5 418 322.3 429.7 341.8 429.7 353.5 418L468.8 302.7 468.8 656.3C468.8 673.8 482.4 687.5 500 687.5 517.6 687.5 531.3 673.8 531.3 656.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:8:\"arrow up\";}}i:120;a:7:{s:3:\"uid\";s:32:\"f3ccf4b4abf526485d3b2c12aa15ab42\";s:3:\"css\";s:11:\"arrow-right\";s:4:\"code\";i:59512;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:573:\"M500-62.5C224.6-62.5 0 162.1 0 437.5 0 712.9 224.6 937.5 500 937.5 775.4 937.5 1000 712.9 1000 437.5 1000 162.1 775.4-62.5 500-62.5ZM500 877C257.8 877 62.5 679.7 62.5 437.5 62.5 195.3 257.8 0 500 0 742.2 0 937.5 195.3 937.5 437.5 937.5 679.7 742.2 877 500 877ZM519.5 248C507.8 261.7 507.8 281.3 519.5 293L632.8 406.3 281.3 406.3C263.7 406.3 250 419.9 250 437.5 250 455.1 263.7 468.8 281.3 468.8L634.8 468.8 519.5 584C507.8 595.7 507.8 615.2 519.5 627 525.4 632.8 533.2 636.7 543 636.7 550.8 636.7 558.6 632.8 564.5 627L748 437.5 564.5 248C552.7 236.3 531.3 236.3 519.5 248Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"arrow right\";}}i:121;a:7:{s:3:\"uid\";s:32:\"03973983641c53e3552c94ef008555b1\";s:3:\"css\";s:10:\"arrow-left\";s:4:\"code\";i:59513;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:575:\"M500-62.5C224.6-62.5 0 162.1 0 437.5 0 712.9 224.6 937.5 500 937.5 775.4 937.5 1000 712.9 1000 437.5 1000 162.1 775.4-62.5 500-62.5ZM500 877C257.8 877 62.5 679.7 62.5 437.5 62.5 195.3 257.8 0 500 0 742.2 0 937.5 195.3 937.5 437.5 937.5 679.7 742.2 877 500 877ZM718.8 406.3L367.2 406.3 480.5 293C492.2 281.3 492.2 261.7 480.5 248 468.8 236.3 447.3 236.3 435.5 248L252 437.5 435.5 627C441.4 632.8 449.2 636.7 457 636.7 466.8 636.7 474.6 632.8 480.5 627 492.2 615.2 492.2 595.7 480.5 584L365.2 468.8 718.8 468.8C736.3 468.8 750 455.1 750 437.5 750 419.9 736.3 406.3 718.8 406.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:10:\"arrow left\";}}i:122;a:7:{s:3:\"uid\";s:32:\"970c706c41b5599e0ffa6b95da8b8d0c\";s:3:\"css\";s:10:\"arrow-down\";s:4:\"code\";i:59514;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:584:\"M0 437.5C0 712.9 224.6 937.5 500 937.5 775.4 937.5 1000 712.9 1000 437.5 1000 162.1 775.4-62.5 500-62.5 224.6-62.5 0 162.1 0 437.5ZM939.5 437.5C939.5 679.7 742.2 875 500 875 257.8 875 62.5 679.7 62.5 437.5 62.5 195.3 257.8 0 500 0 742.2 0 939.5 195.3 939.5 437.5ZM468.8 218.8L468.8 570.3 355.5 457C343.8 445.3 324.2 445.3 310.5 457 298.8 468.8 298.8 490.2 310.5 502L500 685.5 689.5 502C695.3 496.1 699.2 488.3 699.2 478.5 699.2 470.7 695.3 462.9 689.5 457 677.7 445.3 658.2 445.3 646.5 457L531.3 572.3 531.3 218.8C531.3 201.2 517.6 187.5 500 187.5 482.4 187.5 468.8 201.2 468.8 218.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:10:\"arrow down\";}}i:123;a:7:{s:3:\"uid\";s:32:\"8ffa6753bf49e1ebbd171c464fc01244\";s:3:\"css\";s:7:\"block-3\";s:4:\"code\";i:59515;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:363:\"M500-62.5C224.6-62.5 0 162.1 0 437.5 0 712.9 224.6 937.5 500 937.5 775.4 937.5 1000 712.9 1000 437.5 1000 162.1 775.4-62.5 500-62.5ZM62.5 437.5C62.5 328.1 103.5 228.5 169.9 150.4L787.1 767.6C710.9 835.9 609.4 877 500 877 257.8 877 62.5 679.7 62.5 437.5ZM832 722.7L214.8 107.4C291 41 390.6 0 500 0 742.2 0 937.5 195.3 937.5 437.5 937.5 546.9 896.5 646.5 832 722.7Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"block\";}}i:124;a:7:{s:3:\"uid\";s:32:\"bd1b1cd2404da5fa658150366f5c3280\";s:3:\"css\";s:9:\"comment-3\";s:4:\"code\";i:59516;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:720:\"M500 62.5C742.2 62.5 937.5 203.1 937.5 375 937.5 546.9 742.2 687.5 500 687.5L484.4 687.5 474.6 687.5C457 687.5 445.3 687.5 427.7 683.6L392.6 679.7 371.1 707C359.4 718.8 308.6 761.7 250 791 261.7 759.8 269.5 724.6 271.5 691.4L271.5 689.5 271.5 646.5 236.3 628.9C127 572.3 62.5 478.5 62.5 375 62.5 203.1 257.8 62.5 500 62.5M500 0C224.6 0 0 168 0 375 0 503.9 76.2 617.2 209 683.6 209 685.5 209 685.5 209 685.5 209 742.2 177.7 804.7 158.2 835.9L158.2 835.9C156.3 839.8 156.3 841.8 156.3 847.7 156.3 863.3 168 875 185.5 875 187.5 875 191.4 875 191.4 875 193.4 875 193.4 875 193.4 875 291 859.4 398.4 771.5 418 746.1 441.4 750 455.1 750 474.6 750 482.4 750 490.2 750 500 750 775.4 750 1000 582 1000 375 1000 168 775.4 0 500 0Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:7:\"comment\";}}i:125;a:7:{s:3:\"uid\";s:32:\"ecd80d34f0a716374c0e2fa3661c6529\";s:3:\"css\";s:8:\"camera-3\";s:4:\"code\";i:59517;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:829:\"M623 156.3C625 156.3 625 156.3 625 158.2L625 283.2C625 306.6 638.7 326.2 658.2 337.9 668 343.8 677.7 345.7 687.5 345.7 701.2 345.7 714.8 341.8 724.6 334L937.5 214.8 937.5 660.2 724.6 543C712.9 535.2 701.2 531.3 687.5 531.3 677.7 531.3 668 535.2 658.2 539.1 638.7 548.8 625 570.3 625 593.8L625 716.8C625 718.8 625 718.8 623 718.8L64.5 718.8C64.5 718.8 62.5 718.8 62.5 716.8L62.5 158.2C62.5 156.3 64.5 156.3 64.5 156.3L623 156.3M966.8 125C960.9 125 947.3 127 939.5 134.8L687.5 283.2 687.5 158.2C687.5 123 658.2 93.8 623 93.8L64.5 93.8C29.3 93.8 0 123 0 158.2L0 716.8C0 752 29.3 781.3 64.5 781.3L623 781.3C658.2 781.3 687.5 752 687.5 716.8L687.5 593.8 945.3 744.1C953.1 752 960.9 750 966.8 750 974.6 750 978.5 748 980.5 748 992.2 744.1 1000 732.4 1000 718.8L1000 156.3C1000 144.5 992.2 130.9 980.5 127 978.5 127 974.6 125 966.8 125Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"camera\";}}i:126;a:7:{s:3:\"uid\";s:32:\"5d01c1a42cd14d43340eea7ea502e611\";s:3:\"css\";s:12:\"camera-alt-1\";s:4:\"code\";i:59518;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:746:\"M906.3 156.3L761.7 156.3 687.5 31.3 312.5 31.3 238.3 156.3 93.8 156.3C62.5 156.3 0 187.5 0 250L0 750C0 802.7 46.9 843.8 87.9 843.8L908.2 843.8C949.2 843.8 1000 800.8 1000 752L1000 250C1000 218.8 968.8 156.3 906.3 156.3ZM937.5 752C937.5 763.7 918 781.3 908.2 781.3L87.9 781.3C80.1 781.3 62.5 765.6 62.5 750L62.5 250C62.5 228.5 89.8 218.8 93.8 218.8L273.4 218.8 291 187.5 347.7 93.8 654.3 93.8 710.9 187.5 726.6 218.8 906.3 218.8C927.7 218.8 937.5 248 937.5 250ZM500 250C378.9 250 281.3 347.7 281.3 468.8 281.3 589.8 378.9 687.5 500 687.5 621.1 687.5 718.8 589.8 718.8 468.8 718.8 347.7 621.1 250 500 250ZM500 625C414.1 625 343.8 554.7 343.8 468.8 343.8 382.8 414.1 312.5 500 312.5 585.9 312.5 656.3 382.8 656.3 468.8 656.3 554.7 585.9 625 500 625Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"camera\";}}i:127;a:7:{s:3:\"uid\";s:32:\"edb0dc3d04f3b2f7a6d253152dc79e98\";s:3:\"css\";s:4:\"ok-1\";s:4:\"code\";i:59519;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:531:\"M500-62.5C224.6-62.5 0 162.1 0 437.5 0 712.9 224.6 937.5 500 937.5 775.4 937.5 1000 712.9 1000 437.5 1000 162.1 775.4-62.5 500-62.5ZM500 877C257.8 877 62.5 679.7 62.5 437.5 62.5 195.3 257.8 0 500 0 742.2 0 937.5 195.3 937.5 437.5 937.5 679.7 742.2 877 500 877ZM699.2 253.9L406.3 548.8 273.4 418C261.7 406.3 242.2 406.3 230.5 418 216.8 429.7 216.8 449.2 230.5 460.9L384.8 617.2C396.5 628.9 416 628.9 429.7 617.2 429.7 615.2 431.6 613.3 431.6 611.3L744.1 298.8C755.9 287.1 755.9 267.6 744.1 253.9 732.4 242.2 710.9 242.2 699.2 253.9Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:8:\"ok check\";}}i:128;a:7:{s:3:\"uid\";s:32:\"d7d8409cad1aaa4348b340d7b28cf2da\";s:3:\"css\";s:4:\"time\";s:4:\"code\";i:59520;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:512:\"M500-62.5C224.6-62.5 0 162.1 0 437.5 0 712.9 224.6 937.5 500 937.5 775.4 937.5 1000 712.9 1000 437.5 1000 162.1 775.4-62.5 500-62.5ZM500 877C257.8 877 62.5 679.7 62.5 437.5 62.5 195.3 257.8 0 500 0 742.2 0 937.5 195.3 937.5 437.5 937.5 679.7 742.2 877 500 877ZM531.3 425.8L531.3 125C531.3 107.4 517.6 93.8 500 93.8 482.4 93.8 468.8 107.4 468.8 125L468.8 437.5C468.8 447.3 472.7 455.1 478.5 460.9 478.5 460.9 478.5 460.9 480.5 460.9L634.8 617.2C646.5 628.9 666 628.9 679.7 617.2 691.4 603.5 691.4 584 679.7 572.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"time\";}}i:129;a:7:{s:3:\"uid\";s:32:\"fce269eb25ae8dd119082d316a54c602\";s:3:\"css\";s:8:\"cancel-1\";s:4:\"code\";i:59521;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:629:\"M500-62.5C224.6-62.5 0 162.1 0 437.5 0 712.9 224.6 937.5 500 937.5 775.4 937.5 1000 712.9 1000 437.5 1000 162.1 775.4-62.5 500-62.5ZM500 877C257.8 877 62.5 679.7 62.5 437.5 62.5 195.3 257.8 0 500 0 742.2 0 937.5 195.3 937.5 437.5 937.5 679.7 742.2 877 500 877ZM677.7 259.8C664.1 248 644.5 248 632.8 259.8L500 392.6 367.2 259.8C355.5 248 335.9 248 322.3 259.8 310.5 273.4 310.5 293 322.3 304.7L455.1 437.5 322.3 570.3C310.5 582 310.5 601.6 322.3 615.2 335.9 627 355.5 627 367.2 615.2L500 482.4 632.8 615.2C644.5 627 664.1 627 677.7 615.2 689.5 601.6 689.5 582 677.7 570.3L544.9 437.5 677.7 304.7C689.5 293 689.5 273.4 677.7 259.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"cancel\";}}i:130;a:7:{s:3:\"uid\";s:32:\"77b2c668c55a63e8c249fa3044d9e226\";s:3:\"css\";s:10:\"download-3\";s:4:\"code\";i:59522;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1112:\"M746.1 191.4C701.2 76.2 607.4 2 466.8 2 287.1 2 160.2 136.7 150.4 310.5 62.5 337.9 0 427.7 0 527.3 0 650.4 95.7 753.9 210.9 753.9L238.3 753.9C255.9 753.9 269.5 740.2 269.5 722.7 269.5 705.1 255.9 691.4 238.3 691.4L210.9 691.4C130.9 691.4 60.5 615.2 60.5 527.3 60.5 449.2 117.2 377 185.5 365.2L214.8 361.3 210.9 332 210.9 332C210.9 179.7 310.5 64.5 466.8 64.5 589.8 64.5 660.2 127 693.4 230.5L699.2 252 722.7 252C837.9 255.9 939.5 349.6 939.5 466.8 939.5 572.3 869.1 691.4 761.7 691.4L753.9 691.4C736.3 691.4 722.7 705.1 722.7 722.7 722.7 740.2 736.3 753.9 753.9 753.9L753.9 753.9C910.2 750 1000 599.6 1000 466.8 1000 322.3 886.7 207 746.1 191.4ZM630.9 695.3C623 685.5 607.4 685.5 599.6 695.3L531.3 771.5 531.3 455.1C531.3 439.5 517.6 423.8 500 423.8 482.4 423.8 468.8 439.5 468.8 455.1L468.8 771.5 402.3 697.3C392.6 687.5 378.9 685.5 371.1 695.3L363.3 699.2C353.5 709 353.5 722.7 363.3 732.4L474.6 857.4C474.6 857.4 474.6 857.4 474.6 857.4L484.4 865.2C488.3 871.1 494.1 873 500 873 505.9 873 511.7 871.1 515.6 865.2L523.4 857.4C523.4 857.4 523.4 857.4 523.4 857.4L638.7 730.5C648.4 720.7 648.4 710.9 638.7 701.2Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:8:\"download\";}}i:131;a:7:{s:3:\"uid\";s:32:\"266aadb84046e1079a9de5d22fb10e55\";s:3:\"css\";s:8:\"upload-3\";s:4:\"code\";i:59523;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1106:\"M746.1 191.4C701.2 76.2 607.4 2 466.8 2 287.1 2 160.2 136.7 150.4 310.5 62.5 337.9 0 427.7 0 527.3 0 650.4 95.7 753.9 210.9 753.9L300.8 753.9C318.4 753.9 332 740.2 332 722.7 332 705.1 318.4 691.4 300.8 691.4L210.9 691.4C130.9 691.4 60.5 615.2 60.5 527.3 60.5 449.2 117.2 377 185.5 365.2L214.8 361.3 210.9 332 210.9 332C210.9 179.7 310.5 64.5 466.8 64.5 589.8 64.5 660.2 127 693.4 230.5L699.2 252 720.7 252C837.9 255.9 939.5 349.6 939.5 466.8 939.5 572.3 869.1 691.4 761.7 691.4L691.4 691.4C673.8 691.4 660.2 705.1 660.2 722.7 660.2 740.2 673.8 753.9 691.4 753.9L761.7 753.9C918 750 1000 599.6 1000 466.8 1000 322.3 886.7 207 746.1 191.4ZM523.4 439.5C523.4 439.5 523.4 439.5 523.4 439.5L515.6 431.6C511.7 427.7 505.9 423.8 500 423.8 494.1 423.8 488.3 427.7 484.4 431.6L474.6 439.5C474.6 439.5 474.6 439.5 474.6 439.5L363.3 564.5C353.5 574.2 353.5 589.8 363.3 597.7L371.1 603.5C378.9 613.3 392.6 609.4 402.3 599.6L468.8 527.3 468.8 841.8C468.8 859.4 482.4 873 500 873 517.6 873 531.3 859.4 531.3 841.8L531.3 527.3 599.6 601.6C607.4 611.3 623 615.2 630.9 605.5L638.7 599.6C648.4 591.8 648.4 576.2 638.7 566.4Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"upload\";}}i:132;a:7:{s:3:\"uid\";s:32:\"303fa3f04504fb1f22dc01ca100b2165\";s:3:\"css\";s:5:\"doc-3\";s:4:\"code\";i:59524;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:263:\"M546.9-62.5L203.1-62.5C168-62.5 140.6-35.2 140.6 0L140.6 875C140.6 910.2 168 937.5 203.1 937.5L796.9 937.5C832 937.5 859.4 910.2 859.4 875L859.4 250ZM796.9 275.4L796.9 281.3 515.6 281.3 515.6 0 521.5 0ZM203.1 875L203.1 0 453.1 0 453.1 343.8 796.9 343.8 796.9 875Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:3:\"doc\";}}i:133;a:7:{s:3:\"uid\";s:32:\"3b1b1795fa8b21e4370bcc02ca7d3bde\";s:3:\"css\";s:6:\"mail-3\";s:4:\"code\";i:59525;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:654:\"M1000 164.1C1000 158.2 1000 152.3 996.1 146.5 988.3 111.3 964.8 93.8 921.9 93.8L109.4 93.8C72.3 93.8 31.3 107.4 11.7 134.8 9.8 134.8 9.8 136.7 7.8 138.7 2 146.5 0 156.3 0 164.1 0 166 0 169.9 0 171.9L0 671.9C0 724.6 56.6 781.3 109.4 781.3L921.9 781.3C974.6 781.3 1000 724.6 1000 671.9L1000 171.9C1000 169.9 1000 166 1000 164.1ZM109.4 156.3L921.9 156.3C921.9 156.3 921.9 156.3 921.9 156.3L500 492.2 80.1 158.2C89.8 156.3 101.6 156.3 109.4 156.3ZM921.9 718.8L109.4 718.8C91.8 718.8 62.5 689.5 62.5 671.9L62.5 224.6 480.5 558.6C486.3 562.5 492.2 564.5 500 564.5 507.8 564.5 513.7 562.5 519.5 558.6L937.5 224.6 937.5 671.9C937.5 689.5 939.5 718.8 921.9 718.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"mail\";}}i:134;a:7:{s:3:\"uid\";s:32:\"abe941c0c7d8208fbfe2c043f0dd5f5a\";s:3:\"css\";s:5:\"eye-3\";s:4:\"code\";i:59526;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1001:\"M503.9 252C400.4 252 316.4 335.9 316.4 439.5 316.4 543 400.4 627 503.9 627 607.4 627 691.4 543 691.4 439.5 691.4 335.9 607.4 252 503.9 252ZM503.9 564.5C433.6 564.5 377 505.9 377 437.5 377 369.1 433.6 312.5 502 312.5 570.3 312.5 627 369.1 627 437.5 627 505.9 572.3 564.5 503.9 564.5ZM1000 429.7C1000 427.7 1000 427.7 998 425.8 998 423.8 998 423.8 998 423.8 998 423.8 998 421.9 998 421.9 906.3 212.9 710.9 93.8 502 93.8 293 93.8 93.8 212.9 2 419.9 2 421.9 2 421.9 2 423.8 2 423.8 2 423.8 0 425.8 0 425.8 0 427.7 0 429.7 0 433.6 0 435.5 0 437.5 0 441.4 0 443.4 0 447.3 0 449.2 0 449.2 0 451.2 2 453.1 2 453.1 2 453.1 2 453.1 2 455.1 2 455.1 93.8 664.1 291 781.3 500 781.3 709 781.3 906.3 664.1 998 457 998 455.1 998 455.1 998 453.1 998 453.1 998 453.1 1000 451.2 1000 451.2 1000 449.2 1000 447.3 1000 443.4 1000 441.4 1000 439.5 1000 435.5 1000 433.6 1000 429.7ZM500 718.8C322.3 718.8 148.4 627 62.5 437.5 148.4 252 324.2 156.3 502 156.3 679.7 156.3 851.6 252 937.5 439.5 851.6 625 677.7 718.8 500 718.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:3:\"eye\";}}i:135;a:7:{s:3:\"uid\";s:32:\"bfa4dacf40fe82dfdb1f128bee49eba3\";s:3:\"css\";s:6:\"flag-4\";s:4:\"code\";i:59527;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:581:\"M664.1 31.3C507.8 31.3 466.8-62.5 267.6-62.5 140.6-62.5 62.5 33.2 62.5 33.2L62.5 906.3C62.5 923.8 76.2 937.5 93.8 937.5 111.3 937.5 125 923.8 125 906.3L125 507.8C158.2 488.3 203.1 468.8 259.8 468.8 459 468.8 515.6 562.5 671.9 562.5 828.1 562.5 937.5 468.8 937.5 468.8L937.5-62.5C937.5-62.5 820.3 31.3 664.1 31.3ZM875 435.5C839.8 459 765.6 500 671.9 500 611.3 500 568.4 482.4 515.6 460.9 451.2 435.5 377 406.3 259.8 406.3 207 406.3 162.1 419.9 125 437.5L125 58.6C148.4 37.1 199.2 0 267.6 0 359.4 0 412.1 21.5 466.8 44.9 521.5 68.4 578.1 93.8 664.1 93.8 748 93.8 820.3 70.3 875 44.9Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"flag\";}}i:136;a:7:{s:3:\"uid\";s:32:\"ed84b8a18c830ee0042dd08877dc3495\";s:3:\"css\";s:8:\"folder-3\";s:4:\"code\";i:59528;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:279:\"M345.7 109.4L423.8 185.5 443.4 203.1 937.5 203.1 937.5 765.6 62.5 765.6 62.5 109.4 343.8 109.4M375 46.9L62.5 46.9C27.3 46.9 0 74.2 0 109.4L0 765.6C0 800.8 27.3 828.1 62.5 828.1L937.5 828.1C972.7 828.1 1000 800.8 1000 765.6L1000 203.1C1000 168 972.7 140.6 937.5 140.6L468.8 140.6Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"folder\";}}i:137;a:7:{s:3:\"uid\";s:32:\"2fa63e42250ee29569659c6e12a85fa4\";s:3:\"css\";s:7:\"heart-3\";s:4:\"code\";i:59529;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:783:\"M281.3 48.8C312.5 48.8 367.2 64.5 457 152.3L502 195.3 544.9 152.3C607.4 87.9 673.8 48.8 718.8 48.8 779.3 48.8 826.2 68.4 873 115.2 916 158.2 939.5 216.8 939.5 277.3 939.5 337.9 916 396.5 871.1 439.5 867.2 443.4 679.7 648.4 521.5 818.4 513.7 826.2 505.9 826.2 500 826.2 496.1 826.2 488.3 826.2 480.5 818.4 441.4 775.4 162.1 464.8 130.9 431.6 85.9 388.7 62.5 332 62.5 269.5 62.5 209 85.9 150.4 130.9 107.4 171.9 66.4 222.7 48.8 281.3 48.8M281.3-13.7C207-13.7 140.6 9.8 85.9 64.5-29.3 177.7-29.3 363.3 85.9 476.6 119.1 509.8 435.5 861.3 435.5 861.3 453.1 878.9 476.6 888.7 500 888.7 523.4 888.7 548.8 878.9 566.4 861.3 566.4 861.3 912.1 488.3 916 484.4 1031.3 369.1 1031.3 185.5 916 70.3 859.4 13.7 796.9-13.7 718.8-13.7 644.5-13.7 562.5 44.9 500 107.4 437.5 44.9 357.4-13.7 281.3-13.7Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"heart\";}}i:138;a:7:{s:3:\"uid\";s:32:\"6c5c20513c23e2d93e12edd3b8c6d1e0\";s:3:\"css\";s:6:\"info-3\";s:4:\"code\";i:59530;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:814:\"M562.5 656.3L531.3 656.3 531.3 377C531.3 377 531.3 377 531.3 375 531.3 375 531.3 375 531.3 375 531.3 357.4 517.6 343.8 500 343.8L437.5 343.8C419.9 343.8 406.3 357.4 406.3 375 406.3 392.6 419.9 406.3 437.5 406.3L468.8 406.3 468.8 656.3 437.5 656.3C419.9 656.3 406.3 669.9 406.3 687.5 406.3 705.1 419.9 718.8 437.5 718.8L562.5 718.8C580.1 718.8 593.8 705.1 593.8 687.5 593.8 669.9 580.1 656.3 562.5 656.3ZM500 281.3C535.2 281.3 562.5 253.9 562.5 218.8 562.5 183.6 535.2 156.3 500 156.3 464.8 156.3 437.5 183.6 437.5 218.8 437.5 253.9 464.8 281.3 500 281.3ZM500-62.5C224.6-62.5 0 162.1 0 437.5 0 712.9 224.6 937.5 500 937.5 775.4 937.5 1000 712.9 1000 437.5 1000 162.1 775.4-62.5 500-62.5ZM500 877C257.8 877 62.5 679.7 62.5 437.5 62.5 195.3 257.8 0 500 0 742.2 0 937.5 195.3 937.5 437.5 937.5 679.7 742.2 877 500 877Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"info\";}}i:139;a:7:{s:3:\"uid\";s:32:\"5189df3fd5872a07143bbce0bf5ed553\";s:3:\"css\";s:5:\"key-3\";s:4:\"code\";i:59531;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:708:\"M640.6-62.5C484.4-62.5 359.4 64.5 359.4 218.8 359.4 289.1 384.8 353.5 425.8 402.3 418 400.4 408.2 404.3 402.3 410.2L87.9 728.5C76.2 740.2 76.2 759.8 87.9 771.5 87.9 771.5 87.9 771.5 87.9 771.5 87.9 771.5 87.9 773.4 87.9 773.4L242.2 929.7C253.9 941.4 273.4 941.4 285.2 929.7 298.8 916 298.8 896.5 285.2 884.8L154.3 750 234.4 668 367.2 804.7C378.9 816.4 398.4 816.4 410.2 804.7 423.8 791 423.8 771.5 410.2 759.8L277.3 625 447.3 455.1C453.1 449.2 455.1 439.5 455.1 431.6 505.9 474.6 570.3 500 640.6 500 794.9 500 921.9 375 921.9 218.8 921.9 64.5 794.9-62.5 640.6-62.5ZM640.6 437.5C519.5 437.5 421.9 339.8 421.9 218.8 421.9 97.7 519.5 0 640.6 0 759.8 0 859.4 97.7 859.4 218.8 859.4 339.8 759.8 437.5 640.6 437.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:3:\"key\";}}i:140;a:7:{s:3:\"uid\";s:32:\"0f9e2049c0bcd63e01285441782fea62\";s:3:\"css\";s:6:\"link-3\";s:4:\"code\";i:59532;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1174:\"M289.1 652.3C294.9 658.2 302.7 662.1 310.5 662.1 318.4 662.1 326.2 658.2 332 652.3L710.9 271.5C724.6 259.8 724.6 240.2 710.9 226.6 699.2 214.8 679.7 214.8 668 226.6L289.1 609.4C277.3 621.1 277.3 640.6 289.1 652.3ZM464.8 585.9C474.6 630.9 464.8 675.8 429.7 710.9L302.7 834C275.4 861.3 240.2 875 203.1 875 166 875 130.9 861.3 103.5 834 48.8 779.3 48.8 689.5 103.5 634.8L226.6 507.8C253.9 482.4 289.1 466.8 326.2 466.8 339.8 466.8 351.6 468.8 363.3 472.7L412.1 423.8C384.8 410.2 355.5 404.3 326.2 404.3 273.4 404.3 222.7 423.8 181.6 464.8L58.6 591.8C-19.5 669.9-19.5 798.8 58.6 878.9 99.6 918 150.4 937.5 203.1 937.5 255.9 937.5 306.6 918 347.7 878.9L472.7 755.9C533.2 695.3 546.9 611.3 513.7 537.1ZM941.4-3.9C900.4-43 849.6-62.5 796.9-62.5 744.1-62.5 693.4-43 652.3-3.9L527.3 119.1C464.8 181.6 451.2 275.4 488.3 351.6L537.1 302.7C523.4 255.9 533.2 201.2 570.3 164.1L697.3 41C724.6 13.7 759.8 0 796.9 0 834 0 869.1 13.7 896.5 41 951.2 95.7 951.2 185.5 896.5 240.2L769.5 365.2C744.1 392.6 709 406.3 671.9 406.3 662.1 406.3 652.3 408.2 644.5 406.3L593.8 455.1C619.1 466.8 644.5 468.8 671.9 468.8 722.7 468.8 775.4 449.2 814.5 410.2L941.4 283.2C1019.5 205.1 1019.5 76.2 941.4-3.9Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"link\";}}i:141;a:7:{s:3:\"uid\";s:32:\"611371a8803ebdb3d64e4a135bfd11a8\";s:3:\"css\";s:6:\"lock-3\";s:4:\"code\";i:59533;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:791:\"M781.3 312.5L750 312.5 750 193.4C750 50.8 646.5-62.5 498-62.5 351.6-62.5 250 52.7 250 193.4L250 312.5 218.8 312.5C150.4 312.5 93.8 369.1 93.8 437.5L93.8 812.5C93.8 880.9 150.4 937.5 218.8 937.5L781.3 937.5C849.6 937.5 906.3 880.9 906.3 812.5L906.3 437.5C906.3 369.1 849.6 312.5 781.3 312.5ZM312.5 193.4C312.5 85.9 384.8 0 498 0 611.3 0 687.5 84 687.5 193.4L687.5 312.5 312.5 312.5ZM843.8 812.5C843.8 847.7 816.4 875 781.3 875L218.8 875C183.6 875 156.3 847.7 156.3 812.5L156.3 437.5C156.3 402.3 183.6 375 218.8 375L781.3 375C816.4 375 843.8 402.3 843.8 437.5ZM500 500C464.8 500 437.5 527.3 437.5 562.5 437.5 585.9 449.2 605.5 468.8 617.2L468.8 718.8C468.8 736.3 482.4 750 500 750 517.6 750 531.3 736.3 531.3 718.8L531.3 617.2C550.8 605.5 562.5 585.9 562.5 562.5 562.5 527.3 535.2 500 500 500Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"lock\";}}i:142;a:7:{s:3:\"uid\";s:32:\"f355ee1f67a45aa8cb449f5370b9c7a3\";s:3:\"css\";s:6:\"unlock\";s:4:\"code\";i:59534;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:871:\"M781.3 314.5L335.9 314.5 318.4 240.2C291 138.7 339.8 35.2 449.2 5.9 556.6-23.4 652.3 39.1 681.6 144.5L693.4 197.3C699.2 212.9 716.8 222.7 732.4 218.8 750 214.8 759.8 197.3 753.9 179.7L742.2 127C705.1-9.8 574.2-91.8 433.6-54.7 289.1-15.6 222.7 121.1 257.8 257.8L271.5 314.5 218.8 314.5C150.4 314.5 93.8 369.1 93.8 439.5L93.8 814.5C93.8 882.8 150.4 939.5 218.8 939.5L781.3 939.5C849.6 939.5 906.3 882.8 906.3 814.5L906.3 439.5C906.3 369.1 849.6 314.5 781.3 314.5ZM843.8 814.5C843.8 847.7 816.4 877 781.3 877L218.8 877C183.6 877 156.3 847.7 156.3 814.5L156.3 439.5C156.3 404.3 183.6 377 218.8 377L781.3 377C816.4 377 843.8 404.3 843.8 439.5ZM500 502C464.8 502 437.5 529.3 437.5 564.5 437.5 585.9 449.2 607.4 468.8 617.2L468.8 720.7C468.8 736.3 482.4 752 500 752 517.6 752 531.3 736.3 531.3 720.7L531.3 617.2C550.8 607.4 562.5 585.9 562.5 564.5 562.5 529.3 535.2 502 500 502Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"unlock\";}}i:143;a:7:{s:3:\"uid\";s:32:\"a34c17e6261e3b8168321e40f2f66975\";s:3:\"css\";s:8:\"search-3\";s:4:\"code\";i:59535;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:416:\"M990.2 884.8L687.5 578.1C744.1 509.8 777.3 423.8 777.3 328.1 777.3 113.3 603.5-62.5 386.7-62.5 171.9-62.5-3.9 113.3-3.9 328.1-3.9 543 171.9 718.8 386.7 718.8 484.4 718.8 574.2 681.6 642.6 623L947.3 927.7C959 939.5 978.5 939.5 990.2 927.7 1003.9 916 1003.9 896.5 990.2 884.8ZM386.7 656.3C205.1 656.3 58.6 509.8 58.6 328.1 58.6 146.5 205.1 0 386.7 0 568.4 0 716.8 146.5 716.8 328.1 716.8 509.8 568.4 656.3 386.7 656.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"search\";}}i:144;a:7:{s:3:\"uid\";s:32:\"9a2c9249e0d620e8ff96e1ddaed89315\";s:3:\"css\";s:9:\"zoom-in-2\";s:4:\"code\";i:59536;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:795:\"M990.2 884.8L714.8 605.5C773.4 535.2 808.6 443.4 808.6 343.8 808.6 119.1 628.9-62.5 404.3-62.5 179.7-62.5-3.9 119.1-3.9 343.8-3.9 568.4 179.7 752 404.3 752 505.9 752 599.6 712.9 669.9 650.4L947.3 927.7C959 939.5 978.5 939.5 990.2 927.7 1003.9 916 1003.9 896.5 990.2 884.8ZM402.3 687.5C214.8 687.5 58.6 533.2 58.6 343.8 58.6 154.3 214.8 0 402.3 0 591.8 0 746.1 154.3 746.1 343.8 746.1 533.2 591.8 687.5 402.3 687.5ZM558.6 312.5L433.6 312.5 433.6 187.5C433.6 169.9 419.9 156.3 402.3 156.3 384.8 156.3 371.1 169.9 371.1 187.5L371.1 312.5 246.1 312.5C228.5 312.5 214.8 326.2 214.8 343.8 214.8 361.3 228.5 375 246.1 375L371.1 375 371.1 500C371.1 517.6 384.8 531.3 402.3 531.3 419.9 531.3 433.6 517.6 433.6 500L433.6 375 558.6 375C576.2 375 589.8 361.3 589.8 343.8 589.8 326.2 576.2 312.5 558.6 312.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:10:\"zoom scale\";}}i:145;a:7:{s:3:\"uid\";s:32:\"09857c67a8109dadec2e0e1d3a1b848c\";s:3:\"css\";s:10:\"zoom-out-2\";s:4:\"code\";i:59537;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:587:\"M990.2 884.8L714.8 605.5C773.4 535.2 808.6 443.4 808.6 343.8 808.6 119.1 628.9-62.5 404.3-62.5 179.7-62.5-3.9 119.1-3.9 343.8-3.9 568.4 179.7 752 404.3 752 505.9 752 599.6 712.9 669.9 650.4L947.3 927.7C959 939.5 978.5 939.5 990.2 927.7 1003.9 916 1003.9 896.5 990.2 884.8ZM402.3 687.5C214.8 687.5 58.6 533.2 58.6 343.8 58.6 154.3 214.8 0 402.3 0 591.8 0 746.1 154.3 746.1 343.8 746.1 533.2 591.8 687.5 402.3 687.5ZM558.6 312.5L246.1 312.5C228.5 312.5 214.8 326.2 214.8 343.8 214.8 361.3 228.5 375 246.1 375L558.6 375C576.2 375 589.8 361.3 589.8 343.8 589.8 326.2 576.2 312.5 558.6 312.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:10:\"zoom scale\";}}i:146;a:7:{s:3:\"uid\";s:32:\"10616b8fb049459d70e79282ab324feb\";s:3:\"css\";s:8:\"attach-7\";s:4:\"code\";i:59538;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:896:\"M168 921.9C127 921.9 85.9 904.3 52.7 871.1-19.5 798.8-19.5 681.6 52.7 609.4L613.3 13.7C701.2-74.2 835.9-64.5 933.6 33.2 976.6 76.2 1002 140.6 1000 207 1000 271.5 974.6 335.9 929.7 378.9L505.9 830.1C494.1 843.8 474.6 843.8 462.9 832 449.2 820.3 449.2 800.8 460.9 787.1L884.8 335.9C918 302.7 937.5 255.9 937.5 205.1 939.5 156.3 921.9 109.4 888.7 76.2 828.1 17.6 730.5-15.6 658.2 58.6L97.7 654.3C48.8 701.2 48.8 779.3 97.7 828.1 119.1 849.6 146.5 861.3 173.8 859.4 203.1 857.4 230.5 841.8 255.9 818.4L701.2 343.8C716.8 328.1 750 287.1 716.8 253.9 697.3 236.3 685.5 236.3 681.6 236.3 668 238.3 654.3 246.1 638.7 261.7L302.7 619.1C291 630.9 271.5 632.8 259.8 621.1 246.1 609.4 246.1 587.9 257.8 576.2L593.8 218.8C621.1 191.4 648.4 177.7 675.8 173.8 697.3 173.8 728.5 177.7 761.7 210.9 808.6 257.8 802.7 330.1 746.1 386.7L300.8 861.3C263.7 898.4 220.7 918 177.7 921.9 175.8 921.9 171.9 921.9 168 921.9Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"attach\";}}i:147;a:7:{s:3:\"uid\";s:32:\"b37b2f9f00173ec7550cdadbf02dc414\";s:3:\"css\";s:13:\"paper-plane-4\";s:4:\"code\";i:59539;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:400:\"M980.5-62.5C974.6-62.5 966.8-60.5 959-56.6L27.3 337.9C-7.8 353.5-9.8 380.9 21.5 398.4L285.2 562.5C316.4 582 357.4 625 377 654.3L535.2 914.1C543 927.7 554.7 935.5 564.5 935.5 576.2 935.5 587.9 927.7 595.7 910.2L994.1-21.5C1003.9-46.9 998-62.5 980.5-62.5ZM318.4 507.8L103.5 375 820.3 70.3 359.4 539.1C345.7 527.3 332 515.6 318.4 507.8ZM558.6 832L431.6 623C423.8 611.3 414.1 597.7 404.3 584L867.2 113.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"paper plane\";}}i:148;a:7:{s:3:\"uid\";s:32:\"ca582a763204a4b2c677e01537c3bedb\";s:3:\"css\";s:3:\"add\";s:4:\"code\";i:59540;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:641:\"M500-62.5C224.6-62.5 0 162.1 0 437.5 0 712.9 224.6 937.5 500 937.5 775.4 937.5 1000 712.9 1000 437.5 1000 162.1 775.4-62.5 500-62.5ZM500 877C257.8 877 62.5 679.7 62.5 437.5 62.5 195.3 257.8 0 500 0 742.2 0 937.5 195.3 937.5 437.5 937.5 679.7 742.2 877 500 877ZM718.8 406.3L531.3 406.3 531.3 218.8C531.3 201.2 517.6 187.5 500 187.5 482.4 187.5 468.8 201.2 468.8 218.8L468.8 406.3 281.3 406.3C263.7 406.3 250 419.9 250 437.5 250 455.1 263.7 468.8 281.3 468.8L468.8 468.8 468.8 656.3C468.8 673.8 482.4 687.5 500 687.5 517.6 687.5 531.3 673.8 531.3 656.3L531.3 468.8 718.8 468.8C736.3 468.8 750 455.1 750 437.5 750 419.9 736.3 406.3 718.8 406.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:3:\"add\";}}i:149;a:7:{s:3:\"uid\";s:32:\"795d39c0d63d2ba0bdd9fe69f6713c15\";s:3:\"css\";s:10:\"location-3\";s:4:\"code\";i:59541;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:712:\"M503.9-62.5C298.8-62.5 125 111.3 125 318.4 125 535.2 326.2 755.9 460.9 912.1 462.9 912.1 484.4 937.5 511.7 937.5L513.7 937.5C541 937.5 562.5 912.1 562.5 912.1 689.5 765.6 875 525.4 875 318.4 875 111.3 740.2-62.5 503.9-62.5ZM515.6 871.1C515.6 871.1 513.7 873 511.7 873 509.8 873 509.8 871.1 507.8 871.1L492.2 851.6C363.3 705.1 187.5 502 187.5 318.4 187.5 146.5 332 0 503.9 0 716.8 0 812.5 160.2 812.5 318.4 812.5 459 712.9 644.5 515.6 871.1ZM502 127C398.4 127 314.5 210.9 314.5 314.5 314.5 418 398.4 502 502 502 605.5 502 689.5 418 689.5 314.5 689.5 210.9 605.5 127 502 127ZM502 439.5C431.6 439.5 375 380.9 375 312.5 375 244.1 431.6 187.5 500 187.5 568.4 187.5 625 244.1 625 312.5 625 380.9 570.3 439.5 502 439.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:12:\"location map\";}}i:150;a:7:{s:3:\"uid\";s:32:\"ba3ebeb00624a1271dbc17821269034e\";s:3:\"css\";s:7:\"power-1\";s:4:\"code\";i:59542;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:700:\"M685.5 97.7C669.9 89.8 650.4 97.7 644.5 113.3 636.7 128.9 642.6 146.5 658.2 154.3 816.4 228.5 902.3 400.4 867.2 572.3 826.2 775.4 627 908.2 421.9 865.2 324.2 845.7 242.2 789.1 187.5 705.1 130.9 619.1 111.3 519.5 132.8 419.9 156.3 302.7 232.4 207 339.8 154.3 355.5 146.5 363.3 128.9 355.5 113.3 347.7 97.7 330.1 91.8 314.5 97.7 187.5 158.2 99.6 271.5 70.3 408.2 46.9 523.4 70.3 640.6 134.8 738.3 199.2 835.9 294.9 904.3 410.2 927.7 439.5 933.6 468.8 935.5 498 935.5 703.1 935.5 886.7 793 929.7 584 970.7 384.8 869.1 183.6 685.5 97.7ZM500 343.8C517.6 343.8 531.3 330.1 531.3 312.5L531.3-31.3C531.3-48.8 517.6-62.5 500-62.5 482.4-62.5 468.8-48.8 468.8-31.3L468.8 312.5C468.8 330.1 482.4 343.8 500 343.8Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"power\";}}i:151;a:7:{s:3:\"uid\";s:32:\"9a98e03f4be94590ab1960abbf85793d\";s:3:\"css\";s:11:\"refresh-alt\";s:4:\"code\";i:59543;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1437:\"M486.3 814.5C486.3 814.5 486.3 814.5 486.3 814.5L396.5 673.8C388.7 664.1 375 660.2 365.2 666L357.4 669.9C345.7 675.8 345.7 691.4 351.6 703.1L410.2 791C404.3 791 400.4 789.1 394.5 789.1 294.9 761.7 209 693.4 162.1 601.6 115.2 513.7 107.4 414.1 136.7 320.3 168 226.6 234.4 150.4 322.3 105.5 337.9 97.7 343.8 78.1 335.9 64.5 328.1 48.8 308.6 43 294.9 50.8 193.4 103.5 115.2 193.4 80.1 302.7 44.9 412.1 54.7 527.3 107.4 628.9 164.1 736.3 261.7 816.4 380.9 847.7 380.9 847.7 382.8 847.7 384.8 847.7L304.7 888.7C293 894.5 291 908.2 296.9 918L298.8 925.8C306.6 935.5 316.4 939.5 328.1 933.6L472.7 859.4C472.7 859.4 474.6 859.4 474.6 859.4L484.4 853.5C488.3 851.6 492.2 845.7 494.1 841.8 496.1 835.9 494.1 830.1 492.2 824.2ZM892.6 250C835.9 142.6 740.2 64.5 623 33.2 615.2 31.3 605.5 29.3 597.7 27.3L675.8-11.7C685.5-17.6 693.4-31.3 685.5-41L683.6-50.8C677.7-60.5 664.1-64.5 652.3-58.6L507.8 15.6C507.8 15.6 505.9 15.6 505.9 15.6L496.1 21.5C492.2 25.4 488.3 29.3 486.3 35.2 484.4 41 486.3 46.9 488.3 50.8L494.1 60.5C494.1 60.5 494.1 60.5 494.1 62.5L584 201.2C591.8 212.9 605.5 216.8 615.2 210.9L623 205.1C632.8 199.2 634.8 183.6 627 173.8L570.3 84C582 85.9 595.7 87.9 607.4 91.8 709 117.2 791 185.5 837.9 279.3 884.8 365.2 892.6 466.8 863.3 560.5 832 654.3 767.6 730.5 681.6 775.4 666 783.2 660.2 800.8 668 816.4 673.8 826.2 683.6 832 695.3 832 699.2 832 705.1 832 709 830.1 810.5 777.3 884.8 687.5 919.9 578.1 955.1 468.8 945.3 353.5 892.6 250Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:7:\"refresh\";}}i:152;a:7:{s:3:\"uid\";s:32:\"284a8bb466e9a3fa6b7f42fac0a40a25\";s:3:\"css\";s:7:\"refresh\";s:4:\"code\";i:59544;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:746:\"M500-62.5C250-62.5 46.9 140.6 46.9 390.6 46.9 625 226.6 822.3 459 841.8L371.1 886.7C359.4 892.6 351.6 906.3 359.4 918L361.3 925.8C369.1 937.5 382.8 941.4 394.5 935.5L543 857.4C544.9 857.4 544.9 857.4 544.9 857.4L554.7 851.6C560.5 849.6 564.5 843.8 564.5 837.9 566.4 834 566.4 826.2 562.5 822.3L556.6 812.5C556.6 812.5 556.6 810.5 556.6 810.5L464.8 666C457 656.3 443.4 652.3 431.6 658.2L423.8 664.1C414.1 669.9 412.1 685.5 419.9 695.3L474.6 781.3C474.6 781.3 472.7 779.3 472.7 779.3 269.5 767.6 109.4 595.7 109.4 390.6 109.4 175.8 283.2 0 500 0 714.8 0 890.6 175.8 890.6 390.6 890.6 513.7 834 628.9 734.4 703.1 720.7 712.9 718.8 732.4 728.5 746.1 738.3 759.8 757.8 763.7 771.5 753.9 886.7 666 953.1 535.2 953.1 390.6 953.1 140.6 750-62.5 500-62.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:19:\"refresh loop repeat\";}}i:153;a:7:{s:3:\"uid\";s:32:\"955d2b2704e505197b3f2ebc2ad5c1fb\";s:3:\"css\";s:12:\"settings-alt\";s:4:\"code\";i:59545;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:2658:\"M937.5 343.8L857.4 324.2C851.6 304.7 843.8 285.2 834 267.6L877 195.3C892.6 169.9 902.3 130.9 877 107.4L834 62.5C808.6 39.1 767.6 43 742.2 60.5L671.9 105.5C654.3 95.7 634.8 87.9 615.2 80.1L597.7 0C591.8-29.3 566.4-62.5 531.3-62.5L468.8-62.5C433.6-62.5 412.1-29.3 406.3 0L386.7 80.1C365.2 87.9 343.8 95.7 326.2 105.5L253.9 60.5C228.5 43 187.5 39.1 162.1 62.5L119.1 107.4C93.8 130.9 101.6 169.9 119.1 195.3L164.1 271.5C156.3 289.1 148.4 306.6 142.6 324.2L62.5 343.8C33.2 347.7 0 375 0 408.2L0 470.7C0 505.9 33.2 527.3 62.5 533.2L144.5 554.7C148.4 570.3 156.3 587.9 164.1 603.5L119.1 679.7C101.6 705.1 93.8 744.1 119.1 767.6L162.1 812.5C187.5 837.9 228.5 832 253.9 814.5L326.2 769.5C345.7 779.3 365.2 789.1 386.7 794.9L406.3 875C414.1 904.3 435.5 937.5 468.8 937.5L531.3 937.5C566.4 937.5 591.8 904.3 597.7 875L615.2 794.9C634.8 787.1 654.3 779.3 671.9 769.5L742.2 814.5C767.6 832 808.6 837.9 834 812.5L877 767.6C902.3 744.1 892.6 705.1 877 679.7L834 607.4C841.8 589.8 849.6 572.3 855.5 554.7L937.5 533.2C966.8 527.3 1000 505.9 1000 470.7L1000 408.2C1000 375 968.8 347.7 937.5 343.8ZM937.5 466.8C935.5 468.8 929.7 470.7 923.8 472.7L808.6 502 796.9 535.2C793 548.8 785.2 564.5 777.3 580.1L761.7 609.4 824.2 712.9C828.1 718.8 830.1 724.6 830.1 726.6L789.1 767.6C785.2 767.6 781.3 765.6 777.3 763.7L675.8 699.2 642.6 714.8C628.9 722.7 611.3 730.5 595.7 734.4L562.5 746.1 537.1 861.3C535.2 869.1 531.3 873 529.3 875L472.7 875C472.7 873 468.8 867.2 466.8 861.3L439.5 746.1 406.3 736.3C388.7 730.5 371.1 722.7 355.5 714.8L322.3 697.3 218.8 761.7C214.8 765.6 210.9 767.6 207 767.6L166 726.6C166 724.6 168 718.8 171.9 712.9L236.3 607.4 220.7 576.2C212.9 562.5 207 548.8 203.1 535.2L193.4 502 78.1 472.7C70.3 470.7 64.5 468.8 62.5 466.8L62.5 408.2C62.5 408.2 62.5 408.2 62.5 408.2 64.5 408.2 68.4 404.3 72.3 404.3L191.4 378.9 201.2 343.8C207 330.1 212.9 314.5 220.7 298.8L236.3 267.6 171.9 162.1C168 156.3 166 150.4 166 148.4L207 107.4C210.9 107.4 214.8 109.4 216.8 111.3L322.3 177.7 355.5 160.2C371.1 152.3 388.7 144.5 404.3 140.6L437.5 128.9 466.8 15.6C468.8 7.8 470.7 2 472.7 0L531.3 0C531.3 0 535.2 5.9 535.2 9.8L562.5 128.9 595.7 140.6C611.3 144.5 628.9 152.3 642.6 160.2L675.8 175.8 775.4 113.3C781.3 109.4 785.2 107.4 789.1 107.4L830.1 148.4C830.1 150.4 828.1 156.3 824.2 162.1L761.7 265.6 777.3 296.9C787.1 312.5 793 328.1 798.8 343.8L808.6 378.9 923.8 404.3C931.6 404.3 937.5 410.2 937.5 412.1ZM500 250C396.5 250 312.5 334 312.5 437.5 312.5 541 396.5 625 500 625 603.5 625 689.5 541 689.5 437.5 689.5 334 603.5 250 500 250ZM500 562.5C431.6 562.5 375 505.9 375 437.5 375 369.1 431.6 312.5 500 312.5 568.4 312.5 625 369.1 625 437.5 625 505.9 568.4 562.5 500 562.5Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:16:\"settings options\";}}i:154;a:7:{s:3:\"uid\";s:32:\"321685f192f465684e78b82b54d82a28\";s:3:\"css\";s:6:\"star-3\";s:4:\"code\";i:59546;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:745:\"M500 13.7L613.3 250 634.8 291 679.7 298.8 939.5 337.9 750 525.4 718.8 556.6 726.6 601.6 769.5 865.2 541 742.2 500 720.7 459 742.2 230.5 865.2 273.4 601.6 281.3 556.6 250 525.4 60.5 337.9 320.3 298.8 365.2 291 386.7 250 500 13.7M500-46.9C472.7-46.9 447.3-31.3 435.5-5.9L322.3 228.5 60.5 267.6C35.2 271.5 11.7 289.1 3.9 314.5-5.9 339.8 2 367.2 19.5 384.8L210.9 576.2 166 839.8C162.1 867.2 173.8 894.5 197.3 910.2 209 918 222.7 921.9 238.3 921.9 250 921.9 261.7 919.9 273.4 914.1L500 791 726.6 914.1C738.3 919.9 750 921.9 761.7 921.9 777.3 921.9 791 918 802.7 910.2 826.2 894.5 837.9 867.2 834 839.8L789.1 576.2 980.5 384.8C998 367.2 1005.9 339.8 996.1 314.5 988.3 289.1 964.8 271.5 939.5 267.6L677.7 228.5 564.5-5.9C552.7-31.3 527.3-46.9 500-46.9Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"star\";}}i:155;a:7:{s:3:\"uid\";s:32:\"2fed9d2bbb80c579a862ae8b70bfd50e\";s:3:\"css\";s:8:\"female-3\";s:4:\"code\";i:59547;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:586:\"M609.4-62.5C392.6-62.5 218.8 111.3 218.8 328.1 218.8 423.8 253.9 511.7 310.5 580.1L187.5 705.1 54.7 572.3C43 560.5 23.4 560.5 9.8 572.3-2 584-2 603.5 9.8 615.2L142.6 750 9.8 882.8C-2 896.5-2 916 9.8 927.7 21.5 939.5 41 939.5 52.7 927.7L187.5 794.9 320.3 927.7C332 941.4 351.6 941.4 363.3 927.7 377 916 377 896.5 363.3 884.8L230.5 750 355.5 625C423.8 683.6 511.7 718.8 609.4 718.8 824.2 718.8 1000 543 1000 328.1 1000 111.3 824.2-62.5 609.4-62.5ZM609.4 656.3C427.7 656.3 281.3 509.8 281.3 328.1 281.3 146.5 427.7 0 609.4 0 791 0 937.5 146.5 937.5 328.1 937.5 509.8 791 656.3 609.4 656.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"female\";}}i:156;a:7:{s:3:\"uid\";s:32:\"120ec1a558c96dd1b33dcc27985f3eee\";s:3:\"css\";s:6:\"male-3\";s:4:\"code\";i:59548;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:654:\"M1000-41C1000-46.9 998-52.7 994.1-56.6 990.2-60.5 984.4-62.5 978.5-62.5L966.8-62.5C966.8-62.5 966.8-62.5 964.8-62.5L679.7-62.5C666-62.5 656.3-52.7 656.3-41L656.3-23.4C658.2-9.8 669.9 0 681.6 0L892.6 0 642.6 248C574.2 191.4 486.3 156.3 390.6 156.3 175.8 156.3 0 332 0 546.9 0 763.7 175.8 937.5 390.6 937.5 607.4 937.5 781.3 763.7 781.3 546.9 781.3 449.2 746.1 361.3 687.5 293L937.5 43 935.5 257.8C935.5 269.5 945.3 281.3 959 279.3L974.6 279.3C988.3 279.3 998 271.5 998 259.8L998-29.3C998-29.3 998-29.3 998-29.3ZM720.7 546.9C720.7 728.5 572.3 877 390.6 877 209 877 62.5 728.5 62.5 546.9 62.5 367.2 209 218.8 390.6 218.8 572.3 218.8 720.7 367.2 720.7 546.9Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"male\";}}i:157;a:7:{s:3:\"uid\";s:32:\"0b433b17d8d7639e5723e31c0e90f375\";s:3:\"css\";s:8:\"target-3\";s:4:\"code\";i:59549;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:767:\"M968.8 406.3L873 406.3C859.4 224.6 712.9 78.1 531.3 64.5L531.3-31.3C531.3-48.8 517.6-62.5 500-62.5 482.4-62.5 468.8-48.8 468.8-31.3L468.8 64.5C287.1 78.1 140.6 224.6 127 406.3L31.3 406.3C13.7 406.3 0 419.9 0 437.5 0 455.1 13.7 468.8 31.3 468.8L127 468.8C140.6 650.4 287.1 796.9 468.8 810.5L468.8 906.3C468.8 923.8 482.4 937.5 500 937.5 517.6 937.5 531.3 923.8 531.3 906.3L531.3 810.5C712.9 796.9 859.4 650.4 873 468.8L968.8 468.8C986.3 468.8 1000 455.1 1000 437.5 1000 419.9 986.3 406.3 968.8 406.3ZM468.8 127L468.8 406.3 189.5 406.3C203.1 257.8 320.3 140.6 468.8 127ZM189.5 468.8L468.8 468.8 468.8 748C320.3 734.4 203.1 617.2 189.5 468.8ZM531.3 748L531.3 468.8 810.5 468.8C796.9 617.2 679.7 734.4 531.3 748ZM531.3 406.3L531.3 127C679.7 140.6 796.9 257.8 810.5 406.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:6:\"target\";}}i:158;a:7:{s:3:\"uid\";s:32:\"4e4bb54f40f5a203da35d8b65ac92d41\";s:3:\"css\";s:13:\"volume-down-1\";s:4:\"code\";i:59550;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:826:\"M638.7 2C628.9-3.9 617.2-3.9 607.4 3.9L293 250 189.5 250C136.7 250 93.8 287.1 93.8 334L93.8 541C93.8 585.9 138.7 625 191.4 625L294.9 625 607.4 871.1C613.3 875 619.1 877 625 877 628.9 877 634.8 875 638.7 873 650.4 867.2 656.3 857.4 656.3 845.7L656.3 29.3C656.3 17.6 650.4 7.8 638.7 2ZM593.8 787.1L322.3 568.4C316.4 564.5 310.5 562.5 304.7 562.5L191.4 562.5C171.9 562.5 156.3 550.8 156.3 541L156.3 334C156.3 324.2 169.9 312.5 189.5 312.5L302.7 312.5C308.6 312.5 316.4 310.5 320.3 306.6L593.8 87.9ZM771.5 277.3C753.9 273.4 738.3 285.2 734.4 302.7 732.4 320.3 744.1 335.9 761.7 337.9 810.5 347.7 843.8 390.6 843.8 443.4 843.8 494.1 808.6 537.1 759.8 546.9 742.2 550.8 732.4 566.4 736.3 584 738.3 599.6 752 609.4 765.6 609.4 767.6 609.4 769.5 609.4 771.5 607.4 849.6 593.8 906.3 523.4 906.3 443.4 906.3 359.4 849.6 291 771.5 277.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"volume down\";}}i:159;a:7:{s:3:\"uid\";s:32:\"377cb7fe4b0cb160f04c943b5a87972d\";s:3:\"css\";s:11:\"volume-up-1\";s:4:\"code\";i:59551;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1145:\"M560.5 2C550.8-3.9 539.1-3.9 529.3 3.9L214.8 250 111.3 250C58.6 250 13.7 287.1 13.7 334L15.6 541C15.6 585.9 60.5 625 113.3 625L216.8 625 529.3 871.1C533.2 875 541 877 546.9 877 550.8 877 556.6 875 560.5 873 570.3 867.2 578.1 857.4 578.1 845.7L578.1 29.3C578.1 17.6 570.3 7.8 560.5 2ZM515.6 787.1L244.1 568.4C238.3 564.5 232.4 562.5 226.6 562.5L113.3 562.5C93.8 562.5 78.1 550.8 78.1 541L78.1 334C78.1 324.2 91.8 312.5 111.3 312.5L224.6 312.5C230.5 312.5 236.3 310.5 242.2 306.6L515.6 87.9ZM828.1 443.4C828.1 359.4 771.5 291 693.4 277.3 675.8 273.4 660.2 285.2 656.3 302.7 654.3 320.3 666 335.9 681.6 337.9 732.4 347.7 765.6 390.6 765.6 443.4 765.6 494.1 730.5 537.1 681.6 546.9 664.1 550.8 654.3 566.4 656.3 584 660.2 599.6 673.8 609.4 687.5 609.4 689.5 609.4 691.4 609.4 693.4 607.4 771.5 593.8 828.1 523.4 828.1 443.4ZM787.1 156.3C771.5 150.4 752 158.2 746.1 173.8 740.2 191.4 750 209 765.6 214.8 859.4 250 923.8 341.8 923.8 443.4 923.8 544.9 859.4 636.7 765.6 671.9 750 677.7 740.2 695.3 746.1 710.9 752 724.6 763.7 732.4 775.4 732.4 779.3 732.4 783.2 730.5 787.1 730.5 906.3 685.5 986.3 570.3 986.3 443.4 986.3 316.4 906.3 201.2 787.1 156.3Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:9:\"volume up\";}}i:160;a:7:{s:3:\"uid\";s:32:\"d61b5e92752cf00ff06327fc891d36d3\";s:3:\"css\";s:6:\"mute-2\";s:4:\"code\";i:59552;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:848:\"M562.5 2C552.7-3.9 539.1-3.9 529.3 3.9L216.8 250 111.3 250C58.6 250 15.6 287.1 15.6 334L17.6 541C17.6 585.9 60.5 625 113.3 625L218.8 625 529.3 871.1C535.2 875 541 877 546.9 877 552.7 877 556.6 875 562.5 873 572.3 867.2 578.1 857.4 578.1 845.7L578.1 29.3C578.1 17.6 572.3 7.8 562.5 2ZM515.6 787.1L244.1 568.4C240.2 564.5 234.4 562.5 228.5 562.5L113.3 562.5C93.8 562.5 80.1 550.8 80.1 541L78.1 334C78.1 324.2 91.8 312.5 111.3 312.5L226.6 312.5C232.4 312.5 238.3 310.5 244.1 306.6L515.6 87.9ZM873 437.5L974.6 334C988.3 322.3 988.3 302.7 974.6 291 962.9 277.3 943.4 277.3 931.6 291L830.1 392.6 726.6 291C714.8 277.3 695.3 277.3 683.6 291 669.9 302.7 669.9 322.3 683.6 334L785.2 437.5 683.6 541C671.9 552.7 671.9 572.3 683.6 584 695.3 597.7 716.8 597.7 728.5 584L830.1 482.4 929.7 584C941.4 597.7 962.9 597.7 974.6 584 986.3 572.3 986.3 552.7 974.6 541Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"mute\";}}i:161;a:7:{s:3:\"uid\";s:32:\"9e30a93deb07202d108af00f0f83dd91\";s:3:\"css\";s:10:\"user-group\";s:4:\"code\";i:59553;s:3:\"src\";s:15:\"simplelineicons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1415:\"M728.5 753.9L531.3 644.5C605.5 585.9 625 472.7 625 410.2L625 277.3C625 191.4 507.8 93.8 392.6 93.8 275.4 93.8 156.3 191.4 156.3 277.3L156.3 410.2C156.3 468.8 181.6 584 253.9 644.5L52.7 753.9C52.7 753.9 0 777.3 0 806.6L0 884.8C0 914.1 23.4 937.5 52.7 937.5L728.5 937.5C757.8 937.5 781.3 914.1 781.3 884.8L781.3 806.6C781.3 775.4 728.5 753.9 728.5 753.9ZM718.8 875L62.5 875 62.5 820.3C66.4 816.4 74.2 812.5 78.1 810.5 80.1 810.5 82 808.6 82 808.6L285.2 699.2C302.7 689.5 314.5 669.9 316.4 648.4 318.4 628.9 310.5 607.4 293 595.7 242.2 552.7 218.8 459 218.8 410.2L218.8 277.3C218.8 232.4 302.7 156.3 392.6 156.3 482.4 156.3 562.5 232.4 562.5 277.3L562.5 410.2C562.5 459 546.9 552.7 492.2 595.7 476.6 607.4 466.8 628.9 468.8 650.4 470.7 669.9 484.4 689.5 502 699.2L699.2 808.6C701.2 808.6 703.1 810.5 705.1 810.5 709 812.5 714.8 816.4 718.8 818.4ZM947.3 597.7L748 488.3C820.3 431.6 843.8 318.4 843.8 253.9L843.8 123C843.8 35.2 724.6-62.5 607.4-62.5 531.3-62.5 455.1-21.5 410.2 31.3 435.5 33.2 462.9 33.2 488.3 41 521.5 15.6 562.5 0 607.4 0 697.3 0 781.3 76.2 781.3 123L781.3 253.9C781.3 302.7 763.7 396.5 709 439.5 693.4 453.1 683.6 472.7 685.5 494.1 687.5 515.6 699.2 533.2 716.8 543L918 652.3C919.9 654.3 921.9 654.3 923.8 654.3 927.7 656.3 933.6 660.2 937.5 664.1L937.5 718.8 810.5 718.8C830.1 732.4 835.9 753.9 843.8 781.3L947.3 781.3C976.6 781.3 1000 757.8 1000 728.5L1000 650.4C1000 619.1 947.3 597.7 947.3 597.7Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:10:\"user group\";}}i:162;a:4:{s:3:\"uid\";s:32:\"cfaa8fbbdcc7bb8d636cb974aad1f9b9\";s:3:\"css\";s:5:\"glass\";s:4:\"code\";i:59554;s:3:\"src\";s:11:\"fontawesome\";}i:163;a:4:{s:3:\"uid\";s:32:\"9ea0a737ccc45d6c510dcbae56058849\";s:3:\"css\";s:5:\"music\";s:4:\"code\";i:59555;s:3:\"src\";s:11:\"fontawesome\";}i:164;a:4:{s:3:\"uid\";s:32:\"9dd9e835aebe1060ba7190ad2b2ed951\";s:3:\"css\";s:6:\"search\";s:4:\"code\";i:59556;s:3:\"src\";s:11:\"fontawesome\";}i:165;a:4:{s:3:\"uid\";s:32:\"bf882b30900da12fca090d9796bc3030\";s:3:\"css\";s:4:\"mail\";s:4:\"code\";i:59557;s:3:\"src\";s:11:\"fontawesome\";}i:166;a:4:{s:3:\"uid\";s:32:\"ccc2329632396dc096bb638d4b46fb98\";s:3:\"css\";s:8:\"mail-alt\";s:4:\"code\";i:59558;s:3:\"src\";s:11:\"fontawesome\";}i:167;a:4:{s:3:\"uid\";s:32:\"17c21cd98db80e521e573eba247bd69b\";s:3:\"css\";s:12:\"mail-squared\";s:4:\"code\";i:59559;s:3:\"src\";s:11:\"fontawesome\";}i:168;a:4:{s:3:\"uid\";s:32:\"d73eceadda1f594cec0536087539afbf\";s:3:\"css\";s:5:\"heart\";s:4:\"code\";i:59560;s:3:\"src\";s:11:\"fontawesome\";}i:169;a:4:{s:3:\"uid\";s:32:\"f3dc2d6d8fe9cf9ebff84dc260888cdf\";s:3:\"css\";s:11:\"heart-empty\";s:4:\"code\";i:59561;s:3:\"src\";s:11:\"fontawesome\";}i:170;a:4:{s:3:\"uid\";s:32:\"474656633f79ea2f1dad59ff63f6bf07\";s:3:\"css\";s:4:\"star\";s:4:\"code\";i:59562;s:3:\"src\";s:11:\"fontawesome\";}i:171;a:4:{s:3:\"uid\";s:32:\"d17030afaecc1e1c22349b99f3c4992a\";s:3:\"css\";s:10:\"star-empty\";s:4:\"code\";i:59563;s:3:\"src\";s:11:\"fontawesome\";}i:172;a:4:{s:3:\"uid\";s:32:\"8f8278fbe5a2a0ea836be3c408b005d2\";s:3:\"css\";s:9:\"star-half\";s:4:\"code\";i:59564;s:3:\"src\";s:11:\"fontawesome\";}i:173;a:4:{s:3:\"uid\";s:32:\"84cf1fcc3fec556e7eaeb19679ca2dc9\";s:3:\"css\";s:13:\"star-half-alt\";s:4:\"code\";i:59565;s:3:\"src\";s:11:\"fontawesome\";}i:174;a:4:{s:3:\"uid\";s:32:\"8b80d36d4ef43889db10bc1f0dc9a862\";s:3:\"css\";s:4:\"user\";s:4:\"code\";i:59566;s:3:\"src\";s:11:\"fontawesome\";}i:175;a:4:{s:3:\"uid\";s:32:\"1bafeeb1808a5fe24484c7890096901a\";s:3:\"css\";s:9:\"user-plus\";s:4:\"code\";i:59567;s:3:\"src\";s:11:\"fontawesome\";}i:176;a:4:{s:3:\"uid\";s:32:\"fb1c59faa93eb6e2248c2456625b08a2\";s:3:\"css\";s:10:\"user-times\";s:4:\"code\";i:59568;s:3:\"src\";s:11:\"fontawesome\";}i:177;a:4:{s:3:\"uid\";s:32:\"31972e4e9d080eaa796290349ae6c1fd\";s:3:\"css\";s:5:\"users\";s:4:\"code\";i:59569;s:3:\"src\";s:11:\"fontawesome\";}i:178;a:4:{s:3:\"uid\";s:32:\"ca2d64f8a3ea7cbf6af45898b2dcf35e\";s:3:\"css\";s:4:\"male\";s:4:\"code\";i:59570;s:3:\"src\";s:11:\"fontawesome\";}i:179;a:4:{s:3:\"uid\";s:32:\"9bf7e14698cccdca37a6f1a02cf7d79e\";s:3:\"css\";s:6:\"female\";s:4:\"code\";i:59571;s:3:\"src\";s:11:\"fontawesome\";}i:180;a:4:{s:3:\"uid\";s:32:\"c2314ed1d2314b89f9285c53bcbf2548\";s:3:\"css\";s:5:\"child\";s:4:\"code\";i:59572;s:3:\"src\";s:11:\"fontawesome\";}i:181;a:4:{s:3:\"uid\";s:32:\"f9c8ea86275ca16128235c6452b67b8e\";s:3:\"css\";s:11:\"user-secret\";s:4:\"code\";i:59573;s:3:\"src\";s:11:\"fontawesome\";}i:182;a:4:{s:3:\"uid\";s:32:\"872d9516df93eb6b776cc4d94bd97dac\";s:3:\"css\";s:5:\"video\";s:4:\"code\";i:59574;s:3:\"src\";s:11:\"fontawesome\";}i:183;a:4:{s:3:\"uid\";s:32:\"0f99ab40ab0b4d64a74f2d0deeb03e42\";s:3:\"css\";s:8:\"videocam\";s:4:\"code\";i:59575;s:3:\"src\";s:11:\"fontawesome\";}i:184;a:4:{s:3:\"uid\";s:32:\"381da2c2f7fd51f8de877c044d7f439d\";s:3:\"css\";s:7:\"picture\";s:4:\"code\";i:59576;s:3:\"src\";s:11:\"fontawesome\";}i:185;a:4:{s:3:\"uid\";s:32:\"dc3f1d5b1d006f7f7b3b6295eccab9da\";s:3:\"css\";s:6:\"camera\";s:4:\"code\";i:59577;s:3:\"src\";s:11:\"fontawesome\";}i:186;a:4:{s:3:\"uid\";s:32:\"9d3d9d6ce1ec63eaa26281e6162853c9\";s:3:\"css\";s:10:\"camera-alt\";s:4:\"code\";i:59578;s:3:\"src\";s:11:\"fontawesome\";}i:187;a:4:{s:3:\"uid\";s:32:\"dd492243d64e21dfe16a92452f7861cb\";s:3:\"css\";s:8:\"th-large\";s:4:\"code\";i:59579;s:3:\"src\";s:11:\"fontawesome\";}i:188;a:4:{s:3:\"uid\";s:32:\"b1887b423d2fd15c345e090320c91ca0\";s:3:\"css\";s:2:\"th\";s:4:\"code\";i:59580;s:3:\"src\";s:11:\"fontawesome\";}i:189;a:4:{s:3:\"uid\";s:32:\"f805bb95d40c7ef2bc51b3d50d4f2e5c\";s:3:\"css\";s:7:\"th-list\";s:4:\"code\";i:59581;s:3:\"src\";s:11:\"fontawesome\";}i:190;a:4:{s:3:\"uid\";s:32:\"12f4ece88e46abd864e40b35e05b11cd\";s:3:\"css\";s:2:\"ok\";s:4:\"code\";i:59582;s:3:\"src\";s:11:\"fontawesome\";}i:191;a:4:{s:3:\"uid\";s:32:\"43ab845088317bd348dee1d975700c48\";s:3:\"css\";s:10:\"ok-circled\";s:4:\"code\";i:59583;s:3:\"src\";s:11:\"fontawesome\";}i:192;a:4:{s:3:\"uid\";s:32:\"ad33e708f4d2e25c5056c931da1528d6\";s:3:\"css\";s:11:\"ok-circled2\";s:4:\"code\";i:59584;s:3:\"src\";s:11:\"fontawesome\";}i:193;a:4:{s:3:\"uid\";s:32:\"1400d5103edd2fa6d2d61688fee79a5a\";s:3:\"css\";s:10:\"ok-squared\";s:4:\"code\";i:59585;s:3:\"src\";s:11:\"fontawesome\";}i:194;a:4:{s:3:\"uid\";s:32:\"5211af474d3a9848f67f945e2ccaf143\";s:3:\"css\";s:6:\"cancel\";s:4:\"code\";i:59586;s:3:\"src\";s:11:\"fontawesome\";}i:195;a:4:{s:3:\"uid\";s:32:\"0f4cae16f34ae243a6144c18a003f2d8\";s:3:\"css\";s:14:\"cancel-circled\";s:4:\"code\";i:59587;s:3:\"src\";s:11:\"fontawesome\";}i:196;a:4:{s:3:\"uid\";s:32:\"2e2dba0307a502a8507c1729084c7ab5\";s:3:\"css\";s:15:\"cancel-circled2\";s:4:\"code\";i:59588;s:3:\"src\";s:11:\"fontawesome\";}i:197;a:4:{s:3:\"uid\";s:32:\"44e04715aecbca7f266a17d5a7863c68\";s:3:\"css\";s:4:\"plus\";s:4:\"code\";i:59589;s:3:\"src\";s:11:\"fontawesome\";}i:198;a:4:{s:3:\"uid\";s:32:\"4ba33d2607902cf690dd45df09774cb0\";s:3:\"css\";s:12:\"plus-circled\";s:4:\"code\";i:59590;s:3:\"src\";s:11:\"fontawesome\";}i:199;a:4:{s:3:\"uid\";s:32:\"1a5cfa186647e8c929c2b17b9fc4dac1\";s:3:\"css\";s:12:\"plus-squared\";s:4:\"code\";i:59591;s:3:\"src\";s:11:\"fontawesome\";}i:200;a:4:{s:3:\"uid\";s:32:\"2d3be3e856fc1e4ac067590d2ded1b07\";s:3:\"css\";s:16:\"plus-squared-alt\";s:4:\"code\";i:59592;s:3:\"src\";s:11:\"fontawesome\";}i:201;a:4:{s:3:\"uid\";s:32:\"861ab06e455e2de3232ebef67d60d708\";s:3:\"css\";s:5:\"minus\";s:4:\"code\";i:59593;s:3:\"src\";s:11:\"fontawesome\";}i:202;a:4:{s:3:\"uid\";s:32:\"eeadb020bb75d089b25d8424aabe19e0\";s:3:\"css\";s:13:\"minus-circled\";s:4:\"code\";i:59594;s:3:\"src\";s:11:\"fontawesome\";}i:203;a:4:{s:3:\"uid\";s:32:\"f755a58fb985eeb70bd47d9b31892a34\";s:3:\"css\";s:13:\"minus-squared\";s:4:\"code\";i:59595;s:3:\"src\";s:11:\"fontawesome\";}i:204;a:4:{s:3:\"uid\";s:32:\"18ef25350258541e8e54148ed79845c0\";s:3:\"css\";s:17:\"minus-squared-alt\";s:4:\"code\";i:59596;s:3:\"src\";s:11:\"fontawesome\";}i:205;a:4:{s:3:\"uid\";s:32:\"ce3cf091d6ebd004dd0b52d24074e6e3\";s:3:\"css\";s:4:\"help\";s:4:\"code\";i:59597;s:3:\"src\";s:11:\"fontawesome\";}i:206;a:4:{s:3:\"uid\";s:32:\"17ebadd1e3f274ff0205601eef7b9cc4\";s:3:\"css\";s:12:\"help-circled\";s:4:\"code\";i:59598;s:3:\"src\";s:11:\"fontawesome\";}i:207;a:4:{s:3:\"uid\";s:32:\"e82cedfa1d5f15b00c5a81c9bd731ea2\";s:3:\"css\";s:12:\"info-circled\";s:4:\"code\";i:59599;s:3:\"src\";s:11:\"fontawesome\";}i:208;a:4:{s:3:\"uid\";s:32:\"3d4ea8a78dc34efe891f3a0f3d961274\";s:3:\"css\";s:4:\"info\";s:4:\"code\";i:59600;s:3:\"src\";s:11:\"fontawesome\";}i:209;a:4:{s:3:\"uid\";s:32:\"d7271d490b71df4311e32cdacae8b331\";s:3:\"css\";s:4:\"home\";s:4:\"code\";i:59601;s:3:\"src\";s:11:\"fontawesome\";}i:210;a:4:{s:3:\"uid\";s:32:\"0ddd3e8201ccc7d41f7b7c9d27eca6c1\";s:3:\"css\";s:4:\"link\";s:4:\"code\";i:59602;s:3:\"src\";s:11:\"fontawesome\";}i:211;a:4:{s:3:\"uid\";s:32:\"1dcd2b2148b7f086a4eb47f6a746bdee\";s:3:\"css\";s:6:\"unlink\";s:4:\"code\";i:59603;s:3:\"src\";s:11:\"fontawesome\";}i:212;a:4:{s:3:\"uid\";s:32:\"e15f0d620a7897e2035c18c80142f6d9\";s:3:\"css\";s:8:\"link-ext\";s:4:\"code\";i:59604;s:3:\"src\";s:11:\"fontawesome\";}i:213;a:4:{s:3:\"uid\";s:32:\"e35de5ea31cd56970498e33efbcb8e36\";s:3:\"css\";s:12:\"link-ext-alt\";s:4:\"code\";i:59605;s:3:\"src\";s:11:\"fontawesome\";}i:214;a:4:{s:3:\"uid\";s:32:\"0d6ab6194c0eddda2b8c9cedf2ab248e\";s:3:\"css\";s:6:\"attach\";s:4:\"code\";i:59606;s:3:\"src\";s:11:\"fontawesome\";}i:215;a:4:{s:3:\"uid\";s:32:\"c1f1975c885aa9f3dad7810c53b82074\";s:3:\"css\";s:4:\"lock\";s:4:\"code\";i:59607;s:3:\"src\";s:11:\"fontawesome\";}i:216;a:4:{s:3:\"uid\";s:32:\"657ab647f6248a6b57a5b893beaf35a9\";s:3:\"css\";s:9:\"lock-open\";s:4:\"code\";i:59608;s:3:\"src\";s:11:\"fontawesome\";}i:217;a:4:{s:3:\"uid\";s:32:\"05376be04a27d5a46e855a233d6e8508\";s:3:\"css\";s:13:\"lock-open-alt\";s:4:\"code\";i:59609;s:3:\"src\";s:11:\"fontawesome\";}i:218;a:4:{s:3:\"uid\";s:32:\"5b0772e9484a1a11646793a82edd622a\";s:3:\"css\";s:3:\"pin\";s:4:\"code\";i:59610;s:3:\"src\";s:11:\"fontawesome\";}i:219;a:4:{s:3:\"uid\";s:32:\"c5fd349cbd3d23e4ade333789c29c729\";s:3:\"css\";s:3:\"eye\";s:4:\"code\";i:59611;s:3:\"src\";s:11:\"fontawesome\";}i:220;a:4:{s:3:\"uid\";s:32:\"7fd683b2c518ceb9e5fa6757f2276faa\";s:3:\"css\";s:7:\"eye-off\";s:4:\"code\";i:59612;s:3:\"src\";s:11:\"fontawesome\";}i:221;a:4:{s:3:\"uid\";s:32:\"3db5347bd219f3bce6025780f5d9ef45\";s:3:\"css\";s:3:\"tag\";s:4:\"code\";i:59613;s:3:\"src\";s:11:\"fontawesome\";}i:222;a:4:{s:3:\"uid\";s:32:\"a3f89e106175a5c5c4e9738870b12e55\";s:3:\"css\";s:4:\"tags\";s:4:\"code\";i:59614;s:3:\"src\";s:11:\"fontawesome\";}i:223;a:4:{s:3:\"uid\";s:32:\"f04a5d24e9e659145b966739c4fde82a\";s:3:\"css\";s:8:\"bookmark\";s:4:\"code\";i:59615;s:3:\"src\";s:11:\"fontawesome\";}i:224;a:4:{s:3:\"uid\";s:32:\"2f5ef6f6b7aaebc56458ab4e865beff5\";s:3:\"css\";s:14:\"bookmark-empty\";s:4:\"code\";i:59616;s:3:\"src\";s:11:\"fontawesome\";}i:225;a:4:{s:3:\"uid\";s:32:\"57a0ac800df728aad61a7cf9e12f5fef\";s:3:\"css\";s:4:\"flag\";s:4:\"code\";i:59617;s:3:\"src\";s:11:\"fontawesome\";}i:226;a:4:{s:3:\"uid\";s:32:\"6c83092421441296f5c4e8074b0cf32c\";s:3:\"css\";s:10:\"flag-empty\";s:4:\"code\";i:59618;s:3:\"src\";s:11:\"fontawesome\";}i:227;a:4:{s:3:\"uid\";s:32:\"d7a614bd701f6712e8e3b2be124899e1\";s:3:\"css\";s:14:\"flag-checkered\";s:4:\"code\";i:59619;s:3:\"src\";s:11:\"fontawesome\";}i:228;a:4:{s:3:\"uid\";s:32:\"acf41aa4018e58d49525665469e35665\";s:3:\"css\";s:9:\"thumbs-up\";s:4:\"code\";i:59620;s:3:\"src\";s:11:\"fontawesome\";}i:229;a:4:{s:3:\"uid\";s:32:\"7533e68038fc6d520ede7a7ffa0a2f64\";s:3:\"css\";s:11:\"thumbs-down\";s:4:\"code\";i:59621;s:3:\"src\";s:11:\"fontawesome\";}i:230;a:4:{s:3:\"uid\";s:32:\"5e2ab018e3044337bcef5f7e94098ea1\";s:3:\"css\";s:13:\"thumbs-up-alt\";s:4:\"code\";i:59622;s:3:\"src\";s:11:\"fontawesome\";}i:231;a:4:{s:3:\"uid\";s:32:\"ddcd918b502642705838815d40aea9e3\";s:3:\"css\";s:15:\"thumbs-down-alt\";s:4:\"code\";i:59623;s:3:\"src\";s:11:\"fontawesome\";}i:232;a:4:{s:3:\"uid\";s:32:\"9a76bc135eac17d2c8b8ad4a5774fc87\";s:3:\"css\";s:8:\"download\";s:4:\"code\";i:59624;s:3:\"src\";s:11:\"fontawesome\";}i:233;a:4:{s:3:\"uid\";s:32:\"eeec3208c90b7b48e804919d0d2d4a41\";s:3:\"css\";s:6:\"upload\";s:4:\"code\";i:59625;s:3:\"src\";s:11:\"fontawesome\";}i:234;a:4:{s:3:\"uid\";s:32:\"f5999a012fc3752386635ec02a858447\";s:3:\"css\";s:14:\"download-cloud\";s:4:\"code\";i:59626;s:3:\"src\";s:11:\"fontawesome\";}i:235;a:4:{s:3:\"uid\";s:32:\"de2fc7a5c986ab8c622f63455d7cf814\";s:3:\"css\";s:12:\"upload-cloud\";s:4:\"code\";i:59627;s:3:\"src\";s:11:\"fontawesome\";}i:236;a:4:{s:3:\"uid\";s:32:\"c6be5a58ee4e63a5ec399c2b0d15cf2c\";s:3:\"css\";s:5:\"reply\";s:4:\"code\";i:59628;s:3:\"src\";s:11:\"fontawesome\";}i:237;a:4:{s:3:\"uid\";s:32:\"1b5597a3bacaeca6600e88ae36d02e0a\";s:3:\"css\";s:9:\"reply-all\";s:4:\"code\";i:59629;s:3:\"src\";s:11:\"fontawesome\";}i:238;a:4:{s:3:\"uid\";s:32:\"3d39c828009c04ddb6764c0b04cd2439\";s:3:\"css\";s:7:\"forward\";s:4:\"code\";i:59630;s:3:\"src\";s:11:\"fontawesome\";}i:239;a:4:{s:3:\"uid\";s:32:\"ab95e1351ebaec5850101097cbf7097f\";s:3:\"css\";s:10:\"quote-left\";s:4:\"code\";i:59631;s:3:\"src\";s:11:\"fontawesome\";}i:240;a:4:{s:3:\"uid\";s:32:\"d745d7c05b94e609decabade2cae12cb\";s:3:\"css\";s:11:\"quote-right\";s:4:\"code\";i:59632;s:3:\"src\";s:11:\"fontawesome\";}i:241;a:4:{s:3:\"uid\";s:32:\"7034e4d22866af82bef811f52fb1ba46\";s:3:\"css\";s:4:\"code\";s:4:\"code\";i:59633;s:3:\"src\";s:11:\"fontawesome\";}i:242;a:4:{s:3:\"uid\";s:32:\"895405dfac8a3b7b2f23b183c6608ee6\";s:3:\"css\";s:6:\"export\";s:4:\"code\";i:59634;s:3:\"src\";s:11:\"fontawesome\";}i:243;a:4:{s:3:\"uid\";s:32:\"13b9eebfea581ad8e756ee7a18a7cba8\";s:3:\"css\";s:10:\"export-alt\";s:4:\"code\";i:59635;s:3:\"src\";s:11:\"fontawesome\";}i:244;a:4:{s:3:\"uid\";s:32:\"4aad6bb50b02c18508aae9cbe14e784e\";s:3:\"css\";s:5:\"share\";s:4:\"code\";i:59636;s:3:\"src\";s:11:\"fontawesome\";}i:245;a:4:{s:3:\"uid\";s:32:\"4c1f3c0b331d5f72c6a38d7bb7632675\";s:3:\"css\";s:13:\"share-squared\";s:4:\"code\";i:59637;s:3:\"src\";s:11:\"fontawesome\";}i:246;a:4:{s:3:\"uid\";s:32:\"d35a1d35efeb784d1dc9ac18b9b6c2b6\";s:3:\"css\";s:6:\"pencil\";s:4:\"code\";i:59638;s:3:\"src\";s:11:\"fontawesome\";}i:247;a:4:{s:3:\"uid\";s:32:\"44fae3bfdd54754dc68ec50d37efea37\";s:3:\"css\";s:14:\"pencil-squared\";s:4:\"code\";i:59639;s:3:\"src\";s:11:\"fontawesome\";}i:248;a:4:{s:3:\"uid\";s:32:\"41087bc74d4b20b55059c60a33bf4008\";s:3:\"css\";s:4:\"edit\";s:4:\"code\";i:59640;s:3:\"src\";s:11:\"fontawesome\";}i:249;a:4:{s:3:\"uid\";s:32:\"7277ded7695b2a307a5f9d50097bb64c\";s:3:\"css\";s:5:\"print\";s:4:\"code\";i:59641;s:3:\"src\";s:11:\"fontawesome\";}i:250;a:4:{s:3:\"uid\";s:32:\"09feb4465d9bd1364f4e301c9ddbaa92\";s:3:\"css\";s:7:\"retweet\";s:4:\"code\";i:59642;s:3:\"src\";s:11:\"fontawesome\";}i:251;a:4:{s:3:\"uid\";s:32:\"ecb97add13804c190456025e43ec003b\";s:3:\"css\";s:8:\"keyboard\";s:4:\"code\";i:59643;s:3:\"src\";s:11:\"fontawesome\";}i:252;a:4:{s:3:\"uid\";s:32:\"0133387f2069a1b3168942b84d81dd3a\";s:3:\"css\";s:7:\"gamepad\";s:4:\"code\";i:59644;s:3:\"src\";s:11:\"fontawesome\";}i:253;a:4:{s:3:\"uid\";s:32:\"85528017f1e6053b2253785c31047f44\";s:3:\"css\";s:7:\"comment\";s:4:\"code\";i:59645;s:3:\"src\";s:11:\"fontawesome\";}i:254;a:4:{s:3:\"uid\";s:32:\"dcedf50ab1ede3283d7a6c70e2fe32f3\";s:3:\"css\";s:4:\"chat\";s:4:\"code\";i:59646;s:3:\"src\";s:11:\"fontawesome\";}i:255;a:4:{s:3:\"uid\";s:32:\"9c1376672bb4f1ed616fdd78a23667e9\";s:3:\"css\";s:13:\"comment-empty\";s:4:\"code\";i:59647;s:3:\"src\";s:11:\"fontawesome\";}i:256;a:4:{s:3:\"uid\";s:32:\"31951fbb9820ed0690f675b3d495c8da\";s:3:\"css\";s:10:\"chat-empty\";s:4:\"code\";i:59648;s:3:\"src\";s:11:\"fontawesome\";}i:257;a:4:{s:3:\"uid\";s:32:\"cd21cbfb28ad4d903cede582157f65dc\";s:3:\"css\";s:4:\"bell\";s:4:\"code\";i:59649;s:3:\"src\";s:11:\"fontawesome\";}i:258;a:4:{s:3:\"uid\";s:32:\"671f29fa10dda08074a4c6a341bb4f39\";s:3:\"css\";s:8:\"bell-alt\";s:4:\"code\";i:59650;s:3:\"src\";s:11:\"fontawesome\";}i:259;a:4:{s:3:\"uid\";s:32:\"563683020e0bf9f22f3f055a69b5c57a\";s:3:\"css\";s:8:\"bell-off\";s:4:\"code\";i:59651;s:3:\"src\";s:11:\"fontawesome\";}i:260;a:4:{s:3:\"uid\";s:32:\"8a074400a056c59d389f2d0517281bd5\";s:3:\"css\";s:14:\"bell-off-empty\";s:4:\"code\";i:59652;s:3:\"src\";s:11:\"fontawesome\";}i:261;a:4:{s:3:\"uid\";s:32:\"00391fac5d419345ffcccd95b6f76263\";s:3:\"css\";s:13:\"attention-alt\";s:4:\"code\";i:59653;s:3:\"src\";s:11:\"fontawesome\";}i:262;a:4:{s:3:\"uid\";s:32:\"c76b7947c957c9b78b11741173c8349b\";s:3:\"css\";s:9:\"attention\";s:4:\"code\";i:59654;s:3:\"src\";s:11:\"fontawesome\";}i:263;a:4:{s:3:\"uid\";s:32:\"b035c28eba2b35c6ffe92aee8b0df507\";s:3:\"css\";s:17:\"attention-circled\";s:4:\"code\";i:59655;s:3:\"src\";s:11:\"fontawesome\";}i:264;a:4:{s:3:\"uid\";s:32:\"0d08dbb1dd648a43bdea81b7e6c9e036\";s:3:\"css\";s:8:\"location\";s:4:\"code\";i:59656;s:3:\"src\";s:11:\"fontawesome\";}i:265;a:4:{s:3:\"uid\";s:32:\"921e3974e54ff9e8b7cd906a3dc74636\";s:3:\"css\";s:9:\"direction\";s:4:\"code\";i:59657;s:3:\"src\";s:11:\"fontawesome\";}i:266;a:4:{s:3:\"uid\";s:32:\"e5d624264734620fa9f98d59e6dc941f\";s:3:\"css\";s:7:\"compass\";s:4:\"code\";i:59658;s:3:\"src\";s:11:\"fontawesome\";}i:267;a:4:{s:3:\"uid\";s:32:\"bbfb51903f40597f0b70fd75bc7b5cac\";s:3:\"css\";s:5:\"trash\";s:4:\"code\";i:59659;s:3:\"src\";s:11:\"fontawesome\";}i:268;a:4:{s:3:\"uid\";s:32:\"f48ae54adfb27d8ada53d0fd9e34ee10\";s:3:\"css\";s:11:\"trash-empty\";s:4:\"code\";i:59660;s:3:\"src\";s:11:\"fontawesome\";}i:269;a:4:{s:3:\"uid\";s:32:\"1b5a5d7b7e3c71437f5a26befdd045ed\";s:3:\"css\";s:3:\"doc\";s:4:\"code\";i:59661;s:3:\"src\";s:11:\"fontawesome\";}i:270;a:4:{s:3:\"uid\";s:32:\"c8585e1e5b0467f28b70bce765d5840c\";s:3:\"css\";s:4:\"docs\";s:4:\"code\";i:59662;s:3:\"src\";s:11:\"fontawesome\";}i:271;a:4:{s:3:\"uid\";s:32:\"5408be43f7c42bccee419c6be53fdef5\";s:3:\"css\";s:8:\"doc-text\";s:4:\"code\";i:59663;s:3:\"src\";s:11:\"fontawesome\";}i:272;a:4:{s:3:\"uid\";s:32:\"178053298e3e5b03551d754d4b9acd8b\";s:3:\"css\";s:7:\"doc-inv\";s:4:\"code\";i:59664;s:3:\"src\";s:11:\"fontawesome\";}i:273;a:4:{s:3:\"uid\";s:32:\"c08a1cde48d96cba21d8c05fa7d7feb1\";s:3:\"css\";s:12:\"doc-text-inv\";s:4:\"code\";i:59665;s:3:\"src\";s:11:\"fontawesome\";}i:274;a:4:{s:3:\"uid\";s:32:\"9daa1fdf0838118518a7e22715e83abc\";s:3:\"css\";s:8:\"file-pdf\";s:4:\"code\";i:59666;s:3:\"src\";s:11:\"fontawesome\";}i:275;a:4:{s:3:\"uid\";s:32:\"310ffd629da85142bc8669f010556f2d\";s:3:\"css\";s:9:\"file-word\";s:4:\"code\";i:59667;s:3:\"src\";s:11:\"fontawesome\";}i:276;a:4:{s:3:\"uid\";s:32:\"f761c3bbe16ba2d332914ecb28e7a042\";s:3:\"css\";s:10:\"file-excel\";s:4:\"code\";i:59668;s:3:\"src\";s:11:\"fontawesome\";}i:277;a:4:{s:3:\"uid\";s:32:\"edcd4022de8d8df266ef7c42d2658ca5\";s:3:\"css\";s:15:\"file-powerpoint\";s:4:\"code\";i:59669;s:3:\"src\";s:11:\"fontawesome\";}i:278;a:4:{s:3:\"uid\";s:32:\"3c961c1a8d874815856fc6637dc5a13c\";s:3:\"css\";s:10:\"file-image\";s:4:\"code\";i:59670;s:3:\"src\";s:11:\"fontawesome\";}i:279;a:4:{s:3:\"uid\";s:32:\"e80ae555c1413a4ec18b33fb348b4049\";s:3:\"css\";s:12:\"file-archive\";s:4:\"code\";i:59671;s:3:\"src\";s:11:\"fontawesome\";}i:280;a:4:{s:3:\"uid\";s:32:\"81db033e704eb7c586a365559d7c0f36\";s:3:\"css\";s:10:\"file-audio\";s:4:\"code\";i:59672;s:3:\"src\";s:11:\"fontawesome\";}i:281;a:4:{s:3:\"uid\";s:32:\"dd69d9aa589ea7bc0a82a3fe67039f4b\";s:3:\"css\";s:10:\"file-video\";s:4:\"code\";i:59673;s:3:\"src\";s:11:\"fontawesome\";}i:282;a:4:{s:3:\"uid\";s:32:\"26613a2e6bc41593c54bead46f8c8ee3\";s:3:\"css\";s:9:\"file-code\";s:4:\"code\";i:59674;s:3:\"src\";s:11:\"fontawesome\";}i:283;a:4:{s:3:\"uid\";s:32:\"f8aa663c489bcbd6e68ec8147dca841e\";s:3:\"css\";s:6:\"folder\";s:4:\"code\";i:59675;s:3:\"src\";s:11:\"fontawesome\";}i:284;a:4:{s:3:\"uid\";s:32:\"c95735c17a10af81448c7fed98a04546\";s:3:\"css\";s:11:\"folder-open\";s:4:\"code\";i:59676;s:3:\"src\";s:11:\"fontawesome\";}i:285;a:4:{s:3:\"uid\";s:32:\"b091a8bd0fdade174951f17d936f51e4\";s:3:\"css\";s:12:\"folder-empty\";s:4:\"code\";i:59677;s:3:\"src\";s:11:\"fontawesome\";}i:286;a:4:{s:3:\"uid\";s:32:\"6533bdc16ab201eb3f3b27ce989cab33\";s:3:\"css\";s:17:\"folder-open-empty\";s:4:\"code\";i:59678;s:3:\"src\";s:11:\"fontawesome\";}i:287;a:4:{s:3:\"uid\";s:32:\"04ff8d6592fe548b332b27ed87ce397a\";s:3:\"css\";s:3:\"box\";s:4:\"code\";i:59679;s:3:\"src\";s:11:\"fontawesome\";}i:288;a:4:{s:3:\"uid\";s:32:\"72b1277834cba5b7944b0a6cac7ddb0d\";s:3:\"css\";s:3:\"rss\";s:4:\"code\";i:59680;s:3:\"src\";s:11:\"fontawesome\";}i:289;a:4:{s:3:\"uid\";s:32:\"de5f0a564ccf8816325330e292e11533\";s:3:\"css\";s:11:\"rss-squared\";s:4:\"code\";i:59681;s:3:\"src\";s:11:\"fontawesome\";}i:290;a:4:{s:3:\"uid\";s:32:\"9f7e588c66cfd6891f6f507cf6f6596b\";s:3:\"css\";s:5:\"phone\";s:4:\"code\";i:59682;s:3:\"src\";s:11:\"fontawesome\";}i:291;a:4:{s:3:\"uid\";s:32:\"ec488dfd1f548948c09671ca5a60ec92\";s:3:\"css\";s:13:\"phone-squared\";s:4:\"code\";i:59683;s:3:\"src\";s:11:\"fontawesome\";}i:292;a:4:{s:3:\"uid\";s:32:\"5cbe092278ff71fc27c920298b0f3ca3\";s:3:\"css\";s:3:\"fax\";s:4:\"code\";i:59684;s:3:\"src\";s:11:\"fontawesome\";}i:293;a:4:{s:3:\"uid\";s:32:\"559647a6f430b3aeadbecd67194451dd\";s:3:\"css\";s:4:\"menu\";s:4:\"code\";i:59685;s:3:\"src\";s:11:\"fontawesome\";}i:294;a:4:{s:3:\"uid\";s:32:\"e99461abfef3923546da8d745372c995\";s:3:\"css\";s:3:\"cog\";s:4:\"code\";i:59686;s:3:\"src\";s:11:\"fontawesome\";}i:295;a:4:{s:3:\"uid\";s:32:\"98687378abd1faf8f6af97c254eb6cd6\";s:3:\"css\";s:7:\"cog-alt\";s:4:\"code\";i:59687;s:3:\"src\";s:11:\"fontawesome\";}i:296;a:4:{s:3:\"uid\";s:32:\"5bb103cd29de77e0e06a52638527b575\";s:3:\"css\";s:6:\"wrench\";s:4:\"code\";i:59688;s:3:\"src\";s:11:\"fontawesome\";}i:297;a:4:{s:3:\"uid\";s:32:\"21b42d3c3e6be44c3cc3d73042faa216\";s:3:\"css\";s:7:\"sliders\";s:4:\"code\";i:59689;s:3:\"src\";s:11:\"fontawesome\";}i:298;a:4:{s:3:\"uid\";s:32:\"9affc98d652b86628d650ee58dbf0357\";s:3:\"css\";s:6:\"basket\";s:4:\"code\";i:59690;s:3:\"src\";s:11:\"fontawesome\";}i:299;a:4:{s:3:\"uid\";s:32:\"cddbeffea9d90c5db93d5d3e77b8893e\";s:3:\"css\";s:9:\"cart-plus\";s:4:\"code\";i:59691;s:3:\"src\";s:11:\"fontawesome\";}i:300;a:4:{s:3:\"uid\";s:32:\"93c35534e6b079466c4676cdedcdb7c1\";s:3:\"css\";s:15:\"cart-arrow-down\";s:4:\"code\";i:59692;s:3:\"src\";s:11:\"fontawesome\";}i:301;a:4:{s:3:\"uid\";s:32:\"531bc468eecbb8867d822f1c11f1e039\";s:3:\"css\";s:8:\"calendar\";s:4:\"code\";i:59693;s:3:\"src\";s:11:\"fontawesome\";}i:302;a:4:{s:3:\"uid\";s:32:\"ead4c82d04d7758db0f076584893a8c1\";s:3:\"css\";s:14:\"calendar-empty\";s:4:\"code\";i:59694;s:3:\"src\";s:11:\"fontawesome\";}i:303;a:4:{s:3:\"uid\";s:32:\"3a00327e61b997b58518bd43ed83c3df\";s:3:\"css\";s:5:\"login\";s:4:\"code\";i:59695;s:3:\"src\";s:11:\"fontawesome\";}i:304;a:4:{s:3:\"uid\";s:32:\"0d20938846444af8deb1920dc85a29fb\";s:3:\"css\";s:6:\"logout\";s:4:\"code\";i:59696;s:3:\"src\";s:11:\"fontawesome\";}i:305;a:4:{s:3:\"uid\";s:32:\"19c50c52858a81de58f9db488aba77bc\";s:3:\"css\";s:3:\"mic\";s:4:\"code\";i:59697;s:3:\"src\";s:11:\"fontawesome\";}i:306;a:4:{s:3:\"uid\";s:32:\"43c629249e2cca7e73cd4ef410c9551f\";s:3:\"css\";s:4:\"mute\";s:4:\"code\";i:59698;s:3:\"src\";s:11:\"fontawesome\";}i:307;a:4:{s:3:\"uid\";s:32:\"e44601720c64e6bb6a2d5cba6b0c588c\";s:3:\"css\";s:10:\"volume-off\";s:4:\"code\";i:59699;s:3:\"src\";s:11:\"fontawesome\";}i:308;a:4:{s:3:\"uid\";s:32:\"fee6e00f36e8ca8ef3e4a62caa213bf6\";s:3:\"css\";s:11:\"volume-down\";s:4:\"code\";i:59700;s:3:\"src\";s:11:\"fontawesome\";}i:309;a:4:{s:3:\"uid\";s:32:\"76857a03fbaa6857fe063b6c25aa98ed\";s:3:\"css\";s:9:\"volume-up\";s:4:\"code\";i:59701;s:3:\"src\";s:11:\"fontawesome\";}i:310;a:4:{s:3:\"uid\";s:32:\"f27bba41a700af51a4dd23cf4edea61d\";s:3:\"css\";s:10:\"headphones\";s:4:\"code\";i:59702;s:3:\"src\";s:11:\"fontawesome\";}i:311;a:4:{s:3:\"uid\";s:32:\"598a5f2bcf3521d1615de8e1881ccd17\";s:3:\"css\";s:5:\"clock\";s:4:\"code\";i:59703;s:3:\"src\";s:11:\"fontawesome\";}i:312;a:4:{s:3:\"uid\";s:32:\"5278ef7773e948d56c4d442c8c8c98cf\";s:3:\"css\";s:9:\"lightbulb\";s:4:\"code\";i:59704;s:3:\"src\";s:11:\"fontawesome\";}i:313;a:4:{s:3:\"uid\";s:32:\"98d9c83c1ee7c2c25af784b518c522c5\";s:3:\"css\";s:5:\"block\";s:4:\"code\";i:59705;s:3:\"src\";s:11:\"fontawesome\";}i:314;a:4:{s:3:\"uid\";s:32:\"e594fc6e5870b4ab7e49f52571d52577\";s:3:\"css\";s:11:\"resize-full\";s:4:\"code\";i:59706;s:3:\"src\";s:11:\"fontawesome\";}i:315;a:4:{s:3:\"uid\";s:32:\"b013f6403e5ab0326614e68d1850fd6b\";s:3:\"css\";s:15:\"resize-full-alt\";s:4:\"code\";i:59707;s:3:\"src\";s:11:\"fontawesome\";}i:316;a:4:{s:3:\"uid\";s:32:\"3c24ee33c9487bbf18796ca6dffa1905\";s:3:\"css\";s:12:\"resize-small\";s:4:\"code\";i:59708;s:3:\"src\";s:11:\"fontawesome\";}i:317;a:4:{s:3:\"uid\";s:32:\"d3b3f17bc3eb7cd809a07bbd4d178bee\";s:3:\"css\";s:15:\"resize-vertical\";s:4:\"code\";i:59709;s:3:\"src\";s:11:\"fontawesome\";}i:318;a:4:{s:3:\"uid\";s:32:\"3c73d058e4589b65a8d959c0fc8f153d\";s:3:\"css\";s:17:\"resize-horizontal\";s:4:\"code\";i:59710;s:3:\"src\";s:11:\"fontawesome\";}i:319;a:4:{s:3:\"uid\";s:32:\"6605ee6441bf499ffa3c63d3c7409471\";s:3:\"css\";s:4:\"move\";s:4:\"code\";i:59711;s:3:\"src\";s:11:\"fontawesome\";}i:320;a:4:{s:3:\"uid\";s:32:\"0b2b66e526028a6972d51a6f10281b4b\";s:3:\"css\";s:7:\"zoom-in\";s:4:\"code\";i:59712;s:3:\"src\";s:11:\"fontawesome\";}i:321;a:4:{s:3:\"uid\";s:32:\"d25d10efa900f529ad1d275657cfd30e\";s:3:\"css\";s:8:\"zoom-out\";s:4:\"code\";i:59713;s:3:\"src\";s:11:\"fontawesome\";}i:322;a:4:{s:3:\"uid\";s:32:\"c53068fe21c8410b0a098b4c52c3d37e\";s:3:\"css\";s:13:\"down-circled2\";s:4:\"code\";i:59714;s:3:\"src\";s:11:\"fontawesome\";}i:323;a:4:{s:3:\"uid\";s:32:\"128d63150a41800e0beff55235269542\";s:3:\"css\";s:11:\"up-circled2\";s:4:\"code\";i:59715;s:3:\"src\";s:11:\"fontawesome\";}i:324;a:4:{s:3:\"uid\";s:32:\"a65ca48f3fe7d6e5c60edbd943f4fdb6\";s:3:\"css\";s:13:\"left-circled2\";s:4:\"code\";i:59716;s:3:\"src\";s:11:\"fontawesome\";}i:325;a:4:{s:3:\"uid\";s:32:\"d0673ef38e1c458a6de52aad2a2f800d\";s:3:\"css\";s:14:\"right-circled2\";s:4:\"code\";i:59717;s:3:\"src\";s:11:\"fontawesome\";}i:326;a:4:{s:3:\"uid\";s:32:\"2d6150442079cbda7df64522dc24f482\";s:3:\"css\";s:8:\"down-dir\";s:4:\"code\";i:59718;s:3:\"src\";s:11:\"fontawesome\";}i:327;a:4:{s:3:\"uid\";s:32:\"80cd1022bd9ea151d554bec1fa05f2de\";s:3:\"css\";s:6:\"up-dir\";s:4:\"code\";i:59719;s:3:\"src\";s:11:\"fontawesome\";}i:328;a:4:{s:3:\"uid\";s:32:\"9dc654095085167524602c9acc0c5570\";s:3:\"css\";s:8:\"left-dir\";s:4:\"code\";i:59720;s:3:\"src\";s:11:\"fontawesome\";}i:329;a:4:{s:3:\"uid\";s:32:\"fb1c799ffe5bf8fb7f8bcb647c8fe9e6\";s:3:\"css\";s:9:\"right-dir\";s:4:\"code\";i:59721;s:3:\"src\";s:11:\"fontawesome\";}i:330;a:4:{s:3:\"uid\";s:32:\"ccddff8e8670dcd130e3cb55fdfc2fd0\";s:3:\"css\";s:9:\"down-open\";s:4:\"code\";i:59722;s:3:\"src\";s:11:\"fontawesome\";}i:331;a:4:{s:3:\"uid\";s:32:\"d870630ff8f81e6de3958ecaeac532f2\";s:3:\"css\";s:9:\"left-open\";s:4:\"code\";i:59723;s:3:\"src\";s:11:\"fontawesome\";}i:332;a:4:{s:3:\"uid\";s:32:\"399ef63b1e23ab1b761dfbb5591fa4da\";s:3:\"css\";s:10:\"right-open\";s:4:\"code\";i:59724;s:3:\"src\";s:11:\"fontawesome\";}i:333;a:4:{s:3:\"uid\";s:32:\"fe6697b391355dec12f3d86d6d490397\";s:3:\"css\";s:7:\"up-open\";s:4:\"code\";i:59725;s:3:\"src\";s:11:\"fontawesome\";}i:334;a:4:{s:3:\"uid\";s:32:\"f3f90c8c89795da30f7444634476ea4f\";s:3:\"css\";s:10:\"angle-left\";s:4:\"code\";i:59726;s:3:\"src\";s:11:\"fontawesome\";}i:335;a:4:{s:3:\"uid\";s:32:\"7bf14281af5633a597f85b061ef1cfb9\";s:3:\"css\";s:11:\"angle-right\";s:4:\"code\";i:59727;s:3:\"src\";s:11:\"fontawesome\";}i:336;a:4:{s:3:\"uid\";s:32:\"5de9370846a26947e03f63142a3f1c07\";s:3:\"css\";s:8:\"angle-up\";s:4:\"code\";i:59728;s:3:\"src\";s:11:\"fontawesome\";}i:337;a:4:{s:3:\"uid\";s:32:\"e4dde1992f787163e2e2b534b8c8067d\";s:3:\"css\";s:10:\"angle-down\";s:4:\"code\";i:59729;s:3:\"src\";s:11:\"fontawesome\";}i:338;a:4:{s:3:\"uid\";s:32:\"8933c2579166c2ee56ae40dc6a0b4dc6\";s:3:\"css\";s:18:\"angle-circled-left\";s:4:\"code\";i:59730;s:3:\"src\";s:11:\"fontawesome\";}i:339;a:4:{s:3:\"uid\";s:32:\"94089b37297572e936b0943bcfa041d3\";s:3:\"css\";s:19:\"angle-circled-right\";s:4:\"code\";i:59731;s:3:\"src\";s:11:\"fontawesome\";}i:340;a:4:{s:3:\"uid\";s:32:\"8cbd5bcfb00043b8094fd7ac21ae5e06\";s:3:\"css\";s:16:\"angle-circled-up\";s:4:\"code\";i:59732;s:3:\"src\";s:11:\"fontawesome\";}i:341;a:4:{s:3:\"uid\";s:32:\"c35e0796f6f806945a44b1655ce7bbe7\";s:3:\"css\";s:18:\"angle-circled-down\";s:4:\"code\";i:59733;s:3:\"src\";s:11:\"fontawesome\";}i:342;a:4:{s:3:\"uid\";s:32:\"745f12abe1472d14f8f658de7e5aba66\";s:3:\"css\";s:17:\"angle-double-left\";s:4:\"code\";i:59734;s:3:\"src\";s:11:\"fontawesome\";}i:343;a:4:{s:3:\"uid\";s:32:\"fdfbd1fcbd4cb229716a810801a5f207\";s:3:\"css\";s:18:\"angle-double-right\";s:4:\"code\";i:59735;s:3:\"src\";s:11:\"fontawesome\";}i:344;a:4:{s:3:\"uid\";s:32:\"63b3012c8cbe3654ba5bea598235aa3a\";s:3:\"css\";s:15:\"angle-double-up\";s:4:\"code\";i:59736;s:3:\"src\";s:11:\"fontawesome\";}i:345;a:4:{s:3:\"uid\";s:32:\"dfec4ffa849d8594c2e4b86f6320b8a6\";s:3:\"css\";s:17:\"angle-double-down\";s:4:\"code\";i:59737;s:3:\"src\";s:11:\"fontawesome\";}i:346;a:4:{s:3:\"uid\";s:32:\"f06941dfcb90dc24b987d810898c4310\";s:3:\"css\";s:4:\"down\";s:4:\"code\";i:59738;s:3:\"src\";s:11:\"fontawesome\";}i:347;a:4:{s:3:\"uid\";s:32:\"f6d72aa5ef8e8f0e553012af9a29a87e\";s:3:\"css\";s:4:\"left\";s:4:\"code\";i:59739;s:3:\"src\";s:11:\"fontawesome\";}i:348;a:4:{s:3:\"uid\";s:32:\"fb94e23ae1e7660aa63cc5f351ec7560\";s:3:\"css\";s:5:\"right\";s:4:\"code\";i:59740;s:3:\"src\";s:11:\"fontawesome\";}i:349;a:4:{s:3:\"uid\";s:32:\"720f98e7580b7987c8dc542513d1d440\";s:3:\"css\";s:2:\"up\";s:4:\"code\";i:59741;s:3:\"src\";s:11:\"fontawesome\";}i:350;a:4:{s:3:\"uid\";s:32:\"1c4068ed75209e21af36017df8871802\";s:3:\"css\";s:8:\"down-big\";s:4:\"code\";i:59742;s:3:\"src\";s:11:\"fontawesome\";}i:351;a:4:{s:3:\"uid\";s:32:\"555ef8c86832e686fef85f7af2eb7cde\";s:3:\"css\";s:8:\"left-big\";s:4:\"code\";i:59743;s:3:\"src\";s:11:\"fontawesome\";}i:352;a:4:{s:3:\"uid\";s:32:\"ad6b3fbb5324abe71a9c0b6609cbb9f1\";s:3:\"css\";s:9:\"right-big\";s:4:\"code\";i:59744;s:3:\"src\";s:11:\"fontawesome\";}i:353;a:4:{s:3:\"uid\";s:32:\"95376bf082bfec6ce06ea1cda7bd7ead\";s:3:\"css\";s:6:\"up-big\";s:4:\"code\";i:59745;s:3:\"src\";s:11:\"fontawesome\";}i:354;a:4:{s:3:\"uid\";s:32:\"aa0d9175a3919a260a4012d560e9f01e\";s:3:\"css\";s:10:\"right-hand\";s:4:\"code\";i:59746;s:3:\"src\";s:11:\"fontawesome\";}i:355;a:4:{s:3:\"uid\";s:32:\"3d99d345645f43e31e9e0fd48be37e9c\";s:3:\"css\";s:9:\"left-hand\";s:4:\"code\";i:59747;s:3:\"src\";s:11:\"fontawesome\";}i:356;a:4:{s:3:\"uid\";s:32:\"034e645aa3bad56ce68389a816547c87\";s:3:\"css\";s:7:\"up-hand\";s:4:\"code\";i:59748;s:3:\"src\";s:11:\"fontawesome\";}i:357;a:4:{s:3:\"uid\";s:32:\"beb43b8df442eac4b8d35f528d5ed5af\";s:3:\"css\";s:9:\"down-hand\";s:4:\"code\";i:59749;s:3:\"src\";s:11:\"fontawesome\";}i:358;a:4:{s:3:\"uid\";s:32:\"6855131631509e8795730ce062045ea1\";s:3:\"css\";s:12:\"left-circled\";s:4:\"code\";i:59750;s:3:\"src\";s:11:\"fontawesome\";}i:359;a:4:{s:3:\"uid\";s:32:\"19b04848ae7332d2c0ea2a9e19064037\";s:3:\"css\";s:13:\"right-circled\";s:4:\"code\";i:59751;s:3:\"src\";s:11:\"fontawesome\";}i:360;a:4:{s:3:\"uid\";s:32:\"2b8e9b027181aafd210bf29c5486d4a0\";s:3:\"css\";s:10:\"up-circled\";s:4:\"code\";i:59752;s:3:\"src\";s:11:\"fontawesome\";}i:361;a:4:{s:3:\"uid\";s:32:\"55ae6ea25cd707fe34af5b52b2001cdc\";s:3:\"css\";s:12:\"down-circled\";s:4:\"code\";i:59753;s:3:\"src\";s:11:\"fontawesome\";}i:362;a:4:{s:3:\"uid\";s:32:\"bc71f4c6e53394d5ba46b063040014f1\";s:3:\"css\";s:2:\"cw\";s:4:\"code\";i:59754;s:3:\"src\";s:11:\"fontawesome\";}i:363;a:4:{s:3:\"uid\";s:32:\"f9c3205df26e7778abac86183aefdc99\";s:3:\"css\";s:3:\"ccw\";s:4:\"code\";i:59755;s:3:\"src\";s:11:\"fontawesome\";}i:364;a:4:{s:3:\"uid\";s:32:\"a73c5deb486c8d66249811642e5d719a\";s:3:\"css\";s:9:\"arrows-cw\";s:4:\"code\";i:59756;s:3:\"src\";s:11:\"fontawesome\";}i:365;a:4:{s:3:\"uid\";s:32:\"dea706a9bd3144316ce37406ec10f469\";s:3:\"css\";s:8:\"level-up\";s:4:\"code\";i:59757;s:3:\"src\";s:11:\"fontawesome\";}i:366;a:4:{s:3:\"uid\";s:32:\"4684e690bad65fb618329dfe52017475\";s:3:\"css\";s:10:\"level-down\";s:4:\"code\";i:59758;s:3:\"src\";s:11:\"fontawesome\";}i:367;a:4:{s:3:\"uid\";s:32:\"37c5ab63f10d7ad0b84d0978dcd0c7a8\";s:3:\"css\";s:7:\"shuffle\";s:4:\"code\";i:59759;s:3:\"src\";s:11:\"fontawesome\";}i:368;a:4:{s:3:\"uid\";s:32:\"6020aff067fc3c119cdd75daa5249220\";s:3:\"css\";s:8:\"exchange\";s:4:\"code\";i:59760;s:3:\"src\";s:11:\"fontawesome\";}i:369;a:4:{s:3:\"uid\";s:32:\"d4816c0845aa43767213d45574b3b145\";s:3:\"css\";s:7:\"history\";s:4:\"code\";i:59761;s:3:\"src\";s:11:\"fontawesome\";}i:370;a:4:{s:3:\"uid\";s:32:\"84bb9695b8662fa4783242f84c9e4682\";s:3:\"css\";s:6:\"expand\";s:4:\"code\";i:59762;s:3:\"src\";s:11:\"fontawesome\";}i:371;a:4:{s:3:\"uid\";s:32:\"7960517a504e42aea0641f15bc55fbed\";s:3:\"css\";s:8:\"collapse\";s:4:\"code\";i:59763;s:3:\"src\";s:11:\"fontawesome\";}i:372;a:4:{s:3:\"uid\";s:32:\"ed5a38704f0329e610ee1c92bec3ad3d\";s:3:\"css\";s:12:\"expand-right\";s:4:\"code\";i:59764;s:3:\"src\";s:11:\"fontawesome\";}i:373;a:4:{s:3:\"uid\";s:32:\"ea2ec99fbce03864e593bbf4f302a79d\";s:3:\"css\";s:13:\"collapse-left\";s:4:\"code\";i:59765;s:3:\"src\";s:11:\"fontawesome\";}i:374;a:4:{s:3:\"uid\";s:32:\"ce06b5805120d0c2f8d60cd3f1a4fdb5\";s:3:\"css\";s:4:\"play\";s:4:\"code\";i:59766;s:3:\"src\";s:11:\"fontawesome\";}i:375;a:4:{s:3:\"uid\";s:32:\"5717236f6134afe2d2a278a5c9b3927a\";s:3:\"css\";s:12:\"play-circled\";s:4:\"code\";i:59767;s:3:\"src\";s:11:\"fontawesome\";}i:376;a:4:{s:3:\"uid\";s:32:\"e835d9d0f2ee39ae01b01cc6a6fa24ab\";s:3:\"css\";s:13:\"play-circled2\";s:4:\"code\";i:59768;s:3:\"src\";s:11:\"fontawesome\";}i:377;a:4:{s:3:\"uid\";s:32:\"b624a1e512819d410ddbee84e6918b9d\";s:3:\"css\";s:4:\"stop\";s:4:\"code\";i:59769;s:3:\"src\";s:11:\"fontawesome\";}i:378;a:4:{s:3:\"uid\";s:32:\"0b28050bac9d3facf2f0226db643ece0\";s:3:\"css\";s:5:\"pause\";s:4:\"code\";i:59770;s:3:\"src\";s:11:\"fontawesome\";}i:379;a:4:{s:3:\"uid\";s:32:\"c47efa0e3e74f6ba4c2562c1258fff1f\";s:3:\"css\";s:6:\"to-end\";s:4:\"code\";i:59771;s:3:\"src\";s:11:\"fontawesome\";}i:380;a:4:{s:3:\"uid\";s:32:\"7ea35a8fc7e676c78e99cab2d4bc8653\";s:3:\"css\";s:10:\"to-end-alt\";s:4:\"code\";i:59772;s:3:\"src\";s:11:\"fontawesome\";}i:381;a:4:{s:3:\"uid\";s:32:\"12052b30d23a1a70d6b32962d5464cae\";s:3:\"css\";s:8:\"to-start\";s:4:\"code\";i:59773;s:3:\"src\";s:11:\"fontawesome\";}i:382;a:4:{s:3:\"uid\";s:32:\"6b5450145d620234f07ffcbfbb671074\";s:3:\"css\";s:12:\"to-start-alt\";s:4:\"code\";i:59774;s:3:\"src\";s:11:\"fontawesome\";}i:383;a:4:{s:3:\"uid\";s:32:\"4e511190b60f329d08301eb6869c5130\";s:3:\"css\";s:7:\"fast-fw\";s:4:\"code\";i:59775;s:3:\"src\";s:11:\"fontawesome\";}i:384;a:4:{s:3:\"uid\";s:32:\"b3d902fcead809e3a64c7ddcda497a6c\";s:3:\"css\";s:7:\"fast-bw\";s:4:\"code\";i:59776;s:3:\"src\";s:11:\"fontawesome\";}i:385;a:4:{s:3:\"uid\";s:32:\"91b141af48402743aa3503d0a7007132\";s:3:\"css\";s:5:\"eject\";s:4:\"code\";i:59777;s:3:\"src\";s:11:\"fontawesome\";}i:386;a:4:{s:3:\"uid\";s:32:\"e75c54c282c0bf22186c5c7ec4b03eac\";s:3:\"css\";s:6:\"target\";s:4:\"code\";i:59778;s:3:\"src\";s:11:\"fontawesome\";}i:387;a:4:{s:3:\"uid\";s:32:\"d407a4707f719b042ed2ad28d2619d7e\";s:3:\"css\";s:6:\"signal\";s:4:\"code\";i:59779;s:3:\"src\";s:11:\"fontawesome\";}i:388;a:4:{s:3:\"uid\";s:32:\"cd4bfdae4dc89b175ff49330ce29611a\";s:3:\"css\";s:4:\"wifi\";s:4:\"code\";i:59780;s:3:\"src\";s:11:\"fontawesome\";}i:389;a:4:{s:3:\"uid\";s:32:\"ab656e280958018a7859eba9a1eabbc7\";s:3:\"css\";s:5:\"award\";s:4:\"code\";i:59781;s:3:\"src\";s:11:\"fontawesome\";}i:390;a:4:{s:3:\"uid\";s:32:\"757afacc32d82967975cbb3b45cfb41b\";s:3:\"css\";s:7:\"desktop\";s:4:\"code\";i:59782;s:3:\"src\";s:11:\"fontawesome\";}i:391;a:4:{s:3:\"uid\";s:32:\"500fc1f109021e4b1de4deda2f7ed399\";s:3:\"css\";s:6:\"laptop\";s:4:\"code\";i:59783;s:3:\"src\";s:11:\"fontawesome\";}i:392;a:4:{s:3:\"uid\";s:32:\"f001fc3d4daa7da078e8c971e4f36977\";s:3:\"css\";s:6:\"tablet\";s:4:\"code\";i:59784;s:3:\"src\";s:11:\"fontawesome\";}i:393;a:4:{s:3:\"uid\";s:32:\"0357f7abbc0babf43509669f332e41e6\";s:3:\"css\";s:6:\"mobile\";s:4:\"code\";i:59785;s:3:\"src\";s:11:\"fontawesome\";}i:394;a:4:{s:3:\"uid\";s:32:\"c7a75a25880928fe76981a53eca4f926\";s:3:\"css\";s:5:\"inbox\";s:4:\"code\";i:59786;s:3:\"src\";s:11:\"fontawesome\";}i:395;a:4:{s:3:\"uid\";s:32:\"197375a3cea8cb90b02d06e4ddf1433d\";s:3:\"css\";s:5:\"globe\";s:4:\"code\";i:59787;s:3:\"src\";s:11:\"fontawesome\";}i:396;a:4:{s:3:\"uid\";s:32:\"aa035df0908c4665c269b7b09a5596f3\";s:3:\"css\";s:3:\"sun\";s:4:\"code\";i:59788;s:3:\"src\";s:11:\"fontawesome\";}i:397;a:4:{s:3:\"uid\";s:32:\"2c413e78faf1d6631fd7b094d14c2253\";s:3:\"css\";s:5:\"cloud\";s:4:\"code\";i:59789;s:3:\"src\";s:11:\"fontawesome\";}i:398;a:4:{s:3:\"uid\";s:32:\"3212f42c65d41ed91cb435d0490e29ed\";s:3:\"css\";s:5:\"flash\";s:4:\"code\";i:59790;s:3:\"src\";s:11:\"fontawesome\";}i:399;a:4:{s:3:\"uid\";s:32:\"567e3e257f2cc8fba2c12bf691c9f2d8\";s:3:\"css\";s:4:\"moon\";s:4:\"code\";i:59791;s:3:\"src\";s:11:\"fontawesome\";}i:400;a:4:{s:3:\"uid\";s:32:\"24ca41ab002c09de6e89b28f9d599508\";s:3:\"css\";s:8:\"umbrella\";s:4:\"code\";i:59792;s:3:\"src\";s:11:\"fontawesome\";}i:401;a:4:{s:3:\"uid\";s:32:\"297fe6c2ef08198b03d706ba52f51b7f\";s:3:\"css\";s:6:\"flight\";s:4:\"code\";i:59793;s:3:\"src\";s:11:\"fontawesome\";}i:402;a:4:{s:3:\"uid\";s:32:\"cb36cbe4e2dac9545e32c3d80a7c6e03\";s:3:\"css\";s:11:\"fighter-jet\";s:4:\"code\";i:59794;s:3:\"src\";s:11:\"fontawesome\";}i:403;a:4:{s:3:\"uid\";s:32:\"38575a803c4da31ce20d77e1e1236bcb\";s:3:\"css\";s:11:\"paper-plane\";s:4:\"code\";i:59795;s:3:\"src\";s:11:\"fontawesome\";}i:404;a:4:{s:3:\"uid\";s:32:\"4b2321afcbe0505a70b80abd5c25e09b\";s:3:\"css\";s:17:\"paper-plane-empty\";s:4:\"code\";i:59796;s:3:\"src\";s:11:\"fontawesome\";}i:405;a:4:{s:3:\"uid\";s:32:\"d650df2fd7c4e27d9185d90a1c12a881\";s:3:\"css\";s:13:\"space-shuttle\";s:4:\"code\";i:59797;s:3:\"src\";s:11:\"fontawesome\";}i:406;a:4:{s:3:\"uid\";s:32:\"19e7b342a5e6bd0cd86de6d6208486a4\";s:3:\"css\";s:4:\"leaf\";s:4:\"code\";i:59798;s:3:\"src\";s:11:\"fontawesome\";}i:407;a:4:{s:3:\"uid\";s:32:\"f9cbf7508cd04145ade2800169959eef\";s:3:\"css\";s:4:\"font\";s:4:\"code\";i:59799;s:3:\"src\";s:11:\"fontawesome\";}i:408;a:4:{s:3:\"uid\";s:32:\"02cca871bb69da75e8ee286b7055832c\";s:3:\"css\";s:4:\"bold\";s:4:\"code\";i:59800;s:3:\"src\";s:11:\"fontawesome\";}i:409;a:4:{s:3:\"uid\";s:32:\"bf09b1c6561dc0ced707476e2cd83d29\";s:3:\"css\";s:6:\"medium\";s:4:\"code\";i:59801;s:3:\"src\";s:11:\"fontawesome\";}i:410;a:4:{s:3:\"uid\";s:32:\"a8cb1c217f02b073db3670c061cc54d2\";s:3:\"css\";s:6:\"italic\";s:4:\"code\";i:59802;s:3:\"src\";s:11:\"fontawesome\";}i:411;a:4:{s:3:\"uid\";s:32:\"0c708edd8fae2376b3370aa56d40cf9e\";s:3:\"css\";s:6:\"header\";s:4:\"code\";i:59803;s:3:\"src\";s:11:\"fontawesome\";}i:412;a:4:{s:3:\"uid\";s:32:\"c5845105a87df2ee1999826d90622f6a\";s:3:\"css\";s:9:\"paragraph\";s:4:\"code\";i:59804;s:3:\"src\";s:11:\"fontawesome\";}i:413;a:4:{s:3:\"uid\";s:32:\"c009d417f87d6a27bb5a1cefd30b6cbd\";s:3:\"css\";s:11:\"text-height\";s:4:\"code\";i:59805;s:3:\"src\";s:11:\"fontawesome\";}i:414;a:4:{s:3:\"uid\";s:32:\"13a971bcccd2dda26d4d4eccd8593f8a\";s:3:\"css\";s:10:\"text-width\";s:4:\"code\";i:59806;s:3:\"src\";s:11:\"fontawesome\";}i:415;a:4:{s:3:\"uid\";s:32:\"f4f0e849b805be1f6d76b65581cb3b8b\";s:3:\"css\";s:10:\"align-left\";s:4:\"code\";i:59807;s:3:\"src\";s:11:\"fontawesome\";}i:416;a:4:{s:3:\"uid\";s:32:\"ae6336c46d73af999fe7460c089abb4d\";s:3:\"css\";s:12:\"align-center\";s:4:\"code\";i:59808;s:3:\"src\";s:11:\"fontawesome\";}i:417;a:4:{s:3:\"uid\";s:32:\"e1e7306b47c3c5e6faecce9d32571381\";s:3:\"css\";s:11:\"align-right\";s:4:\"code\";i:59809;s:3:\"src\";s:11:\"fontawesome\";}i:418;a:4:{s:3:\"uid\";s:32:\"25a81737628d1e654a30ad412d7d6dd7\";s:3:\"css\";s:13:\"align-justify\";s:4:\"code\";i:59810;s:3:\"src\";s:11:\"fontawesome\";}i:419;a:4:{s:3:\"uid\";s:32:\"48b87105bd38c20315f1b705b8c7b38c\";s:3:\"css\";s:4:\"list\";s:4:\"code\";i:59811;s:3:\"src\";s:11:\"fontawesome\";}i:420;a:4:{s:3:\"uid\";s:32:\"594e9271c08ff732c04b3bf3117b9040\";s:3:\"css\";s:11:\"indent-left\";s:4:\"code\";i:59812;s:3:\"src\";s:11:\"fontawesome\";}i:421;a:4:{s:3:\"uid\";s:32:\"4d2dfc45d8176b1f26aed973fa84a91e\";s:3:\"css\";s:12:\"indent-right\";s:4:\"code\";i:59813;s:3:\"src\";s:11:\"fontawesome\";}i:422;a:4:{s:3:\"uid\";s:32:\"a2a74f5e7b7d9ba054897d8c795a326a\";s:3:\"css\";s:11:\"list-bullet\";s:4:\"code\";i:59814;s:3:\"src\";s:11:\"fontawesome\";}i:423;a:4:{s:3:\"uid\";s:32:\"f6766a8b042c2453a4e153af03294383\";s:3:\"css\";s:13:\"list-numbered\";s:4:\"code\";i:59815;s:3:\"src\";s:11:\"fontawesome\";}i:424;a:4:{s:3:\"uid\";s:32:\"61c242c9e2134d5864d7fdd57b3c9289\";s:3:\"css\";s:6:\"strike\";s:4:\"code\";i:59816;s:3:\"src\";s:11:\"fontawesome\";}i:425;a:4:{s:3:\"uid\";s:32:\"d4a4a38a40b728f46dad1de4ac950231\";s:3:\"css\";s:9:\"underline\";s:4:\"code\";i:59817;s:3:\"src\";s:11:\"fontawesome\";}i:426;a:4:{s:3:\"uid\";s:32:\"4e88371fb8857dacc1f66afe6314e426\";s:3:\"css\";s:11:\"superscript\";s:4:\"code\";i:59818;s:3:\"src\";s:11:\"fontawesome\";}i:427;a:4:{s:3:\"uid\";s:32:\"3d1c929dbc966992185ce749548c1b2c\";s:3:\"css\";s:9:\"subscript\";s:4:\"code\";i:59819;s:3:\"src\";s:11:\"fontawesome\";}i:428;a:4:{s:3:\"uid\";s:32:\"8fb55fd696d9a0f58f3b27c1d8633750\";s:3:\"css\";s:5:\"table\";s:4:\"code\";i:59820;s:3:\"src\";s:11:\"fontawesome\";}i:429;a:4:{s:3:\"uid\";s:32:\"53dd31a6cc6438192b2d7b09b1c1dd45\";s:3:\"css\";s:7:\"columns\";s:4:\"code\";i:59821;s:3:\"src\";s:11:\"fontawesome\";}i:430;a:4:{s:3:\"uid\";s:32:\"09bdae120f85e79f2db16145a9e1f6d8\";s:3:\"css\";s:4:\"crop\";s:4:\"code\";i:59822;s:3:\"src\";s:11:\"fontawesome\";}i:431;a:4:{s:3:\"uid\";s:32:\"8772331a9fec983cdb5d72902a6f9e0e\";s:3:\"css\";s:8:\"scissors\";s:4:\"code\";i:59823;s:3:\"src\";s:11:\"fontawesome\";}i:432;a:4:{s:3:\"uid\";s:32:\"b429436ec5a518c78479d44ef18dbd60\";s:3:\"css\";s:5:\"paste\";s:4:\"code\";i:59824;s:3:\"src\";s:11:\"fontawesome\";}i:433;a:4:{s:3:\"uid\";s:32:\"053b757d97042e1c94276200c7b64b91\";s:3:\"css\";s:9:\"briefcase\";s:4:\"code\";i:59825;s:3:\"src\";s:11:\"fontawesome\";}i:434;a:4:{s:3:\"uid\";s:32:\"5ccf1ed249fd9d723ec1ce8629a9f507\";s:3:\"css\";s:8:\"suitcase\";s:4:\"code\";i:59826;s:3:\"src\";s:11:\"fontawesome\";}i:435;a:4:{s:3:\"uid\";s:32:\"107ce08c7231097c7447d8f4d059b55f\";s:3:\"css\";s:8:\"ellipsis\";s:4:\"code\";i:59827;s:3:\"src\";s:11:\"fontawesome\";}i:436;a:4:{s:3:\"uid\";s:32:\"750058837a91edae64b03d60fc7e81a7\";s:3:\"css\";s:13:\"ellipsis-vert\";s:4:\"code\";i:59828;s:3:\"src\";s:11:\"fontawesome\";}i:437;a:4:{s:3:\"uid\";s:32:\"8b9e6a8dd8f67f7c003ed8e7e5ee0857\";s:3:\"css\";s:3:\"off\";s:4:\"code\";i:59829;s:3:\"src\";s:11:\"fontawesome\";}i:438;a:4:{s:3:\"uid\";s:32:\"ecede48deb16179e5ef9a3f8ffae62f4\";s:3:\"css\";s:4:\"road\";s:4:\"code\";i:59830;s:3:\"src\";s:11:\"fontawesome\";}i:439;a:4:{s:3:\"uid\";s:32:\"c819c6225685bae2eed1b8da13e629fa\";s:3:\"css\";s:8:\"list-alt\";s:4:\"code\";i:59831;s:3:\"src\";s:11:\"fontawesome\";}i:440;a:4:{s:3:\"uid\";s:32:\"fd45bb961d08f9f2092f0df3fba29fe9\";s:3:\"css\";s:6:\"qrcode\";s:4:\"code\";i:59832;s:3:\"src\";s:11:\"fontawesome\";}i:441;a:4:{s:3:\"uid\";s:32:\"aa991e8e66ac54b33f0a4b0555597b08\";s:3:\"css\";s:7:\"barcode\";s:4:\"code\";i:59833;s:3:\"src\";s:11:\"fontawesome\";}i:442;a:4:{s:3:\"uid\";s:32:\"9755f76110ae4d12ac5f9466c9152031\";s:3:\"css\";s:4:\"book\";s:4:\"code\";i:59834;s:3:\"src\";s:11:\"fontawesome\";}i:443;a:4:{s:3:\"uid\";s:32:\"ca90da02d2c6a3183f2458e4dc416285\";s:3:\"css\";s:5:\"ajust\";s:4:\"code\";i:59835;s:3:\"src\";s:11:\"fontawesome\";}i:444;a:4:{s:3:\"uid\";s:32:\"83458acd9f38d03ec0226ce82a83c0f4\";s:3:\"css\";s:4:\"tint\";s:4:\"code\";i:59836;s:3:\"src\";s:11:\"fontawesome\";}i:445;a:4:{s:3:\"uid\";s:32:\"2a4e6c99b732a57da40e32fa2a7800a4\";s:3:\"css\";s:10:\"toggle-off\";s:4:\"code\";i:59837;s:3:\"src\";s:11:\"fontawesome\";}i:446;a:4:{s:3:\"uid\";s:32:\"3256ef03b16e7ab51235bc7378b53bb5\";s:3:\"css\";s:9:\"toggle-on\";s:4:\"code\";i:59838;s:3:\"src\";s:11:\"fontawesome\";}i:447;a:4:{s:3:\"uid\";s:32:\"dd6c6b221a1088ff8a9b9cd32d0b3dd5\";s:3:\"css\";s:5:\"check\";s:4:\"code\";i:59839;s:3:\"src\";s:11:\"fontawesome\";}i:448;a:4:{s:3:\"uid\";s:32:\"4b900d04e8ab8c82f080c1cfbac5772c\";s:3:\"css\";s:11:\"check-empty\";s:4:\"code\";i:59840;s:3:\"src\";s:11:\"fontawesome\";}i:449;a:4:{s:3:\"uid\";s:32:\"130380e481a7defc690dfb24123a1f0c\";s:3:\"css\";s:6:\"circle\";s:4:\"code\";i:59841;s:3:\"src\";s:11:\"fontawesome\";}i:450;a:4:{s:3:\"uid\";s:32:\"422e07e5afb80258a9c4ed1706498f8a\";s:3:\"css\";s:12:\"circle-empty\";s:4:\"code\";i:59842;s:3:\"src\";s:11:\"fontawesome\";}i:451;a:4:{s:3:\"uid\";s:32:\"5774d0a0e50f6eefc8be01bd761e5dd3\";s:3:\"css\";s:11:\"circle-thin\";s:4:\"code\";i:59843;s:3:\"src\";s:11:\"fontawesome\";}i:452;a:4:{s:3:\"uid\";s:32:\"4ffd8122933b9ee0183b925e1554969f\";s:3:\"css\";s:12:\"circle-notch\";s:4:\"code\";i:59844;s:3:\"src\";s:11:\"fontawesome\";}i:453;a:4:{s:3:\"uid\";s:32:\"81bb68665e8e595505272a746db07c7a\";s:3:\"css\";s:11:\"dot-circled\";s:4:\"code\";i:59845;s:3:\"src\";s:11:\"fontawesome\";}i:454;a:4:{s:3:\"uid\";s:32:\"823a9e02e643318116fea40a00190e4e\";s:3:\"css\";s:8:\"asterisk\";s:4:\"code\";i:59846;s:3:\"src\";s:11:\"fontawesome\";}i:455;a:4:{s:3:\"uid\";s:32:\"28f308aa0a07a67433f54c089c400d82\";s:3:\"css\";s:4:\"gift\";s:4:\"code\";i:59847;s:3:\"src\";s:11:\"fontawesome\";}i:456;a:4:{s:3:\"uid\";s:32:\"254077e7c0a9e6d303b32f9c35b96a40\";s:3:\"css\";s:4:\"fire\";s:4:\"code\";i:59848;s:3:\"src\";s:11:\"fontawesome\";}i:457;a:4:{s:3:\"uid\";s:32:\"d20912c814d0ff9a7fd27ed1f54813cc\";s:3:\"css\";s:8:\"magnet-1\";s:4:\"code\";i:59849;s:3:\"src\";s:11:\"fontawesome\";}i:458;a:4:{s:3:\"uid\";s:32:\"266d5d9adf15a61800477a5acf9a4462\";s:3:\"css\";s:9:\"chart-bar\";s:4:\"code\";i:59850;s:3:\"src\";s:11:\"fontawesome\";}i:459;a:4:{s:3:\"uid\";s:32:\"7d1ca956f4181a023de4b9efbed92524\";s:3:\"css\";s:10:\"chart-area\";s:4:\"code\";i:59851;s:3:\"src\";s:11:\"fontawesome\";}i:460;a:4:{s:3:\"uid\";s:32:\"554ee96588a6c9ee632624cd051fe6fc\";s:3:\"css\";s:9:\"chart-pie\";s:4:\"code\";i:59852;s:3:\"src\";s:11:\"fontawesome\";}i:461;a:4:{s:3:\"uid\";s:32:\"ea2d9a8c51ca42b38ef0d2a07f16d9a7\";s:3:\"css\";s:10:\"chart-line\";s:4:\"code\";i:59853;s:3:\"src\";s:11:\"fontawesome\";}i:462;a:4:{s:3:\"uid\";s:32:\"d6fcb9886485b0bdb41b94521e7a3311\";s:3:\"css\";s:6:\"ticket\";s:4:\"code\";i:59854;s:3:\"src\";s:11:\"fontawesome\";}i:463;a:4:{s:3:\"uid\";s:32:\"3d8cc269fdad8a4cda55a20542a84e5c\";s:3:\"css\";s:11:\"credit-card\";s:4:\"code\";i:59855;s:3:\"src\";s:11:\"fontawesome\";}i:464;a:4:{s:3:\"uid\";s:32:\"f4445feb55521283572ee88bc304f928\";s:3:\"css\";s:6:\"floppy\";s:4:\"code\";i:59856;s:3:\"src\";s:11:\"fontawesome\";}i:465;a:4:{s:3:\"uid\";s:32:\"3e674995cacc2b09692c096ea7eb6165\";s:3:\"css\";s:9:\"megaphone\";s:4:\"code\";i:59857;s:3:\"src\";s:11:\"fontawesome\";}i:466;a:4:{s:3:\"uid\";s:32:\"795efd07cd5205b589c883916a76cff0\";s:3:\"css\";s:3:\"hdd\";s:4:\"code\";i:59858;s:3:\"src\";s:11:\"fontawesome\";}i:467;a:4:{s:3:\"uid\";s:32:\"f2aa28a2548ed3d2be718d087b65ee21\";s:3:\"css\";s:3:\"key\";s:4:\"code\";i:59859;s:3:\"src\";s:11:\"fontawesome\";}i:468;a:4:{s:3:\"uid\";s:32:\"bc4b94dd7a9a1dd2e02f9e4648062596\";s:3:\"css\";s:4:\"fork\";s:4:\"code\";i:59860;s:3:\"src\";s:11:\"fontawesome\";}i:469;a:4:{s:3:\"uid\";s:32:\"8aa99bc60f3553bb3e31b73dd6e744c8\";s:3:\"css\";s:6:\"rocket\";s:4:\"code\";i:59861;s:3:\"src\";s:11:\"fontawesome\";}i:470;a:4:{s:3:\"uid\";s:32:\"7432077e6a2d6aa19984ca821bb6bbda\";s:3:\"css\";s:3:\"bug\";s:4:\"code\";i:59862;s:3:\"src\";s:11:\"fontawesome\";}i:471;a:4:{s:3:\"uid\";s:32:\"d61be837c725a299b432dcbee2ecdae6\";s:3:\"css\";s:11:\"certificate\";s:4:\"code\";i:59863;s:3:\"src\";s:11:\"fontawesome\";}i:472;a:4:{s:3:\"uid\";s:32:\"9396b2d8849e0213a0f11c5fd7fcc522\";s:3:\"css\";s:5:\"tasks\";s:4:\"code\";i:59864;s:3:\"src\";s:11:\"fontawesome\";}i:473;a:4:{s:3:\"uid\";s:32:\"4109c474ff99cad28fd5a2c38af2ec6f\";s:3:\"css\";s:6:\"filter\";s:4:\"code\";i:59865;s:3:\"src\";s:11:\"fontawesome\";}i:474;a:4:{s:3:\"uid\";s:32:\"0f444c61b0d2c9966016d7ddb12f5837\";s:3:\"css\";s:6:\"beaker\";s:4:\"code\";i:59866;s:3:\"src\";s:11:\"fontawesome\";}i:475;a:4:{s:3:\"uid\";s:32:\"ff70f7b3228702e0d590e60ed3b90bea\";s:3:\"css\";s:5:\"magic\";s:4:\"code\";i:59867;s:3:\"src\";s:11:\"fontawesome\";}i:476;a:4:{s:3:\"uid\";s:32:\"9937d762aee170b7350b15dd02dd34a3\";s:3:\"css\";s:3:\"cab\";s:4:\"code\";i:59868;s:3:\"src\";s:11:\"fontawesome\";}i:477;a:4:{s:3:\"uid\";s:32:\"5eacf9f8805e2c0bc306dcd1e709db16\";s:3:\"css\";s:4:\"taxi\";s:4:\"code\";i:59869;s:3:\"src\";s:11:\"fontawesome\";}i:478;a:4:{s:3:\"uid\";s:32:\"7f3d8ff1d5f6ee019f0c00ed7a86caec\";s:3:\"css\";s:5:\"truck\";s:4:\"code\";i:59870;s:3:\"src\";s:11:\"fontawesome\";}i:479;a:4:{s:3:\"uid\";s:32:\"5b17c7263caa553039655f2fef81ecaf\";s:3:\"css\";s:3:\"bus\";s:4:\"code\";i:59871;s:3:\"src\";s:11:\"fontawesome\";}i:480;a:4:{s:3:\"uid\";s:32:\"891d861cffd152a6474f01e77716d44e\";s:3:\"css\";s:7:\"bicycle\";s:4:\"code\";i:59872;s:3:\"src\";s:11:\"fontawesome\";}i:481;a:4:{s:3:\"uid\";s:32:\"326dd5dc5899787161184614d04a50b9\";s:3:\"css\";s:10:\"motorcycle\";s:4:\"code\";i:59873;s:3:\"src\";s:11:\"fontawesome\";}i:482;a:4:{s:3:\"uid\";s:32:\"4df54de7f9081aefcc1476068d4464e9\";s:3:\"css\";s:5:\"train\";s:4:\"code\";i:59874;s:3:\"src\";s:11:\"fontawesome\";}i:483;a:4:{s:3:\"uid\";s:32:\"26667777684de4808cedd3783834356f\";s:3:\"css\";s:6:\"subway\";s:4:\"code\";i:59875;s:3:\"src\";s:11:\"fontawesome\";}i:484;a:4:{s:3:\"uid\";s:32:\"3bf0956ae356f79d805fb17f4a523f24\";s:3:\"css\";s:4:\"ship\";s:4:\"code\";i:59876;s:3:\"src\";s:11:\"fontawesome\";}i:485;a:4:{s:3:\"uid\";s:32:\"f279f25007794fa6837ff78fe94b216e\";s:3:\"css\";s:5:\"money\";s:4:\"code\";i:59877;s:3:\"src\";s:11:\"fontawesome\";}i:486;a:4:{s:3:\"uid\";s:32:\"486b835e9eebf54eee78ed12b4291b86\";s:3:\"css\";s:4:\"euro\";s:4:\"code\";i:59878;s:3:\"src\";s:11:\"fontawesome\";}i:487;a:4:{s:3:\"uid\";s:32:\"9854f7f091bd4fdf9b8735ed66667b9d\";s:3:\"css\";s:5:\"pound\";s:4:\"code\";i:59879;s:3:\"src\";s:11:\"fontawesome\";}i:488;a:4:{s:3:\"uid\";s:32:\"026007bd17bfc67f3fe013199676f620\";s:3:\"css\";s:6:\"dollar\";s:4:\"code\";i:59880;s:3:\"src\";s:11:\"fontawesome\";}i:489;a:4:{s:3:\"uid\";s:32:\"62e4fa2c664818d20ce4740cadbf9aeb\";s:3:\"css\";s:5:\"rupee\";s:4:\"code\";i:59881;s:3:\"src\";s:11:\"fontawesome\";}i:490;a:4:{s:3:\"uid\";s:32:\"5f61f8a682b77d2529296a8061bf9597\";s:3:\"css\";s:3:\"yen\";s:4:\"code\";i:59882;s:3:\"src\";s:11:\"fontawesome\";}i:491;a:4:{s:3:\"uid\";s:32:\"243424d56528e83e4fe9ef6e6347a2ef\";s:3:\"css\";s:6:\"rouble\";s:4:\"code\";i:59883;s:3:\"src\";s:11:\"fontawesome\";}i:492;a:4:{s:3:\"uid\";s:32:\"589ae2cbc6d95cc74eb2dbd3fa9c9bcd\";s:3:\"css\";s:6:\"shekel\";s:4:\"code\";i:59884;s:3:\"src\";s:11:\"fontawesome\";}i:493;a:4:{s:3:\"uid\";s:32:\"7f5801d1e299b445ad0090b0a9e94bcb\";s:3:\"css\";s:3:\"try\";s:4:\"code\";i:59885;s:3:\"src\";s:11:\"fontawesome\";}i:494;a:4:{s:3:\"uid\";s:32:\"82f0dc5149d842219e45000bebd683fb\";s:3:\"css\";s:3:\"won\";s:4:\"code\";i:59886;s:3:\"src\";s:11:\"fontawesome\";}i:495;a:4:{s:3:\"uid\";s:32:\"2cb15eb2b295ee3c33fab1530e18a924\";s:3:\"css\";s:7:\"bitcoin\";s:4:\"code\";i:59887;s:3:\"src\";s:11:\"fontawesome\";}i:496;a:4:{s:3:\"uid\";s:32:\"77b6b5ad1966970971c43e40e8d10772\";s:3:\"css\";s:7:\"viacoin\";s:4:\"code\";i:59888;s:3:\"src\";s:11:\"fontawesome\";}i:497;a:4:{s:3:\"uid\";s:32:\"56a21935a5d4d79b2e91ec00f760b369\";s:3:\"css\";s:4:\"sort\";s:4:\"code\";i:59889;s:3:\"src\";s:11:\"fontawesome\";}i:498;a:4:{s:3:\"uid\";s:32:\"94103e1b3f1e8cf514178ec5912b4469\";s:3:\"css\";s:9:\"sort-down\";s:4:\"code\";i:59890;s:3:\"src\";s:11:\"fontawesome\";}i:499;a:4:{s:3:\"uid\";s:32:\"65b3ce930627cabfb6ac81ac60ec5ae4\";s:3:\"css\";s:7:\"sort-up\";s:4:\"code\";i:59891;s:3:\"src\";s:11:\"fontawesome\";}i:500;a:4:{s:3:\"uid\";s:32:\"0cd2582b8c93719d066ee0affd02ac78\";s:3:\"css\";s:11:\"sort-alt-up\";s:4:\"code\";i:59892;s:3:\"src\";s:11:\"fontawesome\";}i:501;a:4:{s:3:\"uid\";s:32:\"27b13eff5eb0ca15e01a6e65ffe6eeec\";s:3:\"css\";s:13:\"sort-alt-down\";s:4:\"code\";i:59893;s:3:\"src\";s:11:\"fontawesome\";}i:502;a:4:{s:3:\"uid\";s:32:\"3ed68ae14e9cde775121954242a412b2\";s:3:\"css\";s:12:\"sort-name-up\";s:4:\"code\";i:59894;s:3:\"src\";s:11:\"fontawesome\";}i:503;a:4:{s:3:\"uid\";s:32:\"6586267200a42008a9fc0a1bf7ac06c7\";s:3:\"css\";s:14:\"sort-name-down\";s:4:\"code\";i:59895;s:3:\"src\";s:11:\"fontawesome\";}i:504;a:4:{s:3:\"uid\";s:32:\"3a7b6876c1817ce3b801b86c04a9d0af\";s:3:\"css\";s:14:\"sort-number-up\";s:4:\"code\";i:59896;s:3:\"src\";s:11:\"fontawesome\";}i:505;a:4:{s:3:\"uid\";s:32:\"b04fc30546f597a7e0a14715e6fc81ff\";s:3:\"css\";s:16:\"sort-number-down\";s:4:\"code\";i:59897;s:3:\"src\";s:11:\"fontawesome\";}i:506;a:4:{s:3:\"uid\";s:32:\"dec0ce0476433f7e49e096526cf89465\";s:3:\"css\";s:6:\"hammer\";s:4:\"code\";i:59898;s:3:\"src\";s:11:\"fontawesome\";}i:507;a:4:{s:3:\"uid\";s:32:\"0bda4bc779d4c32623dec2e43bd67ee8\";s:3:\"css\";s:5:\"gauge\";s:4:\"code\";i:59899;s:3:\"src\";s:11:\"fontawesome\";}i:508;a:4:{s:3:\"uid\";s:32:\"6fe95ffc3c807e62647d4f814a96e0d7\";s:3:\"css\";s:7:\"sitemap\";s:4:\"code\";i:59900;s:3:\"src\";s:11:\"fontawesome\";}i:509;a:4:{s:3:\"uid\";s:32:\"cda0cdcfd38f5f1d9255e722dad42012\";s:3:\"css\";s:7:\"spinner\";s:4:\"code\";i:59901;s:3:\"src\";s:11:\"fontawesome\";}i:510;a:4:{s:3:\"uid\";s:32:\"3a26448b711645ba1abfc86c1a6e2f30\";s:3:\"css\";s:6:\"coffee\";s:4:\"code\";i:59902;s:3:\"src\";s:11:\"fontawesome\";}i:511;a:4:{s:3:\"uid\";s:32:\"30b79160618d99ce798e4bd11cafe3fe\";s:3:\"css\";s:4:\"food\";s:4:\"code\";i:59903;s:3:\"src\";s:11:\"fontawesome\";}i:512;a:4:{s:3:\"uid\";s:32:\"890bcc8897cce868f6ee65cadadde036\";s:3:\"css\";s:4:\"beer\";s:4:\"code\";i:59904;s:3:\"src\";s:11:\"fontawesome\";}i:513;a:4:{s:3:\"uid\";s:32:\"9e8430ce95f56720ae8e7afba291df88\";s:3:\"css\";s:7:\"user-md\";s:4:\"code\";i:59905;s:3:\"src\";s:11:\"fontawesome\";}i:514;a:4:{s:3:\"uid\";s:32:\"5590d2f643b64d2d0757ae660f9c24cb\";s:3:\"css\";s:11:\"stethoscope\";s:4:\"code\";i:59906;s:3:\"src\";s:11:\"fontawesome\";}i:515;a:4:{s:3:\"uid\";s:32:\"d84a06c5ce6da9ebdc9b0a5cb94db4c4\";s:3:\"css\";s:9:\"heartbeat\";s:4:\"code\";i:59907;s:3:\"src\";s:11:\"fontawesome\";}i:516;a:4:{s:3:\"uid\";s:32:\"6dbf07228006788a96eb6244b3591970\";s:3:\"css\";s:9:\"ambulance\";s:4:\"code\";i:59908;s:3:\"src\";s:11:\"fontawesome\";}i:517;a:4:{s:3:\"uid\";s:32:\"46120eb259799eab0dac0691137e5706\";s:3:\"css\";s:6:\"medkit\";s:4:\"code\";i:59909;s:3:\"src\";s:11:\"fontawesome\";}i:518;a:4:{s:3:\"uid\";s:32:\"6f41d9b99564a01f1fde503b7f03bf1a\";s:3:\"css\";s:6:\"h-sigh\";s:4:\"code\";i:59910;s:3:\"src\";s:11:\"fontawesome\";}i:519;a:4:{s:3:\"uid\";s:32:\"df9d9b2fb366c10427ffb727943db912\";s:3:\"css\";s:3:\"bed\";s:4:\"code\";i:59911;s:3:\"src\";s:11:\"fontawesome\";}i:520;a:4:{s:3:\"uid\";s:32:\"c4adaacece4c6341a9ae1816f5ea500c\";s:3:\"css\";s:8:\"hospital\";s:4:\"code\";i:59912;s:3:\"src\";s:11:\"fontawesome\";}i:521;a:4:{s:3:\"uid\";s:32:\"3d1e04316a48ace4e2b81be58343a41c\";s:3:\"css\";s:8:\"building\";s:4:\"code\";i:59913;s:3:\"src\";s:11:\"fontawesome\";}i:522;a:4:{s:3:\"uid\";s:32:\"ede2ea0a583f662b79fbb181b428c20d\";s:3:\"css\";s:15:\"building-filled\";s:4:\"code\";i:59914;s:3:\"src\";s:11:\"fontawesome\";}i:523;a:4:{s:3:\"uid\";s:32:\"8c0ffa714cecbf5144e022d9c3df4a1f\";s:3:\"css\";s:4:\"bank\";s:4:\"code\";i:59915;s:3:\"src\";s:11:\"fontawesome\";}i:524;a:4:{s:3:\"uid\";s:32:\"d862a10e1448589215be19702f98f2c1\";s:3:\"css\";s:5:\"smile\";s:4:\"code\";i:59916;s:3:\"src\";s:11:\"fontawesome\";}i:525;a:4:{s:3:\"uid\";s:32:\"06ddc67d609c477cd5524a7238d7850d\";s:3:\"css\";s:5:\"frown\";s:4:\"code\";i:59917;s:3:\"src\";s:11:\"fontawesome\";}i:526;a:4:{s:3:\"uid\";s:32:\"2c5055a9c9723725f49f0593a08535af\";s:3:\"css\";s:3:\"meh\";s:4:\"code\";i:59918;s:3:\"src\";s:11:\"fontawesome\";}i:527;a:4:{s:3:\"uid\";s:32:\"7a9d73c640892d4b917c706ad95d6fec\";s:3:\"css\";s:6:\"anchor\";s:4:\"code\";i:59919;s:3:\"src\";s:11:\"fontawesome\";}i:528;a:4:{s:3:\"uid\";s:32:\"fa10777b2d88cc64cd6e4f26ef0e5264\";s:3:\"css\";s:8:\"terminal\";s:4:\"code\";i:59920;s:3:\"src\";s:11:\"fontawesome\";}i:529;a:4:{s:3:\"uid\";s:32:\"ebc57fa8400e4ede049ac5dc665210e1\";s:3:\"css\";s:6:\"eraser\";s:4:\"code\";i:59921;s:3:\"src\";s:11:\"fontawesome\";}i:530;a:4:{s:3:\"uid\";s:32:\"5f0f183e241d15cbe486bff88b188dff\";s:3:\"css\";s:6:\"puzzle\";s:4:\"code\";i:59922;s:3:\"src\";s:11:\"fontawesome\";}i:531;a:4:{s:3:\"uid\";s:32:\"44a0e2660ac966cdfaa04deb6aac51df\";s:3:\"css\";s:6:\"shield\";s:4:\"code\";i:59923;s:3:\"src\";s:11:\"fontawesome\";}i:532;a:4:{s:3:\"uid\";s:32:\"1e7648f03fbdc28114a00b33b059b499\";s:3:\"css\";s:12:\"extinguisher\";s:4:\"code\";i:59924;s:3:\"src\";s:11:\"fontawesome\";}i:533;a:4:{s:3:\"uid\";s:32:\"c92ad3028acce9d51bae0ac82f5de8a2\";s:3:\"css\";s:8:\"bullseye\";s:4:\"code\";i:59925;s:3:\"src\";s:11:\"fontawesome\";}i:534;a:4:{s:3:\"uid\";s:32:\"8a67014b864fb93503348593979ddce3\";s:3:\"css\";s:10:\"wheelchair\";s:4:\"code\";i:59926;s:3:\"src\";s:11:\"fontawesome\";}i:535;a:4:{s:3:\"uid\";s:32:\"4fc9b8c122d1b5ca3df42a104a655e8b\";s:3:\"css\";s:8:\"language\";s:4:\"code\";i:59927;s:3:\"src\";s:11:\"fontawesome\";}i:536;a:4:{s:3:\"uid\";s:32:\"20fc52f9a88bb7bda023ef209acac095\";s:3:\"css\";s:14:\"graduation-cap\";s:4:\"code\";i:59928;s:3:\"src\";s:11:\"fontawesome\";}i:537;a:4:{s:3:\"uid\";s:32:\"55605ca79a65def1a9c300037ff1d0d5\";s:3:\"css\";s:3:\"paw\";s:4:\"code\";i:59929;s:3:\"src\";s:11:\"fontawesome\";}i:538;a:4:{s:3:\"uid\";s:32:\"3964e28e6bdf85b3b70df3533db69867\";s:3:\"css\";s:5:\"spoon\";s:4:\"code\";i:59930;s:3:\"src\";s:11:\"fontawesome\";}i:539;a:4:{s:3:\"uid\";s:32:\"fbede3c5584282a0e9b131926dff71da\";s:3:\"css\";s:4:\"cube\";s:4:\"code\";i:59931;s:3:\"src\";s:11:\"fontawesome\";}i:540;a:4:{s:3:\"uid\";s:32:\"af95ef0ddda80a78828c62d386506433\";s:3:\"css\";s:5:\"cubes\";s:4:\"code\";i:59932;s:3:\"src\";s:11:\"fontawesome\";}i:541;a:4:{s:3:\"uid\";s:32:\"288f930b765216bc04e475740331bdf5\";s:3:\"css\";s:7:\"recycle\";s:4:\"code\";i:59933;s:3:\"src\";s:11:\"fontawesome\";}i:542;a:4:{s:3:\"uid\";s:32:\"88da60b3a17e5744695682833a178e73\";s:3:\"css\";s:4:\"tree\";s:4:\"code\";i:59934;s:3:\"src\";s:11:\"fontawesome\";}i:543;a:4:{s:3:\"uid\";s:32:\"347c38a8b96a509270fdcabc951e7571\";s:3:\"css\";s:8:\"database\";s:4:\"code\";i:59935;s:3:\"src\";s:11:\"fontawesome\";}i:544;a:4:{s:3:\"uid\";s:32:\"d59ff824282fc6edaeca991deab522aa\";s:3:\"css\";s:6:\"server\";s:4:\"code\";i:59936;s:3:\"src\";s:11:\"fontawesome\";}i:545;a:4:{s:3:\"uid\";s:32:\"ebffa4e734c8379ffee4fbfe49264d94\";s:3:\"css\";s:8:\"lifebuoy\";s:4:\"code\";i:59937;s:3:\"src\";s:11:\"fontawesome\";}i:546;a:4:{s:3:\"uid\";s:32:\"c53415fbd2695033bd7180d7a9ed4934\";s:3:\"css\";s:5:\"rebel\";s:4:\"code\";i:59938;s:3:\"src\";s:11:\"fontawesome\";}i:547;a:4:{s:3:\"uid\";s:32:\"6632ce1019f9115842335622cb55f4e7\";s:3:\"css\";s:6:\"empire\";s:4:\"code\";i:59939;s:3:\"src\";s:11:\"fontawesome\";}i:548;a:4:{s:3:\"uid\";s:32:\"49ef53dc31aa9442d77f6ba4f559b528\";s:3:\"css\";s:4:\"bomb\";s:4:\"code\";i:59940;s:3:\"src\";s:11:\"fontawesome\";}i:549;a:4:{s:3:\"uid\";s:32:\"cf62866c0cfe3dd14455b381c724f8e1\";s:3:\"css\";s:11:\"soccer-ball\";s:4:\"code\";i:59941;s:3:\"src\";s:11:\"fontawesome\";}i:550;a:4:{s:3:\"uid\";s:32:\"3e1c9aac91dc062dc1af383d43f58ac5\";s:3:\"css\";s:3:\"tty\";s:4:\"code\";i:59942;s:3:\"src\";s:11:\"fontawesome\";}i:551;a:4:{s:3:\"uid\";s:32:\"73ffeb70554099177620847206c12457\";s:3:\"css\";s:10:\"binoculars\";s:4:\"code\";i:59943;s:3:\"src\";s:11:\"fontawesome\";}i:552;a:4:{s:3:\"uid\";s:32:\"a14be0c7e0689076e2bdde97f8e309f9\";s:3:\"css\";s:4:\"plug\";s:4:\"code\";i:59944;s:3:\"src\";s:11:\"fontawesome\";}i:553;a:4:{s:3:\"uid\";s:32:\"032bd8bbd70adf90ead98b6813bfe446\";s:3:\"css\";s:9:\"newspaper\";s:4:\"code\";i:59945;s:3:\"src\";s:11:\"fontawesome\";}i:554;a:4:{s:3:\"uid\";s:32:\"1ee2aeb352153a403df4b441a8bc9bda\";s:3:\"css\";s:4:\"calc\";s:4:\"code\";i:59946;s:3:\"src\";s:11:\"fontawesome\";}i:555;a:4:{s:3:\"uid\";s:32:\"4a74a0f87d4089efe7aba1825bff4193\";s:3:\"css\";s:9:\"copyright\";s:4:\"code\";i:59947;s:3:\"src\";s:11:\"fontawesome\";}i:556;a:4:{s:3:\"uid\";s:32:\"33194d4a025fbf12baca54579afe4c8e\";s:3:\"css\";s:2:\"at\";s:4:\"code\";i:59948;s:3:\"src\";s:11:\"fontawesome\";}i:557;a:4:{s:3:\"uid\";s:32:\"88e6faa0f633ee23667f815689e82af3\";s:3:\"css\";s:10:\"eyedropper\";s:4:\"code\";i:59949;s:3:\"src\";s:11:\"fontawesome\";}i:558;a:4:{s:3:\"uid\";s:32:\"fa9a0b7e788c2d78e24cef1de6b70e80\";s:3:\"css\";s:5:\"brush\";s:4:\"code\";i:59950;s:3:\"src\";s:11:\"fontawesome\";}i:559;a:4:{s:3:\"uid\";s:32:\"bc61ebcf2f5d8d08b1e9e62167df7617\";s:3:\"css\";s:8:\"birthday\";s:4:\"code\";i:59951;s:3:\"src\";s:11:\"fontawesome\";}i:560;a:4:{s:3:\"uid\";s:32:\"f85affb51c357be83d187344c8c6e35c\";s:3:\"css\";s:7:\"diamond\";s:4:\"code\";i:59952;s:3:\"src\";s:11:\"fontawesome\";}i:561;a:4:{s:3:\"uid\";s:32:\"3c7eb0c1678e6fa93cc4264bad3150d6\";s:3:\"css\";s:11:\"street-view\";s:4:\"code\";i:59953;s:3:\"src\";s:11:\"fontawesome\";}i:562;a:4:{s:3:\"uid\";s:32:\"95501182783a570088194c41bc63543b\";s:3:\"css\";s:5:\"venus\";s:4:\"code\";i:59954;s:3:\"src\";s:11:\"fontawesome\";}i:563;a:4:{s:3:\"uid\";s:32:\"5d5d8995aa777cb59c88671e89ab5ced\";s:3:\"css\";s:4:\"mars\";s:4:\"code\";i:59955;s:3:\"src\";s:11:\"fontawesome\";}i:564;a:4:{s:3:\"uid\";s:32:\"c3c269bbbf641affca7e52beb39f7909\";s:3:\"css\";s:7:\"mercury\";s:4:\"code\";i:59956;s:3:\"src\";s:11:\"fontawesome\";}i:565;a:4:{s:3:\"uid\";s:32:\"d589e468da8556b0701206cfdfcfc567\";s:3:\"css\";s:11:\"transgender\";s:4:\"code\";i:59957;s:3:\"src\";s:11:\"fontawesome\";}i:566;a:4:{s:3:\"uid\";s:32:\"5a77a57792f5bfd20fb80827af089d17\";s:3:\"css\";s:15:\"transgender-alt\";s:4:\"code\";i:59958;s:3:\"src\";s:11:\"fontawesome\";}i:567;a:4:{s:3:\"uid\";s:32:\"6c6165b9b97c471cc4c6366f9cf84537\";s:3:\"css\";s:12:\"venus-double\";s:4:\"code\";i:59959;s:3:\"src\";s:11:\"fontawesome\";}i:568;a:4:{s:3:\"uid\";s:32:\"3bc42da674bdbebcb6471ceb42966d33\";s:3:\"css\";s:11:\"mars-double\";s:4:\"code\";i:59960;s:3:\"src\";s:11:\"fontawesome\";}i:569;a:4:{s:3:\"uid\";s:32:\"4ced65e721620e2b3e77b02d54af4100\";s:3:\"css\";s:10:\"venus-mars\";s:4:\"code\";i:59961;s:3:\"src\";s:11:\"fontawesome\";}i:570;a:4:{s:3:\"uid\";s:32:\"6d4f6e98584c8b8ec08bd47a96ed86c4\";s:3:\"css\";s:11:\"mars-stroke\";s:4:\"code\";i:59962;s:3:\"src\";s:11:\"fontawesome\";}i:571;a:4:{s:3:\"uid\";s:32:\"4162b5adba555571ca1be76baa365b9c\";s:3:\"css\";s:13:\"mars-stroke-v\";s:4:\"code\";i:59963;s:3:\"src\";s:11:\"fontawesome\";}i:572;a:4:{s:3:\"uid\";s:32:\"10bd8ed7a393f773e81d145ad5523beb\";s:3:\"css\";s:13:\"mars-stroke-h\";s:4:\"code\";i:59964;s:3:\"src\";s:11:\"fontawesome\";}i:573;a:4:{s:3:\"uid\";s:32:\"14896a85fab311b3a5a9b614fe8c6874\";s:3:\"css\";s:6:\"neuter\";s:4:\"code\";i:59965;s:3:\"src\";s:11:\"fontawesome\";}i:574;a:4:{s:3:\"uid\";s:32:\"e3ed188ab8569b45cf41e74ce81aa86e\";s:3:\"css\";s:7:\"cc-visa\";s:4:\"code\";i:59966;s:3:\"src\";s:11:\"fontawesome\";}i:575;a:4:{s:3:\"uid\";s:32:\"4b1bfce8593a2c1c7d60b9145ada2adf\";s:3:\"css\";s:13:\"cc-mastercard\";s:4:\"code\";i:59967;s:3:\"src\";s:11:\"fontawesome\";}i:576;a:4:{s:3:\"uid\";s:32:\"6413682e05e1c65d13cb76fbca6d67e1\";s:3:\"css\";s:11:\"cc-discover\";s:4:\"code\";i:59968;s:3:\"src\";s:11:\"fontawesome\";}i:577;a:4:{s:3:\"uid\";s:32:\"4e7a8235533632f4df7ba7a2c68cd39d\";s:3:\"css\";s:7:\"cc-amex\";s:4:\"code\";i:59969;s:3:\"src\";s:11:\"fontawesome\";}i:578;a:4:{s:3:\"uid\";s:32:\"b83f99fd47bff831e25255c9bbbbabe7\";s:3:\"css\";s:9:\"cc-paypal\";s:4:\"code\";i:59970;s:3:\"src\";s:11:\"fontawesome\";}i:579;a:4:{s:3:\"uid\";s:32:\"9698d35be5c118ec7521a98130fddc67\";s:3:\"css\";s:9:\"cc-stripe\";s:4:\"code\";i:59971;s:3:\"src\";s:11:\"fontawesome\";}i:580;a:4:{s:3:\"uid\";s:32:\"ef98b489bfb943225e6761cfa9999e9b\";s:3:\"css\";s:3:\"adn\";s:4:\"code\";i:59972;s:3:\"src\";s:11:\"fontawesome\";}i:581;a:4:{s:3:\"uid\";s:32:\"809f2374b759f5b9278ac6307e690ba4\";s:3:\"css\";s:7:\"android\";s:4:\"code\";i:59973;s:3:\"src\";s:11:\"fontawesome\";}i:582;a:4:{s:3:\"uid\";s:32:\"3fb64dab2b2e0a6cefa161387250c620\";s:3:\"css\";s:9:\"angellist\";s:4:\"code\";i:59974;s:3:\"src\";s:11:\"fontawesome\";}i:583;a:4:{s:3:\"uid\";s:32:\"e9fa538fd5913046497ac148e27cd8ea\";s:3:\"css\";s:5:\"apple\";s:4:\"code\";i:59975;s:3:\"src\";s:11:\"fontawesome\";}i:584;a:4:{s:3:\"uid\";s:32:\"aa58e30c7196b1378a6ca78c025cc3b5\";s:3:\"css\";s:7:\"behance\";s:4:\"code\";i:59976;s:3:\"src\";s:11:\"fontawesome\";}i:585;a:4:{s:3:\"uid\";s:32:\"b501bc7737850366e98043c585163eec\";s:3:\"css\";s:15:\"behance-squared\";s:4:\"code\";i:59977;s:3:\"src\";s:11:\"fontawesome\";}i:586;a:4:{s:3:\"uid\";s:32:\"169f51b7e405de8c03cf85a6e8c740ab\";s:3:\"css\";s:9:\"bitbucket\";s:4:\"code\";i:59978;s:3:\"src\";s:11:\"fontawesome\";}i:587;a:4:{s:3:\"uid\";s:32:\"4ae56c66a1f93e28b8d4f866db2b018a\";s:3:\"css\";s:17:\"bitbucket-squared\";s:4:\"code\";i:59979;s:3:\"src\";s:11:\"fontawesome\";}i:588;a:4:{s:3:\"uid\";s:32:\"18d3287c351d9799fedb221e4923b2d2\";s:3:\"css\";s:10:\"buysellads\";s:4:\"code\";i:59980;s:3:\"src\";s:11:\"fontawesome\";}i:589;a:4:{s:3:\"uid\";s:32:\"66faf6c4e3b0e4e33f06171e30253e26\";s:3:\"css\";s:2:\"cc\";s:4:\"code\";i:59981;s:3:\"src\";s:11:\"fontawesome\";}i:590;a:4:{s:3:\"uid\";s:32:\"76675011e906d50af404186b489fc76f\";s:3:\"css\";s:8:\"codeopen\";s:4:\"code\";i:59982;s:3:\"src\";s:11:\"fontawesome\";}i:591;a:4:{s:3:\"uid\";s:32:\"aa4ded7a2d22e21c3cfe775efe267120\";s:3:\"css\";s:14:\"connectdevelop\";s:4:\"code\";i:59983;s:3:\"src\";s:11:\"fontawesome\";}i:592;a:4:{s:3:\"uid\";s:32:\"01c946ce2ed5500e0a918f2b3a7d1923\";s:3:\"css\";s:4:\"css3\";s:4:\"code\";i:59984;s:3:\"src\";s:11:\"fontawesome\";}i:593;a:4:{s:3:\"uid\";s:32:\"71e046578954f177921bcf5b241d0d95\";s:3:\"css\";s:8:\"dashcube\";s:4:\"code\";i:59985;s:3:\"src\";s:11:\"fontawesome\";}i:594;a:4:{s:3:\"uid\";s:32:\"6975c4c656d41a0283d9c52516bf38ed\";s:3:\"css\";s:9:\"delicious\";s:4:\"code\";i:59986;s:3:\"src\";s:11:\"fontawesome\";}i:595;a:4:{s:3:\"uid\";s:32:\"54fad985c676a007c79c346ebaec29d6\";s:3:\"css\";s:10:\"deviantart\";s:4:\"code\";i:59987;s:3:\"src\";s:11:\"fontawesome\";}i:596;a:4:{s:3:\"uid\";s:32:\"ef0e69c3275e8c845aca69a79900092d\";s:3:\"css\";s:4:\"digg\";s:4:\"code\";i:59988;s:3:\"src\";s:11:\"fontawesome\";}i:597;a:4:{s:3:\"uid\";s:32:\"199c44bca402ec5a6351f75ba5228375\";s:3:\"css\";s:8:\"dribbble\";s:4:\"code\";i:59989;s:3:\"src\";s:11:\"fontawesome\";}i:598;a:4:{s:3:\"uid\";s:32:\"9e34a047fee949eae9b6e613d790d6cf\";s:3:\"css\";s:7:\"dropbox\";s:4:\"code\";i:59990;s:3:\"src\";s:11:\"fontawesome\";}i:599;a:4:{s:3:\"uid\";s:32:\"d16ba9078d51e79b5ad6af0235adbd54\";s:3:\"css\";s:6:\"drupal\";s:4:\"code\";i:59991;s:3:\"src\";s:11:\"fontawesome\";}i:600;a:4:{s:3:\"uid\";s:32:\"8e04c98c8f5ca0a035776e3001ad2638\";s:3:\"css\";s:8:\"facebook\";s:4:\"code\";i:59992;s:3:\"src\";s:11:\"fontawesome\";}i:601;a:4:{s:3:\"uid\";s:32:\"4743b088aa95d6f3b6b990e770d3b647\";s:3:\"css\";s:16:\"facebook-squared\";s:4:\"code\";i:59993;s:3:\"src\";s:11:\"fontawesome\";}i:602;a:4:{s:3:\"uid\";s:32:\"6cc7af3e5b55720bcb6ef68372ce24be\";s:3:\"css\";s:17:\"facebook-official\";s:4:\"code\";i:59994;s:3:\"src\";s:11:\"fontawesome\";}i:603;a:4:{s:3:\"uid\";s:32:\"649004fb1ed50395a33c3780236ba8aa\";s:3:\"css\";s:6:\"flickr\";s:4:\"code\";i:59995;s:3:\"src\";s:11:\"fontawesome\";}i:604;a:4:{s:3:\"uid\";s:32:\"7b7116fa67e5e3f4c98e5928ebe3f6ae\";s:3:\"css\";s:8:\"forumbee\";s:4:\"code\";i:59996;s:3:\"src\";s:11:\"fontawesome\";}i:605;a:4:{s:3:\"uid\";s:32:\"a32d12927584e3c8a3dff23eb816d360\";s:3:\"css\";s:10:\"foursquare\";s:4:\"code\";i:59997;s:3:\"src\";s:11:\"fontawesome\";}i:606;a:4:{s:3:\"uid\";s:32:\"c75b7d61b0bce6aeb54292e3952a1568\";s:3:\"css\";s:11:\"git-squared\";s:4:\"code\";i:59998;s:3:\"src\";s:11:\"fontawesome\";}i:607;a:4:{s:3:\"uid\";s:32:\"e7cb72a17f3b21e3576f35c3f0a7639b\";s:3:\"css\";s:3:\"git\";s:4:\"code\";i:59999;s:3:\"src\";s:11:\"fontawesome\";}i:608;a:4:{s:3:\"uid\";s:32:\"5e0a374728ffa8d0ae1f331a8f648231\";s:3:\"css\";s:6:\"github\";s:4:\"code\";i:60000;s:3:\"src\";s:11:\"fontawesome\";}i:609;a:4:{s:3:\"uid\";s:32:\"0ece9a12de796b8411f868d582bee678\";s:3:\"css\";s:14:\"github-squared\";s:4:\"code\";i:60001;s:3:\"src\";s:11:\"fontawesome\";}i:610;a:4:{s:3:\"uid\";s:32:\"0f6a2573a7b6df911ed199bb63717e27\";s:3:\"css\";s:14:\"github-circled\";s:4:\"code\";i:60002;s:3:\"src\";s:11:\"fontawesome\";}i:611;a:4:{s:3:\"uid\";s:32:\"5b4b48418155c35459f12171f97c82ff\";s:3:\"css\";s:6:\"gittip\";s:4:\"code\";i:60003;s:3:\"src\";s:11:\"fontawesome\";}i:612;a:4:{s:3:\"uid\";s:32:\"f06fe7ff18d1c591bc1183cb3ab105e9\";s:3:\"css\";s:6:\"google\";s:4:\"code\";i:60004;s:3:\"src\";s:11:\"fontawesome\";}i:613;a:4:{s:3:\"uid\";s:32:\"b8d0c7d76e87b94882329a88e8e43d3d\";s:3:\"css\";s:5:\"gplus\";s:4:\"code\";i:60005;s:3:\"src\";s:11:\"fontawesome\";}i:614;a:4:{s:3:\"uid\";s:32:\"f0cf7db1b03cb65adc450aa3bdaf8c4d\";s:3:\"css\";s:13:\"gplus-squared\";s:4:\"code\";i:60006;s:3:\"src\";s:11:\"fontawesome\";}i:615;a:4:{s:3:\"uid\";s:32:\"50fbbd926b2a64fcaf384788056c0e43\";s:3:\"css\";s:7:\"gwallet\";s:4:\"code\";i:60007;s:3:\"src\";s:11:\"fontawesome\";}i:616;a:4:{s:3:\"uid\";s:32:\"237ee28b7e826b75a5b6f51ee3e2bfc1\";s:3:\"css\";s:11:\"hacker-news\";s:4:\"code\";i:60008;s:3:\"src\";s:11:\"fontawesome\";}i:617;a:4:{s:3:\"uid\";s:32:\"ff44f01f60948555026580eedf1e39bb\";s:3:\"css\";s:5:\"html5\";s:4:\"code\";i:60009;s:3:\"src\";s:11:\"fontawesome\";}i:618;a:4:{s:3:\"uid\";s:32:\"4c1ef492f1d2c39a2250ae457cee2a6e\";s:3:\"css\";s:9:\"instagram\";s:4:\"code\";i:60010;s:3:\"src\";s:11:\"fontawesome\";}i:619;a:4:{s:3:\"uid\";s:32:\"9b9e5f3ee9e3525808ed2afc83e8bb0b\";s:3:\"css\";s:7:\"ioxhost\";s:4:\"code\";i:60011;s:3:\"src\";s:11:\"fontawesome\";}i:620;a:4:{s:3:\"uid\";s:32:\"8cd1b9899389237def726c08587a649f\";s:3:\"css\";s:6:\"joomla\";s:4:\"code\";i:60012;s:3:\"src\";s:11:\"fontawesome\";}i:621;a:4:{s:3:\"uid\";s:32:\"486f6d0a05aef9e65eeb07be26793bd3\";s:3:\"css\";s:8:\"jsfiddle\";s:4:\"code\";i:60013;s:3:\"src\";s:11:\"fontawesome\";}i:622;a:4:{s:3:\"uid\";s:32:\"5dcf6620378353c5b0089b12d961fedf\";s:3:\"css\";s:6:\"lastfm\";s:4:\"code\";i:60014;s:3:\"src\";s:11:\"fontawesome\";}i:623;a:4:{s:3:\"uid\";s:32:\"32e335f0cd5c4fcc692af6fa742f6b7e\";s:3:\"css\";s:14:\"lastfm-squared\";s:4:\"code\";i:60015;s:3:\"src\";s:11:\"fontawesome\";}i:624;a:4:{s:3:\"uid\";s:32:\"f78244d4753a3aa2be87d56b858d148d\";s:3:\"css\";s:7:\"leanpub\";s:4:\"code\";i:60016;s:3:\"src\";s:11:\"fontawesome\";}i:625;a:4:{s:3:\"uid\";s:32:\"1145676a91138011729fa2909997af66\";s:3:\"css\";s:16:\"linkedin-squared\";s:4:\"code\";i:60017;s:3:\"src\";s:11:\"fontawesome\";}i:626;a:4:{s:3:\"uid\";s:32:\"47a35af762c8e06f3d152750134c8750\";s:3:\"css\";s:5:\"linux\";s:4:\"code\";i:60018;s:3:\"src\";s:11:\"fontawesome\";}i:627;a:4:{s:3:\"uid\";s:32:\"e9107949dd6c9e8ab2b29ae07156e38c\";s:3:\"css\";s:8:\"linkedin\";s:4:\"code\";i:60019;s:3:\"src\";s:11:\"fontawesome\";}i:628;a:4:{s:3:\"uid\";s:32:\"fcdc6d7a89771d2dbd38eb719aafb2ff\";s:3:\"css\";s:6:\"maxcdn\";s:4:\"code\";i:60020;s:3:\"src\";s:11:\"fontawesome\";}i:629;a:4:{s:3:\"uid\";s:32:\"9b2e17ef8fc33eb2a1c8b5953d51c595\";s:3:\"css\";s:8:\"meanpath\";s:4:\"code\";i:60021;s:3:\"src\";s:11:\"fontawesome\";}i:630;a:4:{s:3:\"uid\";s:32:\"da8a58b1deff73d1ba89ba1172ca4bcc\";s:3:\"css\";s:6:\"openid\";s:4:\"code\";i:60022;s:3:\"src\";s:11:\"fontawesome\";}i:631;a:4:{s:3:\"uid\";s:32:\"bbf50a560f95a4cce5209d47e71cbc30\";s:3:\"css\";s:9:\"pagelines\";s:4:\"code\";i:60023;s:3:\"src\";s:11:\"fontawesome\";}i:632;a:4:{s:3:\"uid\";s:32:\"1d2b426ab6db81a58547ba13d8701ad8\";s:3:\"css\";s:6:\"paypal\";s:4:\"code\";i:60024;s:3:\"src\";s:11:\"fontawesome\";}i:633;a:4:{s:3:\"uid\";s:32:\"92a4d74aa4e0549812301299020915a5\";s:3:\"css\";s:18:\"pied-piper-squared\";s:4:\"code\";i:60025;s:3:\"src\";s:11:\"fontawesome\";}i:634;a:4:{s:3:\"uid\";s:32:\"604733d6d4f7ae269a2ea97f4dc7c346\";s:3:\"css\";s:14:\"pied-piper-alt\";s:4:\"code\";i:60026;s:3:\"src\";s:11:\"fontawesome\";}i:635;a:4:{s:3:\"uid\";s:32:\"cc399e4597f157dcbf016be0b7407fea\";s:3:\"css\";s:9:\"pinterest\";s:4:\"code\";i:60027;s:3:\"src\";s:11:\"fontawesome\";}i:636;a:4:{s:3:\"uid\";s:32:\"da851b7c1f84ee83f93b29ae613558dc\";s:3:\"css\";s:17:\"pinterest-circled\";s:4:\"code\";i:60028;s:3:\"src\";s:11:\"fontawesome\";}i:637;a:4:{s:3:\"uid\";s:32:\"79689c4c425b7cdaa2746f510e81e27a\";s:3:\"css\";s:17:\"pinterest-squared\";s:4:\"code\";i:60029;s:3:\"src\";s:11:\"fontawesome\";}i:638;a:4:{s:3:\"uid\";s:32:\"657ff9fe5df74f1993937aa4b19cf909\";s:3:\"css\";s:2:\"qq\";s:4:\"code\";i:60030;s:3:\"src\";s:11:\"fontawesome\";}i:639;a:4:{s:3:\"uid\";s:32:\"9121e3eb89863f67c8bda378eea01a93\";s:3:\"css\";s:6:\"reddit\";s:4:\"code\";i:60031;s:3:\"src\";s:11:\"fontawesome\";}i:640;a:4:{s:3:\"uid\";s:32:\"4fc515c6a083b42e628273ab06cb2a90\";s:3:\"css\";s:14:\"reddit-squared\";s:4:\"code\";i:60032;s:3:\"src\";s:11:\"fontawesome\";}i:641;a:4:{s:3:\"uid\";s:32:\"cfa8a2588cab42a6ff7ba81eb4fec21b\";s:3:\"css\";s:6:\"renren\";s:4:\"code\";i:60033;s:3:\"src\";s:11:\"fontawesome\";}i:642;a:4:{s:3:\"uid\";s:32:\"281020881dd80ef01d0369bf4b80ebef\";s:3:\"css\";s:6:\"sellsy\";s:4:\"code\";i:60034;s:3:\"src\";s:11:\"fontawesome\";}i:643;a:4:{s:3:\"uid\";s:32:\"770fafc9392963133bb03b4ad4ed3a28\";s:3:\"css\";s:12:\"shirtsinbulk\";s:4:\"code\";i:60035;s:3:\"src\";s:11:\"fontawesome\";}i:644;a:4:{s:3:\"uid\";s:32:\"12b38aeedfa5b6672936432bc7d3082c\";s:3:\"css\";s:11:\"simplybuilt\";s:4:\"code\";i:60036;s:3:\"src\";s:11:\"fontawesome\";}i:645;a:4:{s:3:\"uid\";s:32:\"a0afa21fe64100c16eac19f4e1615c2a\";s:3:\"css\";s:8:\"skyatlas\";s:4:\"code\";i:60037;s:3:\"src\";s:11:\"fontawesome\";}i:646;a:4:{s:3:\"uid\";s:32:\"58a16628dcbd6456c61218f3d27591be\";s:3:\"css\";s:5:\"skype\";s:4:\"code\";i:60038;s:3:\"src\";s:11:\"fontawesome\";}i:647;a:4:{s:3:\"uid\";s:32:\"87276033a77d0b9b890125c3639e4f87\";s:3:\"css\";s:5:\"slack\";s:4:\"code\";i:60039;s:3:\"src\";s:11:\"fontawesome\";}i:648;a:4:{s:3:\"uid\";s:32:\"be13b8c668eb18839d5d53107725f1de\";s:3:\"css\";s:10:\"slideshare\";s:4:\"code\";i:60040;s:3:\"src\";s:11:\"fontawesome\";}i:649;a:4:{s:3:\"uid\";s:32:\"dff942d95eb1b3f1be140e622d0a7c74\";s:3:\"css\";s:10:\"soundcloud\";s:4:\"code\";i:60041;s:3:\"src\";s:11:\"fontawesome\";}i:650;a:4:{s:3:\"uid\";s:32:\"fb4794d89b77ab712ad56c0dc4c76c6b\";s:3:\"css\";s:7:\"spotify\";s:4:\"code\";i:60042;s:3:\"src\";s:11:\"fontawesome\";}i:651;a:4:{s:3:\"uid\";s:32:\"b6d6b3561d705330c7ad2155e8ee94ba\";s:3:\"css\";s:13:\"stackexchange\";s:4:\"code\";i:60043;s:3:\"src\";s:11:\"fontawesome\";}i:652;a:4:{s:3:\"uid\";s:32:\"e1597911f34fea0a188ae51fe4a2d9a9\";s:3:\"css\";s:13:\"stackoverflow\";s:4:\"code\";i:60044;s:3:\"src\";s:11:\"fontawesome\";}i:653;a:4:{s:3:\"uid\";s:32:\"2ec1790207a8ba67a7192c6af1eafec4\";s:3:\"css\";s:5:\"steam\";s:4:\"code\";i:60045;s:3:\"src\";s:11:\"fontawesome\";}i:654;a:4:{s:3:\"uid\";s:32:\"727544621cb891115c99b4a4cfed01df\";s:3:\"css\";s:13:\"steam-squared\";s:4:\"code\";i:60046;s:3:\"src\";s:11:\"fontawesome\";}i:655;a:4:{s:3:\"uid\";s:32:\"3958d12510001a1a172f088893506c27\";s:3:\"css\";s:11:\"stumbleupon\";s:4:\"code\";i:60047;s:3:\"src\";s:11:\"fontawesome\";}i:656;a:4:{s:3:\"uid\";s:32:\"7377e22d1e1d2dd079f87b05fb6a11a3\";s:3:\"css\";s:19:\"stumbleupon-circled\";s:4:\"code\";i:60048;s:3:\"src\";s:11:\"fontawesome\";}i:657;a:4:{s:3:\"uid\";s:32:\"d9b33592f56a02af69a36aa64ed452fc\";s:3:\"css\";s:13:\"tencent-weibo\";s:4:\"code\";i:60049;s:3:\"src\";s:11:\"fontawesome\";}i:658;a:4:{s:3:\"uid\";s:32:\"b846892636bd74112998bb159bdddf27\";s:3:\"css\";s:6:\"trello\";s:4:\"code\";i:60050;s:3:\"src\";s:11:\"fontawesome\";}i:659;a:4:{s:3:\"uid\";s:32:\"43fcf807461234935e65261328e1dff6\";s:3:\"css\";s:6:\"tumblr\";s:4:\"code\";i:60051;s:3:\"src\";s:11:\"fontawesome\";}i:660;a:4:{s:3:\"uid\";s:32:\"5b79895d979c408282b4e92fa7db8e82\";s:3:\"css\";s:14:\"tumblr-squared\";s:4:\"code\";i:60052;s:3:\"src\";s:11:\"fontawesome\";}i:661;a:4:{s:3:\"uid\";s:32:\"e70df9acbabaebfbbf9c1dbc3e52ab13\";s:3:\"css\";s:6:\"twitch\";s:4:\"code\";i:60053;s:3:\"src\";s:11:\"fontawesome\";}i:662;a:4:{s:3:\"uid\";s:32:\"906348dc798a0d42715cc97c875e3ac6\";s:3:\"css\";s:15:\"twitter-squared\";s:4:\"code\";i:60054;s:3:\"src\";s:11:\"fontawesome\";}i:663;a:4:{s:3:\"uid\";s:32:\"627abcdb627cb1789e009c08e2678ef9\";s:3:\"css\";s:7:\"twitter\";s:4:\"code\";i:60055;s:3:\"src\";s:11:\"fontawesome\";}i:664;a:4:{s:3:\"uid\";s:32:\"1f66490bf24c99e2c56b866d8fbd0372\";s:3:\"css\";s:13:\"vimeo-squared\";s:4:\"code\";i:60056;s:3:\"src\";s:11:\"fontawesome\";}i:665;a:4:{s:3:\"uid\";s:32:\"676cf66256441f09e4934ae6378b3e2d\";s:3:\"css\";s:4:\"vine\";s:4:\"code\";i:60057;s:3:\"src\";s:11:\"fontawesome\";}i:666;a:4:{s:3:\"uid\";s:32:\"f3d95e13eb43f3f6b8efe1eb424a1e3b\";s:3:\"css\";s:9:\"vkontakte\";s:4:\"code\";i:60058;s:3:\"src\";s:11:\"fontawesome\";}i:667;a:4:{s:3:\"uid\";s:32:\"9d3e9faf68fd4e12def853f0d4e1173b\";s:3:\"css\";s:8:\"whatsapp\";s:4:\"code\";i:60059;s:3:\"src\";s:11:\"fontawesome\";}i:668;a:4:{s:3:\"uid\";s:32:\"34cb6ce62bf3f1efd59e2f5eb0d79f82\";s:3:\"css\";s:6:\"wechat\";s:4:\"code\";i:60060;s:3:\"src\";s:11:\"fontawesome\";}i:669;a:4:{s:3:\"uid\";s:32:\"9854b94688e31450fc76aae4c2a45dff\";s:3:\"css\";s:5:\"weibo\";s:4:\"code\";i:60061;s:3:\"src\";s:11:\"fontawesome\";}i:670;a:4:{s:3:\"uid\";s:32:\"8aff323697468c4a63993cde00386ec6\";s:3:\"css\";s:7:\"windows\";s:4:\"code\";i:60062;s:3:\"src\";s:11:\"fontawesome\";}i:671;a:4:{s:3:\"uid\";s:32:\"39f52f80e1864df5e5022d7f0f5ff86f\";s:3:\"css\";s:9:\"wordpress\";s:4:\"code\";i:60063;s:3:\"src\";s:11:\"fontawesome\";}i:672;a:4:{s:3:\"uid\";s:32:\"11ebb30e17efcd988a228ade5d3e8c74\";s:3:\"css\";s:4:\"xing\";s:4:\"code\";i:60064;s:3:\"src\";s:11:\"fontawesome\";}i:673;a:4:{s:3:\"uid\";s:32:\"f7dff44258aa565cbe35565be350b58d\";s:3:\"css\";s:12:\"xing-squared\";s:4:\"code\";i:60065;s:3:\"src\";s:11:\"fontawesome\";}i:674;a:4:{s:3:\"uid\";s:32:\"7a48de2ac7ca47c78d6c279996ee6250\";s:3:\"css\";s:4:\"yelp\";s:4:\"code\";i:60066;s:3:\"src\";s:11:\"fontawesome\";}i:675;a:4:{s:3:\"uid\";s:32:\"a9862b9d5197886c1ad693ecd7120b31\";s:3:\"css\";s:7:\"youtube\";s:4:\"code\";i:60067;s:3:\"src\";s:11:\"fontawesome\";}i:676;a:4:{s:3:\"uid\";s:32:\"ba071f2b01f1fed40d8e2366434b6f42\";s:3:\"css\";s:5:\"yahoo\";s:4:\"code\";i:60068;s:3:\"src\";s:11:\"fontawesome\";}i:677;a:4:{s:3:\"uid\";s:32:\"e331ff486a299c6bdf0056426c8fac53\";s:3:\"css\";s:15:\"youtube-squared\";s:4:\"code\";i:60069;s:3:\"src\";s:11:\"fontawesome\";}i:678;a:4:{s:3:\"uid\";s:32:\"47a1f80457068fbeab69fdb83d7d0817\";s:3:\"css\";s:12:\"youtube-play\";s:4:\"code\";i:60070;s:3:\"src\";s:11:\"fontawesome\";}i:679;a:4:{s:3:\"uid\";s:32:\"2c2ca8a96b31781c9c8056d05c0a8980\";s:3:\"css\";s:5:\"blank\";s:4:\"code\";i:60071;s:3:\"src\";s:11:\"fontawesome\";}i:680;a:4:{s:3:\"uid\";s:32:\"5e0191587645a9f5d514ed4b0a0e008a\";s:3:\"css\";s:5:\"lemon\";s:4:\"code\";i:60072;s:3:\"src\";s:11:\"fontawesome\";}i:681;a:4:{s:3:\"uid\";s:32:\"39e2e6682c28e1e3b5f49825a19717c4\";s:3:\"css\";s:4:\"note\";s:4:\"code\";i:60073;s:3:\"src\";s:6:\"entypo\";}i:682;a:4:{s:3:\"uid\";s:32:\"fda731b5a4026685e1a9c7e64228e2b2\";s:3:\"css\";s:11:\"note-beamed\";s:4:\"code\";i:60074;s:3:\"src\";s:6:\"entypo\";}i:683;a:4:{s:3:\"uid\";s:32:\"f2a036a85c0a6a46b0c9709a70e1bb70\";s:3:\"css\";s:7:\"music-1\";s:4:\"code\";i:60075;s:3:\"src\";s:6:\"entypo\";}i:684;a:4:{s:3:\"uid\";s:32:\"7222571caa5c15f83dcfd447c58d68d9\";s:3:\"css\";s:8:\"search-1\";s:4:\"code\";i:60076;s:3:\"src\";s:6:\"entypo\";}i:685;a:4:{s:3:\"uid\";s:32:\"c9b928dc82d7d77033644fcf59dca3b3\";s:3:\"css\";s:10:\"flashlight\";s:4:\"code\";i:60077;s:3:\"src\";s:6:\"entypo\";}i:686;a:4:{s:3:\"uid\";s:32:\"e335adbc2d898c7d85d40c507796e7b4\";s:3:\"css\";s:6:\"mail-1\";s:4:\"code\";i:60078;s:3:\"src\";s:6:\"entypo\";}i:687;a:4:{s:3:\"uid\";s:32:\"0eabe5f8d71cc838484ff39436426d2d\";s:3:\"css\";s:7:\"heart-1\";s:4:\"code\";i:60079;s:3:\"src\";s:6:\"entypo\";}i:688;a:4:{s:3:\"uid\";s:32:\"d18071bbf8f0a8cec8d1f556c91c6af0\";s:3:\"css\";s:13:\"heart-empty-1\";s:4:\"code\";i:60080;s:3:\"src\";s:6:\"entypo\";}i:689;a:4:{s:3:\"uid\";s:32:\"25b34dea4784f72c710454f32ff8fa2b\";s:3:\"css\";s:6:\"star-1\";s:4:\"code\";i:60081;s:3:\"src\";s:6:\"entypo\";}i:690;a:4:{s:3:\"uid\";s:32:\"0e3f1335f83cca67329b2c4bcb3aaec5\";s:3:\"css\";s:12:\"star-empty-1\";s:4:\"code\";i:60082;s:3:\"src\";s:6:\"entypo\";}i:691;a:4:{s:3:\"uid\";s:32:\"bbd66ef66bb8fa9edde54d9a90b89150\";s:3:\"css\";s:6:\"user-1\";s:4:\"code\";i:60083;s:3:\"src\";s:6:\"entypo\";}i:692;a:4:{s:3:\"uid\";s:32:\"ecf8edb95c3f45eb433b4cce7ba9f740\";s:3:\"css\";s:7:\"users-1\";s:4:\"code\";i:60084;s:3:\"src\";s:6:\"entypo\";}i:693;a:4:{s:3:\"uid\";s:32:\"6274e0601f2feef7eced89146e708de0\";s:3:\"css\";s:8:\"user-add\";s:4:\"code\";i:60085;s:3:\"src\";s:6:\"entypo\";}i:694;a:4:{s:3:\"uid\";s:32:\"6341ebcbe1ed1f6777c1b9527ead368e\";s:3:\"css\";s:7:\"video-1\";s:4:\"code\";i:60086;s:3:\"src\";s:6:\"entypo\";}i:695;a:4:{s:3:\"uid\";s:32:\"3def559c3c39b8500882e02892b7daa8\";s:3:\"css\";s:9:\"picture-1\";s:4:\"code\";i:60087;s:3:\"src\";s:6:\"entypo\";}i:696;a:4:{s:3:\"uid\";s:32:\"85017ab6ca074831a8de771b40e9640c\";s:3:\"css\";s:8:\"camera-1\";s:4:\"code\";i:60088;s:3:\"src\";s:6:\"entypo\";}i:697;a:4:{s:3:\"uid\";s:32:\"5e9f01871d44e56b45ecbfd00f4dbc3a\";s:3:\"css\";s:6:\"layout\";s:4:\"code\";i:60089;s:3:\"src\";s:6:\"entypo\";}i:698;a:4:{s:3:\"uid\";s:32:\"2cfb3f2b46b34a1790aec0aa846297b6\";s:3:\"css\";s:6:\"menu-1\";s:4:\"code\";i:60090;s:3:\"src\";s:6:\"entypo\";}i:699;a:4:{s:3:\"uid\";s:32:\"14017aae737730faeda4a6fd8fb3a5f0\";s:3:\"css\";s:7:\"check-1\";s:4:\"code\";i:60091;s:3:\"src\";s:6:\"entypo\";}i:700;a:4:{s:3:\"uid\";s:32:\"c709da589c923ba3c2ad48d9fc563e93\";s:3:\"css\";s:8:\"cancel-2\";s:4:\"code\";i:60092;s:3:\"src\";s:6:\"entypo\";}i:701;a:4:{s:3:\"uid\";s:32:\"c759418c008e9562944080fee617fc76\";s:3:\"css\";s:16:\"cancel-circled-1\";s:4:\"code\";i:60093;s:3:\"src\";s:6:\"entypo\";}i:702;a:4:{s:3:\"uid\";s:32:\"bf45c39702763f1803b550c36a0ceb12\";s:3:\"css\";s:14:\"cancel-squared\";s:4:\"code\";i:60094;s:3:\"src\";s:6:\"entypo\";}i:703;a:4:{s:3:\"uid\";s:32:\"70370693ada58ef0a60fa0984fe8d52a\";s:3:\"css\";s:6:\"plus-1\";s:4:\"code\";i:60095;s:3:\"src\";s:6:\"entypo\";}i:704;a:4:{s:3:\"uid\";s:32:\"a66cdc7278e6b33b8bd44a141f5e1a8d\";s:3:\"css\";s:14:\"plus-circled-1\";s:4:\"code\";i:60096;s:3:\"src\";s:6:\"entypo\";}i:705;a:4:{s:3:\"uid\";s:32:\"9e1c33b6849ceb08db8acfaf02188b7d\";s:3:\"css\";s:14:\"plus-squared-1\";s:4:\"code\";i:60097;s:3:\"src\";s:6:\"entypo\";}i:706;a:4:{s:3:\"uid\";s:32:\"1256e3054823e304d7e452a589cf8bb8\";s:3:\"css\";s:7:\"minus-1\";s:4:\"code\";i:60098;s:3:\"src\";s:6:\"entypo\";}i:707;a:4:{s:3:\"uid\";s:32:\"3eb93689881ad0804f87052a53edc2b6\";s:3:\"css\";s:15:\"minus-circled-1\";s:4:\"code\";i:60099;s:3:\"src\";s:6:\"entypo\";}i:708;a:4:{s:3:\"uid\";s:32:\"4ffa544c1a81c905f0a8a5745d8b9faa\";s:3:\"css\";s:15:\"minus-squared-1\";s:4:\"code\";i:60100;s:3:\"src\";s:6:\"entypo\";}i:709;a:4:{s:3:\"uid\";s:32:\"3a230e539a4f3b904debd04c6c155034\";s:3:\"css\";s:6:\"help-1\";s:4:\"code\";i:60101;s:3:\"src\";s:6:\"entypo\";}i:710;a:4:{s:3:\"uid\";s:32:\"de9a631a7d18106aea1c89ba51b1990a\";s:3:\"css\";s:14:\"help-circled-1\";s:4:\"code\";i:60102;s:3:\"src\";s:6:\"entypo\";}i:711;a:4:{s:3:\"uid\";s:32:\"63b86fedd4ee9ad2105f54f4888e7088\";s:3:\"css\";s:6:\"info-1\";s:4:\"code\";i:60103;s:3:\"src\";s:6:\"entypo\";}i:712;a:4:{s:3:\"uid\";s:32:\"7e4164950ffa4990961958b2d6318658\";s:3:\"css\";s:14:\"info-circled-1\";s:4:\"code\";i:60104;s:3:\"src\";s:6:\"entypo\";}i:713;a:4:{s:3:\"uid\";s:32:\"3ba4275937db277075fc47d6b5a69a2e\";s:3:\"css\";s:4:\"back\";s:4:\"code\";i:60105;s:3:\"src\";s:6:\"entypo\";}i:714;a:4:{s:3:\"uid\";s:32:\"513ac180ff85bd275f2b736720cbbf5e\";s:3:\"css\";s:6:\"home-1\";s:4:\"code\";i:60106;s:3:\"src\";s:6:\"entypo\";}i:715;a:4:{s:3:\"uid\";s:32:\"815503841e980c848f55e0271deacead\";s:3:\"css\";s:6:\"link-1\";s:4:\"code\";i:60107;s:3:\"src\";s:6:\"entypo\";}i:716;a:4:{s:3:\"uid\";s:32:\"44b9e75612c5fad5505edd70d071651f\";s:3:\"css\";s:8:\"attach-1\";s:4:\"code\";i:60108;s:3:\"src\";s:6:\"entypo\";}i:717;a:4:{s:3:\"uid\";s:32:\"1a7104205ea96e6f40ac716d0ca72f21\";s:3:\"css\";s:6:\"lock-1\";s:4:\"code\";i:60109;s:3:\"src\";s:6:\"entypo\";}i:718;a:4:{s:3:\"uid\";s:32:\"e81fc3a0d39ace6ee735d7b24eedd56d\";s:3:\"css\";s:11:\"lock-open-1\";s:4:\"code\";i:60110;s:3:\"src\";s:6:\"entypo\";}i:719;a:4:{s:3:\"uid\";s:32:\"25fc99a30fecc4021fdcae5fff5ba9ac\";s:3:\"css\";s:5:\"eye-1\";s:4:\"code\";i:60111;s:3:\"src\";s:6:\"entypo\";}i:720;a:4:{s:3:\"uid\";s:32:\"875ab0f6d417223f6ec76ff7f0a4baed\";s:3:\"css\";s:5:\"tag-1\";s:4:\"code\";i:60112;s:3:\"src\";s:6:\"entypo\";}i:721;a:4:{s:3:\"uid\";s:32:\"23912d5623126e14b7b137c3ba557168\";s:3:\"css\";s:10:\"bookmark-1\";s:4:\"code\";i:60113;s:3:\"src\";s:6:\"entypo\";}i:722;a:4:{s:3:\"uid\";s:32:\"8538a2249db7f07ae75411886732fb87\";s:3:\"css\";s:9:\"bookmarks\";s:4:\"code\";i:60114;s:3:\"src\";s:6:\"entypo\";}i:723;a:4:{s:3:\"uid\";s:32:\"1d2a6c3d9236b88b0f185c7c4530fa52\";s:3:\"css\";s:6:\"flag-1\";s:4:\"code\";i:60115;s:3:\"src\";s:6:\"entypo\";}i:724;a:4:{s:3:\"uid\";s:32:\"7ad4d2306ebda8452e5e3eff3cd8241c\";s:3:\"css\";s:11:\"thumbs-up-1\";s:4:\"code\";i:60116;s:3:\"src\";s:6:\"entypo\";}i:725;a:4:{s:3:\"uid\";s:32:\"429fba993b729174468a9493613ad1ba\";s:3:\"css\";s:13:\"thumbs-down-1\";s:4:\"code\";i:60117;s:3:\"src\";s:6:\"entypo\";}i:726;a:4:{s:3:\"uid\";s:32:\"b08cfe8039de2ce815686aced2caef06\";s:3:\"css\";s:10:\"download-1\";s:4:\"code\";i:60118;s:3:\"src\";s:6:\"entypo\";}i:727;a:4:{s:3:\"uid\";s:32:\"44199a54057e6e264fde61a49b034171\";s:3:\"css\";s:8:\"upload-1\";s:4:\"code\";i:60119;s:3:\"src\";s:6:\"entypo\";}i:728;a:4:{s:3:\"uid\";s:32:\"5d595124cecf472869d1cdc020da0ccc\";s:3:\"css\";s:14:\"upload-cloud-1\";s:4:\"code\";i:60120;s:3:\"src\";s:6:\"entypo\";}i:729;a:4:{s:3:\"uid\";s:32:\"b6fc2f656ef87275889422e19550680a\";s:3:\"css\";s:7:\"reply-1\";s:4:\"code\";i:60121;s:3:\"src\";s:6:\"entypo\";}i:730;a:4:{s:3:\"uid\";s:32:\"1a4b54ba5618e5364fc47a3d26c1cf59\";s:3:\"css\";s:11:\"reply-all-1\";s:4:\"code\";i:60122;s:3:\"src\";s:6:\"entypo\";}i:731;a:4:{s:3:\"uid\";s:32:\"ec347024a3640deebeeab53fd0d5ad03\";s:3:\"css\";s:9:\"forward-1\";s:4:\"code\";i:60123;s:3:\"src\";s:6:\"entypo\";}i:732;a:4:{s:3:\"uid\";s:32:\"c3e5dafba1739ef33cc574c7484febf7\";s:3:\"css\";s:5:\"quote\";s:4:\"code\";i:60124;s:3:\"src\";s:6:\"entypo\";}i:733;a:4:{s:3:\"uid\";s:32:\"b6f32db98a3de777f5ae3005191b1831\";s:3:\"css\";s:6:\"code-1\";s:4:\"code\";i:60125;s:3:\"src\";s:6:\"entypo\";}i:734;a:4:{s:3:\"uid\";s:32:\"390d6d13398cbf8c8c3c5493f7d34088\";s:3:\"css\";s:8:\"export-1\";s:4:\"code\";i:60126;s:3:\"src\";s:6:\"entypo\";}i:735;a:4:{s:3:\"uid\";s:32:\"c77fd2fd065b5fe16d6f2b41e190b266\";s:3:\"css\";s:8:\"pencil-1\";s:4:\"code\";i:60127;s:3:\"src\";s:6:\"entypo\";}i:736;a:4:{s:3:\"uid\";s:32:\"bcb868184ff9c35f8aef564f50c0d649\";s:3:\"css\";s:7:\"feather\";s:4:\"code\";i:60128;s:3:\"src\";s:6:\"entypo\";}i:737;a:4:{s:3:\"uid\";s:32:\"28f124a10127a47b9d9472699193d75a\";s:3:\"css\";s:7:\"print-1\";s:4:\"code\";i:60129;s:3:\"src\";s:6:\"entypo\";}i:738;a:4:{s:3:\"uid\";s:32:\"216891b0093d4dbef19877d5b00d1b16\";s:3:\"css\";s:9:\"retweet-1\";s:4:\"code\";i:60130;s:3:\"src\";s:6:\"entypo\";}i:739;a:4:{s:3:\"uid\";s:32:\"005a38f6af74b31aeb817fedb09d2175\";s:3:\"css\";s:10:\"keyboard-1\";s:4:\"code\";i:60131;s:3:\"src\";s:6:\"entypo\";}i:740;a:4:{s:3:\"uid\";s:32:\"16890362e811b4cb8de36282b071fe30\";s:3:\"css\";s:9:\"comment-1\";s:4:\"code\";i:60132;s:3:\"src\";s:6:\"entypo\";}i:741;a:4:{s:3:\"uid\";s:32:\"2c0b53280f82068f6bab4e2200025d9f\";s:3:\"css\";s:6:\"chat-1\";s:4:\"code\";i:60133;s:3:\"src\";s:6:\"entypo\";}i:742;a:4:{s:3:\"uid\";s:32:\"2c5335c6e56b876139d7a58ab2f4b2fe\";s:3:\"css\";s:6:\"bell-1\";s:4:\"code\";i:60134;s:3:\"src\";s:6:\"entypo\";}i:743;a:4:{s:3:\"uid\";s:32:\"97902f87200ce74d181044df02a0458d\";s:3:\"css\";s:11:\"attention-1\";s:4:\"code\";i:60135;s:3:\"src\";s:6:\"entypo\";}i:744;a:4:{s:3:\"uid\";s:32:\"39a5a0d7ce8342d149373b2ce219503a\";s:3:\"css\";s:5:\"alert\";s:4:\"code\";i:60136;s:3:\"src\";s:6:\"entypo\";}i:745;a:4:{s:3:\"uid\";s:32:\"457c8e2b305e7af74c1be4f07a01ca92\";s:3:\"css\";s:5:\"vcard\";s:4:\"code\";i:60137;s:3:\"src\";s:6:\"entypo\";}i:746;a:4:{s:3:\"uid\";s:32:\"540b6a4262be769515c79700618b4aea\";s:3:\"css\";s:7:\"address\";s:4:\"code\";i:60138;s:3:\"src\";s:6:\"entypo\";}i:747;a:4:{s:3:\"uid\";s:32:\"a42b598e4298f3319b25a2702a02e7ff\";s:3:\"css\";s:10:\"location-1\";s:4:\"code\";i:60139;s:3:\"src\";s:6:\"entypo\";}i:748;a:4:{s:3:\"uid\";s:32:\"64f5a50cf7ac972a56a9a511acb5d28e\";s:3:\"css\";s:3:\"map\";s:4:\"code\";i:60140;s:3:\"src\";s:6:\"entypo\";}i:749;a:4:{s:3:\"uid\";s:32:\"f8513213799b244e66b2836aeee88531\";s:3:\"css\";s:11:\"direction-1\";s:4:\"code\";i:60141;s:3:\"src\";s:6:\"entypo\";}i:750;a:4:{s:3:\"uid\";s:32:\"c117f17c0316ef71fb2a658c4c273002\";s:3:\"css\";s:9:\"compass-1\";s:4:\"code\";i:60142;s:3:\"src\";s:6:\"entypo\";}i:751;a:4:{s:3:\"uid\";s:32:\"9bdc80f58999873c5a8079ad2d7f4143\";s:3:\"css\";s:3:\"cup\";s:4:\"code\";i:60143;s:3:\"src\";s:6:\"entypo\";}i:752;a:4:{s:3:\"uid\";s:32:\"2626e3a1bbcd90e45849af3b58a1d594\";s:3:\"css\";s:7:\"trash-1\";s:4:\"code\";i:60144;s:3:\"src\";s:6:\"entypo\";}i:753;a:4:{s:3:\"uid\";s:32:\"49bd3e825b8267f976f6d1ad391e2f4d\";s:3:\"css\";s:5:\"doc-1\";s:4:\"code\";i:60145;s:3:\"src\";s:6:\"entypo\";}i:754;a:4:{s:3:\"uid\";s:32:\"922ab2cb66943a83de969990289ef1dc\";s:3:\"css\";s:6:\"docs-1\";s:4:\"code\";i:60146;s:3:\"src\";s:6:\"entypo\";}i:755;a:4:{s:3:\"uid\";s:32:\"8782cc70184b33096ae927590d1fadc4\";s:3:\"css\";s:13:\"doc-landscape\";s:4:\"code\";i:60147;s:3:\"src\";s:6:\"entypo\";}i:756;a:4:{s:3:\"uid\";s:32:\"1189604bf305b6b03a74685ce60e6632\";s:3:\"css\";s:10:\"doc-text-1\";s:4:\"code\";i:60148;s:3:\"src\";s:6:\"entypo\";}i:757;a:4:{s:3:\"uid\";s:32:\"1d7c1d30ad49a988556273a238097c2a\";s:3:\"css\";s:14:\"doc-text-inv-1\";s:4:\"code\";i:60149;s:3:\"src\";s:6:\"entypo\";}i:758;a:4:{s:3:\"uid\";s:32:\"da0fd38d651815e3a12f6c030ff1fe5b\";s:3:\"css\";s:11:\"newspaper-1\";s:4:\"code\";i:60150;s:3:\"src\";s:6:\"entypo\";}i:759;a:4:{s:3:\"uid\";s:32:\"51727ca007aa35ceabcaffc28934faee\";s:3:\"css\";s:9:\"book-open\";s:4:\"code\";i:60151;s:3:\"src\";s:6:\"entypo\";}i:760;a:4:{s:3:\"uid\";s:32:\"48b79f27e4798f23bafa07b55dbe5b73\";s:3:\"css\";s:6:\"book-1\";s:4:\"code\";i:60152;s:3:\"src\";s:6:\"entypo\";}i:761;a:4:{s:3:\"uid\";s:32:\"0ccb084ddeeae372673793ed0b45bb4a\";s:3:\"css\";s:8:\"folder-1\";s:4:\"code\";i:60153;s:3:\"src\";s:6:\"entypo\";}i:762;a:4:{s:3:\"uid\";s:32:\"96ea1be71f597a5bdfc8f791ada4f651\";s:3:\"css\";s:7:\"archive\";s:4:\"code\";i:60154;s:3:\"src\";s:6:\"entypo\";}i:763;a:4:{s:3:\"uid\";s:32:\"cc05df515bebe11df3ada0a5910a8f6d\";s:3:\"css\";s:5:\"box-1\";s:4:\"code\";i:60155;s:3:\"src\";s:6:\"entypo\";}i:764;a:4:{s:3:\"uid\";s:32:\"3e617d8049807e128c80d0344ba09e37\";s:3:\"css\";s:5:\"rss-1\";s:4:\"code\";i:60156;s:3:\"src\";s:6:\"entypo\";}i:765;a:4:{s:3:\"uid\";s:32:\"5854855e963044f93b15738a5bb27a29\";s:3:\"css\";s:7:\"phone-1\";s:4:\"code\";i:60157;s:3:\"src\";s:6:\"entypo\";}i:766;a:4:{s:3:\"uid\";s:32:\"bc64550dd022ce21604f97309b346cea\";s:3:\"css\";s:5:\"cog-1\";s:4:\"code\";i:60158;s:3:\"src\";s:6:\"entypo\";}i:767;a:4:{s:3:\"uid\";s:32:\"6a7b9d4863bb7e6c79e9457a72d689b6\";s:3:\"css\";s:5:\"tools\";s:4:\"code\";i:60159;s:3:\"src\";s:6:\"entypo\";}i:768;a:4:{s:3:\"uid\";s:32:\"91426c82d94428a33353e495418435e3\";s:3:\"css\";s:7:\"share-1\";s:4:\"code\";i:60160;s:3:\"src\";s:6:\"entypo\";}i:769;a:4:{s:3:\"uid\";s:32:\"e4536ab890a215f2fe8952de5c2fe354\";s:3:\"css\";s:9:\"shareable\";s:4:\"code\";i:60161;s:3:\"src\";s:6:\"entypo\";}i:770;a:4:{s:3:\"uid\";s:32:\"e126987944593dfee041f8e2a68145db\";s:3:\"css\";s:8:\"basket-1\";s:4:\"code\";i:60162;s:3:\"src\";s:6:\"entypo\";}i:771;a:4:{s:3:\"uid\";s:32:\"2c71ee1c65e1992ba32d5ffc5ee7f337\";s:3:\"css\";s:3:\"bag\";s:4:\"code\";i:60163;s:3:\"src\";s:6:\"entypo\";}i:772;a:4:{s:3:\"uid\";s:32:\"413717f5ea649e8d8b93938be277264a\";s:3:\"css\";s:10:\"calendar-1\";s:4:\"code\";i:60164;s:3:\"src\";s:6:\"entypo\";}i:773;a:4:{s:3:\"uid\";s:32:\"a204f0fa972408eaae5a363c444991b2\";s:3:\"css\";s:7:\"login-1\";s:4:\"code\";i:60165;s:3:\"src\";s:6:\"entypo\";}i:774;a:4:{s:3:\"uid\";s:32:\"2d76f2c8d13be40694ecadfea7fb83c3\";s:3:\"css\";s:8:\"logout-1\";s:4:\"code\";i:60166;s:3:\"src\";s:6:\"entypo\";}i:775;a:4:{s:3:\"uid\";s:32:\"1e099a876c8a6a83f10c9bafa9886614\";s:3:\"css\";s:5:\"mic-1\";s:4:\"code\";i:60167;s:3:\"src\";s:6:\"entypo\";}i:776;a:4:{s:3:\"uid\";s:32:\"2f750a9be253e8e451209574336e7020\";s:3:\"css\";s:6:\"mute-1\";s:4:\"code\";i:60168;s:3:\"src\";s:6:\"entypo\";}i:777;a:4:{s:3:\"uid\";s:32:\"ef51920c7a9bed4d87f53709db115e34\";s:3:\"css\";s:5:\"sound\";s:4:\"code\";i:60169;s:3:\"src\";s:6:\"entypo\";}i:778;a:4:{s:3:\"uid\";s:32:\"edd88296295d95d6510e66d9a6bbd6c3\";s:3:\"css\";s:6:\"volume\";s:4:\"code\";i:60170;s:3:\"src\";s:6:\"entypo\";}i:779;a:4:{s:3:\"uid\";s:32:\"8663320a860b00f26e94d3d15c9ba99a\";s:3:\"css\";s:7:\"clock-1\";s:4:\"code\";i:60171;s:3:\"src\";s:6:\"entypo\";}i:780;a:4:{s:3:\"uid\";s:32:\"7f6916533c0842b6cec699fd773693d3\";s:3:\"css\";s:9:\"hourglass\";s:4:\"code\";i:60172;s:3:\"src\";s:6:\"entypo\";}i:781;a:4:{s:3:\"uid\";s:32:\"4b20e1deee87faf4c3fab735fbd4bc1a\";s:3:\"css\";s:4:\"lamp\";s:4:\"code\";i:60173;s:3:\"src\";s:6:\"entypo\";}i:782;a:4:{s:3:\"uid\";s:32:\"2d14369ed7f129e779eaa30195368218\";s:3:\"css\";s:10:\"light-down\";s:4:\"code\";i:60174;s:3:\"src\";s:6:\"entypo\";}i:783;a:4:{s:3:\"uid\";s:32:\"f8e120c48c070f8afd2d072651b4fb9f\";s:3:\"css\";s:8:\"light-up\";s:4:\"code\";i:60175;s:3:\"src\";s:6:\"entypo\";}i:784;a:4:{s:3:\"uid\";s:32:\"f6fa10cb3ffec7becb60834f50bb0182\";s:3:\"css\";s:6:\"adjust\";s:4:\"code\";i:60176;s:3:\"src\";s:6:\"entypo\";}i:785;a:4:{s:3:\"uid\";s:32:\"29e7f6072d5935d7818204d9b088508b\";s:3:\"css\";s:7:\"block-1\";s:4:\"code\";i:60177;s:3:\"src\";s:6:\"entypo\";}i:786;a:4:{s:3:\"uid\";s:32:\"3a3f65b92c9b2fcbb3a8dcd0d42ee806\";s:3:\"css\";s:13:\"resize-full-1\";s:4:\"code\";i:60178;s:3:\"src\";s:6:\"entypo\";}i:787;a:4:{s:3:\"uid\";s:32:\"108c8ac13badc00ce66da014436e6eb1\";s:3:\"css\";s:14:\"resize-small-1\";s:4:\"code\";i:60179;s:3:\"src\";s:6:\"entypo\";}i:788;a:4:{s:3:\"uid\";s:32:\"9248ce8062fb4707a6919bfe9ac1af8e\";s:3:\"css\";s:5:\"popup\";s:4:\"code\";i:60180;s:3:\"src\";s:6:\"entypo\";}i:789;a:4:{s:3:\"uid\";s:32:\"77bcf90f0c68635bab5abfb4ed736696\";s:3:\"css\";s:7:\"publish\";s:4:\"code\";i:60181;s:3:\"src\";s:6:\"entypo\";}i:790;a:4:{s:3:\"uid\";s:32:\"744a71fe4b5ab7c4f4b7cd598e9bf75a\";s:3:\"css\";s:6:\"window\";s:4:\"code\";i:60182;s:3:\"src\";s:6:\"entypo\";}i:791;a:4:{s:3:\"uid\";s:32:\"0a3192de65a73ca1501b073ad601f87d\";s:3:\"css\";s:11:\"arrow-combo\";s:4:\"code\";i:60183;s:3:\"src\";s:6:\"entypo\";}i:792;a:4:{s:3:\"uid\";s:32:\"40ef3542646bed70cb63f1290c9d98c9\";s:3:\"css\";s:14:\"down-circled-1\";s:4:\"code\";i:60184;s:3:\"src\";s:6:\"entypo\";}i:793;a:4:{s:3:\"uid\";s:32:\"0db0310883e0bdacfd1bb2d394238e8a\";s:3:\"css\";s:14:\"left-circled-1\";s:4:\"code\";i:60185;s:3:\"src\";s:6:\"entypo\";}i:794;a:4:{s:3:\"uid\";s:32:\"52725ff4d4042964bd3a60609bf3695b\";s:3:\"css\";s:15:\"right-circled-1\";s:4:\"code\";i:60186;s:3:\"src\";s:6:\"entypo\";}i:795;a:4:{s:3:\"uid\";s:32:\"64691230b90991883f94c6dfb2afc90a\";s:3:\"css\";s:12:\"up-circled-1\";s:4:\"code\";i:60187;s:3:\"src\";s:6:\"entypo\";}i:796;a:4:{s:3:\"uid\";s:32:\"8704cd847a47b64265b8bb110c8b4d62\";s:3:\"css\";s:11:\"down-open-1\";s:4:\"code\";i:60188;s:3:\"src\";s:6:\"entypo\";}i:797;a:4:{s:3:\"uid\";s:32:\"c311c48d79488965b0fab7f9cd12b6b5\";s:3:\"css\";s:11:\"left-open-1\";s:4:\"code\";i:60189;s:3:\"src\";s:6:\"entypo\";}i:798;a:4:{s:3:\"uid\";s:32:\"749e7d90a9182938180f1d2d8c33584e\";s:3:\"css\";s:12:\"right-open-1\";s:4:\"code\";i:60190;s:3:\"src\";s:6:\"entypo\";}i:799;a:4:{s:3:\"uid\";s:32:\"9c7ff134960bb5a82404e4aeaab366d9\";s:3:\"css\";s:9:\"up-open-1\";s:4:\"code\";i:60191;s:3:\"src\";s:6:\"entypo\";}i:800;a:4:{s:3:\"uid\";s:32:\"f11c9e95ae5eaa84d193e8fa1d38c6f9\";s:3:\"css\";s:14:\"down-open-mini\";s:4:\"code\";i:60192;s:3:\"src\";s:6:\"entypo\";}i:801;a:4:{s:3:\"uid\";s:32:\"592717bd601645d61517d2a584d04127\";s:3:\"css\";s:14:\"left-open-mini\";s:4:\"code\";i:60193;s:3:\"src\";s:6:\"entypo\";}i:802;a:4:{s:3:\"uid\";s:32:\"37f6cfbb4062ed0d01b351ec35c334ff\";s:3:\"css\";s:15:\"right-open-mini\";s:4:\"code\";i:60194;s:3:\"src\";s:6:\"entypo\";}i:803;a:4:{s:3:\"uid\";s:32:\"9e251fb8e9e1c71ab09683468e0479a3\";s:3:\"css\";s:12:\"up-open-mini\";s:4:\"code\";i:60195;s:3:\"src\";s:6:\"entypo\";}i:804;a:4:{s:3:\"uid\";s:32:\"289b5f92f23acf1059c93fbf401c1ad5\";s:3:\"css\";s:13:\"down-open-big\";s:4:\"code\";i:60196;s:3:\"src\";s:6:\"entypo\";}i:805;a:4:{s:3:\"uid\";s:32:\"884cfc3e6e2d456dd2a2ca0dbb9e6337\";s:3:\"css\";s:13:\"left-open-big\";s:4:\"code\";i:60197;s:3:\"src\";s:6:\"entypo\";}i:806;a:4:{s:3:\"uid\";s:32:\"004882ab2d5c418c5b2060e80596279b\";s:3:\"css\";s:14:\"right-open-big\";s:4:\"code\";i:60198;s:3:\"src\";s:6:\"entypo\";}i:807;a:4:{s:3:\"uid\";s:32:\"0805cca616b3c12714f35af4d0912c10\";s:3:\"css\";s:11:\"up-open-big\";s:4:\"code\";i:60199;s:3:\"src\";s:6:\"entypo\";}i:808;a:4:{s:3:\"uid\";s:32:\"d5098cb09be5827a2911dbab5af49ad2\";s:3:\"css\";s:6:\"down-1\";s:4:\"code\";i:60200;s:3:\"src\";s:6:\"entypo\";}i:809;a:4:{s:3:\"uid\";s:32:\"6acd5cf005d48f96787350e72bd45688\";s:3:\"css\";s:6:\"left-1\";s:4:\"code\";i:60201;s:3:\"src\";s:6:\"entypo\";}i:810;a:4:{s:3:\"uid\";s:32:\"9e67bfab0143d9511f8eef6897caeb88\";s:3:\"css\";s:7:\"right-1\";s:4:\"code\";i:60202;s:3:\"src\";s:6:\"entypo\";}i:811;a:4:{s:3:\"uid\";s:32:\"43c4064ec1260d0e55c37e0467c75cbb\";s:3:\"css\";s:4:\"up-1\";s:4:\"code\";i:60203;s:3:\"src\";s:6:\"entypo\";}i:812;a:4:{s:3:\"uid\";s:32:\"7e89c12b577c31bc91bfb61bb597f01f\";s:3:\"css\";s:10:\"down-dir-1\";s:4:\"code\";i:60204;s:3:\"src\";s:6:\"entypo\";}i:813;a:4:{s:3:\"uid\";s:32:\"9aeaf29161eb005a308bbd624d6e066a\";s:3:\"css\";s:10:\"left-dir-1\";s:4:\"code\";i:60205;s:3:\"src\";s:6:\"entypo\";}i:814;a:4:{s:3:\"uid\";s:32:\"ff9a85aa20950dcc0615a2707a2b3f8e\";s:3:\"css\";s:11:\"right-dir-1\";s:4:\"code\";i:60206;s:3:\"src\";s:6:\"entypo\";}i:815;a:4:{s:3:\"uid\";s:32:\"401b644723fb2f20b0df30cce7745c18\";s:3:\"css\";s:8:\"up-dir-1\";s:4:\"code\";i:60207;s:3:\"src\";s:6:\"entypo\";}i:816;a:4:{s:3:\"uid\";s:32:\"78944e4652d6f9b8b506eaef331308cd\";s:3:\"css\";s:9:\"down-bold\";s:4:\"code\";i:60208;s:3:\"src\";s:6:\"entypo\";}i:817;a:4:{s:3:\"uid\";s:32:\"0222089fb4194cc714dcc1ffd2525c11\";s:3:\"css\";s:9:\"left-bold\";s:4:\"code\";i:60209;s:3:\"src\";s:6:\"entypo\";}i:818;a:4:{s:3:\"uid\";s:32:\"1a90b06af8614b12d8c8a5b90cc19ab3\";s:3:\"css\";s:10:\"right-bold\";s:4:\"code\";i:60210;s:3:\"src\";s:6:\"entypo\";}i:819;a:4:{s:3:\"uid\";s:32:\"8c8f768607b8fc4c92c0f85b488e87e8\";s:3:\"css\";s:7:\"up-bold\";s:4:\"code\";i:60211;s:3:\"src\";s:6:\"entypo\";}i:820;a:4:{s:3:\"uid\";s:32:\"a30a32d49f80bb534c062ae1743ef433\";s:3:\"css\";s:9:\"down-thin\";s:4:\"code\";i:60212;s:3:\"src\";s:6:\"entypo\";}i:821;a:4:{s:3:\"uid\";s:32:\"8d8f4722d16e95290858eaf294d9d830\";s:3:\"css\";s:9:\"left-thin\";s:4:\"code\";i:60213;s:3:\"src\";s:6:\"entypo\";}i:822;a:4:{s:3:\"uid\";s:32:\"ef3eda51383ce050517892df3fc05ffc\";s:3:\"css\";s:10:\"right-thin\";s:4:\"code\";i:60214;s:3:\"src\";s:6:\"entypo\";}i:823;a:4:{s:3:\"uid\";s:32:\"dbc97808cba7d0c135c7054e7a85fb86\";s:3:\"css\";s:7:\"up-thin\";s:4:\"code\";i:60215;s:3:\"src\";s:6:\"entypo\";}i:824;a:4:{s:3:\"uid\";s:32:\"465bb89b6f204234e5787c326b4ae54c\";s:3:\"css\";s:5:\"ccw-1\";s:4:\"code\";i:60216;s:3:\"src\";s:6:\"entypo\";}i:825;a:4:{s:3:\"uid\";s:32:\"bb46b15cb78cc4cc05d3d715d522ac4d\";s:3:\"css\";s:4:\"cw-1\";s:4:\"code\";i:60217;s:3:\"src\";s:6:\"entypo\";}i:826;a:4:{s:3:\"uid\";s:32:\"3bd18d47a12b8709e9f4fe9ead4f7518\";s:3:\"css\";s:10:\"arrows-ccw\";s:4:\"code\";i:60218;s:3:\"src\";s:6:\"entypo\";}i:827;a:4:{s:3:\"uid\";s:32:\"fa0118a65fc8dee739469f6901bbd189\";s:3:\"css\";s:12:\"level-down-1\";s:4:\"code\";i:60219;s:3:\"src\";s:6:\"entypo\";}i:828;a:4:{s:3:\"uid\";s:32:\"5308d824454af8ec7835786e272361a9\";s:3:\"css\";s:10:\"level-up-1\";s:4:\"code\";i:60220;s:3:\"src\";s:6:\"entypo\";}i:829;a:4:{s:3:\"uid\";s:32:\"3d349daaea304032a7669b4f24931b6c\";s:3:\"css\";s:9:\"shuffle-1\";s:4:\"code\";i:60221;s:3:\"src\";s:6:\"entypo\";}i:830;a:4:{s:3:\"uid\";s:32:\"8e0220796066428d6ddea96a4f1b5131\";s:3:\"css\";s:4:\"loop\";s:4:\"code\";i:60222;s:3:\"src\";s:6:\"entypo\";}i:831;a:4:{s:3:\"uid\";s:32:\"f0eac0958921fe45b85d01b79d76e86b\";s:3:\"css\";s:6:\"switch\";s:4:\"code\";i:60223;s:3:\"src\";s:6:\"entypo\";}i:832;a:4:{s:3:\"uid\";s:32:\"cb13afd4722a849d48056540bb74c47e\";s:3:\"css\";s:6:\"play-1\";s:4:\"code\";i:60224;s:3:\"src\";s:6:\"entypo\";}i:833;a:4:{s:3:\"uid\";s:32:\"48f2e18872fe74d4579a4c8a1527fc1e\";s:3:\"css\";s:6:\"stop-1\";s:4:\"code\";i:60225;s:3:\"src\";s:6:\"entypo\";}i:834;a:4:{s:3:\"uid\";s:32:\"d8d378d0ce413f231dfa37592e39c227\";s:3:\"css\";s:7:\"pause-1\";s:4:\"code\";i:60226;s:3:\"src\";s:6:\"entypo\";}i:835;a:4:{s:3:\"uid\";s:32:\"e188c02f740feff7e2d2bce1950b75fa\";s:3:\"css\";s:6:\"record\";s:4:\"code\";i:60227;s:3:\"src\";s:6:\"entypo\";}i:836;a:4:{s:3:\"uid\";s:32:\"0afbb00323696f49e9c47f4d9fe6390b\";s:3:\"css\";s:8:\"to-end-1\";s:4:\"code\";i:60228;s:3:\"src\";s:6:\"entypo\";}i:837;a:4:{s:3:\"uid\";s:32:\"ceefe7653a4f6edaacce9e7f196cec5a\";s:3:\"css\";s:10:\"to-start-1\";s:4:\"code\";i:60229;s:3:\"src\";s:6:\"entypo\";}i:838;a:4:{s:3:\"uid\";s:32:\"18f7c393e3532e40edd45607c9d99988\";s:3:\"css\";s:12:\"fast-forward\";s:4:\"code\";i:60230;s:3:\"src\";s:6:\"entypo\";}i:839;a:4:{s:3:\"uid\";s:32:\"85806fd8ab907f45d34f976354a0df23\";s:3:\"css\";s:13:\"fast-backward\";s:4:\"code\";i:60231;s:3:\"src\";s:6:\"entypo\";}i:840;a:4:{s:3:\"uid\";s:32:\"be998d5ee625a58912ae630f34cc8419\";s:3:\"css\";s:10:\"progress-0\";s:4:\"code\";i:60232;s:3:\"src\";s:6:\"entypo\";}i:841;a:4:{s:3:\"uid\";s:32:\"054519608bca087aa306252471dda9c4\";s:3:\"css\";s:10:\"progress-1\";s:4:\"code\";i:60233;s:3:\"src\";s:6:\"entypo\";}i:842;a:4:{s:3:\"uid\";s:32:\"3e49435dd1950a0b7543e13256c89e52\";s:3:\"css\";s:10:\"progress-2\";s:4:\"code\";i:60234;s:3:\"src\";s:6:\"entypo\";}i:843;a:4:{s:3:\"uid\";s:32:\"d924bc68683f68ecf5e09e49731fd59a\";s:3:\"css\";s:10:\"progress-3\";s:4:\"code\";i:60235;s:3:\"src\";s:6:\"entypo\";}i:844;a:4:{s:3:\"uid\";s:32:\"3eadc3e443cf1c7e17f1b44d21254c00\";s:3:\"css\";s:8:\"target-1\";s:4:\"code\";i:60236;s:3:\"src\";s:6:\"entypo\";}i:845;a:4:{s:3:\"uid\";s:32:\"80451d627470ea7f977a263fdb771d7b\";s:3:\"css\";s:7:\"palette\";s:4:\"code\";i:60237;s:3:\"src\";s:6:\"entypo\";}i:846;a:4:{s:3:\"uid\";s:32:\"3626b3f3a0b284e7f4166b815719aece\";s:3:\"css\";s:6:\"list-1\";s:4:\"code\";i:60238;s:3:\"src\";s:6:\"entypo\";}i:847;a:4:{s:3:\"uid\";s:32:\"97bd5542ed3e143d2ee9b60e14487615\";s:3:\"css\";s:8:\"list-add\";s:4:\"code\";i:60239;s:3:\"src\";s:6:\"entypo\";}i:848;a:4:{s:3:\"uid\";s:32:\"84a7262985600b683bbab0da9298776d\";s:3:\"css\";s:8:\"signal-1\";s:4:\"code\";i:60240;s:3:\"src\";s:6:\"entypo\";}i:849;a:4:{s:3:\"uid\";s:32:\"978aa8facd816df874039e139cb0cdde\";s:3:\"css\";s:6:\"trophy\";s:4:\"code\";i:60241;s:3:\"src\";s:6:\"entypo\";}i:850;a:4:{s:3:\"uid\";s:32:\"a51290161c48d96d7f2e2151a4cbcde1\";s:3:\"css\";s:7:\"battery\";s:4:\"code\";i:60242;s:3:\"src\";s:6:\"entypo\";}i:851;a:4:{s:3:\"uid\";s:32:\"89eb512cb82a1c3fe83cb16134f9876c\";s:3:\"css\";s:12:\"back-in-time\";s:4:\"code\";i:60243;s:3:\"src\";s:6:\"entypo\";}i:852;a:4:{s:3:\"uid\";s:32:\"b7a336095aa4535c3689cb557edf23db\";s:3:\"css\";s:7:\"monitor\";s:4:\"code\";i:60244;s:3:\"src\";s:6:\"entypo\";}i:853;a:4:{s:3:\"uid\";s:32:\"767fede84586366cd7d6c835be745454\";s:3:\"css\";s:8:\"mobile-1\";s:4:\"code\";i:60245;s:3:\"src\";s:6:\"entypo\";}i:854;a:4:{s:3:\"uid\";s:32:\"414fe97e4af5215a06d29be0f2cecdf5\";s:3:\"css\";s:7:\"network\";s:4:\"code\";i:60246;s:3:\"src\";s:6:\"entypo\";}i:855;a:4:{s:3:\"uid\";s:32:\"16f88519423df34fc5c48be7ded81b8f\";s:3:\"css\";s:2:\"cd\";s:4:\"code\";i:60247;s:3:\"src\";s:6:\"entypo\";}i:856;a:4:{s:3:\"uid\";s:32:\"b32d88adf7cd6bfa8d0e177dfa642a4d\";s:3:\"css\";s:7:\"inbox-1\";s:4:\"code\";i:60248;s:3:\"src\";s:6:\"entypo\";}i:857;a:4:{s:3:\"uid\";s:32:\"d83b7429002f7b0b206c8d550034212b\";s:3:\"css\";s:7:\"install\";s:4:\"code\";i:60249;s:3:\"src\";s:6:\"entypo\";}i:858;a:4:{s:3:\"uid\";s:32:\"6a12c2b74456ea21cc984e11dec227a1\";s:3:\"css\";s:7:\"globe-1\";s:4:\"code\";i:60250;s:3:\"src\";s:6:\"entypo\";}i:859;a:4:{s:3:\"uid\";s:32:\"114fed43140e2b5ce42c48b95c19375b\";s:3:\"css\";s:7:\"cloud-1\";s:4:\"code\";i:60251;s:3:\"src\";s:6:\"entypo\";}i:860;a:4:{s:3:\"uid\";s:32:\"66a40c7c0ee5ea61f4b6aa0dd0f9ebb9\";s:3:\"css\";s:13:\"cloud-thunder\";s:4:\"code\";i:60252;s:3:\"src\";s:6:\"entypo\";}i:861;a:4:{s:3:\"uid\";s:32:\"98c63f6b98c543b52d4c43bcd486d28f\";s:3:\"css\";s:7:\"flash-1\";s:4:\"code\";i:60253;s:3:\"src\";s:6:\"entypo\";}i:862;a:4:{s:3:\"uid\";s:32:\"0d03db7afd4857accf1821efdc8ea72b\";s:3:\"css\";s:6:\"moon-1\";s:4:\"code\";i:60254;s:3:\"src\";s:6:\"entypo\";}i:863;a:4:{s:3:\"uid\";s:32:\"6e8aea8fff9525dfc5149f0c03669091\";s:3:\"css\";s:8:\"flight-1\";s:4:\"code\";i:60255;s:3:\"src\";s:6:\"entypo\";}i:864;a:4:{s:3:\"uid\";s:32:\"db112402805d9dadc01ce009fbfdb914\";s:3:\"css\";s:13:\"paper-plane-1\";s:4:\"code\";i:60256;s:3:\"src\";s:6:\"entypo\";}i:865;a:4:{s:3:\"uid\";s:32:\"41d534223ef447a01af3e2f629ec70eb\";s:3:\"css\";s:6:\"leaf-1\";s:4:\"code\";i:60257;s:3:\"src\";s:6:\"entypo\";}i:866;a:4:{s:3:\"uid\";s:32:\"2f9f67ee4354feef8c1f51e03bac6ef3\";s:3:\"css\";s:10:\"lifebuoy-1\";s:4:\"code\";i:60258;s:3:\"src\";s:6:\"entypo\";}i:867;a:4:{s:3:\"uid\";s:32:\"97c6901d8db077614e77b089d4eedac8\";s:3:\"css\";s:5:\"mouse\";s:4:\"code\";i:60259;s:3:\"src\";s:6:\"entypo\";}i:868;a:4:{s:3:\"uid\";s:32:\"9ea7cce5e08e5ac2c225fabf2e6dc353\";s:3:\"css\";s:11:\"briefcase-1\";s:4:\"code\";i:60260;s:3:\"src\";s:6:\"entypo\";}i:869;a:4:{s:3:\"uid\";s:32:\"11dd26ebf6934bf750a9156b353d7f2d\";s:3:\"css\";s:10:\"suitcase-1\";s:4:\"code\";i:60261;s:3:\"src\";s:6:\"entypo\";}i:870;a:4:{s:3:\"uid\";s:32:\"d2c6b59d9a239140cb76be0627480855\";s:3:\"css\";s:3:\"dot\";s:4:\"code\";i:60262;s:3:\"src\";s:6:\"entypo\";}i:871;a:4:{s:3:\"uid\";s:32:\"13b11ab72c6ae9c97ee12428e17f3a4e\";s:3:\"css\";s:5:\"dot-2\";s:4:\"code\";i:60263;s:3:\"src\";s:6:\"entypo\";}i:872;a:4:{s:3:\"uid\";s:32:\"d10920db2e79c997c5e783279291970c\";s:3:\"css\";s:5:\"dot-3\";s:4:\"code\";i:60264;s:3:\"src\";s:6:\"entypo\";}i:873;a:4:{s:3:\"uid\";s:32:\"39c4d0e225a1263a398a47523cb5b9bd\";s:3:\"css\";s:7:\"brush-1\";s:4:\"code\";i:60265;s:3:\"src\";s:6:\"entypo\";}i:874;a:4:{s:3:\"uid\";s:32:\"d55e21e6468c04c5ca38a6560b27d1aa\";s:3:\"css\";s:8:\"magnet-2\";s:4:\"code\";i:60266;s:3:\"src\";s:6:\"entypo\";}i:875;a:4:{s:3:\"uid\";s:32:\"34ba50fe8e4f95e7f3d76c6534814a70\";s:3:\"css\";s:8:\"infinity\";s:4:\"code\";i:60267;s:3:\"src\";s:6:\"entypo\";}i:876;a:4:{s:3:\"uid\";s:32:\"e8239f8188c76c925be4bd1bbcc013ac\";s:3:\"css\";s:5:\"erase\";s:4:\"code\";i:60268;s:3:\"src\";s:6:\"entypo\";}i:877;a:4:{s:3:\"uid\";s:32:\"fb5082fac1794b69a1381196219a836e\";s:3:\"css\";s:11:\"chart-pie-1\";s:4:\"code\";i:60269;s:3:\"src\";s:6:\"entypo\";}i:878;a:4:{s:3:\"uid\";s:32:\"7184d8171b6a9b18eabbace94cca21db\";s:3:\"css\";s:12:\"chart-line-1\";s:4:\"code\";i:60270;s:3:\"src\";s:6:\"entypo\";}i:879;a:4:{s:3:\"uid\";s:32:\"7d90b6cb3f3783170a96b09e5f0de6d5\";s:3:\"css\";s:11:\"chart-bar-1\";s:4:\"code\";i:60271;s:3:\"src\";s:6:\"entypo\";}i:880;a:4:{s:3:\"uid\";s:32:\"32b4054f35918992f723e39f4095f005\";s:3:\"css\";s:12:\"chart-area-1\";s:4:\"code\";i:60272;s:3:\"src\";s:6:\"entypo\";}i:881;a:4:{s:3:\"uid\";s:32:\"ed62f5f10b256b0a959e6c847ed8f4a6\";s:3:\"css\";s:4:\"tape\";s:4:\"code\";i:60273;s:3:\"src\";s:6:\"entypo\";}i:882;a:4:{s:3:\"uid\";s:32:\"ef74ff62feda486fd414410e782b598a\";s:3:\"css\";s:16:\"graduation-cap-1\";s:4:\"code\";i:60274;s:3:\"src\";s:6:\"entypo\";}i:883;a:4:{s:3:\"uid\";s:32:\"ddecf5ad7935e3fb1b70dac6ed00d06a\";s:3:\"css\";s:10:\"language-1\";s:4:\"code\";i:60275;s:3:\"src\";s:6:\"entypo\";}i:884;a:4:{s:3:\"uid\";s:32:\"333bae7aaf7395d1004875be5a075661\";s:3:\"css\";s:8:\"ticket-1\";s:4:\"code\";i:60276;s:3:\"src\";s:6:\"entypo\";}i:885;a:4:{s:3:\"uid\";s:32:\"36a1cee80657a9c66e8384dd57bed66c\";s:3:\"css\";s:5:\"water\";s:4:\"code\";i:60277;s:3:\"src\";s:6:\"entypo\";}i:886;a:4:{s:3:\"uid\";s:32:\"4efb719e797c54b3c58e5ae061d29d53\";s:3:\"css\";s:7:\"droplet\";s:4:\"code\";i:60278;s:3:\"src\";s:6:\"entypo\";}i:887;a:4:{s:3:\"uid\";s:32:\"5f3a0ebf2d13f60ec7ed76eb41ba9bb2\";s:3:\"css\";s:3:\"air\";s:4:\"code\";i:60279;s:3:\"src\";s:6:\"entypo\";}i:888;a:4:{s:3:\"uid\";s:32:\"c5cd6ea1981cecdd85c42d9d209bc3b8\";s:3:\"css\";s:13:\"credit-card-1\";s:4:\"code\";i:60280;s:3:\"src\";s:6:\"entypo\";}i:889;a:4:{s:3:\"uid\";s:32:\"191bcf63575a78def53c907c3d3bf7f0\";s:3:\"css\";s:8:\"floppy-1\";s:4:\"code\";i:60281;s:3:\"src\";s:6:\"entypo\";}i:890;a:4:{s:3:\"uid\";s:32:\"b95cfc96d48a72dd665e0ab109880b5e\";s:3:\"css\";s:9:\"clipboard\";s:4:\"code\";i:60282;s:3:\"src\";s:6:\"entypo\";}i:891;a:4:{s:3:\"uid\";s:32:\"489090690d8bd1745e365485946e20a8\";s:3:\"css\";s:11:\"megaphone-1\";s:4:\"code\";i:60283;s:3:\"src\";s:6:\"entypo\";}i:892;a:4:{s:3:\"uid\";s:32:\"248db7c0563d8cee80b7041f7736dcad\";s:3:\"css\";s:10:\"database-1\";s:4:\"code\";i:60284;s:3:\"src\";s:6:\"entypo\";}i:893;a:4:{s:3:\"uid\";s:32:\"603d5ccab42d916e79d7c0fcdb56a614\";s:3:\"css\";s:5:\"drive\";s:4:\"code\";i:60285;s:3:\"src\";s:6:\"entypo\";}i:894;a:4:{s:3:\"uid\";s:32:\"8ea66d97faf9816abd34f48f3f26d216\";s:3:\"css\";s:6:\"bucket\";s:4:\"code\";i:60286;s:3:\"src\";s:6:\"entypo\";}i:895;a:4:{s:3:\"uid\";s:32:\"d4939d1f4e5f03f6e58900b2ac8f1c6c\";s:3:\"css\";s:11:\"thermometer\";s:4:\"code\";i:60287;s:3:\"src\";s:6:\"entypo\";}i:896;a:4:{s:3:\"uid\";s:32:\"8beac4a5fd5bed9f82ca7a96cc8ba218\";s:3:\"css\";s:5:\"key-1\";s:4:\"code\";i:60288;s:3:\"src\";s:6:\"entypo\";}i:897;a:4:{s:3:\"uid\";s:32:\"898ddc67cb7d9ae53dbd4cce78043e9e\";s:3:\"css\";s:12:\"flow-cascade\";s:4:\"code\";i:60289;s:3:\"src\";s:6:\"entypo\";}i:898;a:4:{s:3:\"uid\";s:32:\"4bcb3aaa98736be3027bef7c76c55021\";s:3:\"css\";s:11:\"flow-branch\";s:4:\"code\";i:60290;s:3:\"src\";s:6:\"entypo\";}i:899;a:4:{s:3:\"uid\";s:32:\"8a1d446e5555e76f82ddb1c8b526f579\";s:3:\"css\";s:9:\"flow-tree\";s:4:\"code\";i:60291;s:3:\"src\";s:6:\"entypo\";}i:900;a:4:{s:3:\"uid\";s:32:\"6cea40aa6cc50057083e4f0a5b92410c\";s:3:\"css\";s:9:\"flow-line\";s:4:\"code\";i:60292;s:3:\"src\";s:6:\"entypo\";}i:901;a:4:{s:3:\"uid\";s:32:\"5f88095dc5e638863a0c733e99c32568\";s:3:\"css\";s:13:\"flow-parallel\";s:4:\"code\";i:60293;s:3:\"src\";s:6:\"entypo\";}i:902;a:4:{s:3:\"uid\";s:32:\"9c7fd7637a41b59a358cb70893f945a5\";s:3:\"css\";s:8:\"rocket-1\";s:4:\"code\";i:60294;s:3:\"src\";s:6:\"entypo\";}i:903;a:4:{s:3:\"uid\";s:32:\"3a6f0140c3a390bdb203f56d1bfdefcb\";s:3:\"css\";s:7:\"gauge-1\";s:4:\"code\";i:60295;s:3:\"src\";s:6:\"entypo\";}i:904;a:4:{s:3:\"uid\";s:32:\"2bbde1076919db3d1dcc7f6b43d19bd4\";s:3:\"css\";s:12:\"traffic-cone\";s:4:\"code\";i:60296;s:3:\"src\";s:6:\"entypo\";}i:905;a:4:{s:3:\"uid\";s:32:\"4a413ef43c364dafa42766e74c31bbca\";s:3:\"css\";s:4:\"cc-1\";s:4:\"code\";i:60297;s:3:\"src\";s:6:\"entypo\";}i:906;a:4:{s:3:\"uid\";s:32:\"72681d2825fef7fd83711278f845547b\";s:3:\"css\";s:5:\"cc-by\";s:4:\"code\";i:60298;s:3:\"src\";s:6:\"entypo\";}i:907;a:4:{s:3:\"uid\";s:32:\"7540520e12e941839cdb7d76b12e82a8\";s:3:\"css\";s:5:\"cc-nc\";s:4:\"code\";i:60299;s:3:\"src\";s:6:\"entypo\";}i:908;a:4:{s:3:\"uid\";s:32:\"2d741e29010c6afbfc3784251fbf4e8b\";s:3:\"css\";s:8:\"cc-nc-eu\";s:4:\"code\";i:60300;s:3:\"src\";s:6:\"entypo\";}i:909;a:4:{s:3:\"uid\";s:32:\"3138d5e10d50279c6d97ad1c99fdb584\";s:3:\"css\";s:8:\"cc-nc-jp\";s:4:\"code\";i:60301;s:3:\"src\";s:6:\"entypo\";}i:910;a:4:{s:3:\"uid\";s:32:\"900851106d63af1bc6076ae118dc543d\";s:3:\"css\";s:5:\"cc-sa\";s:4:\"code\";i:60302;s:3:\"src\";s:6:\"entypo\";}i:911;a:4:{s:3:\"uid\";s:32:\"b92e2a918daa2f9a042df1ce942b686f\";s:3:\"css\";s:5:\"cc-nd\";s:4:\"code\";i:60303;s:3:\"src\";s:6:\"entypo\";}i:912;a:4:{s:3:\"uid\";s:32:\"49679f26492c29c7bc277f1de9249229\";s:3:\"css\";s:5:\"cc-pd\";s:4:\"code\";i:60304;s:3:\"src\";s:6:\"entypo\";}i:913;a:4:{s:3:\"uid\";s:32:\"94914cbbfba692ebbc13c179d62355f7\";s:3:\"css\";s:7:\"cc-zero\";s:4:\"code\";i:60305;s:3:\"src\";s:6:\"entypo\";}i:914;a:4:{s:3:\"uid\";s:32:\"915c11e4e2e713cc7d65d32d66f004bf\";s:3:\"css\";s:8:\"cc-share\";s:4:\"code\";i:60306;s:3:\"src\";s:6:\"entypo\";}i:915;a:4:{s:3:\"uid\";s:32:\"0cd7be54280d9ffbe0f48342c011268e\";s:3:\"css\";s:8:\"cc-remix\";s:4:\"code\";i:60307;s:3:\"src\";s:6:\"entypo\";}i:916;a:4:{s:3:\"uid\";s:32:\"d94334f23acba022bfd68e49d76b31bb\";s:3:\"css\";s:8:\"github-1\";s:4:\"code\";i:60308;s:3:\"src\";s:6:\"entypo\";}i:917;a:4:{s:3:\"uid\";s:32:\"91daf8fde1042a363514ca7e42d89570\";s:3:\"css\";s:16:\"github-circled-1\";s:4:\"code\";i:60309;s:3:\"src\";s:6:\"entypo\";}i:918;a:4:{s:3:\"uid\";s:32:\"14cfd18cc1dd5fb99ba04311b888bc23\";s:3:\"css\";s:8:\"flickr-1\";s:4:\"code\";i:60310;s:3:\"src\";s:6:\"entypo\";}i:919;a:4:{s:3:\"uid\";s:32:\"5bbd46b2a0b972533f4d3ef243645e1d\";s:3:\"css\";s:14:\"flickr-circled\";s:4:\"code\";i:60311;s:3:\"src\";s:6:\"entypo\";}i:920;a:4:{s:3:\"uid\";s:32:\"538531af0e023b15882c505ee2297cbe\";s:3:\"css\";s:5:\"vimeo\";s:4:\"code\";i:60312;s:3:\"src\";s:6:\"entypo\";}i:921;a:4:{s:3:\"uid\";s:32:\"6569bd1801e232180221ba0f6a4b8b27\";s:3:\"css\";s:13:\"vimeo-circled\";s:4:\"code\";i:60313;s:3:\"src\";s:6:\"entypo\";}i:922;a:4:{s:3:\"uid\";s:32:\"d090355c31f497b61d676416c1fd39fb\";s:3:\"css\";s:9:\"twitter-1\";s:4:\"code\";i:60314;s:3:\"src\";s:6:\"entypo\";}i:923;a:4:{s:3:\"uid\";s:32:\"0419da6446cb4f31093e2022793571ca\";s:3:\"css\";s:15:\"twitter-circled\";s:4:\"code\";i:60315;s:3:\"src\";s:6:\"entypo\";}i:924;a:4:{s:3:\"uid\";s:32:\"bc50457410acf467b8b5721240768742\";s:3:\"css\";s:10:\"facebook-1\";s:4:\"code\";i:60316;s:3:\"src\";s:6:\"entypo\";}i:925;a:4:{s:3:\"uid\";s:32:\"ce1d525f3f31024c6a6b38f5e9a88953\";s:3:\"css\";s:16:\"facebook-circled\";s:4:\"code\";i:60317;s:3:\"src\";s:6:\"entypo\";}i:926;a:4:{s:3:\"uid\";s:32:\"47bd87a650e95b97f947d275ed968efe\";s:3:\"css\";s:18:\"facebook-squared-1\";s:4:\"code\";i:60318;s:3:\"src\";s:6:\"entypo\";}i:927;a:4:{s:3:\"uid\";s:32:\"b945f4ac2439565661e8e4878e35d379\";s:3:\"css\";s:7:\"gplus-1\";s:4:\"code\";i:60319;s:3:\"src\";s:6:\"entypo\";}i:928;a:4:{s:3:\"uid\";s:32:\"818a6c2a76c89800632c0335e9cdafee\";s:3:\"css\";s:13:\"gplus-circled\";s:4:\"code\";i:60320;s:3:\"src\";s:6:\"entypo\";}i:929;a:4:{s:3:\"uid\";s:32:\"689febe699d74bc8862965555503e445\";s:3:\"css\";s:11:\"pinterest-1\";s:4:\"code\";i:60321;s:3:\"src\";s:6:\"entypo\";}i:930;a:4:{s:3:\"uid\";s:32:\"2e9c0fdd4d59598cb122801ab80222e7\";s:3:\"css\";s:19:\"pinterest-circled-1\";s:4:\"code\";i:60322;s:3:\"src\";s:6:\"entypo\";}i:931;a:4:{s:3:\"uid\";s:32:\"d491462e64eb5b8c4f064108a2ff1780\";s:3:\"css\";s:8:\"tumblr-1\";s:4:\"code\";i:60323;s:3:\"src\";s:6:\"entypo\";}i:932;a:4:{s:3:\"uid\";s:32:\"72a6237752f5cd00a107d097adac9ce3\";s:3:\"css\";s:14:\"tumblr-circled\";s:4:\"code\";i:60324;s:3:\"src\";s:6:\"entypo\";}i:933;a:4:{s:3:\"uid\";s:32:\"7132e1233bc16cd1b6efe7e29d3613a5\";s:3:\"css\";s:10:\"linkedin-1\";s:4:\"code\";i:60325;s:3:\"src\";s:6:\"entypo\";}i:934;a:4:{s:3:\"uid\";s:32:\"21adad41ffebf469b2370d26bcb8a3c4\";s:3:\"css\";s:16:\"linkedin-circled\";s:4:\"code\";i:60326;s:3:\"src\";s:6:\"entypo\";}i:935;a:4:{s:3:\"uid\";s:32:\"e8d13cd05bd63219329b2b61835d776c\";s:3:\"css\";s:10:\"dribbble-1\";s:4:\"code\";i:60327;s:3:\"src\";s:6:\"entypo\";}i:936;a:4:{s:3:\"uid\";s:32:\"ec3e0b50a56867ac26a6de47953b9831\";s:3:\"css\";s:16:\"dribbble-circled\";s:4:\"code\";i:60328;s:3:\"src\";s:6:\"entypo\";}i:937;a:4:{s:3:\"uid\";s:32:\"ef5e2b339a93fff038cc6a28f8c91edd\";s:3:\"css\";s:13:\"stumbleupon-1\";s:4:\"code\";i:60329;s:3:\"src\";s:6:\"entypo\";}i:938;a:4:{s:3:\"uid\";s:32:\"e3606432570e59d4d852727bad063cd1\";s:3:\"css\";s:21:\"stumbleupon-circled-1\";s:4:\"code\";i:60330;s:3:\"src\";s:6:\"entypo\";}i:939;a:4:{s:3:\"uid\";s:32:\"ae49d5a5d0c2f7253f375bde5f0da2d2\";s:3:\"css\";s:8:\"lastfm-1\";s:4:\"code\";i:60331;s:3:\"src\";s:6:\"entypo\";}i:940;a:4:{s:3:\"uid\";s:32:\"9eedcbf6e07d6ba820e3e22f5ab6f734\";s:3:\"css\";s:14:\"lastfm-circled\";s:4:\"code\";i:60332;s:3:\"src\";s:6:\"entypo\";}i:941;a:4:{s:3:\"uid\";s:32:\"406d96226bd9d021b7d976efa1c4a061\";s:3:\"css\";s:4:\"rdio\";s:4:\"code\";i:60333;s:3:\"src\";s:6:\"entypo\";}i:942;a:4:{s:3:\"uid\";s:32:\"4d8e1f1173bab9aac8991e9eee2fa326\";s:3:\"css\";s:12:\"rdio-circled\";s:4:\"code\";i:60334;s:3:\"src\";s:6:\"entypo\";}i:943;a:4:{s:3:\"uid\";s:32:\"882d407598d4e60074f5c08b3372811e\";s:3:\"css\";s:9:\"spotify-1\";s:4:\"code\";i:60335;s:3:\"src\";s:6:\"entypo\";}i:944;a:4:{s:3:\"uid\";s:32:\"067edf3e1f6458e782d0254e63eb5eb6\";s:3:\"css\";s:15:\"spotify-circled\";s:4:\"code\";i:60336;s:3:\"src\";s:6:\"entypo\";}i:945;a:4:{s:3:\"uid\";s:32:\"935e2e437efbb3a69ed9a83e2d2f637e\";s:3:\"css\";s:4:\"qq-1\";s:4:\"code\";i:60337;s:3:\"src\";s:6:\"entypo\";}i:946;a:4:{s:3:\"uid\";s:32:\"0fbfb1cd7a847c88ea4c141d0e1bbdb5\";s:3:\"css\";s:11:\"instagram-1\";s:4:\"code\";i:60338;s:3:\"src\";s:6:\"entypo\";}i:947;a:4:{s:3:\"uid\";s:32:\"b22fdf6cbaa9c54fbb0bc9abb0ed4098\";s:3:\"css\";s:9:\"dropbox-1\";s:4:\"code\";i:60339;s:3:\"src\";s:6:\"entypo\";}i:948;a:4:{s:3:\"uid\";s:32:\"ce291d00162e998dbf5cb81bc5edff75\";s:3:\"css\";s:8:\"evernote\";s:4:\"code\";i:60340;s:3:\"src\";s:6:\"entypo\";}i:949;a:4:{s:3:\"uid\";s:32:\"4274fc9f6190d330fcdf61e7ad564370\";s:3:\"css\";s:6:\"flattr\";s:4:\"code\";i:60341;s:3:\"src\";s:6:\"entypo\";}i:950;a:4:{s:3:\"uid\";s:32:\"28ccaf022b8363aeaa5b86f66e1f5173\";s:3:\"css\";s:7:\"skype-1\";s:4:\"code\";i:60342;s:3:\"src\";s:6:\"entypo\";}i:951;a:4:{s:3:\"uid\";s:32:\"8354734770d837204e6a004885240d2e\";s:3:\"css\";s:13:\"skype-circled\";s:4:\"code\";i:60343;s:3:\"src\";s:6:\"entypo\";}i:952;a:4:{s:3:\"uid\";s:32:\"7fe35dea791456114c356934333b4171\";s:3:\"css\";s:8:\"renren-1\";s:4:\"code\";i:60344;s:3:\"src\";s:6:\"entypo\";}i:953;a:4:{s:3:\"uid\";s:32:\"d1945696d6bbbf84e388df9961f26a37\";s:3:\"css\";s:10:\"sina-weibo\";s:4:\"code\";i:60345;s:3:\"src\";s:6:\"entypo\";}i:954;a:4:{s:3:\"uid\";s:32:\"8d584f31a5d54de313f1f3da28708ec0\";s:3:\"css\";s:8:\"paypal-1\";s:4:\"code\";i:60346;s:3:\"src\";s:6:\"entypo\";}i:955;a:4:{s:3:\"uid\";s:32:\"07269ba9c8905d091e1a01beab1f0958\";s:3:\"css\";s:6:\"picasa\";s:4:\"code\";i:60347;s:3:\"src\";s:6:\"entypo\";}i:956;a:4:{s:3:\"uid\";s:32:\"b86600decaba538aca184421752cd640\";s:3:\"css\";s:12:\"soundcloud-1\";s:4:\"code\";i:60348;s:3:\"src\";s:6:\"entypo\";}i:957;a:4:{s:3:\"uid\";s:32:\"c510878e39f27f3fb4e6171148829962\";s:3:\"css\";s:4:\"mixi\";s:4:\"code\";i:60349;s:3:\"src\";s:6:\"entypo\";}i:958;a:4:{s:3:\"uid\";s:32:\"84f3880057574e968053d6d6c8a7b216\";s:3:\"css\";s:9:\"behance-1\";s:4:\"code\";i:60350;s:3:\"src\";s:6:\"entypo\";}i:959;a:4:{s:3:\"uid\";s:32:\"5a24a9d2bffe3b66cea31ed2f57fb65a\";s:3:\"css\";s:14:\"google-circles\";s:4:\"code\";i:60351;s:3:\"src\";s:6:\"entypo\";}i:960;a:4:{s:3:\"uid\";s:32:\"c9a7eca58474311926922ff8c2c1d256\";s:3:\"css\";s:11:\"vkontakte-1\";s:4:\"code\";i:60352;s:3:\"src\";s:6:\"entypo\";}i:961;a:4:{s:3:\"uid\";s:32:\"2e97984c1130787e123117d4cacc07fa\";s:3:\"css\";s:8:\"smashing\";s:4:\"code\";i:60353;s:3:\"src\";s:6:\"entypo\";}i:962;a:4:{s:3:\"uid\";s:32:\"c22c5fa36d200793ad39b984fb5c8610\";s:3:\"css\";s:6:\"sweden\";s:4:\"code\";i:60354;s:3:\"src\";s:6:\"entypo\";}i:963;a:4:{s:3:\"uid\";s:32:\"e9ede58f5f90bbc3e52bf4bf53da71c0\";s:3:\"css\";s:8:\"db-shape\";s:4:\"code\";i:60355;s:3:\"src\";s:6:\"entypo\";}i:964;a:4:{s:3:\"uid\";s:32:\"ea16996158db7b9fedf060a4f44b27ee\";s:3:\"css\";s:7:\"logo-db\";s:4:\"code\";i:60356;s:3:\"src\";s:6:\"entypo\";}}}\";', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(189, 'cmsmasters_in-conference_icons_custom', 's:51652:\"a:7:{s:4:\"name\";s:15:\"fontello-custom\";s:15:\"css_prefix_text\";s:23:\"cmsmasters-icon-custom-\";s:14:\"css_use_suffix\";b:0;s:7:\"hinting\";b:1;s:12:\"units_per_em\";i:1000;s:6:\"ascent\";i:850;s:6:\"glyphs\";a:50:{i:0;a:7:{s:3:\"uid\";s:32:\"88feeec230c8efe9b8cce06a8687fbff\";s:3:\"css\";s:10:\"facebook-6\";s:4:\"code\";i:59393;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:142:\"M124 1000V531H0V362H124V217C124 104 197 0 366 0 435 0 485 7 485 7L481 164S430 164 373 164C313 164 303 192 303 238V362H486L478 531H303V1000H124\";s:5:\"width\";i:486;}s:6:\"search\";a:1:{i:0;s:10:\"facebook-6\";}}i:1;a:7:{s:3:\"uid\";s:32:\"30ef8f8a609db6572f42c190b9baa54a\";s:3:\"css\";s:15:\"facebook-rect-1\";s:4:\"code\";i:59394;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:309:\"M183 0C81 0 0 81 0 183L0 817C0 919 81 1000 183 1000L527 1000 527 609 423 609 423 468 527 468 527 348C527 254 588 167 728 167 785 167 828 172 828 172L824 304S781 303 734 303C684 303 676 327 676 365L676 468 828 468 822 609 676 609 676 1000 817 1000C919 1000 1000 919 1000 817L1000 183C1000 81 919 0 817 0L183 0Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:15:\"facebook-rect-1\";}}i:2;a:7:{s:3:\"uid\";s:32:\"000f9185edb97fd25c5f69e0f1980824\";s:3:\"css\";s:9:\"twitter-6\";s:4:\"code\";i:59395;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:425:\"M749 875C749 909 736 939 712 963 687 988 658 1000 623 1000L375 1000C272 1000 183 964 110 890 37 817 0 729 0 626L0 125C0 90 12 60 37 36 61 12 91 0 126 0 160 0 190 12 214 37 239 61 251 91 251 125L251 306 604 306C636 306 664 318 687 341 709 363 721 390 721 422 721 454 709 481 687 504 664 527 636 538 605 538L251 538 251 626C251 660 263 690 287 714 311 738 341 750 375 750L623 750C658 750 687 762 712 787 736 811 749 841 749 875\";s:5:\"width\";i:749;}s:6:\"search\";a:1:{i:0;s:9:\"twitter-6\";}}i:3;a:7:{s:3:\"uid\";s:32:\"b4748337bb7953e567354524eb1dcb87\";s:3:\"css\";s:14:\"twitter-bird-1\";s:4:\"code\";i:59396;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:476:\"M1231 118Q1180 195 1105 249 1106 263 1106 281 1106 383 1076 484 1047 586 986 679 925 771 841 843 757 915 640 957 522 1000 387 1000 177 1000 0 887 31 890 60 890 236 890 374 782 292 780 227 731 163 682 138 606 162 611 186 611 220 611 252 602 165 585 107 515 50 446 50 355L50 351Q103 381 164 383 112 349 82 293 52 238 52 173 52 105 86 46 181 163 316 232 451 302 606 310 600 282 600 252 600 148 674 74 748 0 852 0 962 0 1037 80 1122 63 1197 18 1168 109 1086 158 1162 149 1231 119Z\";s:5:\"width\";i:1231;}s:6:\"search\";a:1:{i:0;s:14:\"twitter-bird-1\";}}i:4;a:7:{s:3:\"uid\";s:32:\"563f75ce206e213ca4d6ff292d4a0f7d\";s:3:\"css\";s:7:\"vimeo-3\";s:4:\"code\";i:59397;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:274:\"M1158 231Q1150 400 922 694 686 1000 522 1000 421 1000 351 813L257 470Q205 283 145 283 132 283 55 338L0 268Q86 192 169 117 283 18 340 13 475 0 506 198 540 410 553 462 592 639 639 639 675 639 748 525 821 410 826 351 836 252 748 252 706 252 662 270 748-8 989 0 1169 5 1158 231Z\";s:5:\"width\";d:1158.8;}s:6:\"search\";a:1:{i:0;s:7:\"vimeo-3\";}}i:5;a:7:{s:3:\"uid\";s:32:\"d357bb159331c4ae0553a3cdc72e3a43\";s:3:\"css\";s:10:\"vimeo-rect\";s:4:\"code\";i:59398;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:556:\"M193 0C86 0 0 86 0 193L0 807C0 914 86 1000 193 1000L807 1000C914 1000 1000 914 1000 807L1000 193C1000 86 914 0 807 0L193 0ZM710 197C713 197 716 197 719 197 793 199 827 247 823 340 820 409 771 504 677 625 580 751 498 814 430 814 389 814 353 776 324 699L267 487C245 410 222 372 198 372 192 372 174 383 142 406L108 362C143 331 178 300 212 269 259 229 295 207 318 205 374 200 408 238 421 319 435 407 444 461 450 482 466 555 483 591 502 591 517 591 540 568 570 521 600 474 616 438 618 414 622 373 606 353 570 353 553 353 535 356 517 364 551 253 615 197 710 197Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:10:\"vimeo-rect\";}}i:6;a:7:{s:3:\"uid\";s:32:\"5c39cc5f02300d6f3e8fb49982bb8daa\";s:3:\"css\";s:8:\"tumblr-3\";s:4:\"code\";i:59399;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:353:\"M346 0V253H583V410H346V666C346 724 349 761 355 778 361 794 372 807 389 817 411 830 437 837 465 837 516 837 566 821 616 788V945C573 966 535 980 500 988 465 996 428 1000 388 1000 342 1000 302 994 266 983 231 971 201 955 177 933 152 912 135 889 125 865 115 841 111 806 111 760V410H0V268C39 255 73 237 101 213 129 189 151 161 168 127 185 94 197 52 203 0H346\";s:5:\"width\";d:616.10000000000002;}s:6:\"search\";a:1:{i:0;s:8:\"tumblr-3\";}}i:7;a:7:{s:3:\"uid\";s:32:\"fd16108a2328094cdba0f9e75759960e\";s:3:\"css\";s:11:\"tumblr-rect\";s:4:\"code\";i:59400;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:524:\"M193 0C86 0 0 86 0 193L0 807C0 914 86 1000 193 1000L807 1000C914 1000 1000 914 1000 807L1000 193C1000 86 914 0 807 0L193 0ZM435 141L534 141 534 318 700 318 700 427 534 427 534 606C534 646 536 672 541 684 545 695 553 704 564 711 580 720 597 725 617 725 653 725 688 713 723 690L723 800C693 814 666 824 642 830 618 836 591 838 563 838 532 838 503 834 479 826 454 818 434 807 416 792 399 777 387 761 380 744 374 728 370 703 370 671L370 427 293 427 293 328C321 319 344 307 364 290 383 273 399 254 411 230 422 207 431 177 435 141Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"tumblr-rect\";}}i:8;a:7:{s:3:\"uid\";s:32:\"6375a22311aff16702fc3f88eb999cb9\";s:3:\"css\";s:15:\"googleplus-rect\";s:4:\"code\";i:59401;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:890:\"M92 0C41 0 0 26 0 92L0 171C4 168 8 164 12 160 95 92 185 80 262 79L569 79 487 145 398 145C434 176 487 231 487 329 487 437 430 488 369 536 350 555 328 576 328 608 328 640 350 657 366 671L418 711C482 765 566 828 566 928 566 955 563 980 554 1000L908 1000C959 1000 1000 972 1000 921L1000 341 816 341 816 526 737 526 737 341 553 341 553 263 737 263 737 79 816 79 816 263 1000 263 1000 92C1000 26 959 0 908 0L92 0ZM1000 263L1000 341 1001 341 1001 263 1000 263ZM187 128C149 128 109 147 85 176 61 207 57 246 57 284 57 382 108 526 233 526 269 526 307 517 331 490 358 459 368 418 368 397 368 291 308 128 187 128ZM0 526L0 785C66 732 180 741 235 738 215 711 192 684 192 639 192 614 199 599 206 582 190 583 174 585 160 585 94 585 40 559 0 526ZM251 778C238 778 160 781 99 802 78 810 30 828 0 868L0 921C0 972 41 1000 92 1000L469 1000C471 993 475 988 475 974 474 899 395 859 285 780 273 778 266 778 251 778Z\";s:5:\"width\";i:1001;}s:6:\"search\";a:1:{i:0;s:15:\"googleplus-rect\";}}i:9;a:7:{s:3:\"uid\";s:32:\"bf860de549aebff75bf577520e51c62c\";s:3:\"css\";s:11:\"github-text\";s:4:\"code\";i:59402;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1423:\"M527 0C506 0 488 8 473 24 458 40 451 59 451 82 451 104 458 123 473 139 488 155 506 163 527 163 547 163 565 155 580 139 595 123 602 104 602 82 602 59 595 40 580 24 565 8 547 0 527 0ZM691 156C693 169 694 185 694 205L694 248 641 248 641 354C656 352 668 351 678 351L694 352 694 354 693 354 693 550C693 611 701 656 716 684 736 722 773 741 826 741 864 741 897 734 924 719L924 610C906 622 885 629 863 629 830 629 814 604 814 555L814 352 861 352C870 352 880 352 889 353 899 354 906 354 910 354L910 248 814 248 814 203C814 186 816 170 818 156L691 156 691 156ZM190 243C141 243 98 259 62 292 25 327 7 371 7 423 7 458 17 491 37 521 55 550 76 568 100 576L100 578C76 588 65 614 65 655 65 686 77 709 102 725L102 727C34 750 0 791 0 853 0 906 23 945 68 970 104 989 149 999 204 999 339 999 407 943 407 830 407 759 355 716 250 700 226 696 208 687 196 673 186 664 182 654 182 645 182 618 196 602 225 598 270 591 306 571 334 536 362 502 376 461 376 414 376 400 373 384 367 367 386 363 401 359 411 355L411 243C365 260 325 269 290 269 259 251 226 243 190 243L190 243ZM465 248C466 261 467 285 467 319L467 659C467 694 466 719 465 733L588 733C587 717 586 690 586 653L586 317C586 285 587 262 588 248L465 248ZM195 343C217 343 234 352 246 368 256 384 261 402 261 423 261 474 239 500 195 500 149 500 126 474 126 424 126 370 149 343 195 343ZM202 788C264 788 294 807 294 844 294 883 266 903 210 903 146 903 114 884 114 846 114 807 143 788 202 788L202 788Z\";s:5:\"width\";i:924;}s:6:\"search\";a:1:{i:0;s:11:\"github-text\";}}i:10;a:7:{s:3:\"uid\";s:32:\"c42b62b286cce731cc89fe293b2720cf\";s:3:\"css\";s:8:\"github-5\";s:4:\"code\";i:59403;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:807:\"M1079-1C1046-2 969 10 840 96 770 78 695 70 621 70 538 70 455 80 378 101 193-25 111 1 111 1 58 134 91 233 101 257 38 325 0 411 0 517 0 597 9 668 31 731 33 735 32 734 34 739 39 751 45 764 51 776 53 780 55 784 55 784 117 900 240 975 459 999L790 999C1023 976 1135 901 1187 783L1190 776C1195 764 1199 752 1211 710 1223 669 1228 597 1228 517 1228 402 1185 310 1115 241 1127 201 1143 113 1098 1 1098 1 1092-1 1079-1ZM818 420C872 420 918 429 953 466L953 466C996 511 1022 566 1022 625 1022 902 844 910 624 910 405 910 227 871 227 625 227 567 252 512 295 467 366 391 487 431 624 431 695 431 761 420 818 420ZM410 502C364 502 327 563 327 639 327 716 364 777 410 777 455 777 492 716 492 639 492 563 455 502 410 502ZM853 502C808 502 771 563 771 639 771 716 808 777 853 777 899 777 936 716 936 639 936 563 899 502 853 502Z\";s:5:\"width\";i:1228;}s:6:\"search\";a:1:{i:0;s:8:\"github-5\";}}i:11;a:7:{s:3:\"uid\";s:32:\"ccdc04426f01ad5f40e4ddd2b2409b27\";s:3:\"css\";s:7:\"skype-4\";s:4:\"code\";i:59404;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1344:\"M958 572C962 549 964 525 964 500 964 244 756 36 500 36 475 36 451 38 428 42 385 15 334 0 280 0 126 0 0 125 0 280 0 334 15 385 42 428 38 451 36 475 36 500 36 756 244 964 500 964 525 964 549 962 572 958 615 985 666 1000 720 1000 875 1000 1000 875 1000 720 1000 666 985 615 958 572ZM720 711C701 739 672 761 634 777 596 793 552 801 500 801 439 801 387 790 347 768 318 753 295 732 277 706 259 679 250 654 250 629 250 614 256 601 267 591 278 580 292 575 309 575 323 575 334 579 344 587 354 596 362 608 368 623 376 642 385 657 394 669 403 681 415 691 432 699 448 707 470 711 497 711 534 711 564 703 587 687 610 671 621 652 621 628 621 609 615 594 603 583 590 571 574 562 555 556 535 550 508 543 475 536 430 526 392 515 362 502 331 488 307 471 289 448 271 425 262 396 262 363 262 330 272 302 291 277 310 252 337 232 373 219 408 206 450 199 499 199 537 199 570 203 598 212 627 221 650 233 669 248 687 262 701 278 710 294 718 311 723 327 723 342 723 357 717 370 706 381 695 393 681 399 665 399 650 399 638 395 630 388 623 381 614 370 606 355 594 333 581 316 565 304 550 292 525 286 490 286 458 286 432 293 412 306 393 319 383 334 383 352 383 363 387 373 393 381 400 389 409 396 420 402 432 408 444 412 456 416 468 419 488 424 516 431 552 438 583 447 612 456 641 465 665 477 685 490 705 503 721 520 733 541 744 561 750 586 750 615 750 651 740 683 720 711Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:7:\"skype-4\";}}i:12;a:7:{s:3:\"uid\";s:32:\"6771db5c1ffcd962ff9637c876b00bec\";s:3:\"css\";s:3:\"icq\";s:4:\"code\";i:59405;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:2569:\"M355 27C324 20 298 23 271 37 242 55 225 84 218 123 211 164 218 203 239 243L249 257 215 246C173 236 133 242 94 263 53 284 28 313 11 354-5 394-4 432 16 467 25 483 37 495 49 504 66 521 87 531 112 535L122 538 101 556C81 573 70 594 63 615 56 641 59 666 73 690 80 701 87 711 98 718 109 728 123 735 140 736 171 743 204 743 239 732L214 774 207 793C192 838 197 877 218 918 228 934 239 948 250 961 267 976 288 986 314 993 356 1004 398 1003 439 982 479 961 504 927 517 884L518 876C545 906 570 925 598 932 627 941 655 939 680 922 704 908 721 884 730 855 737 824 737 793 730 758 744 767 758 774 775 779 820 793 859 791 899 770 937 749 962 715 975 671 986 629 983 588 962 549L955 538C944 521 933 504 916 492 902 483 885 476 869 468 913 447 944 418 958 380 968 349 965 323 951 298L951 295C934 267 911 249 876 239 855 234 831 234 810 236L763 246 779 210C793 165 789 122 765 81L761 74C739 38 708 17 666 6 622-5 582-1 542 20 503 41 474 74 462 116L462 119 460 129 455 119 441 93C418 58 390 37 355 27ZM714 112C721 126 725 143 725 161L721 192C716 208 708 222 700 234L573 390C560 380 546 373 532 366L518 206 517 150 518 136C525 108 545 86 570 72 596 58 624 55 651 65 680 72 701 88 714 112ZM277 140C278 115 288 98 305 88 314 81 326 81 338 86 363 94 384 112 401 147 408 161 415 175 418 192L446 359 425 366 300 229 293 215C281 189 274 165 277 140ZM201 305L239 320 363 411C352 425 345 439 341 453L137 478 123 476C98 471 81 460 70 439 59 418 59 397 67 375 77 349 95 328 122 316 147 302 173 298 201 305ZM335 535L345 563 349 573C328 591 312 608 295 624L253 659 242 666C215 679 192 683 168 680 147 679 130 672 123 659L119 643 122 631C129 610 147 588 180 573 197 566 211 559 222 556L335 535ZM775 306C800 295 824 292 849 295 873 298 890 309 899 326L904 344 902 359C892 384 871 404 835 419 821 426 806 429 789 432L615 453 613 443 610 439 615 432 758 313 775 306ZM415 440C432 425 455 415 481 415 507 415 531 425 546 440 566 460 575 481 575 507S566 556 546 573C528 591 507 601 481 601 455 601 432 591 415 573 397 556 387 532 387 507S397 460 415 440ZM448 645C450 693 455 743 462 798L462 855 460 869C450 894 434 915 408 927 383 941 356 944 331 937 302 930 281 913 270 890 263 876 257 859 257 842L264 810C267 796 274 782 286 770L404 629C418 636 432 643 448 645ZM556 626L615 687 652 732 659 746C672 770 679 793 676 820 673 845 665 863 648 870 638 877 627 877 615 876 589 869 567 848 552 814L535 767 514 645 538 636 556 626ZM620 539L779 525 835 524 849 525C871 532 890 545 902 566 916 581 923 602 923 626L919 655C912 683 895 704 871 715 845 729 820 732 792 722 775 718 763 711 754 700L606 577 615 556 620 539Z\";s:5:\"width\";i:981;}s:6:\"search\";a:1:{i:0;s:3:\"icq\";}}i:13;a:7:{s:3:\"uid\";s:32:\"442b5c6ceeda0fbc9e073999452d76ca\";s:3:\"css\";s:6:\"yandex\";s:4:\"code\";i:59406;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:269:\"M456 544H388C281 544 178 480 178 320 178 153 275 85 374 85H456V544ZM563 0H378C197 0 44 113 44 333 44 465 118 563 251 611L3 979C-5 991 3 1000 16 1000H131C141 1000 147 997 150 991L375 629H456V991C456 995 461 1000 467 1000H568C577 1000 581 996 581 989V13C581 4 574 0 563 0\";s:5:\"width\";d:580.60000000000002;}s:6:\"search\";a:1:{i:0;s:6:\"yandex\";}}i:14;a:7:{s:3:\"uid\";s:32:\"33d9c5fed4d0c8551f61597bb3c50a54\";s:3:\"css\";s:11:\"yandex-rect\";s:4:\"code\";i:59407;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:404:\"M177 0C79 0 0 79 0 177L0 823C0 921 79 1000 177 1000L652 1000 1000 500 652 0 177 0ZM443 183L556 183C563 183 567 185 567 191L567 813C567 817 565 820 559 820L498 820C494 820 491 817 491 814L491 584 441 584 304 814C302 818 298 820 292 820L221 820C214 820 209 814 214 806L365 572C284 541 238 479 238 395 238 255 332 183 443 183ZM440 237C380 237 321 280 321 387 321 489 384 529 449 529L491 529 491 237 440 237Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"yandex-rect\";}}i:15;a:7:{s:3:\"uid\";s:32:\"91fe91cbb698a5a821f8df4881380df7\";s:3:\"css\";s:14:\"vkontakte-rect\";s:4:\"code\";i:59408;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:902:\"M196 0C88 0 0 88 0 196L0 804C0 912 88 1000 196 1000L804 1000C912 1000 1000 912 1000 804L1000 196C1000 88 912 0 804 0L196 0ZM308 226L505 226C546 226 578 227 599 230 620 234 640 240 658 250 678 261 693 275 703 293 713 311 718 332 718 356 718 383 711 407 697 428 684 450 665 465 641 475L641 478C675 486 703 500 724 523 745 545 755 575 755 613 755 641 750 665 739 686 729 707 715 725 697 739 676 755 653 767 627 774 602 781 571 784 532 784L308 784 308 226ZM448 328L448 446 465 446C489 446 506 446 516 446 525 445 535 443 546 438 557 433 565 425 569 416 573 407 575 396 575 384 575 375 573 365 568 356 564 346 557 340 547 335 537 331 527 329 514 329 501 328 482 328 457 328L448 328ZM448 542L448 682 455 682C492 682 517 682 531 681 545 681 559 677 574 671 587 665 596 657 602 647 608 636 610 624 610 611 610 593 607 580 600 570 593 560 582 553 568 548 560 545 548 543 533 542 519 542 499 542 474 542L448 542Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:14:\"vkontakte-rect\";}}i:16;a:7:{s:3:\"uid\";s:32:\"66805385a71aef57ec5a2e22d6cb19eb\";s:3:\"css\";s:13:\"odnoklassniki\";s:4:\"code\";i:59409;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:539:\"M290 0C147 0 32 116 32 258 32 400 147 516 290 516 432 516 548 400 548 258 548 116 432 0 290 0ZM290 151C349 151 397 199 397 258 397 317 349 365 290 365 231 365 183 317 183 258 183 199 231 151 290 151ZM77 525C51 525 26 537 12 560-11 596 0 642 35 665 82 694 133 715 185 727L41 871C11 901 11 948 41 978 56 993 75 1000 94 1000 114 1000 133 993 148 978L290 836 431 978C461 1007 509 1007 538 978 568 948 568 900 538 871L394 727C447 715 497 694 544 665 579 642 590 596 568 560 545 525 499 514 463 537 358 603 222 603 116 537 104 529 90 525 77 525Z\";s:5:\"width\";i:579;}s:6:\"search\";a:1:{i:0;s:13:\"odnoklassniki\";}}i:17;a:7:{s:3:\"uid\";s:32:\"0b4ced52575050b7de6b86d4ad91175d\";s:3:\"css\";s:18:\"odnoklassniki-rect\";s:4:\"code\";i:59410;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:720:\"M141 0C63 0 0 63 0 141V859C0 937 63 1000 141 1000H859C937 1000 1000 937 1000 859V141C1000 63 937 0 859 0H141ZM522 102C636 102 728 194 728 308 728 421 636 514 522 514 409 514 317 421 317 308 317 194 409 102 522 102ZM520 223C474 224 437 262 437 308 437 355 475 393 522 393 569 393 608 355 608 308 608 261 569 223 522 223 522 223 521 223 520 223ZM352 521C363 521 374 524 384 530 468 583 577 583 661 530 689 512 726 521 744 549 762 577 753 614 725 632 688 655 648 672 606 682L721 797C744 820 744 858 721 882 697 905 659 905 636 882L522 769 409 882C398 894 382 900 367 900 351 900 336 894 324 882 301 858 301 820 324 797L439 682C397 672 357 655 320 632 292 614 283 577 301 549 312 531 331 521 350 521 351 521 351 521 352 521Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:18:\"odnoklassniki-rect\";}}i:18;a:7:{s:3:\"uid\";s:32:\"02f73ecca3ec66915a3688d95e59bafa\";s:3:\"css\";s:10:\"friendfeed\";s:4:\"code\";i:59411;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:724:\"M717 0C670 0 619 8 567 36 509 15 447-3 361 4 168 22 94 120 82 259 42 264 3 275 0 382-3 505 36 525 77 538L79 896C85 939 77 986 173 996L317 999C370 1006 407 972 426 896 433 958 460 992 511 993L678 993C716 983 758 980 764 911L767 538 811 541C847 536 882 530 907 471L907 359C900 313 888 319 875 309 909 301 945 298 957 215L954 124C956 67 924 35 844 13 808 8 764 0 717 0ZM384 87C407 87 438 91 505 112L507 220C472 208 442 194 418 197 342 194 335 232 331 272L331 349 524 351C528 249 501 119 670 97 743 87 811 96 862 118L860 233C833 211 798 204 760 199 656 185 680 278 675 347L814 347 814 449 675 449 677 909 524 905 524 449 324 453 324 905 171 905 175 453 100 453 98 338 179 343 177 311C180 237 174 109 333 89 353 90 366 88 384 87Z\";s:5:\"width\";i:957;}s:6:\"search\";a:1:{i:0;s:10:\"friendfeed\";}}i:19;a:7:{s:3:\"uid\";s:32:\"8d1dd582b59ef9070d29f80456efc883\";s:3:\"css\";s:15:\"friendfeed-rect\";s:4:\"code\";i:59412;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:889:\"M196 0C88 0 0 88 0 196L0 804C0 912 88 1000 196 1000L804 1000C911 1000 999 912 999 804L999 196C999 88 911 0 804 0L196 0ZM674 138C709 138 740 144 767 148 825 163 849 187 848 229L850 296C841 356 815 359 790 364 799 371 808 367 813 401L813 482C795 526 769 530 743 534L710 532 708 805C704 855 674 858 646 865L523 865C486 864 466 839 461 794 447 850 420 874 382 869L276 867C206 860 212 825 208 794L205 532C176 522 148 507 150 418 152 339 180 331 210 328 218 226 272 154 414 141 476 136 522 149 564 164 602 144 640 138 674 138ZM430 202C417 202 408 204 393 203 277 218 281 312 279 366L280 389 221 386 223 469 277 469 274 801 387 801 387 469 533 466 533 801 645 804 643 466 745 466 745 392 643 392C647 342 630 273 706 284 733 287 759 293 779 308L780 225C743 209 693 202 639 209 516 225 536 320 533 395L391 393 391 337C395 308 400 280 455 282 473 280 495 290 520 299L519 220C470 205 447 202 430 202Z\";s:5:\"width\";i:999;}s:6:\"search\";a:1:{i:0;s:15:\"friendfeed-rect\";}}i:20;a:7:{s:3:\"uid\";s:32:\"d11a3fc6dd679becfe240601b4152318\";s:3:\"css\";s:9:\"blogger-1\";s:4:\"code\";i:59413;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:405:\"M550 0L250 1C122 19 13 98 4 232 1 245 2 257 2 269 0 328 1 391 1 451 2 547-1 624 1 695 2 904 125 1001 349 997 404 996 468 996 541 998 613 998 669 1003 718 996 939 965 982 817 991 697L991 560C985 420 883 382 797 379 806 344 809 297 800 233 790 109 702 12 550 0ZM299 187L544 187C679 205 673 351 544 372L299 372C164 354 170 208 299 187ZM243 591L693 593C829 610 829 776 698 796L248 794C109 777 111 612 243 591Z\";s:5:\"width\";i:991;}s:6:\"search\";a:1:{i:0;s:9:\"blogger-1\";}}i:21;a:7:{s:3:\"uid\";s:32:\"fd34516526149e3d5971a54b815790cc\";s:3:\"css\";s:12:\"blogger-rect\";s:4:\"code\";i:59414;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:558:\"M196 0C88 0 0 88 0 196L0 804C0 912 88 1000 196 1000L804 1000C912 1000 1000 912 1000 804L1000 196C1000 88 912 0 804 0L196 0ZM534 187C628 195 683 255 689 333 694 373 693 403 687 424 741 426 803 450 807 537L807 623C802 698 775 791 638 811 607 815 573 812 528 812 483 811 443 811 409 812 270 814 193 753 193 622 192 578 193 529 193 470 193 432 192 392 193 355 194 348 193 340 194 332 200 248 268 199 347 188L534 187ZM378 304C298 317 294 409 378 420L530 420C610 407 614 315 530 304L378 304ZM343 557C261 570 260 674 346 684L625 685C707 673 707 569 622 558L343 557Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:12:\"blogger-rect\";}}i:22;a:7:{s:3:\"uid\";s:32:\"fe023bb03f31d2384ac1c0173206e9a0\";s:3:\"css\";s:10:\"deviantart\";s:4:\"code\";i:59415;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:212:\"M360 293L365 633 159 633C182 535 228 456 362 436L360 392C67 430 4 591 0 707L473 706 473 423C616 419 793 425 842 631L632 629 632 485C594 474 562 474 526 476L524 706 993 706C998 476 794 372 473 377L473 293 360 293Z\";s:5:\"width\";i:993;}s:6:\"search\";a:1:{i:0;s:10:\"deviantart\";}}i:23;a:7:{s:3:\"uid\";s:32:\"93eebfe0db921f61578186457d814788\";s:3:\"css\";s:6:\"jabber\";s:4:\"code\";i:59416;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:2564:\"M225 0C221 0 216 0 212 1L212 1C194 3 175 3 157 6 122 11 89 22 56 35 44 40 32 45 21 51 17 53 10 54 7 58 5 59 5 63 5 66 4 72 3 79 3 85 0 111-1 137 2 162 3 170 6 185 16 186 31 189 43 170 51 159 68 135 88 112 117 101 151 88 190 85 226 83 328 76 438 94 513 169 523 180 533 191 542 203 575 251 593 306 601 364 605 391 608 418 602 445 591 492 563 533 531 568 508 591 484 613 458 632 443 643 427 652 413 664 398 678 385 695 375 713 348 763 341 822 349 877 351 888 352 899 355 910 355 914 356 919 358 922 362 927 373 930 379 930 385 931 389 926 391 920 394 910 392 899 391 889 387 869 384 849 385 828 387 790 402 754 428 727 455 699 491 683 522 659 583 612 638 548 659 472 667 445 669 416 666 388 661 353 648 317 636 284 599 182 535 86 434 39 394 21 352 13 308 7 288 4 268 2 247 1 240 1 232 0 225 0ZM172 421C162 422 152 424 144 429 131 437 124 451 120 465 112 493 115 524 121 552 123 561 124 570 127 579 128 582 128 587 130 589 134 594 143 595 148 594 164 592 160 565 160 554 158 527 151 502 158 475 161 464 167 452 179 447 189 443 199 448 203 458 210 474 208 492 212 509 213 515 215 520 218 526 218 527 219 530 221 530 227 530 234 521 238 518 251 507 264 496 278 488 285 485 296 479 303 485 305 487 307 489 308 490 316 503 308 513 303 526 296 542 289 557 279 571 270 584 258 594 251 608 247 616 244 626 246 635 248 643 254 648 262 646 268 645 272 639 275 635 281 626 287 618 293 609 304 593 318 577 328 560 340 539 346 515 346 491 346 471 338 441 315 436 311 436 306 436 302 437 297 438 291 440 286 442 273 448 262 458 252 468 246 475 241 483 234 489 234 474 231 459 222 446 211 430 192 421 172 421ZM57 658C56 658 55 658 54 658 34 661 28 677 32 695 36 717 54 735 72 749 118 784 177 803 234 800 256 799 281 795 301 786 312 781 324 763 309 755 307 754 304 753 302 753 295 752 288 754 282 756 271 759 260 762 249 764 215 770 178 762 151 742 128 726 110 705 93 683 83 671 74 657 57 658ZM36 769C33 769 30 769 28 770 23 770 17 770 13 773 4 780 14 793 18 799 32 817 50 831 68 844 118 879 175 900 236 904 254 905 271 904 289 901 295 900 303 899 309 897 326 889 321 858 306 851 299 847 289 852 282 852 266 855 250 855 234 855 192 853 147 840 110 820 95 812 82 802 70 791 62 784 54 773 44 770 42 769 39 769 36 769ZM39 864C39 864 38 864 38 864 31 865 25 868 21 874 17 877 14 881 13 885 2 911 30 935 49 947 70 960 92 970 116 978 169 997 231 1009 285 992 302 987 318 978 329 966 336 959 341 948 329 944 321 941 312 948 306 950 290 957 274 961 258 963 236 966 216 961 195 956 177 951 158 947 141 940 126 935 111 928 98 919 94 916 90 914 87 910 76 899 68 885 57 874 53 869 46 864 39 864Z\";s:5:\"width\";i:667;}s:6:\"search\";a:1:{i:0;s:6:\"jabber\";}}i:24;a:7:{s:3:\"uid\";s:32:\"0c47d5195d0952d79c7154c0c6a9da59\";s:3:\"css\";s:8:\"lastfm-3\";s:4:\"code\";i:59417;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:521:\"M439 716L402 617S343 683 254 683C176 683 120 614 120 505 120 365 190 315 260 315 360 315 392 380 419 463L456 577C492 687 561 776 758 776 899 776 995 733 995 619 995 527 943 479 845 456L772 440C721 429 707 408 707 374 707 335 737 312 788 312 842 312 872 333 876 382L990 368C981 266 911 224 794 224 692 224 592 262 592 387 592 464 629 513 724 536L801 554C859 568 879 592 879 625 879 667 838 684 760 684 645 684 597 624 570 540L532 426C484 278 408 224 256 224 89 224 0 330 0 510 0 683 89 776 249 776 377 776 439 716 439 716Z\";s:5:\"width\";i:995;}s:6:\"search\";a:1:{i:0;s:8:\"lastfm-3\";}}i:25;a:7:{s:3:\"uid\";s:32:\"0341e233e6d2d7d421c1ff7f9f6664a0\";s:3:\"css\";s:11:\"lastfm-rect\";s:4:\"code\";i:59418;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:649:\"M196 0C88 0 0 88 0 196L0 804C0 912 88 1000 196 1000L804 1000C912 1000 1000 912 1000 804L1000 196C1000 88 912 0 804 0L196 0ZM285 253C420 253 488 302 531 434L565 536C589 610 632 664 734 664 804 664 840 649 840 611 840 582 823 561 771 548L702 532C617 512 584 468 584 399 584 288 673 253 765 253 869 253 932 291 940 382L838 395C834 351 808 333 759 333 714 333 687 353 687 388 687 418 700 436 745 447L810 461C897 481 944 524 944 606 944 708 859 747 732 747 556 747 495 667 463 569L430 467C406 393 377 335 288 335 226 335 163 379 163 505 163 602 212 663 283 663 362 663 415 604 415 604L447 693S393 747 278 747C135 747 56 663 56 509 56 348 135 253 285 253Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"lastfm-rect\";}}i:26;a:7:{s:3:\"uid\";s:32:\"56753f24b372c65b8db33de1a69d0413\";s:3:\"css\";s:10:\"linkedin-5\";s:4:\"code\";i:59419;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:365:\"M238 1000L238 325 13 325 13 1000 238 1000ZM125 233C204 233 252 181 252 117 251 50 204 0 127 0 50 0 0 50 0 117 0 181 49 233 124 233L125 233ZM362 1000L586 1000 586 623C586 603 587 583 593 568 610 528 646 486 708 486 790 486 822 548 822 639L822 1000 1046 1000 1046 613C1046 406 936 309 788 309 667 309 614 377 584 423L586 423 586 325 362 325C365 389 362 1000 362 1000Z\";s:5:\"width\";i:1046;}s:6:\"search\";a:1:{i:0;s:10:\"linkedin-5\";}}i:27;a:7:{s:3:\"uid\";s:32:\"bca87626fbfd33422f7c34f49774984f\";s:3:\"css\";s:13:\"linkedin-rect\";s:4:\"code\";i:59420;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:478:\"M196 0C88 0 0 88 0 196L0 804C0 912 88 1000 196 1000L804 1000C911 1000 1000 912 1000 804L1000 196C1000 88 911 0 804 0L196 0ZM245 165C297 165 329 199 330 244 330 287 297 322 244 322L243 322C193 322 160 287 160 244 160 199 194 165 245 165ZM690 373C790 373 864 438 864 578L864 838 713 838 713 595C713 534 691 493 637 493 595 493 570 521 559 548 555 558 554 571 554 585L554 838 403 838S405 427 403 384L554 384 554 448C574 417 610 373 690 373ZM169 384L320 384 320 838 169 838 169 384Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:13:\"linkedin-rect\";}}i:28;a:7:{s:3:\"uid\";s:32:\"db05a8302adcc56629b58f652048aafc\";s:3:\"css\";s:8:\"picasa-1\";s:4:\"code\";i:59421;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:250:\"M474 0C419 0 368 11 317 22L694 365 689 64C606 15 537 0 474 0ZM239 56C-23 240-3 423 3 607L419 225 239 56ZM759 111L762 669 904 664C970 402 886 242 759 111ZM190 524L21 687C87 838 140 882 193 924L190 524ZM278 729L276 973C638 1063 776 915 878 731L278 729Z\";s:5:\"width\";d:927.20000000000005;}s:6:\"search\";a:1:{i:0;s:8:\"picasa-1\";}}i:29;a:7:{s:3:\"uid\";s:32:\"6110d388fadbc03d93e88d914986340c\";s:3:\"css\";s:11:\"wordpress-1\";s:4:\"code\";i:59422;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:424:\"M502 0C306 0 122 116 37 300L275 300 275 326C202 317 208 356 219 396L375 787 490 518 437 392C418 358 417 321 339 324L340 300 689 301 689 328C648 331 599 318 625 402L766 772 843 556C869 465 845 378 815 292 798 235 806 187 881 168 767 51 632 0 502 0ZM977 342L750 932C813 878 877 858 955 708 1007 584 1002 469 977 342ZM13 352C-9 526-7 577 48 719 119 855 174 884 253 937L13 352ZM511 573L343 977C461 1011 566 1007 663 969L511 573Z\";s:5:\"width\";i:995;}s:6:\"search\";a:1:{i:0;s:11:\"wordpress-1\";}}i:30;a:7:{s:3:\"uid\";s:32:\"3c82b0cbe998944420bde4a0b4bd5036\";s:3:\"css\";s:11:\"instagram-3\";s:4:\"code\";i:59423;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:628:\"M749 1H251C113 1 2 112 2 249V751C2 888 113 999 251 999H749C887 999 999 888 999 751V249C999 113 887 1 749 1ZM906 751C906 837 836 907 749 907H251C164 907 94 837 94 751V427H291C277 457 268 491 268 527 268 657 375 763 505 763 636 763 742 657 742 527 742 491 734 457 719 427H906V751ZM407 527C407 473 451 429 505 429 559 429 603 473 603 527 603 581 559 625 505 625 451 625 407 581 407 527ZM906 335H642C603 307 556 291 505 291 454 291 407 307 368 335H94V249C94 163 164 93 251 93H749C836 93 906 163 906 249V335H906ZM806 149H721C706 149 693 161 693 176V262C693 277 706 289 721 289H806C822 289 834 277 834 262V176C834 161 822 149 806 149Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:11:\"instagram-3\";}}i:31;a:7:{s:3:\"uid\";s:32:\"88e771442bc821c079d3c2193a794eff\";s:3:\"css\";s:16:\"instagram-filled\";s:4:\"code\";i:59424;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:512:\"M604 511C604 457 559 413 505 413 451 413 407 457 407 511 407 565 451 609 505 609 559 609 604 565 604 511ZM750 1H250C113 1 1 112 1 249V318H368C407 291 454 275 505 275 556 275 604 291 642 318H1000V249C1000 112 888 1 750 1ZM851 237C851 252 839 265 823 265H738C722 265 710 252 710 237V152C710 136 722 124 738 124H823C839 124 851 136 851 152V237ZM742 511C742 641 636 747 505 747 374 747 268 641 268 511 268 475 276 441 291 410H1V751C1 888 113 999 250 999H750C888 999 1000 888 1000 751V410H720C734 441 742 475 742 511Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:16:\"instagram-filled\";}}i:32;a:7:{s:3:\"uid\";s:32:\"f41429dacf160a97074590c763962dc0\";s:3:\"css\";s:5:\"diigo\";s:4:\"code\";i:59425;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:407:\"M251 393C363 391 424 332 481 276L481 949 369 949C368 922 367 894 367 867L367 678C367 607 368 536 369 466 353 470 335 479 315 484 254 500 174 492 128 465 128 498 129 531 129 565L129 917C129 927 129 938 128 949L15 949 15 274C73 336 137 395 251 393ZM427 197C468 197 500 164 500 123S468 49 427 49C387 49 355 82 355 123S387 197 427 197ZM73 197C113 197 145 164 145 123S113 49 73 49C33 49 0 82 0 123S33 197 73 197Z\";s:5:\"width\";i:500;}s:6:\"search\";a:1:{i:0;s:5:\"diigo\";}}i:33;a:7:{s:3:\"uid\";s:32:\"beb91ccb169f036bc373af7909f809fc\";s:3:\"css\";s:5:\"box-4\";s:4:\"code\";i:59426;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:256:\"M352 295C276 295 206 319 148 359L148 74C148 33 115 0 74 0S0 33 0 74L0 619C-1 629 0 682 3 697 27 868 174 1000 352 1000 546 1000 704 842 704 647 704 453 546 295 352 295ZM352 851C239 851 148 760 148 647S239 444 352 444C464 444 555 535 555 647S464 851 352 851Z\";s:5:\"width\";i:704;}s:6:\"search\";a:1:{i:0;s:5:\"box-4\";}}i:34;a:7:{s:3:\"uid\";s:32:\"eacd3b87f3b4a05e902045637be806df\";s:3:\"css\";s:8:\"box-rect\";s:4:\"code\";i:59427;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:413:\"M193 0L807 0C914 0 1000 86 1000 193L1000 807C1000 914 914 1000 807 1000L193 1000C86 1000 0 914 0 807L0 193C0 86 86 0 193 0ZM500 356C447 356 398 373 357 402L357 202C357 173 334 150 306 150 277 150 254 173 254 202L254 584C253 590 254 627 256 638 273 758 375 850 500 850 636 850 746 739 746 603 746 467 636 356 500 356ZM500 745C421 745 357 682 357 603 357 525 421 461 500 461S642 525 642 603C642 682 578 745 500 745Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:8:\"box-rect\";}}i:35;a:7:{s:3:\"uid\";s:32:\"92e5e21757091a142730f87b55a0cb0b\";s:3:\"css\";s:5:\"tudou\";s:4:\"code\";i:59428;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:694:\"M499 0C485 0 471 0 456 1 229 20 35 194 5 426-34 722 178 976 445 998 657 1015 792 927 885 816 966 719 1015 578 993 422 972 277 868 138 746 67 677 27 596 0 499 0ZM501 96C552 96 604 105 657 125 794 199 903 308 904 496 905 711 753 887 537 905 302 925 48 731 97 430 128 245 295 95 501 96ZM685 342C619 342 552 384 557 465 618 425 728 418 812 449 809 377 747 341 685 342ZM310 343C250 343 190 377 186 449 223 445 263 424 298 430 284 462 269 493 263 534 221 490 168 570 221 596 182 604 196 671 236 666 250 660 259 650 271 642 299 707 375 618 314 592 375 565 302 495 275 530 293 495 294 439 333 430 369 422 404 456 441 465 449 385 379 342 310 343ZM267 581C271 581 276 585 283 596 253 626 253 582 267 581Z\";s:5:\"width\";i:998;}s:6:\"search\";a:1:{i:0;s:5:\"tudou\";}}i:36;a:7:{s:3:\"uid\";s:32:\"0bb5c9c8cc08eebbae43c29d77d5b1b7\";s:3:\"css\";s:5:\"youku\";s:4:\"code\";i:59429;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:668:\"M450 140C434 140 419 144 406 153 377 173 361 235 341 279 320 327 301 376 280 411 224 347 185 205 117 153 95 136 47 137 25 153-33 197 25 275 49 316 101 406 158 502 202 585 174 660 30 872 222 860 269 830 289 767 314 710 366 594 410 494 464 374 486 324 540 250 528 194 522 162 486 140 450 140ZM916 186C888 186 860 199 848 224 828 247 806 269 783 289 772 303 760 315 746 326 730 343 717 363 695 374L695 241C694 169 559 169 559 241L559 619C565 646 577 666 606 670L647 670C675 665 691 648 695 619L695 537C695 509 690 461 708 489 736 517 775 546 810 578 844 609 877 659 912 666 985 682 1018 612 991 561 962 507 880 473 844 425 868 370 998 337 987 241 983 204 950 185 916 186Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:5:\"youku\";}}i:37;a:7:{s:3:\"uid\";s:32:\"09d7b94f54389bf49d3b23bfec65ec54\";s:3:\"css\";s:4:\"win8\";s:4:\"code\";i:59430;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:148:\"M986 0L437 80 437 478 986 478 986 0ZM399 86L0 144 0 478 399 478 399 86ZM0 516L0 855 399 913 399 516 0 516ZM437 516L437 919 986 1000 986 516 437 516Z\";s:5:\"width\";i:986;}s:6:\"search\";a:1:{i:0;s:4:\"win8\";}}i:38;a:7:{s:3:\"uid\";s:32:\"040c1b24652312d90e7472f4ab66d765\";s:3:\"css\";s:4:\"amex\";s:4:\"code\";i:59431;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:3032:\"M47 186C21 186 0 207 0 232V767C0 793 21 814 47 814H954C979 814 1000 793 1000 767V232C1000 207 979 186 954 186H47ZM37 318H110L120 337V318H205L224 360 242 318H513C526 318 537 320 545 327V318H619V327C632 320 648 318 666 318H773L783 337V318H863L874 337V318H951V482H873L858 457V482H760L750 455H726L715 482H664C644 482 629 477 619 472V482H498V444C498 439 497 439 494 439H490L490 482H256V461L248 482H199L191 462V482H97L86 455H62L51 482H3V396L37 318ZM3 459H34L45 433H103L113 459H170V367L211 459H235L276 367 276 459H305V341H258L225 421 188 341H142V453L95 341H53L3 459ZM326 341V459H419V435H353V411H417V387H353V366H419V341H326ZM439 341V459H467V416H497C507 416 513 417 517 421 522 427 522 437 522 444L522 459H550V436C550 425 549 420 545 414 543 411 538 407 532 404 539 401 551 392 551 373 551 360 546 352 537 347 528 342 518 341 503 341H439ZM567 341V459H596V341H567ZM667 341C647 341 633 346 624 355 612 368 609 384 609 401 609 422 614 436 624 446 634 456 651 459 665 459H697L708 433H766L777 459H834V371L887 459H926V341H898V423L849 341H806V453L759 341H717L677 434H665C657 434 650 432 645 428 640 422 638 413 638 400 638 388 641 378 646 374 651 368 657 367 667 367H694V341H667ZM73 361L92 408H55L73 361ZM737 361L757 408H718L737 361ZM467 366H501C506 366 511 366 514 368 518 370 520 373 520 378 520 383 518 387 514 389 511 392 506 392 501 392H467V366ZM201 519H351L373 544 396 519H497C508 519 527 521 536 529V519H626C635 519 653 521 664 529V519H800V529C807 522 821 519 834 519H910V529C918 523 929 519 945 519H997V543H941C912 543 901 561 901 578 901 615 934 613 960 614 965 614 968 615 970 617 972 618 973 621 973 624 973 628 972 630 970 632 968 634 964 635 959 635H905V660H959C977 660 990 655 997 645V676C986 681 971 683 956 683H883V673C875 679 860 683 845 683H617V645C617 641 617 640 612 640H609V683H533V639C521 644 507 645 494 645H486V683L394 683 372 658 348 683H201V519ZM226 543V661H336L372 622 407 661H461V621H496C520 621 545 614 545 582 545 549 520 543 497 543H408L373 582 338 543H226ZM557 543V661H585V618H615C625 618 631 619 636 623 641 628 640 639 640 646V661H668V637C668 627 667 622 663 616 661 612 656 608 650 606 657 603 670 593 670 575 670 561 664 554 655 549 646 544 636 543 622 543H557ZM685 543V661H779V636L713 636V613H777V589H713V567H779V543H685ZM832 543C803 543 792 561 792 578 792 615 825 613 851 614 856 614 859 615 861 617 863 619 864 621 864 625 864 628 863 631 861 632 859 635 855 635 849 635H795V661H850C878 661 894 649 894 623 894 611 891 604 885 599 879 592 868 589 853 589L838 589C834 589 830 588 827 587 824 586 821 583 821 579 821 575 822 572 826 570 828 568 832 568 837 568H888V543H832ZM433 556V650L390 602 433 556ZM253 567H324L354 602 322 636H253V613H315V589H253V567ZM461 567H497C507 567 514 571 514 582 514 592 508 598 497 598H461V567ZM586 567H620C625 567 630 567 634 569 637 571 639 575 639 580 639 585 637 589 634 591 630 593 625 593 620 593H586V567ZM946 568H997V602C996 601 995 600 994 599 988 592 978 590 962 589L947 589C943 589 939 589 937 588 933 586 930 583 930 579 930 575 932 572 935 570 937 568 941 568 946 568Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"amex\";}}i:39;a:7:{s:3:\"uid\";s:32:\"ca83811658f91014f2551e434506cd55\";s:3:\"css\";s:8:\"discover\";s:4:\"code\";i:59432;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1410:\"M46 186C20 186-1 207-1 232V767C-1 793 20 814 46 814H953C979 814 999 793 999 767V232C999 207 979 186 953 186H46ZM526 363C527 363 527 363 528 363 572 363 607 398 607 442 607 485 572 521 528 521 484 521 449 485 449 442 449 399 483 364 526 363ZM276 366C292 366 306 372 318 382L304 401C297 393 290 390 281 390 269 390 261 396 261 405 261 413 265 417 282 423 314 435 323 445 323 468 323 496 303 515 274 515 253 515 237 507 224 488L242 470C249 483 260 490 273 490 285 490 295 481 295 469 295 463 292 458 286 455 283 453 278 450 267 446 241 437 232 427 232 407 232 384 251 366 276 366ZM408 366C420 366 430 369 442 375V408C430 396 420 392 407 392 381 392 360 413 360 441 360 469 380 490 408 490 421 490 431 485 442 474V507C429 513 419 515 407 515 364 515 331 483 331 441 331 399 365 366 408 366ZM55 369H96C142 369 173 398 173 440 173 460 164 481 147 494 133 505 118 510 96 510H55V369ZM186 369H213V510H186V369ZM595 369H626L664 465 702 369H733L671 515H656L595 369ZM744 369H823V393H772V424H821V448H772V486H823V510H744V369ZM843 369H885C917 369 935 384 935 410 935 432 924 446 903 451L948 510H913L875 453H871V510H843V369ZM871 391V434H879C897 434 906 426 906 412 906 398 897 391 880 391H871ZM83 392V487H90C109 487 120 483 129 475 139 467 144 453 144 439 144 426 139 412 129 404 120 396 109 392 90 392H83ZM987 527S988 679 987 759C987 766 984 777 976 786 968 796 956 800 949 800 941 800 224 800 224 800 716 715 987 527 987 527Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:8:\"discover\";}}i:40;a:7:{s:3:\"uid\";s:32:\"997137bce73bb2b67049bd2111e41052\";s:3:\"css\";s:4:\"visa\";s:4:\"code\";i:59433;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:911:\"M40 186C18 186 0 204 0 226V774C0 796 18 814 40 814H960C982 814 1000 796 1000 774V226C1000 204 982 186 960 186H40ZM597 373C622 373 641 378 654 383L645 437 639 434C628 429 613 424 592 425 568 425 557 436 557 446 556 457 570 465 592 476 628 494 645 515 644 543 644 595 601 628 535 628 507 627 480 622 465 615L474 559 482 563C503 573 516 576 541 576 559 576 579 569 579 552 579 541 571 534 546 522 522 510 491 490 491 455 492 407 535 373 597 373ZM88 381H190C203 381 214 386 218 401L240 513C240 513 240 513 240 513L247 547 308 381H375L276 624 209 624 156 428C188 445 215 464 230 491 226 482 221 473 214 463 206 452 189 438 182 432 158 412 124 395 88 386L88 381ZM401 381H466L426 624H361L401 381ZM769 381H818L870 624H811S805 596 803 588C794 588 729 588 721 588 719 594 708 624 708 624H641L736 401C742 386 754 381 769 381ZM774 447C771 456 765 470 765 470 765 470 745 523 740 537L793 537C790 525 778 467 778 467L774 447Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:4:\"visa\";}}i:41;a:7:{s:3:\"uid\";s:32:\"7f206abbba29d64f07ad684be437e65d\";s:3:\"css\";s:10:\"mastercard\";s:4:\"code\";i:59434;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:2706:\"M47 195C21 195 0 216 0 241V776C0 802 21 823 47 823H954C979 823 1000 802 1000 776V241C1000 216 979 195 954 195H47ZM328 271C385 271 437 290 479 324 444 355 418 395 405 441H425C437 403 459 369 487 343 515 369 536 403 548 441H568C555 395 529 355 495 324 536 291 589 271 646 271 778 271 886 378 886 510 886 642 778 750 646 750 588 750 534 729 493 694 530 662 557 619 570 569H550C539 611 517 647 487 676 457 647 434 611 423 569H404C417 618 444 661 481 693 439 727 386 747 328 747 196 747 88 641 88 509S196 271 328 271ZM628 439C599 439 571 464 571 511 571 543 586 563 616 563 625 563 638 560 638 560L642 533S630 539 622 539C604 539 597 525 597 511 597 481 612 465 629 465 642 465 652 472 652 472L656 445S641 439 628 439ZM870 441L845 441 840 474S830 461 816 461C793 461 774 489 774 520 774 540 784 560 805 560 819 560 828 550 828 550L827 558H851L870 441ZM153 442L133 559H157L172 470 175 559H192L224 470 210 559H235L255 442H215L191 514 190 442H153ZM404 449C404 450 390 530 390 540 390 555 398 561 409 561 417 561 424 559 427 558 427 558 428 558 428 558L431 537C429 537 427 538 424 538 416 538 415 533 415 530L422 487H435L439 464H426L429 449H404ZM695 461C678 461 665 467 665 467L661 488S672 484 688 484C697 484 704 485 704 492 704 497 703 499 703 499S696 498 693 498C671 498 649 507 649 535 649 557 664 562 673 562 690 562 697 551 698 551L697 560H719L728 491C728 462 703 461 695 461ZM291 461C274 461 261 467 261 467L257 488S268 484 284 484C293 484 300 485 300 492 300 497 299 499 299 499S292 498 289 498C267 498 245 507 245 535 245 557 260 562 269 562 286 562 294 551 294 551L293 560H315L324 491C324 462 299 461 291 461ZM367 461C349 461 331 468 331 493 331 522 361 519 361 531 361 539 353 539 346 539 335 539 324 535 324 536L321 557C322 557 328 560 349 560 354 560 386 562 386 529 386 498 356 504 356 492 356 486 361 484 370 484 373 484 387 485 387 485L390 463C390 463 381 461 367 461ZM480 461C455 461 436 488 436 519 436 554 460 562 480 562 498 562 506 558 506 558L510 534S496 540 484 540C457 540 462 520 462 520H512S516 504 516 498C516 481 508 461 480 461ZM571 462C560 462 551 477 551 477L554 463H530L514 560H540C548 519 549 485 567 491 570 475 573 469 576 463 576 463 574 462 571 462ZM781 462C770 462 762 477 762 477L764 463H741L725 560H751C758 519 759 485 777 491 780 475 783 469 786 463 786 463 785 462 781 462ZM480 483C494 483 492 499 492 500H464C464 499 466 483 480 483ZM819 485C829 485 833 491 833 505 833 518 827 536 813 536 804 536 800 528 800 517 800 497 808 485 819 485ZM695 518C698 518 699 518 700 518 700 518 700 518 700 518 700 522 697 543 683 543 675 543 673 537 673 533 673 526 677 518 695 518ZM291 518C295 518 295 518 296 518 297 523 294 543 279 543 271 543 269 537 269 533 269 526 273 518 291 518Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:10:\"mastercard\";}}i:42;a:7:{s:3:\"uid\";s:32:\"74dff71f3892cdbc50f1fb6524ab64e9\";s:3:\"css\";s:5:\"houzz\";s:4:\"code\";i:59435;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:137:\"M289 0L289 333 0 500 0 167 289 0M0 500L0 833 289 667 0 500 0 500M289 667L289 1000 577 833 577 500 289 667M289 333L577 500 577 167 289 333\";s:5:\"width\";i:577;}s:6:\"search\";a:1:{i:0;s:5:\"houzz\";}}i:43;a:7:{s:3:\"uid\";s:32:\"a7182ae203240a538ce04481f979b089\";s:3:\"css\";s:8:\"bandcamp\";s:4:\"code\";i:59436;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:32:\"M0 792L694 792 1000 208 333 208Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:8:\"bandcamp\";}}i:44;a:7:{s:3:\"uid\";s:32:\"4ecdbe372f0ec62e60c42314eab50c1b\";s:3:\"css\";s:7:\"codepen\";s:4:\"code\";i:59437;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1681:\"M988 344C988 343 987 343 987 342 987 341 987 340 987 338 986 338 986 337 986 336 986 335 985 334 985 333 985 333 984 332 984 331 983 330 983 329 982 328 982 328 982 327 981 326 981 326 980 325 979 324 979 323 979 323 978 322 977 321 977 320 976 320 975 319 975 319 974 318 973 317 973 317 972 316 971 316 971 315 970 315 970 314 969 314 969 314L518 13C503 4 485 4 471 13L19 314C19 314 19 314 18 315 18 315 17 316 16 316 16 317 15 317 14 318 13 319 13 319 12 320 12 320 11 321 10 322 10 323 9 323 9 324 8 325 7 326 7 326 6 327 6 328 6 328 5 329 5 330 4 331 4 332 4 333 3 333 3 334 3 335 2 336 2 337 2 338 2 338 1 340 1 341 1 342 1 343 1 343 0 344 0 346 0 348 0 349L0 650C0 652 0 654 0 656 1 657 1 657 1 658 1 659 1 660 2 661 2 662 2 663 2 663 3 664 3 666 3 667 4 667 4 668 4 669 5 670 5 671 6 671 6 672 6 673 7 673 7 674 8 675 9 676 9 677 10 677 10 678 11 679 12 679 12 680 13 681 13 681 14 682 15 682 16 683 16 684 17 684 18 685 18 685 19 685 19 686 19 686L471 987C478 992 486 994 494 994 502 994 510 992 518 987L969 686C969 686 970 685 970 685 971 685 971 684 972 684 973 683 973 682 974 682 975 681 975 681 976 680 977 679 977 679 978 678 979 677 979 677 979 676 980 675 981 674 981 673 982 673 982 672 982 671 983 671 983 670 984 669 984 668 985 667 985 667 985 666 986 664 986 663 986 663 986 662 987 661 987 660 987 659 987 658 987 657 988 657 988 656 988 654 988 652 988 650L988 349C988 348 988 346 988 344ZM537 128L869 349 721 449 537 326 537 128ZM452 128L452 326 268 449 119 349 452 128ZM85 429L191 500 85 571 85 429ZM452 872L119 650 268 551 452 674 452 872ZM494 600L344 500 494 400 644 500 494 600ZM537 872L537 674 721 551 869 650 537 872ZM903 571L797 500 903 429 903 571Z\";s:5:\"width\";i:988;}s:6:\"search\";a:1:{i:0;s:7:\"codepen\";}}i:45;a:7:{s:3:\"uid\";s:32:\"8031b297963df2e0e4a90ea38fd6359b\";s:3:\"css\";s:21:\"instagram-with-circle\";s:4:\"code\";i:59392;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:1059:\"M703 346A86 86 0 0 0 654 297 144 144 0 0 0 605 288C578 287 570 286 500 286S422 287 395 288A144 144 0 0 0 346 297 86 86 0 0 0 297 346 144 144 0 0 0 288 395C287 422 287 430 287 500S287 578 288 605A144 144 0 0 0 297 654 86 86 0 0 0 346 703 144 144 0 0 0 395 712C422 713 431 713 500 713S578 713 605 712A144 144 0 0 0 654 703 86 86 0 0 0 703 654 144 144 0 0 0 712 605C713 578 714 569 714 500S713 422 712 395A144 144 0 0 0 703 346ZM500 634A134 134 0 1 1 634 500 134 134 0 0 1 500 634ZM639 392A31 31 0 1 1 670 361 31 31 0 0 1 639 392ZM587 500A87 87 0 1 1 500 413 87 87 0 0 1 587 500ZM500 0A500 500 0 1 0 1000 500 500 500 0 0 0 500 0ZM759 607A191 191 0 0 1 747 671 133 133 0 0 1 671 747 191 191 0 0 1 607 759C580 760 571 760 500 760S420 760 393 759A191 191 0 0 1 329 747 133 133 0 0 1 253 671 191 191 0 0 1 241 607C240 580 240 571 240 500S240 420 241 393A191 191 0 0 1 253 329 133 133 0 0 1 329 253 191 191 0 0 1 393 241C420 240 429 240 500 240S580 240 607 241A191 191 0 0 1 671 253 133 133 0 0 1 747 329 191 191 0 0 1 759 393C760 420 760 429 760 500S760 580 759 607Z\";s:5:\"width\";i:1000;}s:6:\"search\";a:1:{i:0;s:21:\"instagram-with-circle\";}}i:46;a:7:{s:3:\"uid\";s:32:\"1f40ee3e744d118167367a0668732f9f\";s:3:\"css\";s:9:\"instagram\";s:4:\"code\";i:61805;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:888:\"M571 500Q571 441 530 399T429 357 328 399 286 500 328 601 429 643 530 601 571 500ZM648 500Q648 591 584 656T429 720 273 656 209 500 273 344 429 280 584 344 648 500ZM709 271Q709 292 694 307T657 322 621 307 606 271 621 235 657 220 694 235 709 271ZM429 148Q425 148 386 148T327 148 273 150 216 155 176 166Q148 177 127 198T94 247Q88 263 84 287T78 345 77 398 77 457 77 500 77 543 77 602 78 655 84 713 94 753Q106 781 127 802T176 834Q192 840 216 845T273 850 327 852 386 852 429 852 471 852 530 852 584 850 642 845 681 834Q709 823 731 802T763 753Q769 737 773 713T779 655 780 602 780 543 780 500 780 457 780 398 779 345 773 287 763 247Q752 219 731 198T681 166Q665 160 642 155T584 150 530 148 471 148 429 148ZM857 500Q857 628 854 677 849 793 785 857T606 926Q556 929 429 929T252 926Q136 920 72 857T3 677Q0 628 0 500T3 323Q8 207 72 143T252 74Q301 71 429 71T606 74Q722 80 785 143T854 323Q857 372 857 500Z\";s:5:\"width\";d:857.10000000000002;}s:6:\"search\";a:1:{i:0;s:9:\"instagram\";}}i:47;a:7:{s:3:\"uid\";s:32:\"d3cedfc3207aecb3c40164a34566c63c\";s:3:\"css\";s:8:\"snapchat\";s:4:\"code\";i:62123;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:757:\"M714 641Q714 628 702 626 664 617 636 593T591 532Q587 522 587 518 587 510 598 504T622 494 646 483 657 463Q657 452 647 445T625 438Q618 438 607 442T590 447Q588 447 583 446 586 393 586 382 586 338 577 319 556 275 519 251T434 227Q323 227 281 319 271 338 271 382 271 393 274 446 272 447 266 447 260 447 248 443T232 439Q220 439 210 445T200 463Q200 475 211 483T235 494 259 504 270 518Q270 522 266 532 231 609 156 626 143 628 143 641 143 666 220 679 221 681 223 693T230 710 243 715Q249 715 264 713T286 710Q305 710 323 719T353 737 385 755 428 763Q452 763 472 755T504 737 534 719 571 710Q579 710 594 713T615 715Q624 715 628 709T634 692 637 679Q714 666 714 641ZM857 500Q857 617 800 715T644 871 429 929 213 871 58 715 0 500 58 285 213 129 429 71 644 129 800 285 857 500Z\";s:5:\"width\";d:857.10000000000002;}s:6:\"search\";a:1:{i:0;s:8:\"snapchat\";}}i:48;a:7:{s:3:\"uid\";s:32:\"25a7765318fe70bc60adce23ac3aad5d\";s:3:\"css\";s:14:\"snapchat-ghost\";s:4:\"code\";i:62124;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:733:\"M473 71Q548 71 607 110T699 217Q714 249 714 317 714 343 709 423 717 427 724 427 734 427 753 420T781 412Q797 412 813 422T828 448Q828 466 810 478T772 496 733 512 715 538Q715 547 722 562 743 608 779 646T860 703Q876 709 905 715 920 719 920 735 920 774 798 792 794 798 792 814T784 840 766 850Q755 850 731 847T695 843Q675 843 661 846 643 849 626 859T593 880 561 902 518 921 463 929Q434 929 409 921T368 902 335 880 303 859 268 846Q254 843 233 843 220 843 197 847T164 852Q150 852 145 841T137 815 131 792Q8 774 8 735 8 719 24 715 53 709 69 703 112 685 149 646T207 562Q213 547 213 538 213 523 196 512T157 495 118 478 100 449Q100 434 115 423T146 413Q154 413 172 420T202 427Q212 427 220 423 215 344 215 317 215 249 230 217 266 141 326 107T473 71Z\";s:5:\"width\";d:928.60000000000002;}s:6:\"search\";a:1:{i:0;s:14:\"snapchat-ghost\";}}i:49;a:7:{s:3:\"uid\";s:32:\"b389d93d269465a798ddd6af72e7b18d\";s:3:\"css\";s:15:\"snapchat-square\";s:4:\"code\";i:62125;s:3:\"src\";s:12:\"custom_icons\";s:8:\"selected\";b:1;s:3:\"svg\";a:2:{s:4:\"path\";s:761:\"M714 641Q714 628 702 626 665 618 636 593T592 532Q588 525 588 518 588 510 599 504T622 494 646 483 657 463Q657 452 647 445T625 438Q619 438 608 442T590 447Q588 447 583 446 586 411 586 382 586 338 577 318 556 275 519 250T434 226Q324 226 281 318 271 339 271 382 271 403 274 446 268 447 266 447 260 447 248 442T231 438Q220 438 210 445T200 463Q200 475 211 483T235 494 259 504 270 518Q270 525 266 532 230 609 155 626 143 628 143 641 143 667 220 679 221 682 223 694T229 711 242 716Q249 716 264 713T285 710Q305 710 323 719T353 737 385 755 428 763Q452 763 472 755T504 737 534 719 572 710Q579 710 594 713T616 715Q624 715 628 710T635 693 637 679Q714 667 714 641ZM857 232V768Q857 834 810 881T696 929H161Q94 929 47 881T0 768V232Q0 166 47 119T161 71H696Q763 71 810 119T857 232Z\";s:5:\"width\";d:857.10000000000002;}s:6:\"search\";a:1:{i:0;s:15:\"snapchat-square\";}}}}\";', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(191, 'cmsmasters_active_importer', '1.0.5', 'yes'),
(192, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.3.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1610042897;s:7:\"version\";s:5:\"5.3.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(193, 'envato_market', 'a:2:{s:16:\"is_plugin_active\";s:1:\"1\";s:17:\"installed_version\";s:5:\"2.0.6\";}', 'yes'),
(194, 'wt_cli_start_date', '1610042897', 'yes'),
(197, 'cookielawinfo_js_blocking', 'yes', 'yes'),
(198, 'cli_script_blocker_status', 'enabled', 'yes'),
(200, 'sbi_usage_tracking', 'a:2:{s:7:\"enabled\";b:0;s:9:\"last_send\";i:0;}', 'yes'),
(201, 'ls-plugin-version', '6.8.2', 'yes'),
(202, 'ls-db-version', '6.5.5', 'yes'),
(203, 'ls-installed', '1', 'yes'),
(204, 'ls-date-installed', '1610042897', 'yes'),
(206, 'revslider_servers', 'a:1:{i:0;s:16:\"themepunch.tools\";}', 'yes'),
(207, 'revslider_server_refresh', '1610042898', 'yes'),
(208, 'revslider-update-check-short', '1610658679', 'yes'),
(209, 'revslider-templates-check', '1610400467', 'yes'),
(213, 'widget_custom-latest-projects', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(214, 'widget_custom-popular-projects', 'a:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"type\";s:0:\"\";s:6:\"number\";i:3;s:8:\"autoplay\";i:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"type\";s:0:\"\";s:6:\"number\";i:3;s:8:\"autoplay\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(215, 'widget_layerslider_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(216, 'widget_instagram-feed-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(217, 'widget_custom-advertisement', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(218, 'widget_custom-divider', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(219, 'widget_custom-facebook', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(220, 'widget_custom-flickr', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(221, 'widget_custom-contact-info', 'a:3:{i:2;a:11:{s:5:\"title\";s:12:\"Venue & Info\";s:4:\"name\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"email\";s:19:\"example@example.com\";s:5:\"phone\";s:14:\"1-800-123-1234\";s:7:\"address\";s:33:\"Brooklyn, NY 10036, United States\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:0:\"\";s:3:\"zip\";s:0:\"\";s:7:\"country\";s:0:\"\";s:4:\"time\";s:0:\"\";}i:3;a:11:{s:5:\"title\";s:12:\"Venue & Info\";s:4:\"name\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"email\";s:19:\"example@example.com\";s:5:\"phone\";s:14:\"1-800-123-1234\";s:7:\"address\";s:33:\"Brooklyn, NY 10036, United States\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:0:\"\";s:3:\"zip\";s:0:\"\";s:7:\"country\";s:0:\"\";s:4:\"time\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(222, 'widget_custom-posts-tabs', 'a:3:{i:2;a:5:{s:6:\"latest\";i:1;s:7:\"popular\";i:1;s:6:\"recent\";i:1;s:5:\"title\";s:11:\"Latest News\";s:6:\"number\";i:3;}i:3;a:5:{s:6:\"latest\";i:1;s:7:\"popular\";i:1;s:6:\"recent\";i:1;s:5:\"title\";s:11:\"Latest News\";s:6:\"number\";i:3;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(223, 'widget_custom-twitter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(225, 'sbi_usage_tracking_config', 'a:6:{s:3:\"day\";i:5;s:4:\"hour\";i:5;s:6:\"minute\";i:28;s:6:\"second\";i:53;s:6:\"offset\";i:451733;s:8:\"initsend\";i:1610083733;}', 'yes'),
(226, 'cmsmasters_style_dir_writable_in-conference', 'true', 'yes'),
(227, 'cmsmasters_style_exists_in-conference', 'true', 'yes'),
(228, 'cmsmasters_options_in-conference_single_event_schedule', 'a:7:{s:35:\"in-conference_event_schedule_layout\";s:9:\"r_sidebar\";s:34:\"in-conference_event_schedule_title\";i:1;s:36:\"in-conference_event_schedule_nav_box\";i:1;s:38:\"in-conference_event_schedule_share_box\";i:1;s:38:\"in-conference_event_schedule_post_slug\";s:14:\"event-schedule\";s:41:\"in-conference_event_schedule_es_date_slug\";s:7:\"es-date\";s:41:\"in-conference_event_schedule_es_hall_slug\";s:7:\"es-hall\";}', 'yes'),
(229, '_transient_timeout_instagram_feed_rating_notice_waiting', '1611252579', 'no'),
(230, '_transient_instagram_feed_rating_notice_waiting', 'waiting', 'no'),
(231, 'sbi_rating_notice', 'pending', 'no'),
(232, 'sbi_statuses', 'a:2:{s:13:\"first_install\";i:1610042979;s:4:\"gdpr\";a:1:{s:19:\"from_update_success\";b:1;}}', 'no'),
(233, 'sbi_db_version', '1.7', 'yes'),
(235, 'envato_market_state', 'activated', 'yes'),
(238, 'sbi_notifications', 'a:4:{s:6:\"update\";i:1610721967;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'yes'),
(239, 'sbi_newuser_notifications', 'a:4:{s:6:\"update\";i:1610042981;s:4:\"feed\";a:2:{s:6:\"review\";a:6:{s:5:\"title\";s:22:\"Could you help us out?\";s:7:\"content\";s:273:\"It\'s great to see that you\'ve been using the <strong><span>{plugin}</span></strong> plugin for a while now. Hopefully you\'re happy with it!&nbsp; If so, would you consider leaving a positive review? It really helps to support the plugin and helps others to discover it too!\";s:2:\"id\";s:6:\"review\";s:5:\"image\";s:12:\"sbi-icon.png\";s:4:\"btns\";a:4:{s:7:\"primary\";a:4:{s:3:\"url\";s:12:\"{review-url}\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}s:5:\"class\";s:31:\"sbi_notice_dismiss sbi_main_cta\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:27:\"I\'ve already given a review\";}s:5:\"later\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:12:\"Ask Me Later\";}}s:4:\"wait\";s:2:\"14\";}s:8:\"discount\";a:8:{s:5:\"title\";s:28:\"Attention {platform} Lovers!\";s:7:\"content\";s:221:\"<strong><span>Exclusive offer!</span></strong> We don\'t run promotions very often, but for a limited time we\'re offering <strong><span>{amount} off</span></strong> our Pro version to all users of our free {plugin} plugin.\";s:2:\"id\";s:8:\"discount\";s:6:\"amount\";s:3:\"60%\";s:5:\"image\";s:12:\"sbi-icon.png\";s:13:\"image_overlay\";s:7:\"60% off\";s:4:\"btns\";a:2:{s:7:\"primary\";a:4:{s:3:\"url\";s:127:\"https://smashballoon.com/{slug}/?utm_campaign={campaign}&utm_source=notices&utm_medium=newuser&discount={lowerplatform}thankyou\";s:5:\"class\";s:32:\"sbi_notice_dismiss sbi_offer_btn\";s:4:\"text\";s:14:\"Get this offer\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:31:\"sbi_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"I\'m not interested\";}}s:4:\"wait\";s:2:\"30\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'yes'),
(241, 'revslider-library-check', '1610042988', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(242, 'rs-library', 'a:3:{s:4:\"hash\";s:32:\"0fbedf953c0042911e0f27a364cf4227\";s:7:\"objects\";a:179:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(243, 'revslider_checktables', '1', 'yes'),
(244, 'rs_tables_created', '1', 'yes'),
(245, 'revslider_table_version', '1.0.6', 'yes'),
(246, 'revslider-global-settings', 'a:0:{}', 'yes'),
(250, 'wpseo', 'a:42:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:13:\"first_install\";s:29:\"indexables_indexing_completed\";b:1;s:7:\"version\";s:4:\"15.5\";s:16:\"previous_version\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1610042989;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:36:\"/%year%/%monthnum%/%day%/%postname%/\";s:8:\"home_url\";s:29:\"http://pawea-global.com/index\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:6:{s:9:\"pj-categs\";s:9:\"pj-categs\";s:7:\"pj-tags\";s:7:\"pj-tags\";s:9:\"pl-categs\";s:9:\"pl-categs\";s:7:\"es-date\";s:7:\"es-date\";s:7:\"es-hall\";s:7:\"es-hall\";s:16:\"tribe_events_cat\";s:16:\"events/categoria\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";}', 'yes'),
(251, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"15.5\";}', 'yes'),
(252, 'wpseo_titles', 'a:131:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:15:\"company_logo_id\";i:0;s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:13:\"title-project\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-project\";s:0:\"\";s:15:\"noindex-project\";b:0;s:26:\"display-metabox-pt-project\";b:1;s:26:\"post_types-project-maintax\";i:0;s:24:\"schema-page-type-project\";s:7:\"WebPage\";s:27:\"schema-article-type-project\";s:4:\"None\";s:23:\"title-ptarchive-project\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-project\";s:0:\"\";s:25:\"bctitle-ptarchive-project\";s:0:\"\";s:25:\"noindex-ptarchive-project\";b:0;s:13:\"title-profile\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-profile\";s:0:\"\";s:15:\"noindex-profile\";b:0;s:26:\"display-metabox-pt-profile\";b:1;s:26:\"post_types-profile-maintax\";i:0;s:24:\"schema-page-type-profile\";s:7:\"WebPage\";s:27:\"schema-article-type-profile\";s:4:\"None\";s:23:\"title-ptarchive-profile\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-profile\";s:0:\"\";s:25:\"bctitle-ptarchive-profile\";s:0:\"\";s:25:\"noindex-ptarchive-profile\";b:0;s:20:\"title-event-schedule\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-event-schedule\";s:0:\"\";s:22:\"noindex-event-schedule\";b:0;s:33:\"display-metabox-pt-event-schedule\";b:1;s:33:\"post_types-event-schedule-maintax\";i:0;s:31:\"schema-page-type-event-schedule\";s:7:\"WebPage\";s:34:\"schema-article-type-event-schedule\";s:4:\"None\";s:30:\"title-ptarchive-event-schedule\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:33:\"metadesc-ptarchive-event-schedule\";s:0:\"\";s:32:\"bctitle-ptarchive-event-schedule\";s:0:\"\";s:32:\"noindex-ptarchive-event-schedule\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:19:\"title-tax-pj-categs\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-tax-pj-categs\";s:0:\"\";s:29:\"display-metabox-tax-pj-categs\";b:1;s:21:\"noindex-tax-pj-categs\";b:0;s:27:\"taxonomy-pj-categs-ptparent\";i:0;s:17:\"title-tax-pj-tags\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-tax-pj-tags\";s:0:\"\";s:27:\"display-metabox-tax-pj-tags\";b:1;s:19:\"noindex-tax-pj-tags\";b:0;s:25:\"taxonomy-pj-tags-ptparent\";i:0;s:19:\"title-tax-pl-categs\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-tax-pl-categs\";s:0:\"\";s:29:\"display-metabox-tax-pl-categs\";b:1;s:21:\"noindex-tax-pl-categs\";b:0;s:27:\"taxonomy-pl-categs-ptparent\";i:0;s:17:\"title-tax-es-date\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-tax-es-date\";s:0:\"\";s:27:\"display-metabox-tax-es-date\";b:1;s:19:\"noindex-tax-es-date\";b:0;s:25:\"taxonomy-es-date-ptparent\";i:0;s:17:\"title-tax-es-hall\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-tax-es-hall\";s:0:\"\";s:27:\"display-metabox-tax-es-hall\";b:1;s:19:\"noindex-tax-es-hall\";b:0;s:25:\"taxonomy-es-hall-ptparent\";i:0;}', 'yes'),
(253, 'wpseo_social', 'a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}', 'yes'),
(254, 'wpseo_flush_rewrite', '1', 'yes'),
(255, 'tribe_events_calendar_options', 'a:13:{s:8:\"did_init\";b:1;s:19:\"tribeEventsTemplate\";s:0:\"\";s:16:\"tribeEnableViews\";a:3:{i:0;s:4:\"list\";i:1;s:5:\"month\";i:2;s:3:\"day\";}s:10:\"viewOption\";s:4:\"list\";s:14:\"schema-version\";s:7:\"5.3.1.1\";s:21:\"previous_ecp_versions\";a:1:{i:0;s:1:\"0\";}s:18:\"latest_ecp_version\";s:7:\"5.3.1.1\";s:16:\"views_v2_enabled\";b:1;s:12:\"postsPerPage\";i:12;s:16:\"monthEventAmount\";i:3;s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:39:\"last-update-message-the-events-calendar\";s:7:\"5.3.1.1\";s:24:\"front_page_event_archive\";b:0;}', 'yes'),
(256, 'revslider_update_version', '5.2.5.5', 'yes'),
(259, 'tribe_last_updated_option', '1610044944.515', 'yes'),
(260, 'tribe_last_save_post', '1610044944.4995', 'yes'),
(261, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(262, 'widget_tribe-events-list-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(266, 'tribe_last_generate_rewrite_rules', '1610046432.8388', 'yes'),
(267, 'fs_active_plugins', 'O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:42:\"the-events-calendar/common/vendor/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.4.1\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1610043003;s:11:\"plugin_path\";s:43:\"the-events-calendar/the-events-calendar.php\";}}s:7:\"abspath\";s:32:\"/home/paweagl/public_html/index/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:43:\"the-events-calendar/the-events-calendar.php\";s:8:\"sdk_path\";s:42:\"the-events-calendar/common/vendor/freemius\";s:7:\"version\";s:5:\"2.4.1\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1610043003;}}', 'yes'),
(268, 'fs_debug_mode', '', 'yes'),
(269, 'fs_accounts', 'a:6:{s:21:\"id_slug_type_path_map\";a:1:{i:3069;a:3:{s:4:\"slug\";s:19:\"the-events-calendar\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:43:\"the-events-calendar/the-events-calendar.php\";}}s:11:\"plugin_data\";a:1:{s:19:\"the-events-calendar\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"the-events-calendar/the-events-calendar.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1610043003;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:7:\"5.3.1.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:16:\"pawea-global.com\";s:9:\"server_ip\";s:12:\"188.82.72.59\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1610043004;s:7:\"version\";s:7:\"5.3.1.1\";}s:15:\"prev_is_premium\";b:0;s:21:\"is_pending_activation\";b:1;}}s:13:\"file_slug_map\";a:1:{s:43:\"the-events-calendar/the-events-calendar.php\";s:19:\"the-events-calendar\";}s:7:\"plugins\";a:1:{s:19:\"the-events-calendar\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:12:\"premium_slug\";s:27:\"the-events-calendar-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"the-events-calendar/the-events-calendar.php\";s:7:\"version\";s:7:\"5.3.1.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_e32061abc28cfedf231f3e5c4e626\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3069\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"ee56d49ce68ec650d6bf707902a22a59\";s:13:\"admin_notices\";a:1:{s:19:\"the-events-calendar\";a:1:{s:18:\"activation_pending\";a:8:{s:7:\"message\";s:208:\"You should receive an activation email for <b>The Events Calendar</b> to your mailbox at <b>diogoseixas@bykoket.com</b>. Please make sure you click the activation button in that email to complete the install.\";s:5:\"title\";s:7:\"Thanks!\";s:4:\"type\";s:7:\"success\";s:6:\"sticky\";b:1;s:2:\"id\";s:18:\"activation_pending\";s:10:\"manager_id\";s:19:\"the-events-calendar\";s:6:\"plugin\";s:19:\"The Events Calendar\";s:10:\"wp_user_id\";N;}}}}', 'yes'),
(270, 'fs_gdpr', 'a:2:{s:2:\"u0\";a:1:{s:8:\"required\";b:0;}s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}', 'yes'),
(290, 'wpseo_ryte', 'a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1610658700;}', 'yes'),
(303, 'widget_akismet_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(304, 'widget_custom-contact-form', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(305, 'widget_custom-video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(306, 'widget_custom-html5-audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(307, 'widget_custom-html5-video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(308, 'cmsmasters_imported_demo', 'a:10:{s:7:\"content\";b:1;s:8:\"settings\";b:1;s:7:\"widgets\";b:1;s:5:\"menus\";b:1;s:10:\"thumbnails\";b:1;s:5:\"pages\";b:1;s:14:\"woo_thumbnails\";b:0;s:9:\"woo_pages\";b:0;s:13:\"layer_sliders\";b:1;s:11:\"rev_sliders\";b:1;}', 'yes'),
(315, 'category_children', 'a:0:{}', 'yes'),
(316, 'pj-categs_children', 'a:0:{}', 'yes'),
(317, 'pl-categs_children', 'a:0:{}', 'yes'),
(318, 'tribe_events_cat_children', 'a:0:{}', 'yes'),
(319, 'ls-google-fonts', 'a:0:{}', 'yes'),
(320, 'ls-store-last-updated', '1610045073', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(321, 'ls-store-data', 'a:4:{s:12:\"last_updated\";s:10:\"2020-11-18\";s:7:\"sliders\";a:93:{s:15:\"back-to-the-80s\";a:7:{s:8:\"released\";s:10:\"2020-09-29\";s:4:\"name\";s:15:\"Back To The 80s\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:54:\"new,premium,sliders,parallax,loop,blend,specialeffects\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/back-to-the-80s/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/back-to-the-80s.jpg\";}s:17:\"love-with-flowers\";a:7:{s:8:\"released\";s:10:\"2020-07-28\";s:4:\"name\";s:17:\"LOVE with Flowers\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:38:\"new,free,landing,sliders,parallax,loop\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/love-with-flowers/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/love-with-flowers.jpg\";}s:6:\"people\";a:7:{s:8:\"released\";s:10:\"2020-07-13\";s:4:\"name\";s:6:\"People\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:47:\"new,premium,landing,blend,static,specialeffects\";s:3:\"url\";s:53:\"https://layerslider.kreaturamedia.com/sliders/people/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/people.jpg\";}s:16:\"music-is-my-life\";a:7:{s:8:\"released\";s:10:\"2020-07-06\";s:4:\"name\";s:16:\"Music Is My Life\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:24:\"new,premium,slider,blend\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/music-is-my-life/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/music-is-my-life.jpg\";}s:21:\"product-showcase-dark\";a:7:{s:8:\"released\";s:10:\"2020-07-01\";s:4:\"name\";s:25:\"Product Showcase – Dark\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:18:\"new,premium,slider\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/sliders/product-showcase-dark/\";s:7:\"preview\";s:82:\"https://repository.kreaturamedia.com/v4/sliders/packages/product-showcase-dark.jpg\";}s:13:\"team-showcase\";a:7:{s:8:\"released\";s:10:\"2020-06-24\";s:4:\"name\";s:13:\"Team Showcase\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:25:\"new,premium,slider,static\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/team-showcase/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/team-showcase.jpg\";}s:14:\"furniture-shop\";a:7:{s:8:\"released\";s:10:\"2020-06-09\";s:4:\"name\";s:14:\"Furniture Shop\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:27:\"new,premium,landing,website\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/furniture-shop/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/furniture-shop.jpg\";}s:14:\"product-banner\";a:7:{s:8:\"released\";s:10:\"2020-06-02\";s:4:\"name\";s:14:\"Product Banner\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:22:\"new,free,slider,static\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/product-banner/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/product-banner.jpg\";}s:19:\"architecture-slider\";a:7:{s:8:\"released\";s:10:\"2020-05-26\";s:4:\"name\";s:19:\"Architecture Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:22:\"new,free,slider,static\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/architecture-slider/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/architecture-slider.jpg\";}s:22:\"product-showcase-light\";a:7:{s:8:\"released\";s:10:\"2020-05-18\";s:4:\"name\";s:26:\"Product Showcase – Light\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:25:\"new,premium,slider,static\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/sliders/product-showcase-light/\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/product-showcase-light.jpg\";}s:12:\"fashion-shop\";a:7:{s:8:\"released\";s:10:\"2020-05-12\";s:4:\"name\";s:12:\"Fashion Shop\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:22:\"new,free,slider,static\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/fashion-shop/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/fashion-shop.jpg\";}s:12:\"pixel-agency\";a:7:{s:8:\"released\";s:10:\"2020-05-05\";s:4:\"name\";s:12:\"PIXEL Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:55:\"new,premium,fullwidth,landing,website,text,popup,static\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/pixel-agency/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/pixel-agency.jpg\";}s:11:\"mode-slider\";a:7:{s:8:\"released\";s:10:\"2020-04-28\";s:4:\"name\";s:11:\"Mode Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:30:\"new,free,fullwidth,slider,text\";s:3:\"url\";s:58:\"https://layerslider.kreaturamedia.com/sliders/mode-slider/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/mode-slider.jpg\";}s:13:\"mountain-bike\";a:7:{s:8:\"released\";s:10:\"2020-04-22\";s:4:\"name\";s:13:\"Mountain Bike\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:45:\"premium,new,fullsize,landing,pack,static,text\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/mountain-bike/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/mountain-bike.jpg\";}s:18:\"aerial-photography\";a:7:{s:8:\"released\";s:10:\"2020-04-14\";s:4:\"name\";s:18:\"Aerial Photography\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:39:\"premium,new,slider,static,text,kenburns\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/aerial-photography/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/aerial-photography.jpg\";}s:24:\"simple-fullscreen-slider\";a:7:{s:8:\"released\";s:10:\"2020-04-07\";s:4:\"name\";s:24:\"Simple Fullscreen Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:46:\"free,new,fullsize,landing,static,text,kenburns\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/sliders/simple-fullscreen-slider/\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/simple-fullscreen-slider.jpg\";}s:21:\"covid-19-notification\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:21:\"COVID-19 Notification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/#covid-19-notification\";s:7:\"preview\";s:82:\"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-notification.jpg\";}s:19:\"covid-19-bottom-bar\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:19:\"COVID-19 Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/#covid-19-bottom-bar\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-bottom-bar.jpg\";}s:14:\"top-bar-notice\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:14:\"Top Bar Notice\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/popups/#top-bar-notice\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/top-bar-notice.jpg\";}s:20:\"christmas-snow-globe\";a:8:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:20:\"Christmas Snow Globe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:34:\"premium,parallax,popup,loop,filter\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/popups/#christmas-snow-globe\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/christmas-snow-globe.jpg\";}s:9:\"xmas-2019\";a:7:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:9:\"Xmas 2019\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:32:\"free,parallax,slider,loop,filter\";s:3:\"url\";s:56:\"https://layerslider.kreaturamedia.com/sliders/xmas-2019/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/xmas-2019.jpg\";}s:18:\"creative-portraits\";a:7:{s:8:\"released\";s:10:\"2019-12-09\";s:4:\"name\";s:18:\"Creative Portraits\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"premium,fullwidth,landing,static\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/creative-portraits/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/creative-portraits.jpg\";}s:13:\"parallax-city\";a:7:{s:8:\"released\";s:10:\"2019-12-02\";s:4:\"name\";s:13:\"Parallax City\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:58:\"premium,landing,pack,parallax,text,blend,fullwidth,website\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/parallax-city/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/parallax-city.jpg\";}s:10:\"cybertruck\";a:7:{s:8:\"released\";s:10:\"2019-11-28\";s:4:\"name\";s:10:\"Cybertruck\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:39:\"premium,fullsize,landing,specialeffects\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/cybertruck/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/cybertruck.jpg\";}s:17:\"summer-collection\";a:7:{s:8:\"released\";s:10:\"2019-11-21\";s:4:\"name\";s:17:\"Summer Collection\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:21:\"free,fullwidth,slider\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/summer-collection/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/summer-collection.jpg\";}s:18:\"nature-slider-pack\";a:7:{s:8:\"released\";s:10:\"2019-11-14\";s:4:\"name\";s:18:\"Nature Slider PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.9.0\";s:6:\"groups\";s:62:\"premium,text,blend,fullwidth,media,landing,packs,popup,website\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/nature-slider-pack/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/nature-slider-pack.jpg\";}s:20:\"catering-xmas-slider\";a:7:{s:8:\"released\";s:10:\"2017-12-22\";s:4:\"name\";s:25:\"Catering Christmas Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:32:\"premium,static,text,blend,slider\";s:3:\"url\";s:72:\"https://layerslider.kreaturamedia.com/sliders/catering-christmas-slider/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/catering-xmas-slider.jpg\";}s:20:\"discover-the-details\";a:7:{s:8:\"released\";s:10:\"2017-12-19\";s:4:\"name\";s:20:\"Discover the Details\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:50:\"free,loop,parallax,blendmode,specialeffects,slider\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/discover-the-details/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/discover-the-details.jpg\";}s:10:\"rainforest\";a:7:{s:8:\"released\";s:10:\"2017-12-17\";s:4:\"name\";s:10:\"Rainforest\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:57:\"free,loop,filter,blendmode,fullsize,specialeffects,slider\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/rainforest/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/rainforest.jpg\";}s:30:\"ecommerce-global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-12-15\";s:4:\"name\";s:30:\"eCommerce Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:26:\"premium,experiments,slider\";s:3:\"url\";s:77:\"https://layerslider.kreaturamedia.com/sliders/ecommerce-global-hover-example/\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce-global-hover-example.jpg\";}s:20:\"3d-canyon-experience\";a:7:{s:8:\"released\";s:10:\"2017-12-13\";s:4:\"name\";s:20:\"3D Canyon Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:40:\"premium,parallax,experiments,text,slider\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/3d-canyon-experience/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/3d-canyon-experience.jpg\";}s:14:\"vintage-photos\";a:7:{s:8:\"released\";s:10:\"2017-12-08\";s:4:\"name\";s:14:\"Vintage Photos\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:50:\"premium,fullsize,loop,filter,specialeffects,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/vintage-photos/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/vintage-photos.jpg\";}s:8:\"aquarium\";a:7:{s:8:\"released\";s:10:\"2017-12-04\";s:4:\"name\";s:8:\"Aquarium\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:71:\"premium,parallax,fullsize,loop,filter,experiments,specialeffects,slider\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/aquarium/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/aquarium.jpg\";}s:16:\"what-is-the-time\";a:7:{s:8:\"released\";s:10:\"2017-08-25\";s:4:\"name\";s:17:\"What is the time?\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:54:\"premium,parallax,text,blendmode,experiments,api,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/what-is-the-time/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/what-is-the-time.jpg\";}s:18:\"personal-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-23\";s:4:\"name\";s:18:\"Personal Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:62:\"premium,fullsize,fullwidth,landing,text,parallax,packs,website\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/personal-page-pack/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/personal-page-pack.jpg\";}s:19:\"marketing-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-21\";s:4:\"name\";s:19:\"Marketing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:69:\"premium,fullsize,fullwidth,landing,parallax,static,loop,packs,website\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/marketing-page-pack/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/marketing-page-pack.jpg\";}s:14:\"dynamic-slider\";a:7:{s:8:\"released\";s:10:\"2017-08-18\";s:4:\"name\";s:14:\"Dynamic Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:32:\"premium,fullwidth,landing,static\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/dynamic-slider/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-slider.jpg\";}s:14:\"colorful-cases\";a:7:{s:8:\"released\";s:10:\"2017-08-16\";s:4:\"name\";s:14:\"Colorful Cases\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:50:\"premium,text,loop,parallax,static,blendmode,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/colorful-cases/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/colorful-cases.jpg\";}s:16:\"beauty-shop-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-14\";s:4:\"name\";s:16:\"Beauty Shop PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:44:\"premium,fullwidth,text,landing,packs,website\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/beauty-shop-pack/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/beauty-shop-pack.jpg\";}s:14:\"discount-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/popups/#discount-popup\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/discount-popup.jpg\";}s:18:\"social-share-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:17:\"premium,popup,api\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#social-share-popup\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/social-share-popup.jpg\";}s:16:\"popup-guide-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/popups/#popup-guide-demo\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-welcome-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,loop\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/#popup-transparent-demo\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-sidebar-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:22:\"premium,popup,kenburns\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/#popup-photo-gallery\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:20:\"premium,popup,static\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/popups/#popup-modal-demo\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:30:\"premium,popup,experiments,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-infobar-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:43:\"premium,popup,experiments,fullsize,parallax\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/#popup-fullsize-desk-demo\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:25:\"premium,popup,experiments\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#conversation-popup\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/conversation-popup.jpg\";}s:20:\"global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-05-02\";s:4:\"name\";s:20:\"Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.4.0\";s:6:\"groups\";s:55:\"premium,experiments,specialeffects,parallax,text,slider\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/global-hover-example/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/global-hover-example.jpg\";}s:10:\"gastronomy\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:10:\"Gastronomy\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:35:\"premium,kenburns,filter,text,slider\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/gastronomy/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/gastronomy.jpg\";}s:13:\"police-lights\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:13:\"Police Lights\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:50:\"free,specialeffects,loop,blendmode,parallax,slider\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/police-lights/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/police-lights.jpg\";}s:16:\"beautiful-sunset\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Beautiful Sunset\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:41:\"free,specialeffects,loop,blendmode,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/beautiful-sunset/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/beautiful-sunset.jpg\";}s:23:\"blend-mode-experiment-1\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:23:\"Blend Mode Experiment 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:67:\"free,specialeffects,text,blendmode,experiments,loop,parallax,slider\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/sliders/blend-mode-experiment-1/\";s:7:\"preview\";s:84:\"https://repository.kreaturamedia.com/v4/sliders/packages/blend-mode-experiment-1.jpg\";}s:16:\"flying-banners-2\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Flying Banners 2\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"premium,parallax,specialeffects,fullsize,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/flying-banners-2/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-2.jpg\";}s:14:\"layerslider-v6\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:14:\"LayerSlider v6\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.6\";s:6:\"groups\";s:75:\"premium,specialeffects,parallax,fullsize,landing,loop,text,media,api,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/layerslider-v6/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/layerslider-v6.jpg\";}s:16:\"flying-banners-1\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:16:\"Flying Banners 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:45:\"free,parallax,loop,text,specialeffects,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/flying-banners-1/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-1.jpg\";}s:18:\"anniversary-slider\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:18:\"Anniversary Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"free,parallax,experiments,specialeffects,slider\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/anniversary-slider/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/anniversary-slider.jpg\";}s:7:\"origami\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:7:\"Origami\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:61:\"premium,experiments,specialeffects,3dtransition,slider,addons\";s:3:\"url\";s:54:\"https://layerslider.kreaturamedia.com/sliders/origami/\";s:7:\"preview\";s:68:\"https://repository.kreaturamedia.com/v4/sliders/packages/origami.jpg\";}s:17:\"origami-buildings\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:17:\"Origami Buildings\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:70:\"premium,experiments,specialeffects,kenburns,3dtransition,slider,addons\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/origami-buildings/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/origami-buildings.jpg\";}s:17:\"autumn-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:17:\"Autumn Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:52:\"experiments,free,loop,parallax,specialeffects,slider\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/autumn-experiment/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/autumn-experiment.jpg\";}s:28:\"features-parallax-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:32:\"Features | A Parallax Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:47:\"experiments,free,parallax,specialeffects,slider\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/sliders/features-parallax-experiment/\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/features-parallax-experiment.jpg\";}s:16:\"furniture-slider\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:16:\"Furniture Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:40:\"fullwidth,parallax,premium,static,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/furniture-slider/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/furniture-slider.jpg\";}s:15:\"room-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:15:\"Room Experiment\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.6\";s:6:\"groups\";s:72:\"api,experiments,media,parallax,premium,specialeffects,static,text,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/room-experiment/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/room-experiment.jpg\";}s:11:\"drag-n-drop\";a:6:{s:4:\"name\";s:11:\"Drag & Drop\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:44:\"premium,fullwidth,specialeffects,text,slider\";s:3:\"url\";s:58:\"https://layerslider.kreaturamedia.com/sliders/drag-n-drop/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/drag-n-drop.jpg\";}s:10:\"headphones\";a:6:{s:4:\"name\";s:10:\"Headphones\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:21:\"premium,static,slider\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/headphones/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/headphones.jpg\";}s:14:\"play-by-scroll\";a:6:{s:4:\"name\";s:19:\"Play By Scroll demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:80:\"premium,fullsize,text,experiments,specialeffects,playbyscroll,loop,slider,addons\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/play-by-scroll/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/play-by-scroll.jpg\";}s:3:\"sky\";a:6:{s:4:\"name\";s:14:\"Sky Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:70:\"premium,fullwidth,text,experiments,parallax,specialeffects,loop,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/sky-experience/\";s:7:\"preview\";s:64:\"https://repository.kreaturamedia.com/v4/sliders/packages/sky.jpg\";}s:9:\"halloween\";a:6:{s:4:\"name\";s:16:\"Happy Halloween!\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:42:\"free,fullsize,text,experiments,loop,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/happy-halloween/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/halloween.jpg\";}s:15:\"creative-agency\";a:6:{s:4:\"name\";s:6:\"Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:49:\"premium,fullsize,kenburns,parallax,landing,filter\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/creative-agency/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/creative-agency.jpg\";}s:18:\"interactive-slider\";a:6:{s:4:\"name\";s:18:\"Interactive Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,kenburns,text,landing\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/interactive-slider/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/interactive-slider.jpg\";}s:9:\"ecommerce\";a:6:{s:4:\"name\";s:9:\"eCommerce\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:56:\"https://layerslider.kreaturamedia.com/sliders/ecommerce/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce.jpg\";}s:17:\"landing-page-pack\";a:6:{s:4:\"name\";s:17:\"Landing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:62:\"premium,fullsize,fullwidth,landing,parallax,text,packs,website\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/landing-page/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-page-pack.jpg\";}s:6:\"hiking\";a:6:{s:4:\"name\";s:6:\"Hiking\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:53:\"https://layerslider.kreaturamedia.com/sliders/hiking/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/hiking.jpg\";}s:12:\"movie-slider\";a:6:{s:4:\"name\";s:12:\"Movie Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/movie-slider/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/movie-slider.jpg\";}s:12:\"photo-studio\";a:6:{s:4:\"name\";s:12:\"Photo Studio\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:70:\"premium,fullsize,filter,text,parallax,specialeffects,blendmode,landing\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/photo-studio/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/photo-studio.jpg\";}s:5:\"shoes\";a:6:{s:4:\"name\";s:5:\"Shoes\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:42:\"premium,fullwidth,parallax,carousel,slider\";s:3:\"url\";s:52:\"https://layerslider.kreaturamedia.com/sliders/shoes/\";s:7:\"preview\";s:66:\"https://repository.kreaturamedia.com/v4/sliders/packages/shoes.jpg\";}s:11:\"mini-cooper\";a:6:{s:4:\"name\";s:18:\"Mini Cooper Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,specialeffects,slider\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/mini-cooper-slider/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/mini-cooper.jpg\";}s:4:\"xmas\";a:6:{s:4:\"name\";s:16:\"Merry Christmas!\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:64:\"free,parallax,filter,experiments,specialeffects,text,loop,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/merry-christmas/\";s:7:\"preview\";s:65:\"https://repository.kreaturamedia.com/v4/sliders/packages/xmas.jpg\";}s:5:\"clock\";a:6:{s:4:\"name\";s:32:\"Vintage Clock | shows valid time\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:44:\"premium,fullsize,api,experiments,loop,slider\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/vintage-clock/\";s:7:\"preview\";s:66:\"https://repository.kreaturamedia.com/v4/sliders/packages/clock.jpg\";}s:8:\"car-show\";a:6:{s:4:\"name\";s:8:\"Car Show\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:45:\"premium,fullwidth,experiments,api,loop,slider\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/car-show/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/car-show.jpg\";}s:8:\"carousel\";a:6:{s:4:\"name\";s:8:\"Carousel\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:20:\"free,carousel,slider\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/carousel/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/carousel.jpg\";}s:14:\"fancy-parallax\";a:6:{s:4:\"name\";s:21:\"Fancy Parallax Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:33:\"premium,fullwidth,parallax,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/parallax-slider/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/fancy-parallax.jpg\";}s:13:\"simple-slider\";a:6:{s:4:\"name\";s:13:\"Simple Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/simple-slider/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/simple-slider.jpg\";}s:12:\"image-slider\";a:6:{s:4:\"name\";s:12:\"Image Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/image-slideshow/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/image-slider.jpg\";}s:19:\"client-testimonials\";a:6:{s:4:\"name\";s:19:\"Client Testimonials\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/client-testimonials/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/client-testimonials.jpg\";}s:8:\"fixed-bg\";a:6:{s:4:\"name\";s:16:\"Fixed Background\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:30:\"premium,fullwidth,media,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/fixed-background/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/fixed-bg.jpg\";}s:22:\"dynamic-content-slider\";a:6:{s:4:\"name\";s:22:\"Dynamic Content Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/sliders/dynamic-content-slider/\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-content-slider.jpg\";}s:6:\"old-3d\";a:6:{s:4:\"name\";s:14:\"LayerSlider v4\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:30:\"free,3dtransition,media,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/3d-demo-slider/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/old-3d.jpg\";}s:2:\"v5\";a:6:{s:4:\"name\";s:14:\"LayerSlider v5\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:26:\"free,parallax,media,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/layerslider-v5/\";s:7:\"preview\";s:63:\"https://repository.kreaturamedia.com/v4/sliders/packages/v5.jpg\";}s:12:\"video-slider\";a:6:{s:4:\"name\";s:12:\"Video Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:17:\"free,media,slider\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/video-slider/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/video-slider.jpg\";}s:6:\"resort\";a:6:{s:4:\"name\";s:6:\"Resort\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:14:\"premium,slider\";s:3:\"url\";s:54:\"https://layerslider.kreaturamedia.com/sliders/restort/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/resort.jpg\";}}s:15:\"kreatura-popups\";a:16:{s:17:\"black-friday-2020\";a:8:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:17:\"Black Friday 2020\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/popups/#black-friday-2020\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/black-friday-2020.jpg\";}s:21:\"covid-19-notification\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:21:\"COVID-19 Notification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/#covid-19-notification\";s:7:\"preview\";s:82:\"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-notification.jpg\";}s:19:\"covid-19-bottom-bar\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:19:\"COVID-19 Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/#covid-19-bottom-bar\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-bottom-bar.jpg\";}s:14:\"top-bar-notice\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:14:\"Top Bar Notice\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/popups/#top-bar-notice\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/top-bar-notice.jpg\";}s:20:\"christmas-snow-globe\";a:8:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:20:\"Christmas Snow Globe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:34:\"premium,parallax,popup,loop,filter\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/popups/#christmas-snow-globe\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/christmas-snow-globe.jpg\";}s:14:\"discount-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/popups/#discount-popup\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/discount-popup.jpg\";}s:18:\"social-share-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:17:\"premium,popup,api\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#social-share-popup\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/social-share-popup.jpg\";}s:16:\"popup-guide-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/popups/#popup-guide-demo\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-welcome-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,loop\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/#popup-transparent-demo\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-sidebar-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:22:\"premium,popup,kenburns\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/#popup-photo-gallery\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:20:\"premium,popup,static\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/popups/#popup-modal-demo\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:30:\"premium,popup,experiments,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-infobar-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:43:\"premium,popup,experiments,fullsize,parallax\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/#popup-fullsize-desk-demo\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:25:\"premium,popup,experiments\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#conversation-popup\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/conversation-popup.jpg\";}}s:19:\"webshopworks-popups\";a:67:{s:17:\"black-friday-sale\";a:8:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:17:\"Black Friday Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:76:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-sale\";s:7:\"preview\";s:98:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-sale.jpg\";}s:16:\"black-friday-bar\";a:8:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:16:\"Black Friday Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-bar\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-bar.jpg\";}s:16:\"reveal-your-deal\";a:7:{s:4:\"name\";s:16:\"Reveal Your Deal\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:31:\"sales,coupon,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#reveal-your-deal\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/reveal-your-deal.jpg\";}s:27:\"christmas-sidebar-countdown\";a:7:{s:4:\"name\";s:27:\"Christmas Sidebar Countdown\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:86:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sidebar-countdown\";s:7:\"preview\";s:108:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sidebar-countdown.jpg\";}s:20:\"christmas-sale-santa\";a:7:{s:4:\"name\";s:20:\"Christmas Sale Santa\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sale-santa\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sale-santa.jpg\";}s:11:\"santa-walks\";a:7:{s:4:\"name\";s:11:\"Santa Walks\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#santa-walks\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/santa-walks.jpg\";}s:14:\"christmas-sale\";a:7:{s:4:\"name\";s:14:\"Christmas Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:14:\"seasonal,sales\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sale\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sale.jpg\";}s:12:\"gift-voucher\";a:7:{s:4:\"name\";s:12:\"Gift Voucher\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"newsletter,coupon,sales,seasonal\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#gift-voucher\";s:7:\"preview\";s:93:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/gift-voucher.jpg\";}s:16:\"christmas-topbar\";a:7:{s:4:\"name\";s:17:\"Christmas Top Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-topbar\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-topbar.jpg\";}s:14:\"black-friday-9\";a:7:{s:4:\"name\";s:15:\"Black Friday #9\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-9\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-9.jpg\";}s:14:\"black-friday-8\";a:7:{s:4:\"name\";s:15:\"Black Friday #8\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-8\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-8.jpg\";}s:20:\"black-friday-premium\";a:7:{s:4:\"name\";s:20:\"Black Friday Premium\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-premium\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-premium.jpg\";}s:14:\"black-friday-7\";a:7:{s:4:\"name\";s:15:\"Black Friday #7\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-7\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-7.jpg\";}s:11:\"todays-sale\";a:7:{s:4:\"name\";s:14:\"Today’s Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:15:\"sales,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#todays-sale\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/todays-sale.jpg\";}s:9:\"sign-up-6\";a:7:{s:4:\"name\";s:10:\"Sign Up #6\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-6\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-6.jpg\";}s:9:\"sign-up-7\";a:7:{s:4:\"name\";s:10:\"Sign Up #7\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-7\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-7.jpg\";}s:9:\"sign-up-8\";a:7:{s:4:\"name\";s:10:\"Sign Up #8\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-8\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-8.jpg\";}s:20:\"get-in-touch-with-us\";a:7:{s:4:\"name\";s:20:\"Get in Touch with Us\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#get-in-touch-with-us\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/get-in-touch-with-us.jpg\";}s:17:\"top-bar-subscribe\";a:7:{s:4:\"name\";s:17:\"Top Bar Subscribe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:20:\"newsletter,promotion\";s:3:\"url\";s:76:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#top-bar-subscribe\";s:7:\"preview\";s:98:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/top-bar-subscribe.jpg\";}s:7:\"sign-up\";a:7:{s:4:\"name\";s:7:\"Sign Up\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:23:\"newsletter,sales,coupon\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up\";s:7:\"preview\";s:88:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up.jpg\";}s:14:\"black-friday-6\";a:7:{s:4:\"name\";s:15:\"Black Friday #6\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-6\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-6.jpg\";}s:14:\"black-friday-5\";a:7:{s:4:\"name\";s:15:\"Black Friday #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-5\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-5.jpg\";}s:14:\"black-friday-4\";a:7:{s:4:\"name\";s:15:\"Black Friday #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-4\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-4.jpg\";}s:14:\"black-friday-1\";a:7:{s:4:\"name\";s:15:\"Black Friday #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-1\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-1.jpg\";}s:17:\"spring-super-sale\";a:7:{s:4:\"name\";s:17:\"Spring Super Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:76:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#spring-super-sale\";s:7:\"preview\";s:98:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/spring-super-sale.jpg\";}s:8:\"discount\";a:7:{s:4:\"name\";s:8:\"Discount\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount.jpg\";}s:9:\"sign-up-3\";a:7:{s:4:\"name\";s:10:\"Sign Up #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-3\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-3.jpg\";}s:22:\"sidebar-countdown-sale\";a:7:{s:4:\"name\";s:22:\"Sidebar Countdown Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:22:\"sales,promotion,coupon\";s:3:\"url\";s:81:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sidebar-countdown-sale\";s:7:\"preview\";s:103:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sidebar-countdown-sale.jpg\";}s:15:\"countdown-timer\";a:7:{s:4:\"name\";s:15:\"Countdown Timer\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:14:\"sales,seasonal\";s:3:\"url\";s:74:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#countdown-timer\";s:7:\"preview\";s:96:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/countdown-timer.jpg\";}s:10:\"discount-5\";a:7:{s:4:\"name\";s:11:\"Discount #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-5\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-5.jpg\";}s:10:\"discount-2\";a:7:{s:4:\"name\";s:10:\"Discount 2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:12:\"sales,coupon\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-2\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-2.jpg\";}s:11:\"subscribe-5\";a:7:{s:4:\"name\";s:12:\"Subscribe #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:23:\"newsletter,sales,coupon\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-5\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-5.jpg\";}s:9:\"mega-sale\";a:7:{s:4:\"name\";s:9:\"Mega Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#mega-sale\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mega-sale.jpg\";}s:10:\"discount-4\";a:7:{s:4:\"name\";s:10:\"Discount 4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:15:\"sales,promotion\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-4\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-4.jpg\";}s:8:\"info-bar\";a:7:{s:4:\"name\";s:8:\"Info Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#info-bar\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/info-bar.jpg\";}s:11:\"subscribe-4\";a:7:{s:4:\"name\";s:12:\"Subscribe #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:20:\"newsletter,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-4\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-4.jpg\";}s:10:\"contact-us\";a:7:{s:4:\"name\";s:10:\"Contact Us\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#contact-us\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/contact-us.jpg\";}s:10:\"discount-3\";a:7:{s:4:\"name\";s:10:\"Discount 3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-3\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-3.jpg\";}s:9:\"sign-up-4\";a:7:{s:4:\"name\";s:10:\"Sign Up #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-4\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-4.jpg\";}s:4:\"mail\";a:7:{s:4:\"name\";s:4:\"Mail\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#mail\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mail.jpg\";}s:18:\"kitchen-appliances\";a:7:{s:4:\"name\";s:18:\"Kitchen Appliances\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:77:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#kitchen-appliances\";s:7:\"preview\";s:99:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/kitchen-appliances.jpg\";}s:11:\"subscribe-3\";a:7:{s:4:\"name\";s:12:\"Subscribe #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-3\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-3.jpg\";}s:6:\"ticket\";a:7:{s:4:\"name\";s:6:\"Ticket\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:12:\"sales,coupon\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#ticket\";s:7:\"preview\";s:87:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/ticket.jpg\";}s:8:\"hey-wait\";a:7:{s:4:\"name\";s:10:\"Hey, wait!\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"exit-intent,newsletter,sales,coupon\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#hey-wait\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/hey-wait.jpg\";}s:9:\"subscribe\";a:7:{s:4:\"name\";s:12:\"Subscribe #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe.jpg\";}s:11:\"subscribe-2\";a:7:{s:4:\"name\";s:12:\"Subscribe #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:21:\"newsletter,fullscreen\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-2\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-2.jpg\";}s:16:\"age-verification\";a:7:{s:4:\"name\";s:16:\"Age Verification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:27:\"age-verification,fullscreen\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#age-verification\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/age-verification.jpg\";}s:12:\"get-in-touch\";a:7:{s:4:\"name\";s:12:\"Get in Touch\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#get-in-touch\";s:7:\"preview\";s:93:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/get-in-touch.jpg\";}s:14:\"social-share-2\";a:7:{s:4:\"name\";s:15:\"Social Share #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:6:\"social\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#social-share-2\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/social-share-2.jpg\";}s:9:\"sign-up-2\";a:7:{s:4:\"name\";s:10:\"Sign Up #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-2\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-2.jpg\";}s:11:\"watch-promo\";a:7:{s:4:\"name\";s:11:\"Watch Promo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:21:\"promotion,exit-intent\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#watch-promo\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/watch-promo.jpg\";}s:19:\"product-accessories\";a:7:{s:4:\"name\";s:19:\"Product Accessories\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:78:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#product-accessories\";s:7:\"preview\";s:100:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/product-accessories.jpg\";}s:9:\"sign-up-5\";a:7:{s:4:\"name\";s:10:\"Sign Up #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-5\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-5.jpg\";}s:14:\"black-friday-2\";a:7:{s:4:\"name\";s:15:\"Black Friday #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-2\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-2.jpg\";}s:14:\"black-friday-3\";a:7:{s:4:\"name\";s:15:\"Black Friday #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-3\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-3.jpg\";}s:16:\"halloween-sale-2\";a:7:{s:4:\"name\";s:17:\"Halloween Sale #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#halloween-sale-2\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/halloween-sale-2.jpg\";}s:16:\"halloween-sale-1\";a:7:{s:4:\"name\";s:17:\"Halloween Sale #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#halloween-sale-1\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/halloween-sale-1.jpg\";}s:12:\"pumpkin-sale\";a:7:{s:4:\"name\";s:12:\"Pumpkin Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#pumpkin-sale\";s:7:\"preview\";s:93:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/pumpkin-sale.jpg\";}s:11:\"spring-sale\";a:7:{s:4:\"name\";s:11:\"Spring Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#spring-sale\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/spring-sale.jpg\";}s:11:\"mothers-day\";a:7:{s:4:\"name\";s:14:\"Mother’s Day\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#mothers-day\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mothers-day.jpg\";}s:20:\"easter-subscribe-bar\";a:7:{s:4:\"name\";s:20:\"Easter Subscribe Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:25:\"sales,seasonal,newsletter\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-subscribe-bar\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-subscribe-bar.jpg\";}s:14:\"easter-welcome\";a:7:{s:4:\"name\";s:14:\"Easter Welcome\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:8:\"seasonal\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-welcome\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-welcome.jpg\";}s:17:\"easter-newsletter\";a:7:{s:4:\"name\";s:17:\"Easter Newsletter\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"sales,seasonal,newsletter,coupon\";s:3:\"url\";s:76:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-newsletter\";s:7:\"preview\";s:98:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-newsletter.jpg\";}s:11:\"season-sale\";a:7:{s:4:\"name\";s:11:\"Season Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#season-sale\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/season-sale.jpg\";}s:11:\"easter-sale\";a:7:{s:4:\"name\";s:11:\"Easter Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-sale\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-sale.jpg\";}s:20:\"easter-sale-surprise\";a:7:{s:4:\"name\";s:20:\"Easter Sale Surprise\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-sale-surprise\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-sale-surprise.jpg\";}s:18:\"join-the-community\";a:7:{s:4:\"name\";s:18:\"Join the Community\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:6:\"social\";s:3:\"url\";s:77:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#join-the-community\";s:7:\"preview\";s:99:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/join-the-community.jpg\";}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(337, 'rewrite_rules', 'a:398:{s:28:\"tribe/events/kitchen-sink/?$\";s:69:\"index.php?post_type=tribe_events&tribe_events_views_kitchen_sink=page\";s:93:\"tribe/events/kitchen-sink/(page|grid|typographical|elements|events-bar|navigation|manager)/?$\";s:76:\"index.php?post_type=tribe_events&tribe_events_views_kitchen_sink=$matches[1]\";s:28:\"event-aggregator/(insert)/?$\";s:53:\"index.php?tribe-aggregator=1&tribe-action=$matches[1]\";s:32:\"(?:evento|event)/([^/]+)/ical/?$\";s:56:\"index.php?ical=1&name=$matches[1]&post_type=tribe_events\";s:48:\"(?:eventos|events)/(?:page|p%c3%a1gina)/(\\d+)/?$\";s:71:\"index.php?post_type=tribe_events&eventDisplay=default&paged=$matches[1]\";s:71:\"(?:eventos|events)/(?:destaques|featured)/(?:page|p%c3%a1gina)/(\\d+)/?$\";s:79:\"index.php?post_type=tribe_events&featured=1&eventDisplay=list&paged=$matches[1]\";s:46:\"(?:eventos|events)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?post_type=tribe_events&eventDisplay=list&feed=$matches[1]\";s:69:\"(?:eventos|events)/(?:destaques|featured)/(feed|rdf|rss|rss2|atom)/?$\";s:78:\"index.php?post_type=tribe_events&featured=1&eventDisplay=list&feed=$matches[1]\";s:44:\"(?:eventos|events)/(?:month|mes|m%c3%aas)/?$\";s:51:\"index.php?post_type=tribe_events&eventDisplay=month\";s:67:\"(?:eventos|events)/(?:month|mes|m%c3%aas)/(?:destaques|featured)/?$\";s:62:\"index.php?post_type=tribe_events&eventDisplay=month&featured=1\";s:58:\"(?:eventos|events)/(?:month|mes|m%c3%aas)/(\\d{4}-\\d{2})/?$\";s:73:\"index.php?post_type=tribe_events&eventDisplay=month&eventDate=$matches[1]\";s:63:\"(?:eventos|events)/(?:lista|list)/(?:page|p%c3%a1gina)/(\\d+)/?$\";s:68:\"index.php?post_type=tribe_events&eventDisplay=list&paged=$matches[1]\";s:86:\"(?:eventos|events)/(?:lista|list)/(?:destaques|featured)/(?:page|p%c3%a1gina)/(\\d+)/?$\";s:79:\"index.php?post_type=tribe_events&eventDisplay=list&featured=1&paged=$matches[1]\";s:36:\"(?:eventos|events)/(?:lista|list)/?$\";s:50:\"index.php?post_type=tribe_events&eventDisplay=list\";s:59:\"(?:eventos|events)/(?:lista|list)/(?:destaques|featured)/?$\";s:61:\"index.php?post_type=tribe_events&eventDisplay=list&featured=1\";s:36:\"(?:eventos|events)/(?:hoje|today)/?$\";s:49:\"index.php?post_type=tribe_events&eventDisplay=day\";s:59:\"(?:eventos|events)/(?:hoje|today)/(?:destaques|featured)/?$\";s:60:\"index.php?post_type=tribe_events&eventDisplay=day&featured=1\";s:35:\"(?:eventos|events)/(\\d{4}-\\d{2})/?$\";s:73:\"index.php?post_type=tribe_events&eventDisplay=month&eventDate=$matches[1]\";s:58:\"(?:eventos|events)/(\\d{4}-\\d{2})/(?:destaques|featured)/?$\";s:84:\"index.php?post_type=tribe_events&eventDisplay=month&eventDate=$matches[1]&featured=1\";s:41:\"(?:eventos|events)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:71:\"index.php?post_type=tribe_events&eventDisplay=day&eventDate=$matches[1]\";s:64:\"(?:eventos|events)/(\\d{4}-\\d{2}-\\d{2})/(?:destaques|featured)/?$\";s:82:\"index.php?post_type=tribe_events&eventDisplay=day&eventDate=$matches[1]&featured=1\";s:44:\"(?:eventos|events)/(?:destaques|featured)/?$\";s:43:\"index.php?post_type=tribe_events&featured=1\";s:21:\"(?:eventos|events)/?$\";s:53:\"index.php?post_type=tribe_events&eventDisplay=default\";s:26:\"(?:eventos|events)/ical/?$\";s:39:\"index.php?post_type=tribe_events&ical=1\";s:49:\"(?:eventos|events)/(?:destaques|featured)/ical/?$\";s:50:\"index.php?post_type=tribe_events&ical=1&featured=1\";s:46:\"(?:eventos|events)/(\\d{4}-\\d{2}-\\d{2})/ical/?$\";s:78:\"index.php?post_type=tribe_events&ical=1&eventDisplay=day&eventDate=$matches[1]\";s:55:\"(?:eventos|events)/(\\d{4}-\\d{2}-\\d{2})/ical/featured/?$\";s:89:\"index.php?post_type=tribe_events&ical=1&eventDisplay=day&eventDate=$matches[1]&featured=1\";s:90:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(?:page|p%c3%a1gina)/(\\d+)/?$\";s:97:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:113:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(?:destaques|featured)/(?:page|p%c3%a1gina)/(\\d+)/?$\";s:108:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&featured=1&eventDisplay=list&paged=$matches[2]\";s:86:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(?:month|mes|m%c3%aas)/?$\";s:80:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=month\";s:109:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(?:month|mes|m%c3%aas)/(?:destaques|featured)/?$\";s:91:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=month&featured=1\";s:105:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(?:lista|list)/(?:page|p%c3%a1gina)/(\\d+)/?$\";s:97:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:128:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(?:lista|list)/(?:destaques|featured)/(?:page|p%c3%a1gina)/(\\d+)/?$\";s:108:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&featured=1&paged=$matches[2]\";s:78:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(?:lista|list)/?$\";s:79:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list\";s:101:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(?:lista|list)/(?:destaques|featured)/?$\";s:90:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&featured=1\";s:78:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(?:hoje|today)/?$\";s:78:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day\";s:101:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(?:hoje|today)/(?:destaques|featured)/?$\";s:89:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&featured=1\";s:95:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(?:dia|day)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:100:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:118:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(?:dia|day)/(\\d{4}-\\d{2}-\\d{2})/(?:destaques|featured)/?$\";s:111:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&eventDate=$matches[2]&featured=1\";s:77:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(\\d{4}-\\d{2})/?$\";s:102:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=month&eventDate=$matches[2]\";s:100:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(\\d{4}-\\d{2})/(?:destaques|featured)/?$\";s:113:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=month&eventDate=$matches[2]&featured=1\";s:83:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:100:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:106:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(\\d{4}-\\d{2}-\\d{2})/(?:destaques|featured)/?$\";s:111:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&eventDate=$matches[2]&featured=1\";s:68:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/feed/?$\";s:89:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&feed=rss2\";s:91:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(?:destaques|featured)/feed/?$\";s:100:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&featured=1&eventDisplay=list&feed=rss2\";s:68:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/ical/?$\";s:68:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&ical=1\";s:91:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(?:destaques|featured)/ical/?$\";s:79:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&featured=1&ical=1\";s:93:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:78:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&feed=$matches[2]\";s:116:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(?:destaques|featured)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:89:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&featured=1&feed=$matches[2]\";s:86:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/(?:destaques|featured)/?$\";s:93:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&featured=1&eventDisplay=default\";s:63:\"(?:eventos|events)/(?:categoria|category)/(?:[^/]+/)*([^/]+)/?$\";s:82:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=default\";s:73:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(?:page|p%c3%a1gina)/(\\d+)/?$\";s:84:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:96:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(?:destaques|featured)/(?:page|p%c3%a1gina)/(\\d+)/?$\";s:95:\"index.php?post_type=tribe_events&tag=$matches[1]&featured=1&eventDisplay=list&paged=$matches[2]\";s:69:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(?:month|mes|m%c3%aas)/?$\";s:67:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=month\";s:92:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(?:month|mes|m%c3%aas)/(?:destaques|featured)/?$\";s:78:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=month&featured=1\";s:88:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(?:lista|list)/(?:page|p%c3%a1gina)/(\\d+)/?$\";s:84:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:111:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(?:lista|list)/(?:destaques|featured)/(?:page|p%c3%a1gina)/(\\d+)/?$\";s:95:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&featured=1&paged=$matches[2]\";s:61:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(?:lista|list)/?$\";s:66:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list\";s:84:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(?:lista|list)/(?:destaques|featured)/?$\";s:77:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&featured=1\";s:61:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(?:hoje|today)/?$\";s:65:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day\";s:84:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(?:hoje|today)/(?:destaques|featured)/?$\";s:76:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&featured=1\";s:78:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(?:dia|day)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:87:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:101:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(?:dia|day)/(\\d{4}-\\d{2}-\\d{2})/(?:destaques|featured)/?$\";s:98:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&eventDate=$matches[2]&featured=1\";s:60:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(\\d{4}-\\d{2})/?$\";s:89:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=month&eventDate=$matches[2]\";s:83:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(\\d{4}-\\d{2})/(?:destaques|featured)/?$\";s:100:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=month&eventDate=$matches[2]&featured=1\";s:66:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:87:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:89:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(\\d{4}-\\d{2}-\\d{2})/(?:destaques|featured)/?$\";s:98:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&eventDate=$matches[2]&featured=1\";s:51:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/feed/?$\";s:76:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&feed=rss2\";s:74:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(?:destaques|featured)/feed/?$\";s:87:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&feed=rss2&featured=1\";s:51:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/ical/?$\";s:55:\"index.php?post_type=tribe_events&tag=$matches[1]&ical=1\";s:74:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(?:destaques|featured)/ical/?$\";s:66:\"index.php?post_type=tribe_events&tag=$matches[1]&featured=1&ical=1\";s:76:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?post_type=tribe_events&tag=$matches[1]&feed=$matches[2]\";s:99:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(?:destaques|featured)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:76:\"index.php?post_type=tribe_events&tag=$matches[1]&featured=1&feed=$matches[2]\";s:69:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/(?:destaques|featured)/?$\";s:59:\"index.php?post_type=tribe_events&tag=$matches[1]&featured=1\";s:46:\"(?:eventos|events)/(?:etiqueta|tag)/([^/]+)/?$\";s:69:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=default\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:10:\"profile/?$\";s:27:\"index.php?post_type=profile\";s:40:\"profile/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=profile&feed=$matches[1]\";s:35:\"profile/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=profile&feed=$matches[1]\";s:27:\"profile/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=profile&paged=$matches[1]\";s:17:\"event-schedule/?$\";s:34:\"index.php?post_type=event-schedule\";s:47:\"event-schedule/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=event-schedule&feed=$matches[1]\";s:42:\"event-schedule/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=event-schedule&feed=$matches[1]\";s:34:\"event-schedule/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=event-schedule&paged=$matches[1]\";s:22:\"tribe-promoter-auth/?$\";s:37:\"index.php?tribe-promoter-auth-check=1\";s:8:\"event/?$\";s:32:\"index.php?post_type=tribe_events\";s:38:\"event/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=tribe_events&feed=$matches[1]\";s:33:\"event/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=tribe_events&feed=$matches[1]\";s:25:\"event/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=tribe_events&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s: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:44:\"content_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"content_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"content_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"content_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"content_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"content_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"content_template/([^/]+)/embed/?$\";s:49:\"index.php?content_template=$matches[1]&embed=true\";s:37:\"content_template/([^/]+)/trackback/?$\";s:43:\"index.php?content_template=$matches[1]&tb=1\";s:45:\"content_template/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?content_template=$matches[1]&paged=$matches[2]\";s:52:\"content_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?content_template=$matches[1]&cpage=$matches[2]\";s:41:\"content_template/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?content_template=$matches[1]&page=$matches[2]\";s:33:\"content_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"content_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"content_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"content_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"content_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"content_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"pj-categs/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?pj-categs=$matches[1]&feed=$matches[2]\";s:45:\"pj-categs/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?pj-categs=$matches[1]&feed=$matches[2]\";s:26:\"pj-categs/([^/]+)/embed/?$\";s:42:\"index.php?pj-categs=$matches[1]&embed=true\";s:38:\"pj-categs/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?pj-categs=$matches[1]&paged=$matches[2]\";s:20:\"pj-categs/([^/]+)/?$\";s:31:\"index.php?pj-categs=$matches[1]\";s:48:\"pj-tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?pj-tags=$matches[1]&feed=$matches[2]\";s:43:\"pj-tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?pj-tags=$matches[1]&feed=$matches[2]\";s:24:\"pj-tags/([^/]+)/embed/?$\";s:40:\"index.php?pj-tags=$matches[1]&embed=true\";s:36:\"pj-tags/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?pj-tags=$matches[1]&paged=$matches[2]\";s:18:\"pj-tags/([^/]+)/?$\";s:29:\"index.php?pj-tags=$matches[1]\";s:35:\"profile/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"profile/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"profile/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"profile/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"profile/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"profile/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"profile/([^/]+)/embed/?$\";s:40:\"index.php?profile=$matches[1]&embed=true\";s:28:\"profile/([^/]+)/trackback/?$\";s:34:\"index.php?profile=$matches[1]&tb=1\";s:48:\"profile/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?profile=$matches[1]&feed=$matches[2]\";s:43:\"profile/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?profile=$matches[1]&feed=$matches[2]\";s:36:\"profile/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?profile=$matches[1]&paged=$matches[2]\";s:43:\"profile/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?profile=$matches[1]&cpage=$matches[2]\";s:32:\"profile/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?profile=$matches[1]&page=$matches[2]\";s:24:\"profile/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"profile/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"profile/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"profile/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"profile/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"profile/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"pl-categs/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?pl-categs=$matches[1]&feed=$matches[2]\";s:45:\"pl-categs/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?pl-categs=$matches[1]&feed=$matches[2]\";s:26:\"pl-categs/([^/]+)/embed/?$\";s:42:\"index.php?pl-categs=$matches[1]&embed=true\";s:38:\"pl-categs/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?pl-categs=$matches[1]&paged=$matches[2]\";s:20:\"pl-categs/([^/]+)/?$\";s:31:\"index.php?pl-categs=$matches[1]\";s:43:\"cmsmasters_like/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"cmsmasters_like/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"cmsmasters_like/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"cmsmasters_like/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"cmsmasters_like/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"cmsmasters_like/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"cmsmasters_like/([^/]+)/embed/?$\";s:48:\"index.php?cmsmasters_like=$matches[1]&embed=true\";s:36:\"cmsmasters_like/([^/]+)/trackback/?$\";s:42:\"index.php?cmsmasters_like=$matches[1]&tb=1\";s:44:\"cmsmasters_like/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?cmsmasters_like=$matches[1]&paged=$matches[2]\";s:51:\"cmsmasters_like/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?cmsmasters_like=$matches[1]&cpage=$matches[2]\";s:40:\"cmsmasters_like/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?cmsmasters_like=$matches[1]&page=$matches[2]\";s:32:\"cmsmasters_like/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"cmsmasters_like/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"cmsmasters_like/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"cmsmasters_like/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"cmsmasters_like/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"cmsmasters_like/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"event-schedule/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"event-schedule/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"event-schedule/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"event-schedule/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"event-schedule/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"event-schedule/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"event-schedule/([^/]+)/embed/?$\";s:47:\"index.php?event_schedule=$matches[1]&embed=true\";s:35:\"event-schedule/([^/]+)/trackback/?$\";s:41:\"index.php?event_schedule=$matches[1]&tb=1\";s:55:\"event-schedule/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?event_schedule=$matches[1]&feed=$matches[2]\";s:50:\"event-schedule/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?event_schedule=$matches[1]&feed=$matches[2]\";s:43:\"event-schedule/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?event_schedule=$matches[1]&paged=$matches[2]\";s:50:\"event-schedule/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?event_schedule=$matches[1]&cpage=$matches[2]\";s:39:\"event-schedule/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?event_schedule=$matches[1]&page=$matches[2]\";s:31:\"event-schedule/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"event-schedule/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"event-schedule/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"event-schedule/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"event-schedule/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"event-schedule/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"es-date/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?es-date=$matches[1]&feed=$matches[2]\";s:43:\"es-date/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?es-date=$matches[1]&feed=$matches[2]\";s:24:\"es-date/([^/]+)/embed/?$\";s:40:\"index.php?es-date=$matches[1]&embed=true\";s:36:\"es-date/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?es-date=$matches[1]&paged=$matches[2]\";s:18:\"es-date/([^/]+)/?$\";s:29:\"index.php?es-date=$matches[1]\";s:48:\"es-hall/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?es-hall=$matches[1]&feed=$matches[2]\";s:43:\"es-hall/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?es-hall=$matches[1]&feed=$matches[2]\";s:24:\"es-hall/([^/]+)/embed/?$\";s:40:\"index.php?es-hall=$matches[1]&embed=true\";s:36:\"es-hall/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?es-hall=$matches[1]&paged=$matches[2]\";s:18:\"es-hall/([^/]+)/?$\";s:29:\"index.php?es-hall=$matches[1]\";s:41:\"cookielawinfo/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"cookielawinfo/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"cookielawinfo/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"cookielawinfo/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"cookielawinfo/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"cookielawinfo/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"cookielawinfo/([^/]+)/embed/?$\";s:46:\"index.php?cookielawinfo=$matches[1]&embed=true\";s:34:\"cookielawinfo/([^/]+)/trackback/?$\";s:40:\"index.php?cookielawinfo=$matches[1]&tb=1\";s:42:\"cookielawinfo/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?cookielawinfo=$matches[1]&paged=$matches[2]\";s:49:\"cookielawinfo/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?cookielawinfo=$matches[1]&cpage=$matches[2]\";s:38:\"cookielawinfo/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?cookielawinfo=$matches[1]&page=$matches[2]\";s:30:\"cookielawinfo/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"cookielawinfo/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"cookielawinfo/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"cookielawinfo/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"cookielawinfo/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"cookielawinfo/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"local/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"local/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"local/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"local/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"local/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"local/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"local/([^/]+)/embed/?$\";s:44:\"index.php?tribe_venue=$matches[1]&embed=true\";s:26:\"local/([^/]+)/trackback/?$\";s:38:\"index.php?tribe_venue=$matches[1]&tb=1\";s:34:\"local/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tribe_venue=$matches[1]&paged=$matches[2]\";s:41:\"local/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tribe_venue=$matches[1]&cpage=$matches[2]\";s:30:\"local/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?tribe_venue=$matches[1]&page=$matches[2]\";s:22:\"local/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"local/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"local/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"local/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"local/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"local/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"organizador/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"organizador/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"organizador/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"organizador/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"organizador/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"organizador/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"organizador/([^/]+)/embed/?$\";s:48:\"index.php?tribe_organizer=$matches[1]&embed=true\";s:32:\"organizador/([^/]+)/trackback/?$\";s:42:\"index.php?tribe_organizer=$matches[1]&tb=1\";s:40:\"organizador/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?tribe_organizer=$matches[1]&paged=$matches[2]\";s:47:\"organizador/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?tribe_organizer=$matches[1]&cpage=$matches[2]\";s:36:\"organizador/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?tribe_organizer=$matches[1]&page=$matches[2]\";s:28:\"organizador/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"organizador/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"organizador/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"organizador/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"organizador/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"organizador/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"event/([^/]+)/embed/?$\";s:45:\"index.php?tribe_events=$matches[1]&embed=true\";s:26:\"event/([^/]+)/trackback/?$\";s:39:\"index.php?tribe_events=$matches[1]&tb=1\";s:46:\"event/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?tribe_events=$matches[1]&feed=$matches[2]\";s:41:\"event/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?tribe_events=$matches[1]&feed=$matches[2]\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?tribe_events=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?tribe_events=$matches[1]&cpage=$matches[2]\";s:30:\"event/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?tribe_events=$matches[1]&page=$matches[2]\";s:22:\"event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"events/categoria/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?tribe_events_cat=$matches[1]&feed=$matches[2]\";s:50:\"events/categoria/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?tribe_events_cat=$matches[1]&feed=$matches[2]\";s:31:\"events/categoria/(.+?)/embed/?$\";s:49:\"index.php?tribe_events_cat=$matches[1]&embed=true\";s:43:\"events/categoria/(.+?)/page/?([0-9]{1,})/?$\";s:56:\"index.php?tribe_events_cat=$matches[1]&paged=$matches[2]\";s:25:\"events/categoria/(.+?)/?$\";s:38:\"index.php?tribe_events_cat=$matches[1]\";s:41:\"deleted_event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"deleted_event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"deleted_event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"deleted_event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"deleted_event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"deleted_event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"deleted_event/([^/]+)/embed/?$\";s:46:\"index.php?deleted_event=$matches[1]&embed=true\";s:34:\"deleted_event/([^/]+)/trackback/?$\";s:40:\"index.php?deleted_event=$matches[1]&tb=1\";s:42:\"deleted_event/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?deleted_event=$matches[1]&paged=$matches[2]\";s:49:\"deleted_event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?deleted_event=$matches[1]&cpage=$matches[2]\";s:38:\"deleted_event/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?deleted_event=$matches[1]&page=$matches[2]\";s:30:\"deleted_event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"deleted_event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"deleted_event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"deleted_event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"deleted_event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"deleted_event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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=7366&cpage=$matches[1]\";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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(355, 'layerslider_update_info', 'O:8:\"stdClass\":5:{s:5:\"basic\";O:8:\"stdClass\":12:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:6:\"6.11.2\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:3:\"url\";s:38:\"https://layerslider.kreaturamedia.com/\";s:7:\"package\";s:0:\"\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:5:\"5.3.0\";s:14:\"upgrade_notice\";s:152:\"This update brings new features, improvements, and bug fixes. Filters and Blend modes are no longer premium features and are now available for everyone.\";s:11:\"new_version\";s:6:\"6.11.2\";}s:4:\"full\";O:8:\"stdClass\":21:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:72:\"http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/\";s:5:\"p_url\";s:46:\"https://layerslider.kreaturamedia.com/pricing/\";s:7:\"version\";s:6:\"6.11.2\";s:12:\"last_updated\";s:10:\"2020-08-03\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:5:\"5.3.0\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:3192;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:152:\"This update brings new features, improvements, and bug fixes. Filters and Blend modes are no longer premium features and are now available for everyone.\";s:4:\"beta\";s:152:\"This update brings new features, improvements, and bug fixes. Filters and Blend modes are no longer premium features and are now available for everyone.\";s:4:\"edge\";s:152:\"This update brings new features, improvements, and bug fixes. Filters and Blend modes are no longer premium features and are now available for everyone.\";}s:6:\"author\";s:71:\"<a href=\"https://kreaturamedia.com/\" target=\"_blank\">Kreatura Media</a>\";s:3:\"url\";s:38:\"https://layerslider.kreaturamedia.com/\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:343:\"<p style=\"text-align: justify;\">\n	<a href=\"https://layerslider.kreaturamedia.com/release-log/\" target=\"_blank\">Click here to see the release log.</a> Don’t forget, the release log and all product-related news are also integrated right into LayerSlider. Look for the “LayerSlider News” section at the bottom of its main admin screen.\n</p>\";s:12:\"installation\";s:563:\"<p style=\"text-align: justify;\">\n	Updating the plugin won’t touch your sliders or settings. New versions always have backward compatibility. You don’t have to worry about losing your work. Not sure how to update? Check the <a href=\"https://layerslider.kreaturamedia.com/documentation/#updating\" target=\"_blank\">Updating</a> section of our online documentation.\n</p>\n\n<p style=\"text-align: justify;\">\n	If you’re experiencing unwanted changes, it is always a good idea to check your settings since there are probably new options to control those changes.\n</p>\";s:3:\"faq\";s:607:\"<p style=\"text-align: justify;\">\n	Please visit our <a href=\"https://layerslider.kreaturamedia.com/help/\" target=\"_blank\">Help</a> page, where you can find all sorts of useful assets like <a href=\"https://layerslider.kreaturamedia.com/faq/\" target=\"_blank\">FAQs</a>, <a href=\"https://layerslider.kreaturamedia.com/documentation/\" target=\"_blank\">online documentation</a>, <a href=\"https://layerslider.kreaturamedia.com/documentation/#troubleshooting\" target=\"_blank\">troubleshooting</a>, and <a href=\"https://layerslider.kreaturamedia.com/documentation/#support\" target=\"_blank\">support</a> information.\n</p>\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:6:\"6.11.2\";s:14:\"_not_activated\";b:1;s:7:\"checked\";i:1610922839;}', 'yes'),
(373, '_transient_health-check-site-status-result', '{\"good\":13,\"recommended\":6,\"critical\":1}', 'yes'),
(377, 'ls-latest-version', '6.11.2', 'yes'),
(378, 'ls-p-url', 'https://layerslider.kreaturamedia.com/pricing/', 'yes'),
(457, 'revslider-connection', '1', 'yes'),
(458, 'revslider-latest-version', '6.3.5', 'yes'),
(459, 'revslider-stable-version', '4.2.0', 'yes'),
(460, 'revslider-notices', 'a:2:{i:0;O:8:\"stdClass\":8:{s:7:\"version\";s:6:\"6.2.18\";s:4:\"text\";s:277:\"<div style=\"display: block; background-color: #150A33;\"><a href=\"//www.themepunch.com/faq/wordpress-5-5-important-update-information/\" target=\"_blank\"><img alt=\"Important Notice\" src=\"//updates.themepunch.tools/banners/important_banner.jpg\" width=\"1400\" height=\"250\"></a></div>\";s:4:\"code\";s:10:\"TPRS630-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":8:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:298:\"<div style=\"display: block; background-color: #F3F2F6;\"><a href=\"//www.sliderrevolution.com/get-on-board-the-slider-revolution-dashboard/?ref=iwantaccess\" target=\"_blank\"><img alt=\"Important Notice\" src=\"//updates.themepunch.tools/banners/onboarding_banner.jpg\" width=\"1400\" height=\"250\"></a></div>\";s:4:\"code\";s:10:\"TPRS999-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}}', 'yes'),
(461, 'revslider-dashboard', 'a:0:{}', 'yes'),
(462, 'revslider-addons', 'O:8:\"stdClass\":25:{s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:25:\"Display images in 360Â°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}}', 'yes'),
(465, 'rs-templates-new', '', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(466, 'rs-templates', 'a:3:{s:4:\"hash\";s:32:\"32b2c82edb8c882ce9b4b72d15c3f35c\";s:6:\"slider\";a:483:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:460;a:22:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:56:\"https://www.sliderrevolution.com/templates/mini-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:461;a:22:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/food-delivery-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:462;a:22:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:463;a:25:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:25:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:465;a:25:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:466;a:25:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:467;a:25:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:468;a:25:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:469;a:25:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:470;a:25:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:471;a:25:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:472;a:25:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:473;a:22:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:474;a:25:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:475;a:25:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:476;a:25:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:477;a:25:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:478;a:25:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:479;a:25:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:480;a:25:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:481;a:25:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:482;a:22:{s:2:\"id\";s:3:\"518\";s:5:\"title\";s:25:\"Black Friday Scroll Video\";s:5:\"alias\";s:25:\"black-friday-scroll-video\";s:3:\"zip\";s:29:\"black-friday-scroll-video.zip\";s:3:\"uid\";s:32:\"a6a4ab2e2f703aaee0a1e6121881bdd8\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/black-friday-video-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:370:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:483;a:25:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:26:\"Charity Non-Profit-Website\";s:5:\"alias\";s:26:\"charity-non-profit-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"charity-non-profit-website\";s:3:\"img\";s:47:\"packages/charity-non-profit-website-package.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:484;a:25:{s:2:\"id\";s:3:\"520\";s:5:\"title\";s:12:\"Charity Menu\";s:5:\"alias\";s:12:\"charity-menu\";s:3:\"zip\";s:22:\"packs/charity-menu.zip\";s:3:\"uid\";s:32:\"77794a39041c7f128de3b5ad9b8e7d0d\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:485;a:25:{s:2:\"id\";s:3:\"521\";s:5:\"title\";s:14:\"Charity Header\";s:5:\"alias\";s:14:\"charity-header\";s:3:\"zip\";s:24:\"packs/charity-header.zip\";s:3:\"uid\";s:32:\"36096787d4ed62942cbd48f6a57e9d4f\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:25:{s:2:\"id\";s:3:\"522\";s:5:\"title\";s:15:\"Charity Mission\";s:5:\"alias\";s:15:\"charity-mission\";s:3:\"zip\";s:25:\"packs/charity-mission.zip\";s:3:\"uid\";s:32:\"8c5cd67e3eb51c0ca3e571408ac8e97b\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:487;a:25:{s:2:\"id\";s:3:\"523\";s:5:\"title\";s:13:\"Charity Funds\";s:5:\"alias\";s:13:\"charity-funds\";s:3:\"zip\";s:23:\"packs/charity-funds.zip\";s:3:\"uid\";s:32:\"10da554c7529ef91965e1618a04b410b\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:488;a:25:{s:2:\"id\";s:3:\"524\";s:5:\"title\";s:15:\"Charity Success\";s:5:\"alias\";s:15:\"charity-success\";s:3:\"zip\";s:25:\"packs/charity-success.zip\";s:3:\"uid\";s:32:\"0c35448c1905272606e87447886a348e\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:489;a:25:{s:2:\"id\";s:3:\"525\";s:5:\"title\";s:15:\"Charity Stories\";s:5:\"alias\";s:15:\"charity-stories\";s:3:\"zip\";s:25:\"packs/charity-stories.zip\";s:3:\"uid\";s:32:\"f277f145d9f9c3f0033bb8ceffeb4c9f\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:490;a:25:{s:2:\"id\";s:3:\"526\";s:5:\"title\";s:16:\"Charity Worldmap\";s:5:\"alias\";s:16:\"charity-worldmap\";s:3:\"zip\";s:26:\"packs/charity-worldmap.zip\";s:3:\"uid\";s:32:\"9e00cbac269b92cb24fd3230297f4685\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:491;a:25:{s:2:\"id\";s:3:\"527\";s:5:\"title\";s:19:\"Charity Large Image\";s:5:\"alias\";s:19:\"charity-large-image\";s:3:\"zip\";s:29:\"packs/charity-large-image.zip\";s:3:\"uid\";s:32:\"fa927036c2b14622832106fa987bc8e7\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:492;a:25:{s:2:\"id\";s:3:\"528\";s:5:\"title\";s:16:\"Charity Sponsors\";s:5:\"alias\";s:16:\"charity-sponsors\";s:3:\"zip\";s:26:\"packs/charity-sponsors.zip\";s:3:\"uid\";s:32:\"efd087bc3fa3915139af9e93d47ee295\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:493;a:25:{s:2:\"id\";s:3:\"529\";s:5:\"title\";s:12:\"Charity Help\";s:5:\"alias\";s:12:\"charity-help\";s:3:\"zip\";s:22:\"packs/charity-help.zip\";s:3:\"uid\";s:32:\"4f3571c0b27f061648c9ff95b1a3f718\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:494;a:25:{s:2:\"id\";s:3:\"530\";s:5:\"title\";s:14:\"Charity Footer\";s:5:\"alias\";s:14:\"charity-footer\";s:3:\"zip\";s:24:\"packs/charity-footer.zip\";s:3:\"uid\";s:32:\"9340fa48c56635a8a781cc37c4bf538c\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:495;a:22:{s:2:\"id\";s:3:\"531\";s:5:\"title\";s:21:\"Cinematic Hero Titles\";s:5:\"alias\";s:21:\"cinematic-hero-titles\";s:3:\"zip\";s:25:\"cinematic-hero-titles.zip\";s:3:\"uid\";s:32:\"51a59c54bb97c274092d22dbf4f6085e\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";s:7:\"preview\";s:65:\"https://www.sliderrevolution.com/templates/cinematic-hero-titles/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:199:\"<span class=\"ttm_content\">The \"Cinematic Hero Titles\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:496;a:22:{s:2:\"id\";s:3:\"532\";s:5:\"title\";s:23:\"Design DNA Scroll Video\";s:5:\"alias\";s:23:\"design-dna-scroll-video\";s:3:\"zip\";s:27:\"design-dna-scroll-video.zip\";s:3:\"uid\";s:32:\"39180fc9f7a07e50832fc1a68fb4eba2\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/design-dna-scroll-video/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:544:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:497;a:22:{s:2:\"id\";s:3:\"533\";s:5:\"title\";s:27:\"Food Delivery Lottie Scroll\";s:5:\"alias\";s:27:\"food-delivery-lottie-scroll\";s:3:\"zip\";s:31:\"food-delivery-lottie-scroll.zip\";s:3:\"uid\";s:32:\"5dfbfac45c5df7702238ba1b43afe8f6\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:498;a:25:{s:2:\"id\";s:3:\"534\";s:5:\"title\";s:29:\"Food Recipe Carousel Template\";s:5:\"alias\";s:29:\"food-recipe-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"food-recipe-carousel-template\";s:3:\"img\";s:50:\"packages/food-recipe-carousel-template-package.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Showcase your cooking recipes with the easy to use \"Food Recipe Carousel\" template. Clicking the titles opens up a detail view!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:499;a:25:{s:2:\"id\";s:3:\"535\";s:5:\"title\";s:20:\"Food Recipe Carousel\";s:5:\"alias\";s:20:\"food-recipe-carousel\";s:3:\"zip\";s:30:\"packs/food-recipe-carousel.zip\";s:3:\"uid\";s:32:\"6ba9695ba1a22a6e99f96431d8fb01e8\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:500;a:25:{s:2:\"id\";s:3:\"536\";s:5:\"title\";s:17:\"Food Recipe Modal\";s:5:\"alias\";s:17:\"food-recipe-modal\";s:3:\"zip\";s:27:\"packs/food-recipe-modal.zip\";s:3:\"uid\";s:32:\"1c5b2e959cd973efc5c1887a3a4279f3\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:478:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}s:25:\"black-friday-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";}}s:12:\"charity-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";}}s:14:\"charity-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"charity-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"charity-header/slide3.jpg\";}}s:15:\"charity-mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";}}s:13:\"charity-funds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";}}s:15:\"charity-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";}}s:15:\"charity-stories\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";}}s:16:\"charity-worldmap\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";}}s:19:\"charity-large-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";}}s:16:\"charity-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";}}s:12:\"charity-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";}}s:14:\"charity-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";}}s:21:\"cinematic-hero-titles\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide3.jpg\";}}s:23:\"design-dna-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";}}s:27:\"food-delivery-lottie-scroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";}}s:20:\"food-recipe-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"food-recipe-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"food-recipe-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"food-recipe-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"food-recipe-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"food-recipe-carousel/slide6.jpg\";}}s:17:\"food-recipe-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"food-recipe-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"food-recipe-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"food-recipe-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"food-recipe-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"food-recipe-modal/slide6.jpg\";}}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(548, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:63:\"https://downloads.wordpress.org/release/pt_PT/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"pt_PT\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:63:\"https://downloads.wordpress.org/release/pt_PT/wordpress-5.6.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1610922839;s:15:\"version_checked\";s:3:\"5.6\";s:12:\"translations\";a:0:{}}', 'no'),
(580, '_transient_timeout_tribe_feature_detection', '1611263491', 'no'),
(581, '_transient_tribe_feature_detection', 'a:1:{s:22:\"supports_async_process\";b:0;}', 'no'),
(608, '_site_transient_timeout_browser_94fb6483abf307a4bafac80827dcc22a', '1611326766', 'no'),
(609, '_site_transient_browser_94fb6483abf307a4bafac80827dcc22a', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"87.0.4280.141\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(610, '_site_transient_timeout_php_check_c000d97b62de3a0a5adad84716f34104', '1611326767', 'no'),
(611, '_site_transient_php_check_c000d97b62de3a0a5adad84716f34104', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}', 'no'),
(684, '_site_transient_timeout_envato_market_plugins', '1610926443', 'no'),
(685, '_site_transient_envato_market_plugins', 'a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}', 'no'),
(686, '_site_transient_timeout_theme_roots', '1610924640', 'no'),
(687, '_site_transient_theme_roots', 'a:5:{s:13:\"in-conference\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}', 'no'),
(688, '_site_transient_timeout_envato_market_themes', '1610926442', 'no'),
(689, '_site_transient_envato_market_themes', 'a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}', 'no'),
(690, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1610922842;s:7:\"checked\";a:5:{s:13:\"in-conference\";s:5:\"1.1.6\";s:14:\"twentynineteen\";s:3:\"1.8\";s:15:\"twentyseventeen\";s:3:\"2.5\";s:12:\"twentytwenty\";s:3:\"1.6\";s:15:\"twentytwentyone\";s:3:\"1.0\";}s:8:\"response\";a:2:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.9.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.1.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:2:{s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.6.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}', 'no'),
(691, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1610922842;s:7:\"checked\";a:16:{s:19:\"akismet/akismet.php\";s:5:\"4.1.7\";s:59:\"cmsmasters-content-composer/cmsmasters-content-composer.php\";s:5:\"1.7.7\";s:57:\"cmsmasters-events-schedule/cmsmasters-events-schedule.php\";s:5:\"1.0.0\";s:43:\"cmsmasters-importer/cmsmasters-importer.php\";s:5:\"1.0.5\";s:45:\"cmsmasters-mega-menu/cmsmasters-mega-menu.php\";s:5:\"1.2.7\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.3.2\";s:31:\"envato-market/envato-market.php\";s:5:\"2.0.6\";s:35:\"cookie-law-info/cookie-law-info.php\";s:5:\"1.9.5\";s:9:\"hello.php\";s:5:\"1.7.2\";s:27:\"LayerSlider/layerslider.php\";s:5:\"6.8.2\";s:21:\"mailpoet/mailpoet.php\";s:6:\"3.57.0\";s:23:\"revslider/revslider.php\";s:7:\"5.4.8.3\";s:33:\"instagram-feed/instagram-feed.php\";s:5:\"2.6.2\";s:43:\"the-events-calendar/the-events-calendar.php\";s:7:\"5.3.1.1\";s:27:\"woocommerce/woocommerce.php\";s:5:\"4.8.0\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"15.5\";}s:8:\"response\";a:5:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"mailpoet/mailpoet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:22:\"w.org/plugins/mailpoet\";s:4:\"slug\";s:8:\"mailpoet\";s:6:\"plugin\";s:21:\"mailpoet/mailpoet.php\";s:11:\"new_version\";s:6:\"3.57.1\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/mailpoet/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/mailpoet.3.57.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/mailpoet/assets/icon-256x256.png?rev=1895745\";s:2:\"1x\";s:61:\"https://ps.w.org/mailpoet/assets/icon-128x128.png?rev=1706492\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/mailpoet/assets/banner-1544x500.png?rev=2046588\";s:2:\"1x\";s:63:\"https://ps.w.org/mailpoet/assets/banner-772x250.png?rev=2046588\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";s:3:\"7.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"4.9.0\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=2366418\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=2366418\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2366418\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2366418\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:6:\"15.6.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.15.6.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2363699\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"LayerSlider/layerslider.php\";O:8:\"stdClass\":12:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:6:\"6.11.2\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:3:\"url\";s:38:\"https://layerslider.kreaturamedia.com/\";s:7:\"package\";s:0:\"\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:5:\"5.3.0\";s:14:\"upgrade_notice\";s:152:\"This update brings new features, improvements, and bug fixes. Filters and Blend modes are no longer premium features and are now available for everyone.\";s:11:\"new_version\";s:6:\"6.11.2\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.3.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.3.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"cookie-law-info/cookie-law-info.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/cookie-law-info\";s:4:\"slug\";s:15:\"cookie-law-info\";s:6:\"plugin\";s:35:\"cookie-law-info/cookie-law-info.php\";s:11:\"new_version\";s:5:\"1.9.5\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/cookie-law-info/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/cookie-law-info.1.9.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/cookie-law-info/assets/icon-256x256.png?rev=1879809\";s:2:\"1x\";s:68:\"https://ps.w.org/cookie-law-info/assets/icon-256x256.png?rev=1879809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/cookie-law-info/assets/banner-1544x500.jpg?rev=2444889\";s:2:\"1x\";s:70:\"https://ps.w.org/cookie-law-info/assets/banner-772x250.jpg?rev=2444889\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"instagram-feed/instagram-feed.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/instagram-feed\";s:4:\"slug\";s:14:\"instagram-feed\";s:6:\"plugin\";s:33:\"instagram-feed/instagram-feed.php\";s:11:\"new_version\";s:5:\"2.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/instagram-feed/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/instagram-feed.2.6.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/instagram-feed/assets/icon-128x128.png?rev=2137676\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/instagram-feed/assets/banner-772x250.png?rev=2137676\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"the-events-calendar/the-events-calendar.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/the-events-calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:6:\"plugin\";s:43:\"the-events-calendar/the-events-calendar.php\";s:11:\"new_version\";s:7:\"5.3.1.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/the-events-calendar/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.1.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:72:\"https://ps.w.org/the-events-calendar/assets/icon-256x256.png?rev=2259358\";s:2:\"1x\";s:64:\"https://ps.w.org/the-events-calendar/assets/icon.svg?rev=2259343\";s:3:\"svg\";s:64:\"https://ps.w.org/the-events-calendar/assets/icon.svg?rev=2259343\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/the-events-calendar/assets/banner-1544x500.png?rev=2257622\";s:2:\"1x\";s:74:\"https://ps.w.org/the-events-calendar/assets/banner-772x250.png?rev=2257622\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 5, '_form', '<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]'),
(4, 5, '_mail', 'a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:42:\"[_site_title] <wordpress@pawea-global.com>\";s:4:\"body\";s:163:\"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 [_site_title] ([_site_url])\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(5, 5, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:42:\"[_site_title] <wordpress@pawea-global.com>\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(6, 5, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(7, 5, '_additional_settings', NULL),
(8, 5, '_locale', 'pt_PT'),
(9, 5201, '_wp_attached_file', '2015/04/2015-07-22_12491.png'),
(10, 5201, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:788;s:6:\"height\";i:641;s:4:\"file\";s:28:\"2015/04/2015-07-22_12491.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"2015-07-22_12491-300x244.png\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"2015-07-22_12491-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"2015-07-22_12491-768x625.png\";s:5:\"width\";i:768;s:6:\"height\";i:625;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"2015-07-22_12491-788x500.png\";s:5:\"width\";i:788;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:26:\"2015-07-22_12491-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:28:\"2015-07-22_12491-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:28:\"2015-07-22_12491-580x370.png\";s:5:\"width\";i:580;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:28:\"2015-07-22_12491-580x400.png\";s:5:\"width\";i:580;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"cmsmasters-project-masonry-thumb\";a:4:{s:4:\"file\";s:28:\"2015-07-22_12491-580x472.png\";s:5:\"width\";i:580;s:6:\"height\";i:472;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"cmsmasters-full-thumb\";a:4:{s:4:\"file\";s:28:\"2015-07-22_12491-788x600.png\";s:5:\"width\";i:788;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:28:\"2015-07-22_12491-580x380.png\";s:5:\"width\";i:580;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11, 12305, '_wp_attached_file', '2015/11/element.jpg'),
(12, 12305, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:45;s:6:\"height\";i:10;s:4:\"file\";s:19:\"2015/11/element.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13, 12329, '_wp_attached_file', '2015/11/1-1.png'),
(14, 12329, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:220;s:6:\"height\";i:30;s:4:\"file\";s:15:\"2015/11/1-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"1-1-150x30.png\";s:5:\"width\";i:150;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:13:\"1-1-90x30.png\";s:5:\"width\";i:90;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(15, 12330, '_wp_attached_file', '2015/11/2.png'),
(16, 12330, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:151;s:6:\"height\";i:54;s:4:\"file\";s:13:\"2015/11/2.png\";s:5:\"sizes\";a:1:{s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:11:\"2-90x54.png\";s:5:\"width\";i:90;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17, 12331, '_wp_attached_file', '2015/11/3.png'),
(18, 12331, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:161;s:6:\"height\";i:32;s:4:\"file\";s:13:\"2015/11/3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"3-150x32.png\";s:5:\"width\";i:150;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:11:\"3-90x32.png\";s:5:\"width\";i:90;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19, 12332, '_wp_attached_file', '2015/11/4.png'),
(20, 12332, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:163;s:6:\"height\";i:34;s:4:\"file\";s:13:\"2015/11/4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"4-150x34.png\";s:5:\"width\";i:150;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:11:\"4-90x34.png\";s:5:\"width\";i:90;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(21, 12333, '_wp_attached_file', '2015/11/5.png'),
(22, 12333, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:196;s:6:\"height\";i:48;s:4:\"file\";s:13:\"2015/11/5.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"5-150x48.png\";s:5:\"width\";i:150;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:11:\"5-90x48.png\";s:5:\"width\";i:90;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23, 12334, '_wp_attached_file', '2015/11/6.png'),
(24, 12334, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:190;s:6:\"height\";i:40;s:4:\"file\";s:13:\"2015/11/6.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"6-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:11:\"6-90x40.png\";s:5:\"width\";i:90;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(25, 12335, '_wp_attached_file', '2015/11/7.png'),
(26, 12335, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:152;s:6:\"height\";i:23;s:4:\"file\";s:13:\"2015/11/7.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"7-150x23.png\";s:5:\"width\";i:150;s:6:\"height\";i:23;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:11:\"7-90x23.png\";s:5:\"width\";i:90;s:6:\"height\";i:23;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27, 12336, '_wp_attached_file', '2015/11/8.png'),
(28, 12336, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:156;s:6:\"height\";i:28;s:4:\"file\";s:13:\"2015/11/8.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"8-150x28.png\";s:5:\"width\";i:150;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:11:\"8-90x28.png\";s:5:\"width\";i:90;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(29, 12337, '_wp_attached_file', '2015/11/9.png'),
(30, 12337, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:178;s:6:\"height\";i:29;s:4:\"file\";s:13:\"2015/11/9.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"9-150x29.png\";s:5:\"width\";i:150;s:6:\"height\";i:29;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:11:\"9-90x29.png\";s:5:\"width\";i:90;s:6:\"height\";i:29;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31, 12724, '_wp_attached_file', '2015/11/map-1.jpg'),
(32, 12724, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1089;s:4:\"file\";s:17:\"2015/11/map-1.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"map-1-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"map-1-1024x581.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"map-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"map-1-768x436.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"map-1-1536x871.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:871;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"map-1-860x500.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:15:\"map-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:17:\"map-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:17:\"map-1-580x370.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:17:\"map-1-580x400.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"cmsmasters-project-masonry-thumb\";a:4:{s:4:\"file\";s:17:\"map-1-580x329.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-masonry-thumb\";a:4:{s:4:\"file\";s:17:\"map-1-860x488.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"cmsmasters-full-thumb\";a:4:{s:4:\"file\";s:18:\"map-1-1160x600.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-project-full-thumb\";a:4:{s:4:\"file\";s:18:\"map-1-1160x650.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-full-masonry-thumb\";a:4:{s:4:\"file\";s:18:\"map-1-1160x658.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:17:\"map-1-580x380.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(33, 12807, '_wp_attached_file', '2016/07/logo.png'),
(34, 12807, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:208;s:6:\"height\";i:39;s:4:\"file\";s:16:\"2016/07/logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x39.png\";s:5:\"width\";i:150;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:14:\"logo-90x39.png\";s:5:\"width\";i:90;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(35, 12817, '_wp_attached_file', '2016/07/logo-1.png'),
(36, 12817, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:202;s:6:\"height\";i:40;s:4:\"file\";s:18:\"2016/07/logo-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo-1-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:16:\"logo-1-90x40.png\";s:5:\"width\";i:90;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37, 12818, '_wp_attached_file', '2016/07/logo-1-1.png'),
(38, 12818, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:202;s:6:\"height\";i:40;s:4:\"file\";s:20:\"2016/07/logo-1-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo-1-1-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:18:\"logo-1-1-90x40.png\";s:5:\"width\";i:90;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(39, 12819, '_wp_attached_file', '2016/07/logo-footer.png'),
(40, 12819, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:303;s:6:\"height\";i:60;s:4:\"file\";s:23:\"2016/07/logo-footer.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"logo-footer-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-footer-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:21:\"logo-footer-90x60.png\";s:5:\"width\";i:90;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:22:\"logo-footer-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(41, 12829, '_wp_attached_file', '2016/07/favicon.png'),
(42, 12829, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2016/07/favicon.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"favicon-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:17:\"favicon-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:19:\"favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:19:\"favicon-512x370.png\";s:5:\"width\";i:512;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:19:\"favicon-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:19:\"favicon-512x380.png\";s:5:\"width\";i:512;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(43, 12830, '_wp_attached_file', '2016/07/cropped-favicon.png'),
(44, 12830, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2016/07/cropped-favicon.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:25:\"cropped-favicon-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-512x370.png\";s:5:\"width\";i:512;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-512x380.png\";s:5:\"width\";i:512;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(45, 12830, '_wp_attachment_context', 'site-icon'),
(46, 12830, 'cmsmasters_post_image_show', 'false'),
(47, 12830, 'cmsmasters_post_image_link', ''),
(48, 12830, 'cmsmasters_post_images', ''),
(49, 12830, 'cmsmasters_post_video_type', 'embedded'),
(50, 12830, 'cmsmasters_post_video_link', ''),
(51, 12830, 'cmsmasters_post_video_links', ''),
(52, 12830, 'cmsmasters_post_audio_links', ''),
(53, 12830, 'cmsmasters_post_title', 'true'),
(54, 12830, 'cmsmasters_post_sharing_box', 'true'),
(55, 12830, 'cmsmasters_post_author_box', 'true'),
(56, 12830, 'cmsmasters_post_more_posts', 'popular'),
(57, 12830, 'cmsmasters_post_read_more', 'Continue Reading...'),
(58, 12830, 'cmsmasters_page_scheme', 'default'),
(59, 12830, 'cmsmasters_layout', 'r_sidebar'),
(60, 12830, 'cmsmasters_sidebar_id', ''),
(61, 12830, 'cmsmasters_bottom_sidebar', 'false'),
(62, 12830, 'cmsmasters_bottom_sidebar_id', ''),
(63, 12830, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(64, 12830, 'cmsmasters_bg_default', 'true'),
(65, 12830, 'cmsmasters_bg_col', '#ffffff'),
(66, 12830, 'cmsmasters_bg_img_enable', 'false'),
(67, 12830, 'cmsmasters_bg_img', ''),
(68, 12830, 'cmsmasters_bg_rep', 'no-repeat'),
(69, 12830, 'cmsmasters_bg_pos', 'top center'),
(70, 12830, 'cmsmasters_bg_att', 'scroll'),
(71, 12830, 'cmsmasters_bg_size', 'cover'),
(72, 12830, 'cmsmasters_heading', 'disabled'),
(73, 12830, 'cmsmasters_heading_title', ''),
(74, 12830, 'cmsmasters_heading_subtitle', ''),
(75, 12830, 'cmsmasters_heading_icon', ''),
(76, 12830, 'cmsmasters_heading_alignment', 'center'),
(77, 12830, 'cmsmasters_heading_scheme', 'default'),
(78, 12830, 'cmsmasters_heading_bg_img_enable', 'true'),
(79, 12830, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(80, 12830, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(81, 12830, 'cmsmasters_heading_bg_att', 'scroll'),
(82, 12830, 'cmsmasters_heading_bg_size', 'cover'),
(83, 12830, 'cmsmasters_heading_bg_color', ''),
(84, 12830, 'cmsmasters_heading_height', '360'),
(85, 12830, 'cmsmasters_breadcrumbs', 'true'),
(86, 12832, '_wp_attached_file', '2016/07/favicon-1.png'),
(87, 12832, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2016/07/favicon-1.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"favicon-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"favicon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"favicon-1-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:19:\"favicon-1-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:21:\"favicon-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:21:\"favicon-1-512x370.png\";s:5:\"width\";i:512;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:21:\"favicon-1-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:21:\"favicon-1-512x380.png\";s:5:\"width\";i:512;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(88, 12833, '_wp_attached_file', '2016/07/cropped-favicon-1.png'),
(89, 12833, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:29:\"2016/07/cropped-favicon-1.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-1-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-512x370.png\";s:5:\"width\";i:512;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-512x380.png\";s:5:\"width\";i:512;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(90, 12833, '_wp_attachment_context', 'site-icon'),
(91, 12833, 'cmsmasters_post_image_show', 'false'),
(92, 12833, 'cmsmasters_post_image_link', ''),
(93, 12833, 'cmsmasters_post_images', ''),
(94, 12833, 'cmsmasters_post_video_type', 'embedded'),
(95, 12833, 'cmsmasters_post_video_link', ''),
(96, 12833, 'cmsmasters_post_video_links', ''),
(97, 12833, 'cmsmasters_post_audio_links', ''),
(98, 12833, 'cmsmasters_post_title', 'true'),
(99, 12833, 'cmsmasters_post_sharing_box', 'true'),
(100, 12833, 'cmsmasters_post_author_box', 'true'),
(101, 12833, 'cmsmasters_post_more_posts', 'popular'),
(102, 12833, 'cmsmasters_post_read_more', 'Continue Reading...'),
(103, 12833, 'cmsmasters_page_scheme', 'default'),
(104, 12833, 'cmsmasters_layout', 'r_sidebar'),
(105, 12833, 'cmsmasters_sidebar_id', ''),
(106, 12833, 'cmsmasters_bottom_sidebar', 'false'),
(107, 12833, 'cmsmasters_bottom_sidebar_id', ''),
(108, 12833, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(109, 12833, 'cmsmasters_bg_default', 'true'),
(110, 12833, 'cmsmasters_bg_col', '#ffffff'),
(111, 12833, 'cmsmasters_bg_img_enable', 'false'),
(112, 12833, 'cmsmasters_bg_img', ''),
(113, 12833, 'cmsmasters_bg_rep', 'no-repeat'),
(114, 12833, 'cmsmasters_bg_pos', 'top center'),
(115, 12833, 'cmsmasters_bg_att', 'scroll'),
(116, 12833, 'cmsmasters_bg_size', 'cover'),
(117, 12833, 'cmsmasters_heading', 'disabled'),
(118, 12833, 'cmsmasters_heading_title', ''),
(119, 12833, 'cmsmasters_heading_subtitle', ''),
(120, 12833, 'cmsmasters_heading_icon', ''),
(121, 12833, 'cmsmasters_heading_alignment', 'center'),
(122, 12833, 'cmsmasters_heading_scheme', 'default'),
(123, 12833, 'cmsmasters_heading_bg_img_enable', 'true'),
(124, 12833, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(125, 12833, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(126, 12833, 'cmsmasters_heading_bg_att', 'scroll'),
(127, 12833, 'cmsmasters_heading_bg_size', 'cover'),
(128, 12833, 'cmsmasters_heading_bg_color', ''),
(129, 12833, 'cmsmasters_heading_height', '360'),
(130, 12833, 'cmsmasters_breadcrumbs', 'true'),
(131, 12835, '_wp_attached_file', '2016/07/logo-retina.png'),
(132, 12835, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:404;s:6:\"height\";i:80;s:4:\"file\";s:23:\"2016/07/logo-retina.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"logo-retina-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-retina-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:21:\"logo-retina-90x80.png\";s:5:\"width\";i:90;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:22:\"logo-retina-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(133, 12836, '_wp_attached_file', '2016/07/favicon-2.png'),
(134, 12836, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2016/07/favicon-2.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"favicon-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"favicon-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"favicon-2-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:19:\"favicon-2-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:21:\"favicon-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:21:\"favicon-2-512x370.png\";s:5:\"width\";i:512;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:21:\"favicon-2-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:21:\"favicon-2-512x380.png\";s:5:\"width\";i:512;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(135, 12837, '_wp_attached_file', '2016/07/logo-1-2.png'),
(136, 12837, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:202;s:6:\"height\";i:40;s:4:\"file\";s:20:\"2016/07/logo-1-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo-1-2-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:18:\"logo-1-2-90x40.png\";s:5:\"width\";i:90;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(137, 12838, '_wp_attached_file', '2016/07/cropped-favicon-2.png'),
(138, 12838, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:29:\"2016/07/cropped-favicon-2.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-2-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-2-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-2-512x370.png\";s:5:\"width\";i:512;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-2-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-2-512x380.png\";s:5:\"width\";i:512;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(139, 12838, '_wp_attachment_context', 'site-icon'),
(140, 12838, 'cmsmasters_post_image_show', 'false'),
(141, 12838, 'cmsmasters_post_image_link', ''),
(142, 12838, 'cmsmasters_post_images', ''),
(143, 12838, 'cmsmasters_post_video_type', 'embedded'),
(144, 12838, 'cmsmasters_post_video_link', ''),
(145, 12838, 'cmsmasters_post_video_links', ''),
(146, 12838, 'cmsmasters_post_audio_links', ''),
(147, 12838, 'cmsmasters_post_title', 'true'),
(148, 12838, 'cmsmasters_post_sharing_box', 'true'),
(149, 12838, 'cmsmasters_post_author_box', 'true'),
(150, 12838, 'cmsmasters_post_more_posts', 'popular'),
(151, 12838, 'cmsmasters_post_read_more', 'Continue Reading...'),
(152, 12838, 'cmsmasters_page_scheme', 'default'),
(153, 12838, 'cmsmasters_layout', 'r_sidebar'),
(154, 12838, 'cmsmasters_sidebar_id', ''),
(155, 12838, 'cmsmasters_bottom_sidebar', 'false'),
(156, 12838, 'cmsmasters_bottom_sidebar_id', ''),
(157, 12838, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(158, 12838, 'cmsmasters_bg_default', 'true'),
(159, 12838, 'cmsmasters_bg_col', '#ffffff'),
(160, 12838, 'cmsmasters_bg_img_enable', 'false'),
(161, 12838, 'cmsmasters_bg_img', ''),
(162, 12838, 'cmsmasters_bg_rep', 'no-repeat'),
(163, 12838, 'cmsmasters_bg_pos', 'top center'),
(164, 12838, 'cmsmasters_bg_att', 'scroll'),
(165, 12838, 'cmsmasters_bg_size', 'cover'),
(166, 12838, 'cmsmasters_heading', 'disabled'),
(167, 12838, 'cmsmasters_heading_title', ''),
(168, 12838, 'cmsmasters_heading_subtitle', ''),
(169, 12838, 'cmsmasters_heading_icon', ''),
(170, 12838, 'cmsmasters_heading_alignment', 'center'),
(171, 12838, 'cmsmasters_heading_scheme', 'default'),
(172, 12838, 'cmsmasters_heading_bg_img_enable', 'true'),
(173, 12838, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(174, 12838, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(175, 12838, 'cmsmasters_heading_bg_att', 'scroll'),
(176, 12838, 'cmsmasters_heading_bg_size', 'cover'),
(177, 12838, 'cmsmasters_heading_bg_color', ''),
(178, 12838, 'cmsmasters_heading_height', '360'),
(179, 12838, 'cmsmasters_breadcrumbs', 'true'),
(180, 12840, '_wp_attached_file', '2016/07/logo-retina-1.png'),
(181, 12840, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:404;s:6:\"height\";i:80;s:4:\"file\";s:25:\"2016/07/logo-retina-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"logo-retina-1-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"logo-retina-1-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:23:\"logo-retina-1-90x80.png\";s:5:\"width\";i:90;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:24:\"logo-retina-1-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(182, 12841, '_wp_attached_file', '2016/07/logo-footer-1.png'),
(183, 12841, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:303;s:6:\"height\";i:60;s:4:\"file\";s:25:\"2016/07/logo-footer-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"logo-footer-1-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"logo-footer-1-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:23:\"logo-footer-1-90x60.png\";s:5:\"width\";i:90;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:24:\"logo-footer-1-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(184, 12842, '_wp_attached_file', '2016/07/logo-footer-retina.png'),
(185, 12842, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:606;s:6:\"height\";i:120;s:4:\"file\";s:30:\"2016/07/logo-footer-retina.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"logo-footer-retina-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"logo-footer-retina-150x120.png\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:28:\"logo-footer-retina-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:30:\"logo-footer-retina-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:30:\"logo-footer-retina-580x120.png\";s:5:\"width\";i:580;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:30:\"logo-footer-retina-580x120.png\";s:5:\"width\";i:580;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"cmsmasters-project-masonry-thumb\";a:4:{s:4:\"file\";s:30:\"logo-footer-retina-580x115.png\";s:5:\"width\";i:580;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:30:\"logo-footer-retina-580x120.png\";s:5:\"width\";i:580;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(186, 12843, '_wp_attached_file', '2016/07/logo-retina-1-1.png'),
(187, 12843, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:404;s:6:\"height\";i:80;s:4:\"file\";s:27:\"2016/07/logo-retina-1-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"logo-retina-1-1-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"logo-retina-1-1-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:25:\"logo-retina-1-1-90x80.png\";s:5:\"width\";i:90;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:26:\"logo-retina-1-1-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(188, 12844, '_wp_attached_file', '2016/07/logo-footer-retina-1.png'),
(189, 12844, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:606;s:6:\"height\";i:120;s:4:\"file\";s:32:\"2016/07/logo-footer-retina-1.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"logo-footer-retina-1-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"logo-footer-retina-1-150x120.png\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:30:\"logo-footer-retina-1-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:32:\"logo-footer-retina-1-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:32:\"logo-footer-retina-1-580x120.png\";s:5:\"width\";i:580;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:32:\"logo-footer-retina-1-580x120.png\";s:5:\"width\";i:580;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"cmsmasters-project-masonry-thumb\";a:4:{s:4:\"file\";s:32:\"logo-footer-retina-1-580x115.png\";s:5:\"width\";i:580;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:32:\"logo-footer-retina-1-580x120.png\";s:5:\"width\";i:580;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(190, 12927, '_wp_attached_file', '2016/07/01.jpg'),
(191, 12927, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2016/07/01.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"01-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"01-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}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:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"01-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"01-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"01-860x500.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:12:\"01-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"cmsmasters-square-thumb\";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:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"01-580x370.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:14:\"01-580x400.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"cmsmasters-project-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"01-580x326.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"01-860x484.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"cmsmasters-full-thumb\";a:4:{s:4:\"file\";s:15:\"01-1160x600.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-project-full-thumb\";a:4:{s:4:\"file\";s:15:\"01-1160x650.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-full-masonry-thumb\";a:4:{s:4:\"file\";s:15:\"01-1160x653.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:14:\"01-580x380.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(192, 12928, '_wp_attached_file', '2016/07/02.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(193, 12928, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2016/07/02.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"02-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"02-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"02-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"02-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"02-860x500.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:12:\"02-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:14:\"02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"02-580x370.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:14:\"02-580x400.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"cmsmasters-project-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"02-580x326.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"02-860x484.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"cmsmasters-full-thumb\";a:4:{s:4:\"file\";s:15:\"02-1160x600.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-project-full-thumb\";a:4:{s:4:\"file\";s:15:\"02-1160x650.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-full-masonry-thumb\";a:4:{s:4:\"file\";s:15:\"02-1160x653.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:14:\"02-580x380.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(194, 12929, '_wp_attached_file', '2016/07/03.jpg'),
(195, 12929, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2016/07/03.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"03-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"03-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"03-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"03-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"03-860x500.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:12:\"03-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:14:\"03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"03-580x370.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:14:\"03-580x400.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"cmsmasters-project-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"03-580x326.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"03-860x484.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"cmsmasters-full-thumb\";a:4:{s:4:\"file\";s:15:\"03-1160x600.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-project-full-thumb\";a:4:{s:4:\"file\";s:15:\"03-1160x650.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-full-masonry-thumb\";a:4:{s:4:\"file\";s:15:\"03-1160x653.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:14:\"03-580x380.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(196, 12930, '_wp_attached_file', '2016/07/04.jpg'),
(197, 12930, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2016/07/04.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"04-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"04-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"04-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"04-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"04-860x500.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:12:\"04-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:14:\"04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"04-580x370.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:14:\"04-580x400.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"cmsmasters-project-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"04-580x326.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"04-860x484.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"cmsmasters-full-thumb\";a:4:{s:4:\"file\";s:15:\"04-1160x600.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-project-full-thumb\";a:4:{s:4:\"file\";s:15:\"04-1160x650.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-full-masonry-thumb\";a:4:{s:4:\"file\";s:15:\"04-1160x653.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:14:\"04-580x380.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(198, 12931, '_wp_attached_file', '2016/07/05.jpg'),
(199, 12931, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2016/07/05.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"05-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"05-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"05-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"05-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"05-860x500.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:12:\"05-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:14:\"05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"05-580x370.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:14:\"05-580x400.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"cmsmasters-project-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"05-580x326.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"05-860x484.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"cmsmasters-full-thumb\";a:4:{s:4:\"file\";s:15:\"05-1160x600.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-project-full-thumb\";a:4:{s:4:\"file\";s:15:\"05-1160x650.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-full-masonry-thumb\";a:4:{s:4:\"file\";s:15:\"05-1160x653.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:14:\"05-580x380.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(200, 12932, '_wp_attached_file', '2016/07/06.jpg'),
(201, 12932, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2016/07/06.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"06-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"06-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"06-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"06-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"06-860x500.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:12:\"06-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:14:\"06-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"06-580x370.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:14:\"06-580x400.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"cmsmasters-project-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"06-580x326.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"06-860x484.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"cmsmasters-full-thumb\";a:4:{s:4:\"file\";s:15:\"06-1160x600.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-project-full-thumb\";a:4:{s:4:\"file\";s:15:\"06-1160x650.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-full-masonry-thumb\";a:4:{s:4:\"file\";s:15:\"06-1160x653.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:14:\"06-580x380.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(202, 12515, 'cmsmasters_composer_show', 'false'),
(203, 12515, 'cmsmasters_post_image_show', 'false'),
(204, 12515, 'cmsmasters_post_image_link', ''),
(205, 12515, 'cmsmasters_post_images', ''),
(206, 12515, 'cmsmasters_post_video_type', 'embedded'),
(207, 12515, 'cmsmasters_post_video_link', ''),
(208, 12515, 'cmsmasters_post_video_links', ''),
(209, 12515, 'cmsmasters_post_audio_links', ''),
(210, 12515, 'cmsmasters_post_title', 'false'),
(211, 12515, 'cmsmasters_post_sharing_box', 'false'),
(212, 12515, 'cmsmasters_post_author_box', 'false'),
(213, 12515, 'cmsmasters_post_more_posts', 'popular'),
(214, 12515, 'cmsmasters_post_read_more', 'Continue Reading...'),
(215, 12515, 'cmsmasters_page_scheme', 'default'),
(216, 12515, 'cmsmasters_layout', 'fullwidth'),
(217, 12515, 'cmsmasters_sidebar_id', ''),
(218, 12515, 'cmsmasters_bottom_sidebar', 'false'),
(219, 12515, 'cmsmasters_bottom_sidebar_id', ''),
(220, 12515, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(221, 12515, 'cmsmasters_bg_default', 'true'),
(222, 12515, 'cmsmasters_bg_col', '#ffffff'),
(223, 12515, 'cmsmasters_bg_img_enable', 'false'),
(224, 12515, 'cmsmasters_bg_img', ''),
(225, 12515, 'cmsmasters_bg_rep', 'no-repeat'),
(226, 12515, 'cmsmasters_bg_pos', 'top center'),
(227, 12515, 'cmsmasters_bg_att', 'scroll'),
(228, 12515, 'cmsmasters_bg_size', 'cover'),
(229, 12515, 'cmsmasters_heading', 'default'),
(230, 12515, 'cmsmasters_heading_title', ''),
(231, 12515, 'cmsmasters_heading_subtitle', ''),
(232, 12515, 'cmsmasters_heading_icon', ''),
(233, 12515, 'cmsmasters_heading_alignment', 'center'),
(234, 12515, 'cmsmasters_heading_scheme', 'default'),
(235, 12515, 'cmsmasters_heading_bg_img_enable', 'true'),
(236, 12515, 'cmsmasters_heading_bg_img', '12036|http://in-conference.cmsmasters.net/wp-content/uploads/2016/07/heading-2-300x89.jpg'),
(237, 12515, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(238, 12515, 'cmsmasters_heading_bg_att', 'scroll'),
(239, 12515, 'cmsmasters_heading_bg_size', 'cover'),
(240, 12515, 'cmsmasters_heading_bg_color', ''),
(241, 12515, 'cmsmasters_heading_height', '360'),
(242, 12515, 'cmsmasters_breadcrumbs', 'true'),
(243, 12515, 'cmsmasters_composer_fullscreen', 'false'),
(244, 12515, 'slide_template', 'default'),
(245, 12515, 'cmsmasters_event_schedule_title', 'true'),
(246, 12515, 'cmsmasters_event_schedule_time', '17:30 PM - 19:00 PM'),
(247, 12515, 'cmsmasters_event_schedule_speaker', 'Max Turner'),
(248, 12515, 'cmsmasters_event_schedule_sharing_box', 'true'),
(249, 12515, '_wp_old_slug', 'final-conference__trashed'),
(250, 12515, '_dp_original', '12513'),
(251, 12515, 'cmsmasters_event_schedule_speaker_heading', 'Serial Entrepreneur'),
(252, 12517, 'cmsmasters_composer_show', 'false'),
(253, 12517, 'cmsmasters_post_image_show', 'false'),
(254, 12517, 'cmsmasters_post_image_link', ''),
(255, 12517, 'cmsmasters_post_images', ''),
(256, 12517, 'cmsmasters_post_video_type', 'embedded'),
(257, 12517, 'cmsmasters_post_video_link', ''),
(258, 12517, 'cmsmasters_post_video_links', ''),
(259, 12517, 'cmsmasters_post_audio_links', ''),
(260, 12517, 'cmsmasters_post_title', 'false'),
(261, 12517, 'cmsmasters_post_sharing_box', 'false'),
(262, 12517, 'cmsmasters_post_author_box', 'false'),
(263, 12517, 'cmsmasters_post_more_posts', 'popular'),
(264, 12517, 'cmsmasters_post_read_more', 'Continue Reading...'),
(265, 12517, 'cmsmasters_page_scheme', 'default'),
(266, 12517, 'cmsmasters_layout', 'fullwidth'),
(267, 12517, 'cmsmasters_sidebar_id', ''),
(268, 12517, 'cmsmasters_bottom_sidebar', 'false'),
(269, 12517, 'cmsmasters_bottom_sidebar_id', ''),
(270, 12517, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(271, 12517, 'cmsmasters_bg_default', 'true'),
(272, 12517, 'cmsmasters_bg_col', '#ffffff'),
(273, 12517, 'cmsmasters_bg_img_enable', 'false'),
(274, 12517, 'cmsmasters_bg_img', ''),
(275, 12517, 'cmsmasters_bg_rep', 'no-repeat'),
(276, 12517, 'cmsmasters_bg_pos', 'top center'),
(277, 12517, 'cmsmasters_bg_att', 'scroll'),
(278, 12517, 'cmsmasters_bg_size', 'cover'),
(279, 12517, 'cmsmasters_heading', 'default'),
(280, 12517, 'cmsmasters_heading_title', ''),
(281, 12517, 'cmsmasters_heading_subtitle', ''),
(282, 12517, 'cmsmasters_heading_icon', ''),
(283, 12517, 'cmsmasters_heading_alignment', 'center'),
(284, 12517, 'cmsmasters_heading_scheme', 'default'),
(285, 12517, 'cmsmasters_heading_bg_img_enable', 'true'),
(286, 12517, 'cmsmasters_heading_bg_img', '12036|http://in-conference.cmsmasters.net/wp-content/uploads/2016/07/heading-2-300x89.jpg'),
(287, 12517, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(288, 12517, 'cmsmasters_heading_bg_att', 'scroll'),
(289, 12517, 'cmsmasters_heading_bg_size', 'cover'),
(290, 12517, 'cmsmasters_heading_bg_color', ''),
(291, 12517, 'cmsmasters_heading_height', '360'),
(292, 12517, 'cmsmasters_breadcrumbs', 'true'),
(293, 12517, 'cmsmasters_composer_fullscreen', 'false'),
(294, 12517, 'slide_template', 'default'),
(295, 12517, 'cmsmasters_event_schedule_title', 'true'),
(296, 12517, 'cmsmasters_event_schedule_time', '21:00 PM - 23:30 PM'),
(297, 12517, 'cmsmasters_event_schedule_speaker', 'Amy Adams'),
(298, 12517, 'cmsmasters_event_schedule_sharing_box', 'true'),
(299, 12517, '_wp_old_slug', 'after-party__trashed'),
(300, 12517, '_dp_original', '12515'),
(301, 12517, 'cmsmasters_event_schedule_speaker_heading', 'Founder Chief Designer'),
(302, 13054, 'cmsmasters_composer_show', 'false'),
(303, 13054, 'cmsmasters_post_image_show', 'false'),
(304, 13054, 'cmsmasters_post_image_link', ''),
(305, 13054, 'cmsmasters_post_images', ''),
(306, 13054, 'cmsmasters_post_video_type', 'embedded'),
(307, 13054, 'cmsmasters_post_video_link', ''),
(308, 13054, 'cmsmasters_post_video_links', ''),
(309, 13054, 'cmsmasters_post_audio_links', ''),
(310, 13054, 'cmsmasters_post_title', 'false'),
(311, 13054, 'cmsmasters_post_sharing_box', 'false'),
(312, 13054, 'cmsmasters_post_author_box', 'false'),
(313, 13054, 'cmsmasters_post_more_posts', 'popular'),
(314, 13054, 'cmsmasters_post_read_more', 'Continue Reading...'),
(315, 13054, 'cmsmasters_page_scheme', 'default'),
(316, 13054, 'cmsmasters_layout', 'fullwidth'),
(317, 13054, 'cmsmasters_sidebar_id', ''),
(318, 13054, 'cmsmasters_bottom_sidebar', 'false'),
(319, 13054, 'cmsmasters_bottom_sidebar_id', ''),
(320, 13054, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(321, 13054, 'cmsmasters_bg_default', 'true'),
(322, 13054, 'cmsmasters_bg_col', '#ffffff'),
(323, 13054, 'cmsmasters_bg_img_enable', 'false'),
(324, 13054, 'cmsmasters_bg_img', ''),
(325, 13054, 'cmsmasters_bg_rep', 'no-repeat'),
(326, 13054, 'cmsmasters_bg_pos', 'top center'),
(327, 13054, 'cmsmasters_bg_att', 'scroll'),
(328, 13054, 'cmsmasters_bg_size', 'cover'),
(329, 13054, 'cmsmasters_heading', 'default'),
(330, 13054, 'cmsmasters_heading_title', ''),
(331, 13054, 'cmsmasters_heading_subtitle', ''),
(332, 13054, 'cmsmasters_heading_icon', ''),
(333, 13054, 'cmsmasters_heading_alignment', 'center'),
(334, 13054, 'cmsmasters_heading_scheme', 'default'),
(335, 13054, 'cmsmasters_heading_bg_img_enable', 'true'),
(336, 13054, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(337, 13054, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(338, 13054, 'cmsmasters_heading_bg_att', 'scroll'),
(339, 13054, 'cmsmasters_heading_bg_size', 'cover'),
(340, 13054, 'cmsmasters_heading_bg_color', ''),
(341, 13054, 'cmsmasters_heading_height', '360'),
(342, 13054, 'cmsmasters_breadcrumbs', 'true'),
(343, 13054, 'cmsmasters_composer_fullscreen', 'false'),
(344, 13054, 'slide_template', 'default'),
(345, 13054, 'cmsmasters_event_schedule_title', 'true'),
(346, 13054, 'cmsmasters_event_schedule_time', '9:30 AM - 11:30 AM'),
(347, 13054, 'cmsmasters_event_schedule_speaker', 'John Cornick'),
(348, 13054, 'cmsmasters_event_schedule_sharing_box', 'true'),
(349, 13054, '_wp_old_slug', 'event-registration-breakfast'),
(350, 13054, 'cmsmasters_event_schedule_speaker_heading', 'Senior Web Developer'),
(351, 13055, 'cmsmasters_composer_show', 'false'),
(352, 13055, 'cmsmasters_post_image_show', 'false'),
(353, 13055, 'cmsmasters_post_image_link', ''),
(354, 13055, 'cmsmasters_post_images', ''),
(355, 13055, 'cmsmasters_post_video_type', 'embedded'),
(356, 13055, 'cmsmasters_post_video_link', ''),
(357, 13055, 'cmsmasters_post_video_links', ''),
(358, 13055, 'cmsmasters_post_audio_links', ''),
(359, 13055, 'cmsmasters_post_title', 'false'),
(360, 13055, 'cmsmasters_post_sharing_box', 'false'),
(361, 13055, 'cmsmasters_post_author_box', 'false'),
(362, 13055, 'cmsmasters_post_more_posts', 'popular'),
(363, 13055, 'cmsmasters_post_read_more', 'Continue Reading...'),
(364, 13055, 'cmsmasters_page_scheme', 'default'),
(365, 13055, 'cmsmasters_layout', 'fullwidth'),
(366, 13055, 'cmsmasters_sidebar_id', ''),
(367, 13055, 'cmsmasters_bottom_sidebar', 'false'),
(368, 13055, 'cmsmasters_bottom_sidebar_id', ''),
(369, 13055, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(370, 13055, 'cmsmasters_bg_default', 'true'),
(371, 13055, 'cmsmasters_bg_col', '#ffffff'),
(372, 13055, 'cmsmasters_bg_img_enable', 'false'),
(373, 13055, 'cmsmasters_bg_img', ''),
(374, 13055, 'cmsmasters_bg_rep', 'no-repeat'),
(375, 13055, 'cmsmasters_bg_pos', 'top center'),
(376, 13055, 'cmsmasters_bg_att', 'scroll'),
(377, 13055, 'cmsmasters_bg_size', 'cover'),
(378, 13055, 'cmsmasters_heading', 'default'),
(379, 13055, 'cmsmasters_heading_title', ''),
(380, 13055, 'cmsmasters_heading_subtitle', ''),
(381, 13055, 'cmsmasters_heading_icon', ''),
(382, 13055, 'cmsmasters_heading_alignment', 'center'),
(383, 13055, 'cmsmasters_heading_scheme', 'default'),
(384, 13055, 'cmsmasters_heading_bg_img_enable', 'true'),
(385, 13055, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(386, 13055, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(387, 13055, 'cmsmasters_heading_bg_att', 'scroll'),
(388, 13055, 'cmsmasters_heading_bg_size', 'cover'),
(389, 13055, 'cmsmasters_heading_bg_color', ''),
(390, 13055, 'cmsmasters_heading_height', '360'),
(391, 13055, 'cmsmasters_breadcrumbs', 'true'),
(392, 13055, 'cmsmasters_composer_fullscreen', 'false'),
(393, 13055, 'slide_template', ''),
(394, 13055, 'cmsmasters_event_schedule_title', 'true'),
(395, 13055, 'cmsmasters_event_schedule_time', '12:30 PM - 13:30 PM'),
(396, 13055, 'cmsmasters_event_schedule_speaker', 'Eric Boldy'),
(397, 13055, 'cmsmasters_event_schedule_sharing_box', 'true'),
(398, 13055, '_wp_old_slug', 'scaling-into-crowded-space'),
(399, 13055, '_dp_original', '12473'),
(400, 13055, 'cmsmasters_event_schedule_speaker_heading', 'Serial Entrepreneur'),
(401, 13056, 'cmsmasters_composer_show', 'false'),
(402, 13056, 'cmsmasters_post_image_show', 'false'),
(403, 13056, 'cmsmasters_post_image_link', ''),
(404, 13056, 'cmsmasters_post_images', ''),
(405, 13056, 'cmsmasters_post_video_type', 'embedded'),
(406, 13056, 'cmsmasters_post_video_link', ''),
(407, 13056, 'cmsmasters_post_video_links', ''),
(408, 13056, 'cmsmasters_post_audio_links', ''),
(409, 13056, 'cmsmasters_post_title', 'false'),
(410, 13056, 'cmsmasters_post_sharing_box', 'false'),
(411, 13056, 'cmsmasters_post_author_box', 'false'),
(412, 13056, 'cmsmasters_post_more_posts', 'popular'),
(413, 13056, 'cmsmasters_post_read_more', 'Continue Reading...'),
(414, 13056, 'cmsmasters_page_scheme', 'default'),
(415, 13056, 'cmsmasters_layout', 'fullwidth'),
(416, 13056, 'cmsmasters_sidebar_id', ''),
(417, 13056, 'cmsmasters_bottom_sidebar', 'false'),
(418, 13056, 'cmsmasters_bottom_sidebar_id', ''),
(419, 13056, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(420, 13056, 'cmsmasters_bg_default', 'true'),
(421, 13056, 'cmsmasters_bg_col', '#ffffff'),
(422, 13056, 'cmsmasters_bg_img_enable', 'false'),
(423, 13056, 'cmsmasters_bg_img', ''),
(424, 13056, 'cmsmasters_bg_rep', 'no-repeat'),
(425, 13056, 'cmsmasters_bg_pos', 'top center'),
(426, 13056, 'cmsmasters_bg_att', 'scroll'),
(427, 13056, 'cmsmasters_bg_size', 'cover'),
(428, 13056, 'cmsmasters_heading', 'default'),
(429, 13056, 'cmsmasters_heading_title', ''),
(430, 13056, 'cmsmasters_heading_subtitle', ''),
(431, 13056, 'cmsmasters_heading_icon', ''),
(432, 13056, 'cmsmasters_heading_alignment', 'center'),
(433, 13056, 'cmsmasters_heading_scheme', 'default'),
(434, 13056, 'cmsmasters_heading_bg_img_enable', 'true'),
(435, 13056, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(436, 13056, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(437, 13056, 'cmsmasters_heading_bg_att', 'scroll'),
(438, 13056, 'cmsmasters_heading_bg_size', 'cover'),
(439, 13056, 'cmsmasters_heading_bg_color', ''),
(440, 13056, 'cmsmasters_heading_height', '360'),
(441, 13056, 'cmsmasters_breadcrumbs', 'true'),
(442, 13056, 'cmsmasters_composer_fullscreen', 'false'),
(443, 13056, 'slide_template', 'default'),
(444, 13056, 'cmsmasters_event_schedule_title', 'true'),
(445, 13056, 'cmsmasters_event_schedule_time', '14:30 PM - 16:30 PM'),
(446, 13056, 'cmsmasters_event_schedule_speaker', 'Andrea Warraety'),
(447, 13056, 'cmsmasters_event_schedule_sharing_box', 'true'),
(448, 13056, '_wp_old_slug', 'getting-you-prepared-for-2017'),
(449, 13056, '_dp_original', '12473'),
(450, 13056, 'cmsmasters_event_schedule_speaker_heading', 'Senior SEO-experts'),
(451, 13057, 'cmsmasters_composer_show', 'false'),
(452, 13057, 'cmsmasters_post_image_show', 'false'),
(453, 13057, 'cmsmasters_post_image_link', ''),
(454, 13057, 'cmsmasters_post_images', ''),
(455, 13057, 'cmsmasters_post_video_type', 'embedded'),
(456, 13057, 'cmsmasters_post_video_link', ''),
(457, 13057, 'cmsmasters_post_video_links', ''),
(458, 13057, 'cmsmasters_post_audio_links', ''),
(459, 13057, 'cmsmasters_post_title', 'false'),
(460, 13057, 'cmsmasters_post_sharing_box', 'false'),
(461, 13057, 'cmsmasters_post_author_box', 'false'),
(462, 13057, 'cmsmasters_post_more_posts', 'popular'),
(463, 13057, 'cmsmasters_post_read_more', 'Continue Reading...'),
(464, 13057, 'cmsmasters_page_scheme', 'default'),
(465, 13057, 'cmsmasters_layout', 'fullwidth'),
(466, 13057, 'cmsmasters_sidebar_id', ''),
(467, 13057, 'cmsmasters_bottom_sidebar', 'false'),
(468, 13057, 'cmsmasters_bottom_sidebar_id', ''),
(469, 13057, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(470, 13057, 'cmsmasters_bg_default', 'true'),
(471, 13057, 'cmsmasters_bg_col', '#ffffff'),
(472, 13057, 'cmsmasters_bg_img_enable', 'false'),
(473, 13057, 'cmsmasters_bg_img', ''),
(474, 13057, 'cmsmasters_bg_rep', 'no-repeat'),
(475, 13057, 'cmsmasters_bg_pos', 'top center'),
(476, 13057, 'cmsmasters_bg_att', 'scroll'),
(477, 13057, 'cmsmasters_bg_size', 'cover'),
(478, 13057, 'cmsmasters_heading', 'default'),
(479, 13057, 'cmsmasters_heading_title', ''),
(480, 13057, 'cmsmasters_heading_subtitle', ''),
(481, 13057, 'cmsmasters_heading_icon', ''),
(482, 13057, 'cmsmasters_heading_alignment', 'center'),
(483, 13057, 'cmsmasters_heading_scheme', 'default'),
(484, 13057, 'cmsmasters_heading_bg_img_enable', 'true'),
(485, 13057, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(486, 13057, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(487, 13057, 'cmsmasters_heading_bg_att', 'scroll'),
(488, 13057, 'cmsmasters_heading_bg_size', 'cover'),
(489, 13057, 'cmsmasters_heading_bg_color', ''),
(490, 13057, 'cmsmasters_heading_height', '360'),
(491, 13057, 'cmsmasters_breadcrumbs', 'true'),
(492, 13057, 'cmsmasters_composer_fullscreen', 'false'),
(493, 13057, 'slide_template', 'default'),
(494, 13057, 'cmsmasters_event_schedule_title', 'true'),
(495, 13057, 'cmsmasters_event_schedule_time', '17:30 PM - 19:30 PM'),
(496, 13057, 'cmsmasters_event_schedule_speaker', 'Andrea Warraety'),
(497, 13057, 'cmsmasters_event_schedule_sharing_box', 'true'),
(498, 13057, '_wp_old_slug', 'passion-and-people-2'),
(499, 13057, '_dp_original', '12489'),
(500, 13057, 'cmsmasters_event_schedule_speaker_heading', 'Senior SEO-experts'),
(501, 13058, 'cmsmasters_composer_show', 'false'),
(502, 13058, 'cmsmasters_post_image_show', 'false'),
(503, 13058, 'cmsmasters_post_image_link', ''),
(504, 13058, 'cmsmasters_post_images', ''),
(505, 13058, 'cmsmasters_post_video_type', 'embedded'),
(506, 13058, 'cmsmasters_post_video_link', ''),
(507, 13058, 'cmsmasters_post_video_links', ''),
(508, 13058, 'cmsmasters_post_audio_links', ''),
(509, 13058, 'cmsmasters_post_title', 'false'),
(510, 13058, 'cmsmasters_post_sharing_box', 'false'),
(511, 13058, 'cmsmasters_post_author_box', 'false'),
(512, 13058, 'cmsmasters_post_more_posts', 'popular'),
(513, 13058, 'cmsmasters_post_read_more', 'Continue Reading...'),
(514, 13058, 'cmsmasters_page_scheme', 'default'),
(515, 13058, 'cmsmasters_layout', 'fullwidth'),
(516, 13058, 'cmsmasters_sidebar_id', ''),
(517, 13058, 'cmsmasters_bottom_sidebar', 'false'),
(518, 13058, 'cmsmasters_bottom_sidebar_id', ''),
(519, 13058, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(520, 13058, 'cmsmasters_bg_default', 'true'),
(521, 13058, 'cmsmasters_bg_col', '#ffffff'),
(522, 13058, 'cmsmasters_bg_img_enable', 'false'),
(523, 13058, 'cmsmasters_bg_img', ''),
(524, 13058, 'cmsmasters_bg_rep', 'no-repeat'),
(525, 13058, 'cmsmasters_bg_pos', 'top center'),
(526, 13058, 'cmsmasters_bg_att', 'scroll'),
(527, 13058, 'cmsmasters_bg_size', 'cover'),
(528, 13058, 'cmsmasters_heading', 'default'),
(529, 13058, 'cmsmasters_heading_title', ''),
(530, 13058, 'cmsmasters_heading_subtitle', ''),
(531, 13058, 'cmsmasters_heading_icon', ''),
(532, 13058, 'cmsmasters_heading_alignment', 'center'),
(533, 13058, 'cmsmasters_heading_scheme', 'default'),
(534, 13058, 'cmsmasters_heading_bg_img_enable', 'true'),
(535, 13058, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(536, 13058, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(537, 13058, 'cmsmasters_heading_bg_att', 'scroll'),
(538, 13058, 'cmsmasters_heading_bg_size', 'cover'),
(539, 13058, 'cmsmasters_heading_bg_color', ''),
(540, 13058, 'cmsmasters_heading_height', '360'),
(541, 13058, 'cmsmasters_breadcrumbs', 'true'),
(542, 13058, 'cmsmasters_composer_fullscreen', 'false'),
(543, 13058, 'slide_template', 'default'),
(544, 13058, 'cmsmasters_event_schedule_title', 'true'),
(545, 13058, 'cmsmasters_event_schedule_time', '10:30 AM - 11:30 AM'),
(546, 13058, 'cmsmasters_event_schedule_speaker', 'Alice Bohm'),
(547, 13058, 'cmsmasters_event_schedule_sharing_box', 'true'),
(548, 13058, '_wp_old_slug', 'getting-to-know-the-tech'),
(549, 13058, '_dp_original', '12495'),
(550, 13058, 'cmsmasters_event_schedule_speaker_heading', 'Founder Chief Designer '),
(551, 13059, 'cmsmasters_composer_show', 'false'),
(552, 13059, 'cmsmasters_post_image_show', 'false'),
(553, 13059, 'cmsmasters_post_image_link', ''),
(554, 13059, 'cmsmasters_post_images', ''),
(555, 13059, 'cmsmasters_post_video_type', 'embedded'),
(556, 13059, 'cmsmasters_post_video_link', ''),
(557, 13059, 'cmsmasters_post_video_links', ''),
(558, 13059, 'cmsmasters_post_audio_links', ''),
(559, 13059, 'cmsmasters_post_title', 'false'),
(560, 13059, 'cmsmasters_post_sharing_box', 'false'),
(561, 13059, 'cmsmasters_post_author_box', 'false'),
(562, 13059, 'cmsmasters_post_more_posts', 'popular'),
(563, 13059, 'cmsmasters_post_read_more', 'Continue Reading...'),
(564, 13059, 'cmsmasters_page_scheme', 'default'),
(565, 13059, 'cmsmasters_layout', 'fullwidth'),
(566, 13059, 'cmsmasters_sidebar_id', ''),
(567, 13059, 'cmsmasters_bottom_sidebar', 'false'),
(568, 13059, 'cmsmasters_bottom_sidebar_id', ''),
(569, 13059, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(570, 13059, 'cmsmasters_bg_default', 'true'),
(571, 13059, 'cmsmasters_bg_col', '#ffffff'),
(572, 13059, 'cmsmasters_bg_img_enable', 'false'),
(573, 13059, 'cmsmasters_bg_img', ''),
(574, 13059, 'cmsmasters_bg_rep', 'no-repeat'),
(575, 13059, 'cmsmasters_bg_pos', 'top center'),
(576, 13059, 'cmsmasters_bg_att', 'scroll'),
(577, 13059, 'cmsmasters_bg_size', 'cover'),
(578, 13059, 'cmsmasters_heading', 'default'),
(579, 13059, 'cmsmasters_heading_title', ''),
(580, 13059, 'cmsmasters_heading_subtitle', ''),
(581, 13059, 'cmsmasters_heading_icon', ''),
(582, 13059, 'cmsmasters_heading_alignment', 'center'),
(583, 13059, 'cmsmasters_heading_scheme', 'default'),
(584, 13059, 'cmsmasters_heading_bg_img_enable', 'true'),
(585, 13059, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(586, 13059, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(587, 13059, 'cmsmasters_heading_bg_att', 'scroll'),
(588, 13059, 'cmsmasters_heading_bg_size', 'cover'),
(589, 13059, 'cmsmasters_heading_bg_color', ''),
(590, 13059, 'cmsmasters_heading_height', '360'),
(591, 13059, 'cmsmasters_breadcrumbs', 'true'),
(592, 13059, 'cmsmasters_composer_fullscreen', 'false'),
(593, 13059, 'slide_template', 'default'),
(594, 13059, 'cmsmasters_event_schedule_title', 'true'),
(595, 13059, 'cmsmasters_event_schedule_time', '12:30 PM - 13:30 PM'),
(596, 13059, 'cmsmasters_event_schedule_speaker', 'Amy Adams'),
(597, 13059, 'cmsmasters_event_schedule_sharing_box', 'true'),
(598, 13059, '_wp_old_slug', 'open-your-business-around-the-world-2'),
(599, 13059, '_dp_original', '12498'),
(600, 13059, 'cmsmasters_event_schedule_speaker_heading', 'Founder Chief Designer '),
(601, 13060, 'cmsmasters_composer_show', 'false'),
(602, 13060, 'cmsmasters_post_image_show', 'false'),
(603, 13060, 'cmsmasters_post_image_link', ''),
(604, 13060, 'cmsmasters_post_images', ''),
(605, 13060, 'cmsmasters_post_video_type', 'embedded'),
(606, 13060, 'cmsmasters_post_video_link', ''),
(607, 13060, 'cmsmasters_post_video_links', ''),
(608, 13060, 'cmsmasters_post_audio_links', ''),
(609, 13060, 'cmsmasters_post_title', 'false'),
(610, 13060, 'cmsmasters_post_sharing_box', 'false'),
(611, 13060, 'cmsmasters_post_author_box', 'false'),
(612, 13060, 'cmsmasters_post_more_posts', 'popular'),
(613, 13060, 'cmsmasters_post_read_more', 'Continue Reading...'),
(614, 13060, 'cmsmasters_page_scheme', 'default'),
(615, 13060, 'cmsmasters_layout', 'fullwidth'),
(616, 13060, 'cmsmasters_sidebar_id', ''),
(617, 13060, 'cmsmasters_bottom_sidebar', 'false'),
(618, 13060, 'cmsmasters_bottom_sidebar_id', ''),
(619, 13060, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(620, 13060, 'cmsmasters_bg_default', 'true'),
(621, 13060, 'cmsmasters_bg_col', '#ffffff'),
(622, 13060, 'cmsmasters_bg_img_enable', 'false'),
(623, 13060, 'cmsmasters_bg_img', ''),
(624, 13060, 'cmsmasters_bg_rep', 'no-repeat'),
(625, 13060, 'cmsmasters_bg_pos', 'top center'),
(626, 13060, 'cmsmasters_bg_att', 'scroll'),
(627, 13060, 'cmsmasters_bg_size', 'cover'),
(628, 13060, 'cmsmasters_heading', 'default'),
(629, 13060, 'cmsmasters_heading_title', ''),
(630, 13060, 'cmsmasters_heading_subtitle', ''),
(631, 13060, 'cmsmasters_heading_icon', ''),
(632, 13060, 'cmsmasters_heading_alignment', 'center'),
(633, 13060, 'cmsmasters_heading_scheme', 'default'),
(634, 13060, 'cmsmasters_heading_bg_img_enable', 'true'),
(635, 13060, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(636, 13060, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(637, 13060, 'cmsmasters_heading_bg_att', 'scroll'),
(638, 13060, 'cmsmasters_heading_bg_size', 'cover'),
(639, 13060, 'cmsmasters_heading_bg_color', ''),
(640, 13060, 'cmsmasters_heading_height', '360'),
(641, 13060, 'cmsmasters_breadcrumbs', 'true'),
(642, 13060, 'cmsmasters_composer_fullscreen', 'false'),
(643, 13060, 'slide_template', 'default'),
(644, 13060, 'cmsmasters_event_schedule_title', 'true'),
(645, 13060, 'cmsmasters_event_schedule_time', '14:30 PM - 16:30 PM'),
(646, 13060, 'cmsmasters_event_schedule_speaker', 'Alice Bohm'),
(647, 13060, 'cmsmasters_event_schedule_sharing_box', 'true'),
(648, 13060, '_wp_old_slug', 'intelligent-house-cleaning'),
(649, 13060, '_dp_original', '12505'),
(650, 13060, 'cmsmasters_event_schedule_speaker_heading', 'Tech Investory'),
(651, 13061, 'cmsmasters_composer_show', 'false'),
(652, 13061, 'cmsmasters_post_image_show', 'false'),
(653, 13061, 'cmsmasters_post_image_link', ''),
(654, 13061, 'cmsmasters_post_images', ''),
(655, 13061, 'cmsmasters_post_video_type', 'embedded'),
(656, 13061, 'cmsmasters_post_video_link', ''),
(657, 13061, 'cmsmasters_post_video_links', ''),
(658, 13061, 'cmsmasters_post_audio_links', ''),
(659, 13061, 'cmsmasters_post_title', 'false'),
(660, 13061, 'cmsmasters_post_sharing_box', 'false'),
(661, 13061, 'cmsmasters_post_author_box', 'false'),
(662, 13061, 'cmsmasters_post_more_posts', 'popular'),
(663, 13061, 'cmsmasters_post_read_more', 'Continue Reading...'),
(664, 13061, 'cmsmasters_page_scheme', 'default'),
(665, 13061, 'cmsmasters_layout', 'fullwidth'),
(666, 13061, 'cmsmasters_sidebar_id', ''),
(667, 13061, 'cmsmasters_bottom_sidebar', 'false'),
(668, 13061, 'cmsmasters_bottom_sidebar_id', ''),
(669, 13061, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(670, 13061, 'cmsmasters_bg_default', 'true'),
(671, 13061, 'cmsmasters_bg_col', '#ffffff'),
(672, 13061, 'cmsmasters_bg_img_enable', 'false'),
(673, 13061, 'cmsmasters_bg_img', ''),
(674, 13061, 'cmsmasters_bg_rep', 'no-repeat'),
(675, 13061, 'cmsmasters_bg_pos', 'top center'),
(676, 13061, 'cmsmasters_bg_att', 'scroll'),
(677, 13061, 'cmsmasters_bg_size', 'cover'),
(678, 13061, 'cmsmasters_heading', 'default'),
(679, 13061, 'cmsmasters_heading_title', ''),
(680, 13061, 'cmsmasters_heading_subtitle', ''),
(681, 13061, 'cmsmasters_heading_icon', ''),
(682, 13061, 'cmsmasters_heading_alignment', 'center'),
(683, 13061, 'cmsmasters_heading_scheme', 'default'),
(684, 13061, 'cmsmasters_heading_bg_img_enable', 'true'),
(685, 13061, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(686, 13061, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(687, 13061, 'cmsmasters_heading_bg_att', 'scroll'),
(688, 13061, 'cmsmasters_heading_bg_size', 'cover'),
(689, 13061, 'cmsmasters_heading_bg_color', ''),
(690, 13061, 'cmsmasters_heading_height', '360'),
(691, 13061, 'cmsmasters_breadcrumbs', 'true'),
(692, 13061, 'cmsmasters_composer_fullscreen', 'false'),
(693, 13061, 'slide_template', 'default'),
(694, 13061, 'cmsmasters_event_schedule_title', 'true'),
(695, 13061, 'cmsmasters_event_schedule_time', '17:30 PM - 18:30 PM'),
(696, 13061, 'cmsmasters_event_schedule_speaker', 'Alice Bohm'),
(697, 13061, 'cmsmasters_event_schedule_sharing_box', 'true'),
(698, 13061, '_wp_old_slug', 'how-i-became-a-spider'),
(699, 13061, '_dp_original', '12507'),
(700, 13061, 'cmsmasters_event_schedule_speaker_heading', 'Tech Investory'),
(701, 13062, 'cmsmasters_composer_show', 'false'),
(702, 13062, 'cmsmasters_post_image_show', 'false'),
(703, 13062, 'cmsmasters_post_image_link', ''),
(704, 13062, 'cmsmasters_post_images', ''),
(705, 13062, 'cmsmasters_post_video_type', 'embedded'),
(706, 13062, 'cmsmasters_post_video_link', ''),
(707, 13062, 'cmsmasters_post_video_links', ''),
(708, 13062, 'cmsmasters_post_audio_links', ''),
(709, 13062, 'cmsmasters_post_title', 'false'),
(710, 13062, 'cmsmasters_post_sharing_box', 'false'),
(711, 13062, 'cmsmasters_post_author_box', 'false'),
(712, 13062, 'cmsmasters_post_more_posts', 'popular'),
(713, 13062, 'cmsmasters_post_read_more', 'Continue Reading...'),
(714, 13062, 'cmsmasters_page_scheme', 'default'),
(715, 13062, 'cmsmasters_layout', 'fullwidth'),
(716, 13062, 'cmsmasters_sidebar_id', ''),
(717, 13062, 'cmsmasters_bottom_sidebar', 'false'),
(718, 13062, 'cmsmasters_bottom_sidebar_id', ''),
(719, 13062, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(720, 13062, 'cmsmasters_bg_default', 'true'),
(721, 13062, 'cmsmasters_bg_col', '#ffffff'),
(722, 13062, 'cmsmasters_bg_img_enable', 'false'),
(723, 13062, 'cmsmasters_bg_img', ''),
(724, 13062, 'cmsmasters_bg_rep', 'no-repeat'),
(725, 13062, 'cmsmasters_bg_pos', 'top center'),
(726, 13062, 'cmsmasters_bg_att', 'scroll'),
(727, 13062, 'cmsmasters_bg_size', 'cover'),
(728, 13062, 'cmsmasters_heading', 'default'),
(729, 13062, 'cmsmasters_heading_title', ''),
(730, 13062, 'cmsmasters_heading_subtitle', ''),
(731, 13062, 'cmsmasters_heading_icon', ''),
(732, 13062, 'cmsmasters_heading_alignment', 'center'),
(733, 13062, 'cmsmasters_heading_scheme', 'default'),
(734, 13062, 'cmsmasters_heading_bg_img_enable', 'true'),
(735, 13062, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(736, 13062, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(737, 13062, 'cmsmasters_heading_bg_att', 'scroll'),
(738, 13062, 'cmsmasters_heading_bg_size', 'cover'),
(739, 13062, 'cmsmasters_heading_bg_color', ''),
(740, 13062, 'cmsmasters_heading_height', '360'),
(741, 13062, 'cmsmasters_breadcrumbs', 'true'),
(742, 13062, 'cmsmasters_composer_fullscreen', 'false'),
(743, 13062, 'slide_template', 'default'),
(744, 13062, 'cmsmasters_event_schedule_title', 'true'),
(745, 13062, 'cmsmasters_event_schedule_time', '9:30 AM - 11:30 AM'),
(746, 13062, 'cmsmasters_event_schedule_speaker', 'Martin Branson'),
(747, 13062, 'cmsmasters_event_schedule_sharing_box', 'true'),
(748, 13062, '_wp_old_slug', 'ending-the-need-for-oil'),
(749, 13062, '_dp_original', '12509'),
(750, 13062, 'cmsmasters_event_schedule_speaker_heading', 'Tech Investory'),
(751, 13063, 'cmsmasters_composer_show', 'false'),
(752, 13063, 'cmsmasters_post_image_show', 'false'),
(753, 13063, 'cmsmasters_post_image_link', ''),
(754, 13063, 'cmsmasters_post_images', ''),
(755, 13063, 'cmsmasters_post_video_type', 'embedded'),
(756, 13063, 'cmsmasters_post_video_link', ''),
(757, 13063, 'cmsmasters_post_video_links', ''),
(758, 13063, 'cmsmasters_post_audio_links', ''),
(759, 13063, 'cmsmasters_post_title', 'false'),
(760, 13063, 'cmsmasters_post_sharing_box', 'false'),
(761, 13063, 'cmsmasters_post_author_box', 'false'),
(762, 13063, 'cmsmasters_post_more_posts', 'popular'),
(763, 13063, 'cmsmasters_post_read_more', 'Continue Reading...'),
(764, 13063, 'cmsmasters_page_scheme', 'default'),
(765, 13063, 'cmsmasters_layout', 'fullwidth'),
(766, 13063, 'cmsmasters_sidebar_id', ''),
(767, 13063, 'cmsmasters_bottom_sidebar', 'false'),
(768, 13063, 'cmsmasters_bottom_sidebar_id', ''),
(769, 13063, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(770, 13063, 'cmsmasters_bg_default', 'true'),
(771, 13063, 'cmsmasters_bg_col', '#ffffff'),
(772, 13063, 'cmsmasters_bg_img_enable', 'false'),
(773, 13063, 'cmsmasters_bg_img', ''),
(774, 13063, 'cmsmasters_bg_rep', 'no-repeat'),
(775, 13063, 'cmsmasters_bg_pos', 'top center'),
(776, 13063, 'cmsmasters_bg_att', 'scroll'),
(777, 13063, 'cmsmasters_bg_size', 'cover'),
(778, 13063, 'cmsmasters_heading', 'default'),
(779, 13063, 'cmsmasters_heading_title', ''),
(780, 13063, 'cmsmasters_heading_subtitle', ''),
(781, 13063, 'cmsmasters_heading_icon', ''),
(782, 13063, 'cmsmasters_heading_alignment', 'center'),
(783, 13063, 'cmsmasters_heading_scheme', 'default'),
(784, 13063, 'cmsmasters_heading_bg_img_enable', 'true'),
(785, 13063, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(786, 13063, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(787, 13063, 'cmsmasters_heading_bg_att', 'scroll'),
(788, 13063, 'cmsmasters_heading_bg_size', 'cover'),
(789, 13063, 'cmsmasters_heading_bg_color', ''),
(790, 13063, 'cmsmasters_heading_height', '360'),
(791, 13063, 'cmsmasters_breadcrumbs', 'true'),
(792, 13063, 'cmsmasters_composer_fullscreen', 'false'),
(793, 13063, 'slide_template', 'default'),
(794, 13063, 'cmsmasters_event_schedule_title', 'true'),
(795, 13063, 'cmsmasters_event_schedule_time', '13:30 PM - 15:00 PM'),
(796, 13063, 'cmsmasters_event_schedule_speaker', 'Martin Branson'),
(797, 13063, 'cmsmasters_event_schedule_sharing_box', 'true'),
(798, 13063, '_wp_old_slug', 'how-to-survive-without-electricity'),
(799, 13063, '_dp_original', '12511'),
(800, 13063, 'cmsmasters_event_schedule_speaker_heading', 'Senior Web Developer'),
(801, 13064, 'cmsmasters_composer_show', 'false'),
(802, 13064, 'cmsmasters_post_image_show', 'false'),
(803, 13064, 'cmsmasters_post_image_link', ''),
(804, 13064, 'cmsmasters_post_images', ''),
(805, 13064, 'cmsmasters_post_video_type', 'embedded'),
(806, 13064, 'cmsmasters_post_video_link', ''),
(807, 13064, 'cmsmasters_post_video_links', ''),
(808, 13064, 'cmsmasters_post_audio_links', ''),
(809, 13064, 'cmsmasters_post_title', 'false'),
(810, 13064, 'cmsmasters_post_sharing_box', 'false'),
(811, 13064, 'cmsmasters_post_author_box', 'false'),
(812, 13064, 'cmsmasters_post_more_posts', 'popular'),
(813, 13064, 'cmsmasters_post_read_more', 'Continue Reading...'),
(814, 13064, 'cmsmasters_page_scheme', 'default'),
(815, 13064, 'cmsmasters_layout', 'fullwidth'),
(816, 13064, 'cmsmasters_sidebar_id', ''),
(817, 13064, 'cmsmasters_bottom_sidebar', 'false'),
(818, 13064, 'cmsmasters_bottom_sidebar_id', ''),
(819, 13064, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(820, 13064, 'cmsmasters_bg_default', 'true'),
(821, 13064, 'cmsmasters_bg_col', '#ffffff'),
(822, 13064, 'cmsmasters_bg_img_enable', 'false'),
(823, 13064, 'cmsmasters_bg_img', ''),
(824, 13064, 'cmsmasters_bg_rep', 'no-repeat'),
(825, 13064, 'cmsmasters_bg_pos', 'top center'),
(826, 13064, 'cmsmasters_bg_att', 'scroll'),
(827, 13064, 'cmsmasters_bg_size', 'cover'),
(828, 13064, 'cmsmasters_heading', 'default'),
(829, 13064, 'cmsmasters_heading_title', ''),
(830, 13064, 'cmsmasters_heading_subtitle', ''),
(831, 13064, 'cmsmasters_heading_icon', ''),
(832, 13064, 'cmsmasters_heading_alignment', 'center'),
(833, 13064, 'cmsmasters_heading_scheme', 'default'),
(834, 13064, 'cmsmasters_heading_bg_img_enable', 'true'),
(835, 13064, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(836, 13064, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(837, 13064, 'cmsmasters_heading_bg_att', 'scroll'),
(838, 13064, 'cmsmasters_heading_bg_size', 'cover'),
(839, 13064, 'cmsmasters_heading_bg_color', ''),
(840, 13064, 'cmsmasters_heading_height', '360'),
(841, 13064, 'cmsmasters_breadcrumbs', 'true'),
(842, 13064, 'cmsmasters_composer_fullscreen', 'false'),
(843, 13064, 'slide_template', 'default'),
(844, 13064, 'cmsmasters_event_schedule_title', 'true'),
(845, 13064, 'cmsmasters_event_schedule_time', '13:00 PM - 14:30 PM'),
(846, 13064, 'cmsmasters_event_schedule_speaker', 'Eric Boldy'),
(847, 13064, 'cmsmasters_event_schedule_sharing_box', 'true'),
(848, 13064, '_wp_old_slug', 'getting-started-with-social-analytics'),
(849, 13064, 'cmsmasters_event_schedule_speaker_heading', 'Serial Entrepreneur'),
(850, 13064, '_dp_original', '12487'),
(851, 13065, 'cmsmasters_composer_show', 'false'),
(852, 13065, 'cmsmasters_post_image_show', 'false'),
(853, 13065, 'cmsmasters_post_image_link', ''),
(854, 13065, 'cmsmasters_post_images', ''),
(855, 13065, 'cmsmasters_post_video_type', 'embedded'),
(856, 13065, 'cmsmasters_post_video_link', ''),
(857, 13065, 'cmsmasters_post_video_links', ''),
(858, 13065, 'cmsmasters_post_audio_links', ''),
(859, 13065, 'cmsmasters_post_title', 'false'),
(860, 13065, 'cmsmasters_post_sharing_box', 'false'),
(861, 13065, 'cmsmasters_post_author_box', 'false'),
(862, 13065, 'cmsmasters_post_more_posts', 'popular'),
(863, 13065, 'cmsmasters_post_read_more', 'Continue Reading...'),
(864, 13065, 'cmsmasters_page_scheme', 'default'),
(865, 13065, 'cmsmasters_layout', 'fullwidth'),
(866, 13065, 'cmsmasters_sidebar_id', ''),
(867, 13065, 'cmsmasters_bottom_sidebar', 'false'),
(868, 13065, 'cmsmasters_bottom_sidebar_id', ''),
(869, 13065, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(870, 13065, 'cmsmasters_bg_default', 'true'),
(871, 13065, 'cmsmasters_bg_col', '#ffffff'),
(872, 13065, 'cmsmasters_bg_img_enable', 'false'),
(873, 13065, 'cmsmasters_bg_img', ''),
(874, 13065, 'cmsmasters_bg_rep', 'no-repeat'),
(875, 13065, 'cmsmasters_bg_pos', 'top center'),
(876, 13065, 'cmsmasters_bg_att', 'scroll'),
(877, 13065, 'cmsmasters_bg_size', 'cover'),
(878, 13065, 'cmsmasters_heading', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(879, 13065, 'cmsmasters_heading_title', ''),
(880, 13065, 'cmsmasters_heading_subtitle', ''),
(881, 13065, 'cmsmasters_heading_icon', ''),
(882, 13065, 'cmsmasters_heading_alignment', 'center'),
(883, 13065, 'cmsmasters_heading_scheme', 'default'),
(884, 13065, 'cmsmasters_heading_bg_img_enable', 'true'),
(885, 13065, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(886, 13065, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(887, 13065, 'cmsmasters_heading_bg_att', 'scroll'),
(888, 13065, 'cmsmasters_heading_bg_size', 'cover'),
(889, 13065, 'cmsmasters_heading_bg_color', ''),
(890, 13065, 'cmsmasters_heading_height', '360'),
(891, 13065, 'cmsmasters_breadcrumbs', 'true'),
(892, 13065, 'cmsmasters_composer_fullscreen', 'false'),
(893, 13065, 'slide_template', 'default'),
(894, 13065, 'cmsmasters_event_schedule_title', 'true'),
(895, 13065, 'cmsmasters_event_schedule_time', '12:30 PM - 16:00 PM'),
(896, 13065, 'cmsmasters_event_schedule_speaker', 'Eric Boldy'),
(897, 13065, 'cmsmasters_event_schedule_sharing_box', 'true'),
(898, 13065, '_wp_old_slug', 'after-party-2'),
(899, 13065, 'cmsmasters_event_schedule_speaker_heading', 'Serial Entrepreneur'),
(900, 13065, '_dp_original', '12487'),
(901, 12661, 'cmsmasters_composer_show', 'false'),
(902, 12661, 'cmsmasters_post_image_show', 'false'),
(903, 12661, 'cmsmasters_post_image_link', ''),
(904, 12661, 'cmsmasters_post_images', ''),
(905, 12661, 'cmsmasters_post_video_type', 'embedded'),
(906, 12661, 'cmsmasters_post_video_link', ''),
(907, 12661, 'cmsmasters_post_video_links', ''),
(908, 12661, 'cmsmasters_post_audio_links', ''),
(909, 12661, 'cmsmasters_post_title', 'false'),
(910, 12661, 'cmsmasters_post_sharing_box', 'false'),
(911, 12661, 'cmsmasters_post_author_box', 'false'),
(912, 12661, 'cmsmasters_post_more_posts', 'popular'),
(913, 12661, 'cmsmasters_post_read_more', 'Continue Reading...'),
(914, 12661, 'cmsmasters_page_scheme', 'default'),
(915, 12661, 'cmsmasters_layout', 'fullwidth'),
(916, 12661, 'cmsmasters_sidebar_id', ''),
(917, 12661, 'cmsmasters_bottom_sidebar', 'false'),
(918, 12661, 'cmsmasters_bottom_sidebar_id', ''),
(919, 12661, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(920, 12661, 'cmsmasters_bg_default', 'true'),
(921, 12661, 'cmsmasters_bg_col', '#ffffff'),
(922, 12661, 'cmsmasters_bg_img_enable', 'false'),
(923, 12661, 'cmsmasters_bg_img', ''),
(924, 12661, 'cmsmasters_bg_rep', 'no-repeat'),
(925, 12661, 'cmsmasters_bg_pos', 'top center'),
(926, 12661, 'cmsmasters_bg_att', 'scroll'),
(927, 12661, 'cmsmasters_bg_size', 'cover'),
(928, 12661, 'cmsmasters_heading', 'default'),
(929, 12661, 'cmsmasters_heading_title', ''),
(930, 12661, 'cmsmasters_heading_subtitle', ''),
(931, 12661, 'cmsmasters_heading_icon', ''),
(932, 12661, 'cmsmasters_heading_alignment', 'center'),
(933, 12661, 'cmsmasters_heading_scheme', 'default'),
(934, 12661, 'cmsmasters_heading_bg_img_enable', 'true'),
(935, 12661, 'cmsmasters_heading_bg_img', '12036|http://in-conference.cmsmasters.net/wp-content/uploads/2016/07/heading-2-300x89.jpg'),
(936, 12661, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(937, 12661, 'cmsmasters_heading_bg_att', 'scroll'),
(938, 12661, 'cmsmasters_heading_bg_size', 'cover'),
(939, 12661, 'cmsmasters_heading_bg_color', ''),
(940, 12661, 'cmsmasters_heading_height', '360'),
(941, 12661, 'cmsmasters_breadcrumbs', 'true'),
(942, 12661, 'cmsmasters_composer_fullscreen', 'false'),
(943, 12661, 'slide_template', 'default'),
(944, 12661, 'cmsmasters_event_schedule_title', 'true'),
(945, 12661, 'cmsmasters_event_schedule_time', '13:00 PM - 15:30 PM'),
(946, 12661, 'cmsmasters_event_schedule_speaker', 'Eric Boldy'),
(947, 12661, 'cmsmasters_event_schedule_sharing_box', 'true'),
(948, 12661, '_wp_old_slug', 'event-marketing-book-presentation__trashed'),
(949, 12661, 'cmsmasters_event_schedule_speaker_heading', 'Serial Entrepreneur'),
(950, 12661, '_dp_original', '12655'),
(951, 12663, 'cmsmasters_composer_show', 'false'),
(952, 12663, 'cmsmasters_post_image_show', 'false'),
(953, 12663, 'cmsmasters_post_image_link', ''),
(954, 12663, 'cmsmasters_post_images', ''),
(955, 12663, 'cmsmasters_post_video_type', 'embedded'),
(956, 12663, 'cmsmasters_post_video_link', ''),
(957, 12663, 'cmsmasters_post_video_links', ''),
(958, 12663, 'cmsmasters_post_audio_links', ''),
(959, 12663, 'cmsmasters_post_title', 'false'),
(960, 12663, 'cmsmasters_post_sharing_box', 'false'),
(961, 12663, 'cmsmasters_post_author_box', 'false'),
(962, 12663, 'cmsmasters_post_more_posts', 'popular'),
(963, 12663, 'cmsmasters_post_read_more', 'Continue Reading...'),
(964, 12663, 'cmsmasters_page_scheme', 'default'),
(965, 12663, 'cmsmasters_layout', 'fullwidth'),
(966, 12663, 'cmsmasters_sidebar_id', ''),
(967, 12663, 'cmsmasters_bottom_sidebar', 'false'),
(968, 12663, 'cmsmasters_bottom_sidebar_id', ''),
(969, 12663, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(970, 12663, 'cmsmasters_bg_default', 'true'),
(971, 12663, 'cmsmasters_bg_col', '#ffffff'),
(972, 12663, 'cmsmasters_bg_img_enable', 'false'),
(973, 12663, 'cmsmasters_bg_img', ''),
(974, 12663, 'cmsmasters_bg_rep', 'no-repeat'),
(975, 12663, 'cmsmasters_bg_pos', 'top center'),
(976, 12663, 'cmsmasters_bg_att', 'scroll'),
(977, 12663, 'cmsmasters_bg_size', 'cover'),
(978, 12663, 'cmsmasters_heading', 'default'),
(979, 12663, 'cmsmasters_heading_title', ''),
(980, 12663, 'cmsmasters_heading_subtitle', ''),
(981, 12663, 'cmsmasters_heading_icon', ''),
(982, 12663, 'cmsmasters_heading_alignment', 'center'),
(983, 12663, 'cmsmasters_heading_scheme', 'default'),
(984, 12663, 'cmsmasters_heading_bg_img_enable', 'true'),
(985, 12663, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(986, 12663, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(987, 12663, 'cmsmasters_heading_bg_att', 'scroll'),
(988, 12663, 'cmsmasters_heading_bg_size', 'cover'),
(989, 12663, 'cmsmasters_heading_bg_color', ''),
(990, 12663, 'cmsmasters_heading_height', '360'),
(991, 12663, 'cmsmasters_breadcrumbs', 'true'),
(992, 12663, 'cmsmasters_composer_fullscreen', 'false'),
(993, 12663, 'slide_template', 'default'),
(994, 12663, 'cmsmasters_event_schedule_title', 'true'),
(995, 12663, 'cmsmasters_event_schedule_time', '21:00 PM - 23:30 PM'),
(996, 12663, 'cmsmasters_event_schedule_speaker', 'Max Turner'),
(997, 12663, 'cmsmasters_event_schedule_sharing_box', 'true'),
(998, 12663, '_wp_old_slug', 'vip-afterparty__trashed'),
(999, 12663, '_dp_original', '12517'),
(1000, 12663, 'cmsmasters_event_schedule_speaker_heading', 'Chief Executive Officer'),
(1001, 13147, '_menu_item_type', 'custom'),
(1002, 13147, '_menu_item_menu_item_parent', '0'),
(1003, 13147, '_menu_item_object_id', '13147'),
(1004, 13147, '_menu_item_object', 'custom'),
(1005, 13147, '_menu_item_target', ''),
(1006, 13147, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1007, 13147, '_menu_item_xfn', ''),
(1008, 13147, '_menu_item_url', ''),
(1009, 13147, '_menu_item_highlight', ''),
(1010, 13147, '_menu_item_color', ''),
(1011, 13147, '_menu_item_icon', ''),
(1012, 13147, '_menu_item_tag', ''),
(1013, 13147, '_menu_item_drop_side', ''),
(1014, 13147, '_menu_item_mega', ''),
(1015, 13147, '_menu_item_mega_cols', ''),
(1016, 13147, '_menu_item_mega_cols_full', ''),
(1017, 13147, '_menu_item_mega_bg_img', ''),
(1018, 13147, '_menu_item_mega_bg_pos', ''),
(1019, 13147, '_menu_item_mega_bg_rep', ''),
(1020, 13147, '_menu_item_mega_bg_size', ''),
(1021, 13147, '_menu_item_hide_text', ''),
(1022, 13147, '_menu_item_subtitle', ''),
(1023, 13147, '_menu_item_mega_descr_text', ''),
(1024, 13148, '_menu_item_type', 'custom'),
(1025, 13148, '_menu_item_menu_item_parent', '13147'),
(1026, 13148, '_menu_item_object_id', '13148'),
(1027, 13148, '_menu_item_object', 'custom'),
(1028, 13148, '_menu_item_target', ''),
(1029, 13148, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1030, 13148, '_menu_item_xfn', ''),
(1031, 13148, '_menu_item_url', ''),
(1032, 13148, '_menu_item_highlight', ''),
(1033, 13148, '_menu_item_color', ''),
(1034, 13148, '_menu_item_icon', ''),
(1035, 13148, '_menu_item_tag', ''),
(1036, 13148, '_menu_item_drop_side', ''),
(1037, 13148, '_menu_item_mega', ''),
(1038, 13148, '_menu_item_mega_cols', ''),
(1039, 13148, '_menu_item_mega_cols_full', ''),
(1040, 13148, '_menu_item_mega_bg_img', ''),
(1041, 13148, '_menu_item_mega_bg_pos', ''),
(1042, 13148, '_menu_item_mega_bg_rep', ''),
(1043, 13148, '_menu_item_mega_bg_size', ''),
(1044, 13148, '_menu_item_hide_text', ''),
(1045, 13148, '_menu_item_subtitle', ''),
(1046, 13148, '_menu_item_mega_descr_text', ''),
(1047, 13149, '_menu_item_type', 'custom'),
(1048, 13149, '_menu_item_menu_item_parent', '13147'),
(1049, 13149, '_menu_item_object_id', '13149'),
(1050, 13149, '_menu_item_object', 'custom'),
(1051, 13149, '_menu_item_target', ''),
(1052, 13149, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1053, 13149, '_menu_item_xfn', ''),
(1054, 13149, '_menu_item_url', ''),
(1055, 13149, '_menu_item_highlight', ''),
(1056, 13149, '_menu_item_color', ''),
(1057, 13149, '_menu_item_icon', ''),
(1058, 13149, '_menu_item_tag', ''),
(1059, 13149, '_menu_item_drop_side', ''),
(1060, 13149, '_menu_item_mega', ''),
(1061, 13149, '_menu_item_mega_cols', ''),
(1062, 13149, '_menu_item_mega_cols_full', ''),
(1063, 13149, '_menu_item_mega_bg_img', ''),
(1064, 13149, '_menu_item_mega_bg_pos', ''),
(1065, 13149, '_menu_item_mega_bg_rep', ''),
(1066, 13149, '_menu_item_mega_bg_size', ''),
(1067, 13149, '_menu_item_hide_text', ''),
(1068, 13149, '_menu_item_subtitle', ''),
(1069, 13149, '_menu_item_mega_descr_text', ''),
(1070, 13150, '_menu_item_type', 'custom'),
(1071, 13150, '_menu_item_menu_item_parent', '13147'),
(1072, 13150, '_menu_item_object_id', '13150'),
(1073, 13150, '_menu_item_object', 'custom'),
(1074, 13150, '_menu_item_target', ''),
(1075, 13150, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1076, 13150, '_menu_item_xfn', ''),
(1077, 13150, '_menu_item_url', ''),
(1078, 13150, '_menu_item_highlight', ''),
(1079, 13150, '_menu_item_color', ''),
(1080, 13150, '_menu_item_icon', ''),
(1081, 13150, '_menu_item_tag', ''),
(1082, 13150, '_menu_item_drop_side', ''),
(1083, 13150, '_menu_item_mega', ''),
(1084, 13150, '_menu_item_mega_cols', ''),
(1085, 13150, '_menu_item_mega_cols_full', ''),
(1086, 13150, '_menu_item_mega_bg_img', ''),
(1087, 13150, '_menu_item_mega_bg_pos', ''),
(1088, 13150, '_menu_item_mega_bg_rep', ''),
(1089, 13150, '_menu_item_mega_bg_size', ''),
(1090, 13150, '_menu_item_hide_text', ''),
(1091, 13150, '_menu_item_subtitle', ''),
(1092, 13150, '_menu_item_mega_descr_text', ''),
(1093, 13151, '_menu_item_type', 'custom'),
(1094, 13151, '_menu_item_menu_item_parent', '0'),
(1095, 13151, '_menu_item_object_id', '13151'),
(1096, 13151, '_menu_item_object', 'custom'),
(1097, 13151, '_menu_item_target', ''),
(1098, 13151, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1099, 13151, '_menu_item_xfn', ''),
(1100, 13151, '_menu_item_url', ''),
(1101, 13151, '_menu_item_highlight', ''),
(1102, 13151, '_menu_item_color', ''),
(1103, 13151, '_menu_item_icon', ''),
(1104, 13151, '_menu_item_tag', ''),
(1105, 13151, '_menu_item_drop_side', ''),
(1106, 13151, '_menu_item_mega', ''),
(1107, 13151, '_menu_item_mega_cols', ''),
(1108, 13151, '_menu_item_mega_cols_full', ''),
(1109, 13151, '_menu_item_mega_bg_img', ''),
(1110, 13151, '_menu_item_mega_bg_pos', ''),
(1111, 13151, '_menu_item_mega_bg_rep', ''),
(1112, 13151, '_menu_item_mega_bg_size', ''),
(1113, 13151, '_menu_item_hide_text', ''),
(1114, 13151, '_menu_item_subtitle', ''),
(1115, 13151, '_menu_item_mega_descr_text', ''),
(1116, 13152, '_menu_item_type', 'custom'),
(1117, 13152, '_menu_item_menu_item_parent', '0'),
(1118, 13152, '_menu_item_object_id', '13152'),
(1119, 13152, '_menu_item_object', 'custom'),
(1120, 13152, '_menu_item_target', ''),
(1121, 13152, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1122, 13152, '_menu_item_xfn', ''),
(1123, 13152, '_menu_item_url', ''),
(1124, 13152, '_menu_item_highlight', ''),
(1125, 13152, '_menu_item_color', ''),
(1126, 13152, '_menu_item_icon', ''),
(1127, 13152, '_menu_item_tag', ''),
(1128, 13152, '_menu_item_drop_side', ''),
(1129, 13152, '_menu_item_mega', ''),
(1130, 13152, '_menu_item_mega_cols', ''),
(1131, 13152, '_menu_item_mega_cols_full', ''),
(1132, 13152, '_menu_item_mega_bg_img', ''),
(1133, 13152, '_menu_item_mega_bg_pos', ''),
(1134, 13152, '_menu_item_mega_bg_rep', ''),
(1135, 13152, '_menu_item_mega_bg_size', ''),
(1136, 13152, '_menu_item_hide_text', ''),
(1137, 13152, '_menu_item_subtitle', ''),
(1138, 13152, '_menu_item_mega_descr_text', ''),
(1139, 13153, '_menu_item_type', 'custom'),
(1140, 13153, '_menu_item_menu_item_parent', '13152'),
(1141, 13153, '_menu_item_object_id', '13153'),
(1142, 13153, '_menu_item_object', 'custom'),
(1143, 13153, '_menu_item_target', ''),
(1144, 13153, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1145, 13153, '_menu_item_xfn', ''),
(1146, 13153, '_menu_item_url', ''),
(1147, 13153, '_menu_item_highlight', ''),
(1148, 13153, '_menu_item_color', ''),
(1149, 13153, '_menu_item_icon', ''),
(1150, 13153, '_menu_item_tag', ''),
(1151, 13153, '_menu_item_drop_side', ''),
(1152, 13153, '_menu_item_mega', ''),
(1153, 13153, '_menu_item_mega_cols', ''),
(1154, 13153, '_menu_item_mega_cols_full', ''),
(1155, 13153, '_menu_item_mega_bg_img', ''),
(1156, 13153, '_menu_item_mega_bg_pos', ''),
(1157, 13153, '_menu_item_mega_bg_rep', ''),
(1158, 13153, '_menu_item_mega_bg_size', ''),
(1159, 13153, '_menu_item_hide_text', ''),
(1160, 13153, '_menu_item_subtitle', ''),
(1161, 13153, '_menu_item_mega_descr_text', ''),
(1162, 13154, '_menu_item_type', 'custom'),
(1163, 13154, '_menu_item_menu_item_parent', '13152'),
(1164, 13154, '_menu_item_object_id', '13154'),
(1165, 13154, '_menu_item_object', 'custom'),
(1166, 13154, '_menu_item_target', ''),
(1167, 13154, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1168, 13154, '_menu_item_xfn', ''),
(1169, 13154, '_menu_item_url', ''),
(1170, 13154, '_menu_item_highlight', ''),
(1171, 13154, '_menu_item_color', ''),
(1172, 13154, '_menu_item_icon', ''),
(1173, 13154, '_menu_item_tag', ''),
(1174, 13154, '_menu_item_drop_side', ''),
(1175, 13154, '_menu_item_mega', ''),
(1176, 13154, '_menu_item_mega_cols', ''),
(1177, 13154, '_menu_item_mega_cols_full', ''),
(1178, 13154, '_menu_item_mega_bg_img', ''),
(1179, 13154, '_menu_item_mega_bg_pos', ''),
(1180, 13154, '_menu_item_mega_bg_rep', ''),
(1181, 13154, '_menu_item_mega_bg_size', ''),
(1182, 13154, '_menu_item_hide_text', ''),
(1183, 13154, '_menu_item_subtitle', ''),
(1184, 13154, '_menu_item_mega_descr_text', ''),
(1185, 13155, '_menu_item_type', 'custom'),
(1186, 13155, '_menu_item_menu_item_parent', '13152'),
(1187, 13155, '_menu_item_object_id', '13155'),
(1188, 13155, '_menu_item_object', 'custom'),
(1189, 13155, '_menu_item_target', ''),
(1190, 13155, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1191, 13155, '_menu_item_xfn', ''),
(1192, 13155, '_menu_item_url', ''),
(1193, 13155, '_menu_item_highlight', ''),
(1194, 13155, '_menu_item_color', ''),
(1195, 13155, '_menu_item_icon', ''),
(1196, 13155, '_menu_item_tag', ''),
(1197, 13155, '_menu_item_drop_side', ''),
(1198, 13155, '_menu_item_mega', ''),
(1199, 13155, '_menu_item_mega_cols', ''),
(1200, 13155, '_menu_item_mega_cols_full', ''),
(1201, 13155, '_menu_item_mega_bg_img', ''),
(1202, 13155, '_menu_item_mega_bg_pos', ''),
(1203, 13155, '_menu_item_mega_bg_rep', ''),
(1204, 13155, '_menu_item_mega_bg_size', ''),
(1205, 13155, '_menu_item_hide_text', ''),
(1206, 13155, '_menu_item_subtitle', ''),
(1207, 13155, '_menu_item_mega_descr_text', ''),
(1208, 13156, '_menu_item_type', 'custom'),
(1209, 13156, '_menu_item_menu_item_parent', '13152'),
(1210, 13156, '_menu_item_object_id', '13156'),
(1211, 13156, '_menu_item_object', 'custom'),
(1212, 13156, '_menu_item_target', ''),
(1213, 13156, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1214, 13156, '_menu_item_xfn', ''),
(1215, 13156, '_menu_item_url', ''),
(1216, 13156, '_menu_item_highlight', ''),
(1217, 13156, '_menu_item_color', ''),
(1218, 13156, '_menu_item_icon', ''),
(1219, 13156, '_menu_item_tag', ''),
(1220, 13156, '_menu_item_drop_side', ''),
(1221, 13156, '_menu_item_mega', ''),
(1222, 13156, '_menu_item_mega_cols', ''),
(1223, 13156, '_menu_item_mega_cols_full', ''),
(1224, 13156, '_menu_item_mega_bg_img', ''),
(1225, 13156, '_menu_item_mega_bg_pos', ''),
(1226, 13156, '_menu_item_mega_bg_rep', ''),
(1227, 13156, '_menu_item_mega_bg_size', ''),
(1228, 13156, '_menu_item_hide_text', ''),
(1229, 13156, '_menu_item_subtitle', ''),
(1230, 13156, '_menu_item_mega_descr_text', ''),
(1231, 13066, 'cmsmasters_composer_show', 'false'),
(1232, 13066, 'cmsmasters_post_image_show', 'false'),
(1233, 13066, 'cmsmasters_post_image_link', ''),
(1234, 13066, 'cmsmasters_post_images', ''),
(1235, 13066, 'cmsmasters_post_video_type', 'embedded'),
(1236, 13066, 'cmsmasters_post_video_link', ''),
(1237, 13066, 'cmsmasters_post_video_links', ''),
(1238, 13066, 'cmsmasters_post_audio_links', ''),
(1239, 13066, 'cmsmasters_post_title', 'false'),
(1240, 13066, 'cmsmasters_post_sharing_box', 'false'),
(1241, 13066, 'cmsmasters_post_author_box', 'false'),
(1242, 13066, 'cmsmasters_post_more_posts', 'popular'),
(1243, 13066, 'cmsmasters_post_read_more', 'Continue Reading...'),
(1244, 13066, 'cmsmasters_page_scheme', 'default'),
(1245, 13066, 'cmsmasters_layout', 'fullwidth'),
(1246, 13066, 'cmsmasters_sidebar_id', ''),
(1247, 13066, 'cmsmasters_bottom_sidebar', 'false'),
(1248, 13066, 'cmsmasters_bottom_sidebar_id', ''),
(1249, 13066, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(1250, 13066, 'cmsmasters_bg_default', 'true'),
(1251, 13066, 'cmsmasters_bg_col', '#ffffff'),
(1252, 13066, 'cmsmasters_bg_img_enable', 'false'),
(1253, 13066, 'cmsmasters_bg_img', ''),
(1254, 13066, 'cmsmasters_bg_rep', 'no-repeat'),
(1255, 13066, 'cmsmasters_bg_pos', 'top center'),
(1256, 13066, 'cmsmasters_bg_att', 'scroll'),
(1257, 13066, 'cmsmasters_bg_size', 'cover'),
(1258, 13066, 'cmsmasters_heading', 'default'),
(1259, 13066, 'cmsmasters_heading_title', ''),
(1260, 13066, 'cmsmasters_heading_subtitle', ''),
(1261, 13066, 'cmsmasters_heading_icon', ''),
(1262, 13066, 'cmsmasters_heading_alignment', 'center'),
(1263, 13066, 'cmsmasters_heading_scheme', 'default'),
(1264, 13066, 'cmsmasters_heading_bg_img_enable', 'true'),
(1265, 13066, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(1266, 13066, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(1267, 13066, 'cmsmasters_heading_bg_att', 'scroll'),
(1268, 13066, 'cmsmasters_heading_bg_size', 'cover'),
(1269, 13066, 'cmsmasters_heading_bg_color', ''),
(1270, 13066, 'cmsmasters_heading_height', '360'),
(1271, 13066, 'cmsmasters_breadcrumbs', 'true'),
(1272, 13066, 'cmsmasters_composer_fullscreen', 'false'),
(1273, 13066, 'slide_template', 'default'),
(1274, 13066, 'cmsmasters_event_schedule_title', 'true'),
(1275, 13066, 'cmsmasters_event_schedule_time', '14:00 PM - 16:30 PM'),
(1276, 13066, 'cmsmasters_event_schedule_speaker', 'Max Turner'),
(1277, 13066, 'cmsmasters_event_schedule_sharing_box', 'true'),
(1278, 13066, '_wp_old_slug', 'vip-afterparty'),
(1279, 13066, '_dp_original', '12517'),
(1280, 13066, 'cmsmasters_event_schedule_speaker_heading', 'Chief Executive Officer'),
(1281, 13067, 'cmsmasters_composer_show', 'false'),
(1282, 13067, 'cmsmasters_post_image_show', 'false'),
(1283, 13067, 'cmsmasters_post_image_link', ''),
(1284, 13067, 'cmsmasters_post_images', ''),
(1285, 13067, 'cmsmasters_post_video_type', 'embedded'),
(1286, 13067, 'cmsmasters_post_video_link', ''),
(1287, 13067, 'cmsmasters_post_video_links', ''),
(1288, 13067, 'cmsmasters_post_audio_links', ''),
(1289, 13067, 'cmsmasters_post_title', 'false'),
(1290, 13067, 'cmsmasters_post_sharing_box', 'false'),
(1291, 13067, 'cmsmasters_post_author_box', 'false'),
(1292, 13067, 'cmsmasters_post_more_posts', 'popular'),
(1293, 13067, 'cmsmasters_post_read_more', 'Continue Reading...'),
(1294, 13067, 'cmsmasters_page_scheme', 'default'),
(1295, 13067, 'cmsmasters_layout', 'fullwidth'),
(1296, 13067, 'cmsmasters_sidebar_id', ''),
(1297, 13067, 'cmsmasters_bottom_sidebar', 'false'),
(1298, 13067, 'cmsmasters_bottom_sidebar_id', ''),
(1299, 13067, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(1300, 13067, 'cmsmasters_bg_default', 'true'),
(1301, 13067, 'cmsmasters_bg_col', '#ffffff'),
(1302, 13067, 'cmsmasters_bg_img_enable', 'false'),
(1303, 13067, 'cmsmasters_bg_img', ''),
(1304, 13067, 'cmsmasters_bg_rep', 'no-repeat'),
(1305, 13067, 'cmsmasters_bg_pos', 'top center'),
(1306, 13067, 'cmsmasters_bg_att', 'scroll'),
(1307, 13067, 'cmsmasters_bg_size', 'cover'),
(1308, 13067, 'cmsmasters_heading', 'default'),
(1309, 13067, 'cmsmasters_heading_title', ''),
(1310, 13067, 'cmsmasters_heading_subtitle', ''),
(1311, 13067, 'cmsmasters_heading_icon', ''),
(1312, 13067, 'cmsmasters_heading_alignment', 'center'),
(1313, 13067, 'cmsmasters_heading_scheme', 'default'),
(1314, 13067, 'cmsmasters_heading_bg_img_enable', 'true'),
(1315, 13067, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(1316, 13067, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(1317, 13067, 'cmsmasters_heading_bg_att', 'scroll'),
(1318, 13067, 'cmsmasters_heading_bg_size', 'cover'),
(1319, 13067, 'cmsmasters_heading_bg_color', ''),
(1320, 13067, 'cmsmasters_heading_height', '360'),
(1321, 13067, 'cmsmasters_breadcrumbs', 'true'),
(1322, 13067, 'cmsmasters_composer_fullscreen', 'false'),
(1323, 13067, 'slide_template', 'default'),
(1324, 13067, 'cmsmasters_event_schedule_title', 'true'),
(1325, 13067, 'cmsmasters_event_schedule_time', '16:00 PM - 18:30 PM'),
(1326, 13067, 'cmsmasters_event_schedule_speaker', 'Eric Boldy'),
(1327, 13067, 'cmsmasters_event_schedule_sharing_box', 'true'),
(1328, 13067, '_wp_old_slug', 'getting-started-with-social-analytics'),
(1329, 13067, 'cmsmasters_event_schedule_speaker_heading', 'Serial Entrepreneur'),
(1330, 13067, '_dp_original', '12655'),
(1331, 13069, 'cmsmasters_composer_show', 'false'),
(1332, 13069, 'cmsmasters_post_image_show', 'false'),
(1333, 13069, 'cmsmasters_post_image_link', ''),
(1334, 13069, 'cmsmasters_post_images', ''),
(1335, 13069, 'cmsmasters_post_video_type', 'embedded'),
(1336, 13069, 'cmsmasters_post_video_link', ''),
(1337, 13069, 'cmsmasters_post_video_links', ''),
(1338, 13069, 'cmsmasters_post_audio_links', ''),
(1339, 13069, 'cmsmasters_post_title', 'false'),
(1340, 13069, 'cmsmasters_post_sharing_box', 'false'),
(1341, 13069, 'cmsmasters_post_author_box', 'false'),
(1342, 13069, 'cmsmasters_post_more_posts', 'popular'),
(1343, 13069, 'cmsmasters_post_read_more', 'Continue Reading...'),
(1344, 13069, 'cmsmasters_page_scheme', 'default'),
(1345, 13069, 'cmsmasters_layout', 'fullwidth'),
(1346, 13069, 'cmsmasters_sidebar_id', ''),
(1347, 13069, 'cmsmasters_bottom_sidebar', 'false'),
(1348, 13069, 'cmsmasters_bottom_sidebar_id', ''),
(1349, 13069, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(1350, 13069, 'cmsmasters_bg_default', 'true'),
(1351, 13069, 'cmsmasters_bg_col', '#ffffff'),
(1352, 13069, 'cmsmasters_bg_img_enable', 'false'),
(1353, 13069, 'cmsmasters_bg_img', ''),
(1354, 13069, 'cmsmasters_bg_rep', 'no-repeat'),
(1355, 13069, 'cmsmasters_bg_pos', 'top center'),
(1356, 13069, 'cmsmasters_bg_att', 'scroll'),
(1357, 13069, 'cmsmasters_bg_size', 'cover'),
(1358, 13069, 'cmsmasters_heading', 'default'),
(1359, 13069, 'cmsmasters_heading_title', ''),
(1360, 13069, 'cmsmasters_heading_subtitle', ''),
(1361, 13069, 'cmsmasters_heading_icon', ''),
(1362, 13069, 'cmsmasters_heading_alignment', 'center'),
(1363, 13069, 'cmsmasters_heading_scheme', 'default'),
(1364, 13069, 'cmsmasters_heading_bg_img_enable', 'true'),
(1365, 13069, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(1366, 13069, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(1367, 13069, 'cmsmasters_heading_bg_att', 'scroll'),
(1368, 13069, 'cmsmasters_heading_bg_size', 'cover'),
(1369, 13069, 'cmsmasters_heading_bg_color', ''),
(1370, 13069, 'cmsmasters_heading_height', '360'),
(1371, 13069, 'cmsmasters_breadcrumbs', 'true'),
(1372, 13069, 'cmsmasters_composer_fullscreen', 'false'),
(1373, 13069, 'slide_template', 'default'),
(1374, 13069, 'cmsmasters_event_schedule_title', 'true'),
(1375, 13069, 'cmsmasters_event_schedule_time', '20:30 PM - 23:00 PM'),
(1376, 13069, 'cmsmasters_event_schedule_speaker', 'Eric Boldy'),
(1377, 13069, 'cmsmasters_event_schedule_sharing_box', 'true'),
(1378, 13069, '_wp_old_slug', 'advanced-marketing'),
(1379, 13069, 'cmsmasters_event_schedule_speaker_heading', 'Serial Entrepreneur'),
(1380, 13069, '_dp_original', '12657'),
(1381, 13071, 'cmsmasters_composer_show', 'false'),
(1382, 13071, 'cmsmasters_post_image_show', 'false'),
(1383, 13071, 'cmsmasters_post_image_link', ''),
(1384, 13071, 'cmsmasters_post_images', ''),
(1385, 13071, 'cmsmasters_post_video_type', 'embedded'),
(1386, 13071, 'cmsmasters_post_video_link', ''),
(1387, 13071, 'cmsmasters_post_video_links', ''),
(1388, 13071, 'cmsmasters_post_audio_links', ''),
(1389, 13071, 'cmsmasters_post_title', 'false'),
(1390, 13071, 'cmsmasters_post_sharing_box', 'false'),
(1391, 13071, 'cmsmasters_post_author_box', 'false'),
(1392, 13071, 'cmsmasters_post_more_posts', 'popular'),
(1393, 13071, 'cmsmasters_post_read_more', 'Continue Reading...'),
(1394, 13071, 'cmsmasters_page_scheme', 'default'),
(1395, 13071, 'cmsmasters_layout', 'fullwidth'),
(1396, 13071, 'cmsmasters_sidebar_id', ''),
(1397, 13071, 'cmsmasters_bottom_sidebar', 'false'),
(1398, 13071, 'cmsmasters_bottom_sidebar_id', ''),
(1399, 13071, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(1400, 13071, 'cmsmasters_bg_default', 'true'),
(1401, 13071, 'cmsmasters_bg_col', '#ffffff'),
(1402, 13071, 'cmsmasters_bg_img_enable', 'false'),
(1403, 13071, 'cmsmasters_bg_img', ''),
(1404, 13071, 'cmsmasters_bg_rep', 'no-repeat'),
(1405, 13071, 'cmsmasters_bg_pos', 'top center'),
(1406, 13071, 'cmsmasters_bg_att', 'scroll'),
(1407, 13071, 'cmsmasters_bg_size', 'cover'),
(1408, 13071, 'cmsmasters_heading', 'default'),
(1409, 13071, 'cmsmasters_heading_title', ''),
(1410, 13071, 'cmsmasters_heading_subtitle', ''),
(1411, 13071, 'cmsmasters_heading_icon', ''),
(1412, 13071, 'cmsmasters_heading_alignment', 'center'),
(1413, 13071, 'cmsmasters_heading_scheme', 'default'),
(1414, 13071, 'cmsmasters_heading_bg_img_enable', 'true'),
(1415, 13071, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(1416, 13071, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(1417, 13071, 'cmsmasters_heading_bg_att', 'scroll'),
(1418, 13071, 'cmsmasters_heading_bg_size', 'cover'),
(1419, 13071, 'cmsmasters_heading_bg_color', ''),
(1420, 13071, 'cmsmasters_heading_height', '360'),
(1421, 13071, 'cmsmasters_breadcrumbs', 'true'),
(1422, 13071, 'cmsmasters_composer_fullscreen', 'false'),
(1423, 13071, 'slide_template', 'default'),
(1424, 13071, 'cmsmasters_event_schedule_title', 'true'),
(1425, 13071, 'cmsmasters_event_schedule_time', '10:30 AM - 11:30 AM'),
(1426, 13071, 'cmsmasters_event_schedule_speaker', 'Alice Bohm'),
(1427, 13071, 'cmsmasters_event_schedule_sharing_box', 'true'),
(1428, 13071, '_wp_old_slug', 'getting-to-know-the-tech'),
(1429, 13071, 'cmsmasters_event_schedule_speaker_heading', 'Founder Chief Designer '),
(1430, 13071, '_dp_original', '12498'),
(1431, 13073, 'cmsmasters_composer_show', 'false'),
(1432, 13073, 'cmsmasters_post_image_show', 'false'),
(1433, 13073, 'cmsmasters_post_image_link', ''),
(1434, 13073, 'cmsmasters_post_images', ''),
(1435, 13073, 'cmsmasters_post_video_type', 'embedded'),
(1436, 13073, 'cmsmasters_post_video_link', ''),
(1437, 13073, 'cmsmasters_post_video_links', ''),
(1438, 13073, 'cmsmasters_post_audio_links', ''),
(1439, 13073, 'cmsmasters_post_title', 'false'),
(1440, 13073, 'cmsmasters_post_sharing_box', 'false'),
(1441, 13073, 'cmsmasters_post_author_box', 'false'),
(1442, 13073, 'cmsmasters_post_more_posts', 'popular'),
(1443, 13073, 'cmsmasters_post_read_more', 'Continue Reading...'),
(1444, 13073, 'cmsmasters_page_scheme', 'default'),
(1445, 13073, 'cmsmasters_layout', 'fullwidth'),
(1446, 13073, 'cmsmasters_sidebar_id', ''),
(1447, 13073, 'cmsmasters_bottom_sidebar', 'false'),
(1448, 13073, 'cmsmasters_bottom_sidebar_id', ''),
(1449, 13073, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(1450, 13073, 'cmsmasters_bg_default', 'true'),
(1451, 13073, 'cmsmasters_bg_col', '#ffffff'),
(1452, 13073, 'cmsmasters_bg_img_enable', 'false'),
(1453, 13073, 'cmsmasters_bg_img', ''),
(1454, 13073, 'cmsmasters_bg_rep', 'no-repeat'),
(1455, 13073, 'cmsmasters_bg_pos', 'top center'),
(1456, 13073, 'cmsmasters_bg_att', 'scroll'),
(1457, 13073, 'cmsmasters_bg_size', 'cover'),
(1458, 13073, 'cmsmasters_heading', 'default'),
(1459, 13073, 'cmsmasters_heading_title', ''),
(1460, 13073, 'cmsmasters_heading_subtitle', ''),
(1461, 13073, 'cmsmasters_heading_icon', ''),
(1462, 13073, 'cmsmasters_heading_alignment', 'center'),
(1463, 13073, 'cmsmasters_heading_scheme', 'default'),
(1464, 13073, 'cmsmasters_heading_bg_img_enable', 'true'),
(1465, 13073, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(1466, 13073, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(1467, 13073, 'cmsmasters_heading_bg_att', 'scroll'),
(1468, 13073, 'cmsmasters_heading_bg_size', 'cover'),
(1469, 13073, 'cmsmasters_heading_bg_color', ''),
(1470, 13073, 'cmsmasters_heading_height', '360'),
(1471, 13073, 'cmsmasters_breadcrumbs', 'true'),
(1472, 13073, 'cmsmasters_composer_fullscreen', 'false'),
(1473, 13073, 'slide_template', 'default'),
(1474, 13073, 'cmsmasters_event_schedule_title', 'true'),
(1475, 13073, 'cmsmasters_event_schedule_time', '13:30 AM - 15:30 AM'),
(1476, 13073, 'cmsmasters_event_schedule_speaker', 'Alice Bohm'),
(1477, 13073, 'cmsmasters_event_schedule_sharing_box', 'true'),
(1478, 13073, '_wp_old_slug', 'getting-to-know-the-tech'),
(1479, 13073, 'cmsmasters_event_schedule_speaker_heading', 'Founder Chief Designer '),
(1480, 13073, '_dp_original', '13071'),
(1481, 13075, 'cmsmasters_composer_show', 'false'),
(1482, 13075, 'cmsmasters_post_image_show', 'false'),
(1483, 13075, 'cmsmasters_post_image_link', ''),
(1484, 13075, 'cmsmasters_post_images', ''),
(1485, 13075, 'cmsmasters_post_video_type', 'embedded'),
(1486, 13075, 'cmsmasters_post_video_link', ''),
(1487, 13075, 'cmsmasters_post_video_links', ''),
(1488, 13075, 'cmsmasters_post_audio_links', ''),
(1489, 13075, 'cmsmasters_post_title', 'false'),
(1490, 13075, 'cmsmasters_post_sharing_box', 'false'),
(1491, 13075, 'cmsmasters_post_author_box', 'false'),
(1492, 13075, 'cmsmasters_post_more_posts', 'popular'),
(1493, 13075, 'cmsmasters_post_read_more', 'Continue Reading...'),
(1494, 13075, 'cmsmasters_page_scheme', 'default'),
(1495, 13075, 'cmsmasters_layout', 'fullwidth'),
(1496, 13075, 'cmsmasters_sidebar_id', ''),
(1497, 13075, 'cmsmasters_bottom_sidebar', 'false'),
(1498, 13075, 'cmsmasters_bottom_sidebar_id', ''),
(1499, 13075, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(1500, 13075, 'cmsmasters_bg_default', 'true'),
(1501, 13075, 'cmsmasters_bg_col', '#ffffff'),
(1502, 13075, 'cmsmasters_bg_img_enable', 'false'),
(1503, 13075, 'cmsmasters_bg_img', ''),
(1504, 13075, 'cmsmasters_bg_rep', 'no-repeat'),
(1505, 13075, 'cmsmasters_bg_pos', 'top center'),
(1506, 13075, 'cmsmasters_bg_att', 'scroll'),
(1507, 13075, 'cmsmasters_bg_size', 'cover'),
(1508, 13075, 'cmsmasters_heading', 'default'),
(1509, 13075, 'cmsmasters_heading_title', ''),
(1510, 13075, 'cmsmasters_heading_subtitle', ''),
(1511, 13075, 'cmsmasters_heading_icon', ''),
(1512, 13075, 'cmsmasters_heading_alignment', 'center'),
(1513, 13075, 'cmsmasters_heading_scheme', 'default'),
(1514, 13075, 'cmsmasters_heading_bg_img_enable', 'true'),
(1515, 13075, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(1516, 13075, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(1517, 13075, 'cmsmasters_heading_bg_att', 'scroll'),
(1518, 13075, 'cmsmasters_heading_bg_size', 'cover'),
(1519, 13075, 'cmsmasters_heading_bg_color', ''),
(1520, 13075, 'cmsmasters_heading_height', '360'),
(1521, 13075, 'cmsmasters_breadcrumbs', 'true'),
(1522, 13075, 'cmsmasters_composer_fullscreen', 'false'),
(1523, 13075, 'slide_template', 'default'),
(1524, 13075, 'cmsmasters_event_schedule_title', 'true'),
(1525, 13075, 'cmsmasters_event_schedule_time', '12:30 AM - 16:00 AM'),
(1526, 13075, 'cmsmasters_event_schedule_speaker', 'Alice Bohm'),
(1527, 13075, 'cmsmasters_event_schedule_sharing_box', 'true'),
(1528, 13075, '_wp_old_slug', 'getting-to-know-the-tech'),
(1529, 13075, 'cmsmasters_event_schedule_speaker_heading', 'Founder Chief Designer '),
(1530, 13075, '_dp_original', '13073'),
(1531, 13077, 'cmsmasters_composer_show', 'false'),
(1532, 13077, 'cmsmasters_post_image_show', 'false'),
(1533, 13077, 'cmsmasters_post_image_link', ''),
(1534, 13077, 'cmsmasters_post_images', ''),
(1535, 13077, 'cmsmasters_post_video_type', 'embedded'),
(1536, 13077, 'cmsmasters_post_video_link', ''),
(1537, 13077, 'cmsmasters_post_video_links', ''),
(1538, 13077, 'cmsmasters_post_audio_links', ''),
(1539, 13077, 'cmsmasters_post_title', 'false'),
(1540, 13077, 'cmsmasters_post_sharing_box', 'false'),
(1541, 13077, 'cmsmasters_post_author_box', 'false'),
(1542, 13077, 'cmsmasters_post_more_posts', 'popular'),
(1543, 13077, 'cmsmasters_post_read_more', 'Continue Reading...'),
(1544, 13077, 'cmsmasters_page_scheme', 'default'),
(1545, 13077, 'cmsmasters_layout', 'fullwidth'),
(1546, 13077, 'cmsmasters_sidebar_id', ''),
(1547, 13077, 'cmsmasters_bottom_sidebar', 'false'),
(1548, 13077, 'cmsmasters_bottom_sidebar_id', ''),
(1549, 13077, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(1550, 13077, 'cmsmasters_bg_default', 'true'),
(1551, 13077, 'cmsmasters_bg_col', '#ffffff'),
(1552, 13077, 'cmsmasters_bg_img_enable', 'false'),
(1553, 13077, 'cmsmasters_bg_img', ''),
(1554, 13077, 'cmsmasters_bg_rep', 'no-repeat'),
(1555, 13077, 'cmsmasters_bg_pos', 'top center'),
(1556, 13077, 'cmsmasters_bg_att', 'scroll'),
(1557, 13077, 'cmsmasters_bg_size', 'cover'),
(1558, 13077, 'cmsmasters_heading', 'default'),
(1559, 13077, 'cmsmasters_heading_title', ''),
(1560, 13077, 'cmsmasters_heading_subtitle', ''),
(1561, 13077, 'cmsmasters_heading_icon', ''),
(1562, 13077, 'cmsmasters_heading_alignment', 'center'),
(1563, 13077, 'cmsmasters_heading_scheme', 'default'),
(1564, 13077, 'cmsmasters_heading_bg_img_enable', 'true'),
(1565, 13077, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(1566, 13077, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(1567, 13077, 'cmsmasters_heading_bg_att', 'scroll'),
(1568, 13077, 'cmsmasters_heading_bg_size', 'cover'),
(1569, 13077, 'cmsmasters_heading_bg_color', ''),
(1570, 13077, 'cmsmasters_heading_height', '360'),
(1571, 13077, 'cmsmasters_breadcrumbs', 'true'),
(1572, 13077, 'cmsmasters_composer_fullscreen', 'false'),
(1573, 13077, 'slide_template', 'default'),
(1574, 13077, 'cmsmasters_event_schedule_title', 'true'),
(1575, 13077, 'cmsmasters_event_schedule_time', '16:30 AM - 19:00 AM'),
(1576, 13077, 'cmsmasters_event_schedule_speaker', 'Alice Bohm'),
(1577, 13077, 'cmsmasters_event_schedule_sharing_box', 'true'),
(1578, 13077, '_wp_old_slug', 'getting-to-know-the-tech'),
(1579, 13077, 'cmsmasters_event_schedule_speaker_heading', 'Founder Chief Designer '),
(1580, 13077, '_dp_original', '13075'),
(1581, 13079, 'cmsmasters_composer_show', 'false'),
(1582, 13079, 'cmsmasters_post_image_show', 'false'),
(1583, 13079, 'cmsmasters_post_image_link', ''),
(1584, 13079, 'cmsmasters_post_images', ''),
(1585, 13079, 'cmsmasters_post_video_type', 'embedded'),
(1586, 13079, 'cmsmasters_post_video_link', ''),
(1587, 13079, 'cmsmasters_post_video_links', ''),
(1588, 13079, 'cmsmasters_post_audio_links', ''),
(1589, 13079, 'cmsmasters_post_title', 'false'),
(1590, 13079, 'cmsmasters_post_sharing_box', 'false'),
(1591, 13079, 'cmsmasters_post_author_box', 'false'),
(1592, 13079, 'cmsmasters_post_more_posts', 'popular'),
(1593, 13079, 'cmsmasters_post_read_more', 'Continue Reading...'),
(1594, 13079, 'cmsmasters_page_scheme', 'default'),
(1595, 13079, 'cmsmasters_layout', 'fullwidth'),
(1596, 13079, 'cmsmasters_sidebar_id', ''),
(1597, 13079, 'cmsmasters_bottom_sidebar', 'false'),
(1598, 13079, 'cmsmasters_bottom_sidebar_id', ''),
(1599, 13079, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(1600, 13079, 'cmsmasters_bg_default', 'true'),
(1601, 13079, 'cmsmasters_bg_col', '#ffffff'),
(1602, 13079, 'cmsmasters_bg_img_enable', 'false'),
(1603, 13079, 'cmsmasters_bg_img', ''),
(1604, 13079, 'cmsmasters_bg_rep', 'no-repeat'),
(1605, 13079, 'cmsmasters_bg_pos', 'top center'),
(1606, 13079, 'cmsmasters_bg_att', 'scroll'),
(1607, 13079, 'cmsmasters_bg_size', 'cover'),
(1608, 13079, 'cmsmasters_heading', 'default'),
(1609, 13079, 'cmsmasters_heading_title', ''),
(1610, 13079, 'cmsmasters_heading_subtitle', ''),
(1611, 13079, 'cmsmasters_heading_icon', ''),
(1612, 13079, 'cmsmasters_heading_alignment', 'center'),
(1613, 13079, 'cmsmasters_heading_scheme', 'default'),
(1614, 13079, 'cmsmasters_heading_bg_img_enable', 'true'),
(1615, 13079, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(1616, 13079, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(1617, 13079, 'cmsmasters_heading_bg_att', 'scroll'),
(1618, 13079, 'cmsmasters_heading_bg_size', 'cover'),
(1619, 13079, 'cmsmasters_heading_bg_color', ''),
(1620, 13079, 'cmsmasters_heading_height', '360'),
(1621, 13079, 'cmsmasters_breadcrumbs', 'true'),
(1622, 13079, 'cmsmasters_composer_fullscreen', 'false'),
(1623, 13079, 'slide_template', 'default'),
(1624, 13079, 'cmsmasters_event_schedule_title', 'true'),
(1625, 13079, 'cmsmasters_event_schedule_time', '17:00 PM - 18:30 PM'),
(1626, 13079, 'cmsmasters_event_schedule_speaker', 'Eric Boldy'),
(1627, 13079, 'cmsmasters_event_schedule_sharing_box', 'true'),
(1628, 13079, '_wp_old_slug', 'events-shedule'),
(1629, 13079, 'cmsmasters_event_schedule_speaker_heading', 'Serial Entrepreneur'),
(1630, 13079, '_dp_original', '12661'),
(1631, 13157, '_menu_item_type', 'custom'),
(1632, 13157, '_menu_item_menu_item_parent', '13156'),
(1633, 13157, '_menu_item_object_id', '13157'),
(1634, 13157, '_menu_item_object', 'custom'),
(1635, 13157, '_menu_item_target', ''),
(1636, 13157, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1637, 13157, '_menu_item_xfn', ''),
(1638, 13157, '_menu_item_url', 'http://in-conference.cmsmasters.net/demo/profile/martin-branson/'),
(1639, 13157, '_menu_item_highlight', ''),
(1640, 13157, '_menu_item_color', ''),
(1641, 13157, '_menu_item_icon', ''),
(1642, 13157, '_menu_item_tag', ''),
(1643, 13157, '_menu_item_drop_side', ''),
(1644, 13157, '_menu_item_mega', ''),
(1645, 13157, '_menu_item_mega_cols', ''),
(1646, 13157, '_menu_item_mega_cols_full', ''),
(1647, 13157, '_menu_item_mega_bg_img', ''),
(1648, 13157, '_menu_item_mega_bg_pos', ''),
(1649, 13157, '_menu_item_mega_bg_rep', ''),
(1650, 13157, '_menu_item_mega_bg_size', ''),
(1651, 13157, '_menu_item_hide_text', ''),
(1652, 13157, '_menu_item_subtitle', ''),
(1653, 13157, '_menu_item_mega_descr_text', ''),
(1654, 13158, '_menu_item_type', 'custom'),
(1655, 13158, '_menu_item_menu_item_parent', '13147'),
(1656, 13158, '_menu_item_object_id', '13158'),
(1657, 13158, '_menu_item_object', 'custom'),
(1658, 13158, '_menu_item_target', ''),
(1659, 13158, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1660, 13158, '_menu_item_xfn', ''),
(1661, 13158, '_menu_item_url', ''),
(1662, 13158, '_menu_item_highlight', ''),
(1663, 13158, '_menu_item_color', ''),
(1664, 13158, '_menu_item_icon', ''),
(1665, 13158, '_menu_item_tag', ''),
(1666, 13158, '_menu_item_drop_side', ''),
(1667, 13158, '_menu_item_mega', ''),
(1668, 13158, '_menu_item_mega_cols', ''),
(1669, 13158, '_menu_item_mega_cols_full', ''),
(1670, 13158, '_menu_item_mega_bg_img', ''),
(1671, 13158, '_menu_item_mega_bg_pos', ''),
(1672, 13158, '_menu_item_mega_bg_rep', ''),
(1673, 13158, '_menu_item_mega_bg_size', ''),
(1674, 13158, '_menu_item_hide_text', ''),
(1675, 13158, '_menu_item_subtitle', ''),
(1676, 13158, '_menu_item_mega_descr_text', ''),
(1677, 13159, '_menu_item_type', 'custom'),
(1678, 13159, '_menu_item_menu_item_parent', '0'),
(1679, 13159, '_menu_item_object_id', '13159'),
(1680, 13159, '_menu_item_object', 'custom'),
(1681, 13159, '_menu_item_target', ''),
(1682, 13159, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1683, 13159, '_menu_item_xfn', ''),
(1684, 13159, '_menu_item_url', '#'),
(1685, 13159, '_menu_item_highlight', ''),
(1686, 13159, '_menu_item_color', ''),
(1687, 13159, '_menu_item_icon', ''),
(1688, 13159, '_menu_item_tag', ''),
(1689, 13159, '_menu_item_drop_side', ''),
(1690, 13159, '_menu_item_mega', ''),
(1691, 13159, '_menu_item_mega_cols', ''),
(1692, 13159, '_menu_item_mega_cols_full', ''),
(1693, 13159, '_menu_item_mega_bg_img', ''),
(1694, 13159, '_menu_item_mega_bg_pos', ''),
(1695, 13159, '_menu_item_mega_bg_rep', ''),
(1696, 13159, '_menu_item_mega_bg_size', ''),
(1697, 13159, '_menu_item_hide_text', ''),
(1698, 13159, '_menu_item_subtitle', ''),
(1699, 13159, '_menu_item_mega_descr_text', ''),
(1700, 13160, '_menu_item_type', 'custom'),
(1701, 13160, '_menu_item_menu_item_parent', '0'),
(1702, 13160, '_menu_item_object_id', '13160'),
(1703, 13160, '_menu_item_object', 'custom'),
(1704, 13160, '_menu_item_target', ''),
(1705, 13160, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1706, 13160, '_menu_item_xfn', ''),
(1707, 13160, '_menu_item_url', '#'),
(1708, 13160, '_menu_item_highlight', ''),
(1709, 13160, '_menu_item_color', ''),
(1710, 13160, '_menu_item_icon', ''),
(1711, 13160, '_menu_item_tag', ''),
(1712, 13160, '_menu_item_drop_side', ''),
(1713, 13160, '_menu_item_mega', ''),
(1714, 13160, '_menu_item_mega_cols', ''),
(1715, 13160, '_menu_item_mega_cols_full', ''),
(1716, 13160, '_menu_item_mega_bg_img', ''),
(1717, 13160, '_menu_item_mega_bg_pos', ''),
(1718, 13160, '_menu_item_mega_bg_rep', ''),
(1719, 13160, '_menu_item_mega_bg_size', ''),
(1720, 13160, '_menu_item_hide_text', ''),
(1721, 13160, '_menu_item_subtitle', ''),
(1722, 13160, '_menu_item_mega_descr_text', ''),
(1723, 13161, '_menu_item_type', 'custom'),
(1724, 13161, '_menu_item_menu_item_parent', '0'),
(1725, 13161, '_menu_item_object_id', '13161'),
(1726, 13161, '_menu_item_object', 'custom'),
(1727, 13161, '_menu_item_target', ''),
(1728, 13161, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1729, 13161, '_menu_item_xfn', ''),
(1730, 13161, '_menu_item_url', '#'),
(1731, 13161, '_menu_item_highlight', ''),
(1732, 13161, '_menu_item_color', ''),
(1733, 13161, '_menu_item_icon', ''),
(1734, 13161, '_menu_item_tag', ''),
(1735, 13161, '_menu_item_drop_side', ''),
(1736, 13161, '_menu_item_mega', ''),
(1737, 13161, '_menu_item_mega_cols', ''),
(1738, 13161, '_menu_item_mega_cols_full', ''),
(1739, 13161, '_menu_item_mega_bg_img', ''),
(1740, 13161, '_menu_item_mega_bg_pos', ''),
(1741, 13161, '_menu_item_mega_bg_rep', ''),
(1742, 13161, '_menu_item_mega_bg_size', ''),
(1743, 13161, '_menu_item_hide_text', ''),
(1744, 13161, '_menu_item_subtitle', ''),
(1745, 13161, '_menu_item_mega_descr_text', ''),
(1746, 13162, '_menu_item_type', 'custom'),
(1747, 13162, '_menu_item_menu_item_parent', '0'),
(1748, 13162, '_menu_item_object_id', '13162'),
(1749, 13162, '_menu_item_object', 'custom'),
(1750, 13162, '_menu_item_target', ''),
(1751, 13162, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1752, 13162, '_menu_item_xfn', ''),
(1753, 13162, '_menu_item_url', '#'),
(1754, 13162, '_menu_item_highlight', ''),
(1755, 13162, '_menu_item_color', ''),
(1756, 13162, '_menu_item_icon', ''),
(1757, 13162, '_menu_item_tag', ''),
(1758, 13162, '_menu_item_drop_side', ''),
(1759, 13162, '_menu_item_mega', ''),
(1760, 13162, '_menu_item_mega_cols', ''),
(1761, 13162, '_menu_item_mega_cols_full', ''),
(1762, 13162, '_menu_item_mega_bg_img', ''),
(1763, 13162, '_menu_item_mega_bg_pos', ''),
(1764, 13162, '_menu_item_mega_bg_rep', ''),
(1765, 13162, '_menu_item_mega_bg_size', ''),
(1766, 13162, '_menu_item_hide_text', ''),
(1767, 13162, '_menu_item_subtitle', ''),
(1768, 13162, '_menu_item_mega_descr_text', ''),
(1769, 13163, '_menu_item_type', 'custom'),
(1770, 13163, '_menu_item_menu_item_parent', '0'),
(1771, 13163, '_menu_item_object_id', '13163'),
(1772, 13163, '_menu_item_object', 'custom'),
(1773, 13163, '_menu_item_target', ''),
(1774, 13163, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1775, 13163, '_menu_item_xfn', ''),
(1776, 13163, '_menu_item_url', '#'),
(1777, 13163, '_menu_item_highlight', ''),
(1778, 13163, '_menu_item_color', ''),
(1779, 13163, '_menu_item_icon', ''),
(1780, 13163, '_menu_item_tag', ''),
(1781, 13163, '_menu_item_drop_side', ''),
(1782, 13163, '_menu_item_mega', ''),
(1783, 13163, '_menu_item_mega_cols', ''),
(1784, 13163, '_menu_item_mega_cols_full', ''),
(1785, 13163, '_menu_item_mega_bg_img', ''),
(1786, 13163, '_menu_item_mega_bg_pos', ''),
(1787, 13163, '_menu_item_mega_bg_rep', ''),
(1788, 13163, '_menu_item_mega_bg_size', ''),
(1789, 13163, '_menu_item_hide_text', ''),
(1790, 13163, '_menu_item_subtitle', ''),
(1791, 13163, '_menu_item_mega_descr_text', ''),
(1792, 13164, '_menu_item_type', 'custom'),
(1793, 13164, '_menu_item_menu_item_parent', '0'),
(1794, 13164, '_menu_item_object_id', '13164'),
(1795, 13164, '_menu_item_object', 'custom'),
(1796, 13164, '_menu_item_target', ''),
(1797, 13164, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1798, 13164, '_menu_item_xfn', ''),
(1799, 13164, '_menu_item_url', '#'),
(1800, 13164, '_menu_item_highlight', ''),
(1801, 13164, '_menu_item_color', ''),
(1802, 13164, '_menu_item_icon', ''),
(1803, 13164, '_menu_item_tag', ''),
(1804, 13164, '_menu_item_drop_side', ''),
(1805, 13164, '_menu_item_mega', ''),
(1806, 13164, '_menu_item_mega_cols', ''),
(1807, 13164, '_menu_item_mega_cols_full', ''),
(1808, 13164, '_menu_item_mega_bg_img', ''),
(1809, 13164, '_menu_item_mega_bg_pos', ''),
(1810, 13164, '_menu_item_mega_bg_rep', ''),
(1811, 13164, '_menu_item_mega_bg_size', ''),
(1812, 13164, '_menu_item_hide_text', ''),
(1813, 13164, '_menu_item_subtitle', ''),
(1814, 13164, '_menu_item_mega_descr_text', ''),
(1815, 13165, '_menu_item_type', 'custom'),
(1816, 13165, '_menu_item_menu_item_parent', '0'),
(1817, 13165, '_menu_item_object_id', '13165'),
(1818, 13165, '_menu_item_object', 'custom'),
(1819, 13165, '_menu_item_target', ''),
(1820, 13165, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1821, 13165, '_menu_item_xfn', ''),
(1822, 13165, '_menu_item_url', '#'),
(1823, 13165, '_menu_item_highlight', ''),
(1824, 13165, '_menu_item_color', ''),
(1825, 13165, '_menu_item_icon', ''),
(1826, 13165, '_menu_item_tag', ''),
(1827, 13165, '_menu_item_drop_side', ''),
(1828, 13165, '_menu_item_mega', ''),
(1829, 13165, '_menu_item_mega_cols', ''),
(1830, 13165, '_menu_item_mega_cols_full', ''),
(1831, 13165, '_menu_item_mega_bg_img', ''),
(1832, 13165, '_menu_item_mega_bg_pos', ''),
(1833, 13165, '_menu_item_mega_bg_rep', ''),
(1834, 13165, '_menu_item_mega_bg_size', ''),
(1835, 13165, '_menu_item_hide_text', ''),
(1836, 13165, '_menu_item_subtitle', ''),
(1837, 13165, '_menu_item_mega_descr_text', ''),
(1838, 13166, '_menu_item_type', 'custom'),
(1839, 13166, '_menu_item_menu_item_parent', '0'),
(1840, 13166, '_menu_item_object_id', '13166'),
(1841, 13166, '_menu_item_object', 'custom'),
(1842, 13166, '_menu_item_target', ''),
(1843, 13166, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1844, 13166, '_menu_item_xfn', ''),
(1845, 13166, '_menu_item_url', '#'),
(1846, 13166, '_menu_item_highlight', ''),
(1847, 13166, '_menu_item_color', ''),
(1848, 13166, '_menu_item_icon', ''),
(1849, 13166, '_menu_item_tag', ''),
(1850, 13166, '_menu_item_drop_side', ''),
(1851, 13166, '_menu_item_mega', ''),
(1852, 13166, '_menu_item_mega_cols', ''),
(1853, 13166, '_menu_item_mega_cols_full', ''),
(1854, 13166, '_menu_item_mega_bg_img', ''),
(1855, 13166, '_menu_item_mega_bg_pos', ''),
(1856, 13166, '_menu_item_mega_bg_rep', ''),
(1857, 13166, '_menu_item_mega_bg_size', ''),
(1858, 13166, '_menu_item_hide_text', ''),
(1859, 13166, '_menu_item_subtitle', ''),
(1860, 13166, '_menu_item_mega_descr_text', ''),
(1861, 13167, '_menu_item_type', 'custom'),
(1862, 13167, '_menu_item_menu_item_parent', '0'),
(1863, 13167, '_menu_item_object_id', '13167'),
(1864, 13167, '_menu_item_object', 'custom'),
(1865, 13167, '_menu_item_target', ''),
(1866, 13167, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1867, 13167, '_menu_item_xfn', ''),
(1868, 13167, '_menu_item_url', '#'),
(1869, 13167, '_menu_item_highlight', ''),
(1870, 13167, '_menu_item_color', ''),
(1871, 13167, '_menu_item_icon', ''),
(1872, 13167, '_menu_item_tag', ''),
(1873, 13167, '_menu_item_drop_side', ''),
(1874, 13167, '_menu_item_mega', ''),
(1875, 13167, '_menu_item_mega_cols', ''),
(1876, 13167, '_menu_item_mega_cols_full', ''),
(1877, 13167, '_menu_item_mega_bg_img', ''),
(1878, 13167, '_menu_item_mega_bg_pos', ''),
(1879, 13167, '_menu_item_mega_bg_rep', ''),
(1880, 13167, '_menu_item_mega_bg_size', ''),
(1881, 13167, '_menu_item_hide_text', ''),
(1882, 13167, '_menu_item_subtitle', ''),
(1883, 13167, '_menu_item_mega_descr_text', ''),
(1884, 13168, '_menu_item_type', 'custom'),
(1885, 13168, '_menu_item_menu_item_parent', '0'),
(1886, 13168, '_menu_item_object_id', '13168'),
(1887, 13168, '_menu_item_object', 'custom'),
(1888, 13168, '_menu_item_target', ''),
(1889, 13168, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1890, 13168, '_menu_item_xfn', ''),
(1891, 13168, '_menu_item_url', '#'),
(1892, 13168, '_menu_item_highlight', ''),
(1893, 13168, '_menu_item_color', ''),
(1894, 13168, '_menu_item_icon', ''),
(1895, 13168, '_menu_item_tag', ''),
(1896, 13168, '_menu_item_drop_side', ''),
(1897, 13168, '_menu_item_mega', ''),
(1898, 13168, '_menu_item_mega_cols', ''),
(1899, 13168, '_menu_item_mega_cols_full', ''),
(1900, 13168, '_menu_item_mega_bg_img', ''),
(1901, 13168, '_menu_item_mega_bg_pos', ''),
(1902, 13168, '_menu_item_mega_bg_rep', ''),
(1903, 13168, '_menu_item_mega_bg_size', ''),
(1904, 13168, '_menu_item_hide_text', ''),
(1905, 13168, '_menu_item_subtitle', ''),
(1906, 13168, '_menu_item_mega_descr_text', ''),
(1907, 13169, '_menu_item_type', 'custom'),
(1908, 13169, '_menu_item_menu_item_parent', '0'),
(1909, 13169, '_menu_item_object_id', '13169'),
(1910, 13169, '_menu_item_object', 'custom'),
(1911, 13169, '_menu_item_target', ''),
(1912, 13169, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1913, 13169, '_menu_item_xfn', ''),
(1914, 13169, '_menu_item_url', '#'),
(1915, 13169, '_menu_item_highlight', ''),
(1916, 13169, '_menu_item_color', ''),
(1917, 13169, '_menu_item_icon', ''),
(1918, 13169, '_menu_item_tag', ''),
(1919, 13169, '_menu_item_drop_side', ''),
(1920, 13169, '_menu_item_mega', ''),
(1921, 13169, '_menu_item_mega_cols', ''),
(1922, 13169, '_menu_item_mega_cols_full', ''),
(1923, 13169, '_menu_item_mega_bg_img', ''),
(1924, 13169, '_menu_item_mega_bg_pos', ''),
(1925, 13169, '_menu_item_mega_bg_rep', ''),
(1926, 13169, '_menu_item_mega_bg_size', ''),
(1927, 13169, '_menu_item_hide_text', ''),
(1928, 13169, '_menu_item_subtitle', ''),
(1929, 13169, '_menu_item_mega_descr_text', ''),
(1930, 13170, '_menu_item_type', 'custom'),
(1931, 13170, '_menu_item_menu_item_parent', '0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1932, 13170, '_menu_item_object_id', '13170'),
(1933, 13170, '_menu_item_object', 'custom'),
(1934, 13170, '_menu_item_target', ''),
(1935, 13170, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1936, 13170, '_menu_item_xfn', ''),
(1937, 13170, '_menu_item_url', '#'),
(1938, 13170, '_menu_item_highlight', ''),
(1939, 13170, '_menu_item_color', ''),
(1940, 13170, '_menu_item_icon', ''),
(1941, 13170, '_menu_item_tag', ''),
(1942, 13170, '_menu_item_drop_side', ''),
(1943, 13170, '_menu_item_mega', ''),
(1944, 13170, '_menu_item_mega_cols', ''),
(1945, 13170, '_menu_item_mega_cols_full', ''),
(1946, 13170, '_menu_item_mega_bg_img', ''),
(1947, 13170, '_menu_item_mega_bg_pos', ''),
(1948, 13170, '_menu_item_mega_bg_rep', ''),
(1949, 13170, '_menu_item_mega_bg_size', ''),
(1950, 13170, '_menu_item_hide_text', ''),
(1951, 13170, '_menu_item_subtitle', ''),
(1952, 13170, '_menu_item_mega_descr_text', ''),
(1953, 13171, '_menu_item_type', 'custom'),
(1954, 13171, '_menu_item_menu_item_parent', '13152'),
(1955, 13171, '_menu_item_object_id', '13171'),
(1956, 13171, '_menu_item_object', 'custom'),
(1957, 13171, '_menu_item_target', ''),
(1958, 13171, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1959, 13171, '_menu_item_xfn', ''),
(1960, 13171, '_menu_item_url', '#'),
(1961, 13171, '_menu_item_highlight', ''),
(1962, 13171, '_menu_item_color', ''),
(1963, 13171, '_menu_item_icon', ''),
(1964, 13171, '_menu_item_tag', ''),
(1965, 13171, '_menu_item_drop_side', ''),
(1966, 13171, '_menu_item_mega', ''),
(1967, 13171, '_menu_item_mega_cols', ''),
(1968, 13171, '_menu_item_mega_cols_full', ''),
(1969, 13171, '_menu_item_mega_bg_img', ''),
(1970, 13171, '_menu_item_mega_bg_pos', ''),
(1971, 13171, '_menu_item_mega_bg_rep', ''),
(1972, 13171, '_menu_item_mega_bg_size', ''),
(1973, 13171, '_menu_item_hide_text', ''),
(1974, 13171, '_menu_item_subtitle', ''),
(1975, 13171, '_menu_item_mega_descr_text', ''),
(1976, 13172, '_menu_item_type', 'custom'),
(1977, 13172, '_menu_item_menu_item_parent', '13171'),
(1978, 13172, '_menu_item_object_id', '13172'),
(1979, 13172, '_menu_item_object', 'custom'),
(1980, 13172, '_menu_item_target', ''),
(1981, 13172, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1982, 13172, '_menu_item_xfn', ''),
(1983, 13172, '_menu_item_url', 'http://in-conference.cmsmasters.net/demo/events/month/'),
(1984, 13172, '_menu_item_highlight', ''),
(1985, 13172, '_menu_item_color', ''),
(1986, 13172, '_menu_item_icon', ''),
(1987, 13172, '_menu_item_tag', ''),
(1988, 13172, '_menu_item_drop_side', ''),
(1989, 13172, '_menu_item_mega', ''),
(1990, 13172, '_menu_item_mega_cols', ''),
(1991, 13172, '_menu_item_mega_cols_full', ''),
(1992, 13172, '_menu_item_mega_bg_img', ''),
(1993, 13172, '_menu_item_mega_bg_pos', ''),
(1994, 13172, '_menu_item_mega_bg_rep', ''),
(1995, 13172, '_menu_item_mega_bg_size', ''),
(1996, 13172, '_menu_item_hide_text', ''),
(1997, 13172, '_menu_item_subtitle', ''),
(1998, 13172, '_menu_item_mega_descr_text', ''),
(1999, 13173, '_menu_item_type', 'custom'),
(2000, 13173, '_menu_item_menu_item_parent', '13171'),
(2001, 13173, '_menu_item_object_id', '13173'),
(2002, 13173, '_menu_item_object', 'custom'),
(2003, 13173, '_menu_item_target', ''),
(2004, 13173, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2005, 13173, '_menu_item_xfn', ''),
(2006, 13173, '_menu_item_url', 'http://in-conference.cmsmasters.net/demo/events/map/'),
(2007, 13173, '_menu_item_highlight', ''),
(2008, 13173, '_menu_item_color', ''),
(2009, 13173, '_menu_item_icon', ''),
(2010, 13173, '_menu_item_tag', ''),
(2011, 13173, '_menu_item_drop_side', ''),
(2012, 13173, '_menu_item_mega', ''),
(2013, 13173, '_menu_item_mega_cols', ''),
(2014, 13173, '_menu_item_mega_cols_full', ''),
(2015, 13173, '_menu_item_mega_bg_img', ''),
(2016, 13173, '_menu_item_mega_bg_pos', ''),
(2017, 13173, '_menu_item_mega_bg_rep', ''),
(2018, 13173, '_menu_item_mega_bg_size', ''),
(2019, 13173, '_menu_item_hide_text', ''),
(2020, 13173, '_menu_item_subtitle', ''),
(2021, 13173, '_menu_item_mega_descr_text', ''),
(2022, 13174, '_menu_item_type', 'custom'),
(2023, 13174, '_menu_item_menu_item_parent', '13171'),
(2024, 13174, '_menu_item_object_id', '13174'),
(2025, 13174, '_menu_item_object', 'custom'),
(2026, 13174, '_menu_item_target', ''),
(2027, 13174, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2028, 13174, '_menu_item_xfn', ''),
(2029, 13174, '_menu_item_url', 'http://in-conference.cmsmasters.net/demo/events/photo/'),
(2030, 13174, '_menu_item_highlight', ''),
(2031, 13174, '_menu_item_color', ''),
(2032, 13174, '_menu_item_icon', ''),
(2033, 13174, '_menu_item_tag', ''),
(2034, 13174, '_menu_item_drop_side', ''),
(2035, 13174, '_menu_item_mega', ''),
(2036, 13174, '_menu_item_mega_cols', ''),
(2037, 13174, '_menu_item_mega_cols_full', ''),
(2038, 13174, '_menu_item_mega_bg_img', ''),
(2039, 13174, '_menu_item_mega_bg_pos', ''),
(2040, 13174, '_menu_item_mega_bg_rep', ''),
(2041, 13174, '_menu_item_mega_bg_size', ''),
(2042, 13174, '_menu_item_hide_text', ''),
(2043, 13174, '_menu_item_subtitle', ''),
(2044, 13174, '_menu_item_mega_descr_text', ''),
(2045, 13175, '_menu_item_type', 'custom'),
(2046, 13175, '_menu_item_menu_item_parent', '13151'),
(2047, 13175, '_menu_item_object_id', '13175'),
(2048, 13175, '_menu_item_object', 'custom'),
(2049, 13175, '_menu_item_target', ''),
(2050, 13175, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2051, 13175, '_menu_item_xfn', ''),
(2052, 13175, '_menu_item_url', 'http://in-conference.cmsmasters.net/demo/events/list/'),
(2053, 13175, '_menu_item_highlight', ''),
(2054, 13175, '_menu_item_color', ''),
(2055, 13175, '_menu_item_icon', ''),
(2056, 13175, '_menu_item_tag', ''),
(2057, 13175, '_menu_item_drop_side', ''),
(2058, 13175, '_menu_item_mega', ''),
(2059, 13175, '_menu_item_mega_cols', ''),
(2060, 13175, '_menu_item_mega_cols_full', ''),
(2061, 13175, '_menu_item_mega_bg_img', ''),
(2062, 13175, '_menu_item_mega_bg_pos', ''),
(2063, 13175, '_menu_item_mega_bg_rep', ''),
(2064, 13175, '_menu_item_mega_bg_size', ''),
(2065, 13175, '_menu_item_hide_text', ''),
(2066, 13175, '_menu_item_subtitle', ''),
(2067, 13175, '_menu_item_mega_descr_text', ''),
(2068, 13176, '_menu_item_type', 'custom'),
(2069, 13176, '_menu_item_menu_item_parent', '0'),
(2070, 13176, '_menu_item_object_id', '13176'),
(2071, 13176, '_menu_item_object', 'custom'),
(2072, 13176, '_menu_item_target', ''),
(2073, 13176, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2074, 13176, '_menu_item_xfn', ''),
(2075, 13176, '_menu_item_url', '#'),
(2076, 13176, '_menu_item_highlight', ''),
(2077, 13176, '_menu_item_color', ''),
(2078, 13176, '_menu_item_icon', ''),
(2079, 13176, '_menu_item_tag', ''),
(2080, 13176, '_menu_item_drop_side', ''),
(2081, 13176, '_menu_item_mega', ''),
(2082, 13176, '_menu_item_mega_cols', ''),
(2083, 13176, '_menu_item_mega_cols_full', ''),
(2084, 13176, '_menu_item_mega_bg_img', ''),
(2085, 13176, '_menu_item_mega_bg_pos', ''),
(2086, 13176, '_menu_item_mega_bg_rep', ''),
(2087, 13176, '_menu_item_mega_bg_size', ''),
(2088, 13176, '_menu_item_hide_text', ''),
(2089, 13176, '_menu_item_subtitle', ''),
(2090, 13176, '_menu_item_mega_descr_text', ''),
(2091, 13177, '_menu_item_type', 'custom'),
(2092, 13177, '_menu_item_menu_item_parent', '0'),
(2093, 13177, '_menu_item_object_id', '13177'),
(2094, 13177, '_menu_item_object', 'custom'),
(2095, 13177, '_menu_item_target', ''),
(2096, 13177, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2097, 13177, '_menu_item_xfn', ''),
(2098, 13177, '_menu_item_url', '#'),
(2099, 13177, '_menu_item_highlight', ''),
(2100, 13177, '_menu_item_color', ''),
(2101, 13177, '_menu_item_icon', ''),
(2102, 13177, '_menu_item_tag', ''),
(2103, 13177, '_menu_item_drop_side', ''),
(2104, 13177, '_menu_item_mega', ''),
(2105, 13177, '_menu_item_mega_cols', ''),
(2106, 13177, '_menu_item_mega_cols_full', ''),
(2107, 13177, '_menu_item_mega_bg_img', ''),
(2108, 13177, '_menu_item_mega_bg_pos', ''),
(2109, 13177, '_menu_item_mega_bg_rep', ''),
(2110, 13177, '_menu_item_mega_bg_size', ''),
(2111, 13177, '_menu_item_hide_text', ''),
(2112, 13177, '_menu_item_subtitle', ''),
(2113, 13177, '_menu_item_mega_descr_text', ''),
(2114, 60, '_wp_page_template', 'default'),
(2115, 60, 'cmsmasters_post_image_show', 'false'),
(2116, 60, 'cmsmasters_post_image_link', ''),
(2117, 60, 'cmsmasters_post_images', ''),
(2118, 60, 'cmsmasters_post_video_type', 'embedded'),
(2119, 60, 'cmsmasters_post_video_link', ''),
(2120, 60, 'cmsmasters_post_video_links', ''),
(2121, 60, 'cmsmasters_post_audio_links', ''),
(2122, 60, 'cmsmasters_post_title', 'true'),
(2123, 60, 'cmsmasters_post_sharing_box', 'true'),
(2124, 60, 'cmsmasters_post_author_box', 'true'),
(2125, 60, 'cmsmasters_post_more_posts', 'popular'),
(2126, 60, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2127, 60, 'cmsmasters_page_scheme', 'default'),
(2128, 60, 'cmsmasters_layout', 'fullwidth'),
(2129, 60, 'cmsmasters_sidebar_id', ''),
(2130, 60, 'cmsmasters_bottom_sidebar', 'false'),
(2131, 60, 'cmsmasters_bottom_sidebar_id', ''),
(2132, 60, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2133, 60, 'cmsmasters_bg_default', 'true'),
(2134, 60, 'cmsmasters_bg_col', '#ffffff'),
(2135, 60, 'cmsmasters_bg_img_enable', 'false'),
(2136, 60, 'cmsmasters_bg_img', ''),
(2137, 60, 'cmsmasters_bg_rep', 'no-repeat'),
(2138, 60, 'cmsmasters_bg_pos', 'top center'),
(2139, 60, 'cmsmasters_bg_att', 'scroll'),
(2140, 60, 'cmsmasters_bg_size', 'cover'),
(2141, 60, 'cmsmasters_heading', 'disabled'),
(2142, 60, 'cmsmasters_heading_title', ''),
(2143, 60, 'cmsmasters_heading_subtitle', ''),
(2144, 60, 'cmsmasters_heading_icon', ''),
(2145, 60, 'cmsmasters_heading_alignment', 'center'),
(2146, 60, 'cmsmasters_heading_scheme', 'third'),
(2147, 60, 'cmsmasters_heading_bg_img_enable', 'false'),
(2148, 60, 'cmsmasters_heading_bg_img', '12036|http://in-conference.cmsmasters.net/wp-content/uploads/2016/07/heading-2-300x89.jpg'),
(2149, 60, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2150, 60, 'cmsmasters_heading_bg_att', 'scroll'),
(2151, 60, 'cmsmasters_heading_bg_size', 'cover'),
(2152, 60, 'cmsmasters_heading_bg_color', '#1e1e1e'),
(2153, 60, 'cmsmasters_heading_height', '80'),
(2154, 60, 'cmsmasters_breadcrumbs', 'true'),
(2155, 60, 'cmsmasters_composer_show', 'true'),
(2156, 60, 'cmsmasters_gutenberg_show', 'true'),
(2157, 60, 'cmsmasters_composer_fullscreen', 'false'),
(2158, 60, 'slide_template', 'default'),
(2159, 60, 'cmsmasters_composer_confirm', 'true'),
(2160, 60, 'cmsmasters_header_overlaps', 'true'),
(2161, 60, 'cmsmasters_heading_block_disabled', 'false'),
(2162, 60, 'cmsmasters_content_under_header', 'false'),
(2163, 67, '_wp_page_template', 'default'),
(2164, 67, 'cmsmasters_post_image_show', 'false'),
(2165, 67, 'cmsmasters_post_image_link', ''),
(2166, 67, 'cmsmasters_post_images', ''),
(2167, 67, 'cmsmasters_post_video_type', 'embedded'),
(2168, 67, 'cmsmasters_post_video_link', ''),
(2169, 67, 'cmsmasters_post_video_links', ''),
(2170, 67, 'cmsmasters_post_audio_links', ''),
(2171, 67, 'cmsmasters_post_title', 'true'),
(2172, 67, 'cmsmasters_post_sharing_box', 'true'),
(2173, 67, 'cmsmasters_post_author_box', 'true'),
(2174, 67, 'cmsmasters_post_more_posts', 'popular'),
(2175, 67, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2176, 67, 'cmsmasters_page_scheme', 'default'),
(2177, 67, 'cmsmasters_layout', 'fullwidth'),
(2178, 67, 'cmsmasters_sidebar_id', ''),
(2179, 67, 'cmsmasters_bottom_sidebar', 'true'),
(2180, 67, 'cmsmasters_bottom_sidebar_id', ''),
(2181, 67, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2182, 67, 'cmsmasters_bg_default', 'true'),
(2183, 67, 'cmsmasters_bg_col', '#ffffff'),
(2184, 67, 'cmsmasters_bg_img_enable', 'false'),
(2185, 67, 'cmsmasters_bg_img', ''),
(2186, 67, 'cmsmasters_bg_rep', 'no-repeat'),
(2187, 67, 'cmsmasters_bg_pos', 'top center'),
(2188, 67, 'cmsmasters_bg_att', 'scroll'),
(2189, 67, 'cmsmasters_bg_size', 'cover'),
(2190, 67, 'cmsmasters_heading', 'default'),
(2191, 67, 'cmsmasters_heading_title', ''),
(2192, 67, 'cmsmasters_heading_subtitle', ''),
(2193, 67, 'cmsmasters_heading_icon', ''),
(2194, 67, 'cmsmasters_heading_alignment', 'left'),
(2195, 67, 'cmsmasters_heading_scheme', 'default'),
(2196, 67, 'cmsmasters_heading_bg_img_enable', 'false'),
(2197, 67, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(2198, 67, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2199, 67, 'cmsmasters_heading_bg_att', 'scroll'),
(2200, 67, 'cmsmasters_heading_bg_size', 'cover'),
(2201, 67, 'cmsmasters_heading_bg_color', ''),
(2202, 67, 'cmsmasters_heading_height', '70'),
(2203, 67, 'cmsmasters_breadcrumbs', 'true'),
(2204, 67, 'cmsmasters_composer_show', 'false'),
(2205, 67, 'cmsmasters_composer_fullscreen', 'false'),
(2206, 67, 'slide_template', 'default'),
(2207, 74, '_wp_page_template', 'default'),
(2208, 74, 'cmsmasters_post_image_show', 'false'),
(2209, 74, 'cmsmasters_post_image_link', ''),
(2210, 74, 'cmsmasters_post_images', ''),
(2211, 74, 'cmsmasters_post_video_type', 'embedded'),
(2212, 74, 'cmsmasters_post_video_link', ''),
(2213, 74, 'cmsmasters_post_video_links', ''),
(2214, 74, 'cmsmasters_post_audio_links', ''),
(2215, 74, 'cmsmasters_post_title', 'true'),
(2216, 74, 'cmsmasters_post_sharing_box', 'true'),
(2217, 74, 'cmsmasters_post_author_box', 'true'),
(2218, 74, 'cmsmasters_post_more_posts', 'popular'),
(2219, 74, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2220, 74, 'cmsmasters_page_scheme', 'default'),
(2221, 74, 'cmsmasters_layout', 'r_sidebar'),
(2222, 74, 'cmsmasters_sidebar_id', ''),
(2223, 74, 'cmsmasters_bottom_sidebar', 'false'),
(2224, 74, 'cmsmasters_bottom_sidebar_id', ''),
(2225, 74, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2226, 74, 'cmsmasters_bg_default', 'true'),
(2227, 74, 'cmsmasters_bg_col', '#ffffff'),
(2228, 74, 'cmsmasters_bg_img_enable', 'false'),
(2229, 74, 'cmsmasters_bg_img', ''),
(2230, 74, 'cmsmasters_bg_rep', 'no-repeat'),
(2231, 74, 'cmsmasters_bg_pos', 'top center'),
(2232, 74, 'cmsmasters_bg_att', 'scroll'),
(2233, 74, 'cmsmasters_bg_size', 'cover'),
(2234, 74, 'cmsmasters_heading', 'default'),
(2235, 74, 'cmsmasters_heading_title', ''),
(2236, 74, 'cmsmasters_heading_subtitle', ''),
(2237, 74, 'cmsmasters_heading_icon', ''),
(2238, 74, 'cmsmasters_heading_alignment', 'center'),
(2239, 74, 'cmsmasters_heading_scheme', 'default'),
(2240, 74, 'cmsmasters_heading_bg_img_enable', 'true'),
(2241, 74, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(2242, 74, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2243, 74, 'cmsmasters_heading_bg_att', 'scroll'),
(2244, 74, 'cmsmasters_heading_bg_size', 'cover'),
(2245, 74, 'cmsmasters_heading_bg_color', ''),
(2246, 74, 'cmsmasters_heading_height', '360'),
(2247, 74, 'cmsmasters_breadcrumbs', 'true'),
(2248, 74, 'cmsmasters_composer_show', 'true'),
(2249, 74, 'cmsmasters_gutenberg_show', 'true'),
(2250, 74, 'cmsmasters_composer_fullscreen', 'false'),
(2251, 74, 'slide_template', 'default'),
(2252, 74, 'cmsmasters_composer_begin', 'true'),
(2253, 74, 'cmsmasters_header_overlaps', 'true'),
(2254, 74, 'cmsmasters_heading_block_disabled', 'false'),
(2255, 74, 'cmsmasters_content_under_header', 'false'),
(2256, 116, '_wp_page_template', 'default'),
(2257, 116, 'cmsmasters_post_image_show', 'false'),
(2258, 116, 'cmsmasters_post_image_link', ''),
(2259, 116, 'cmsmasters_post_images', ''),
(2260, 116, 'cmsmasters_post_video_type', 'embedded'),
(2261, 116, 'cmsmasters_post_video_link', ''),
(2262, 116, 'cmsmasters_post_video_links', ''),
(2263, 116, 'cmsmasters_post_audio_links', ''),
(2264, 116, 'cmsmasters_post_title', 'true'),
(2265, 116, 'cmsmasters_post_sharing_box', 'true'),
(2266, 116, 'cmsmasters_post_author_box', 'true'),
(2267, 116, 'cmsmasters_post_more_posts', 'popular'),
(2268, 116, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2269, 116, 'cmsmasters_page_scheme', 'default'),
(2270, 116, 'cmsmasters_layout', 'fullwidth'),
(2271, 116, 'cmsmasters_sidebar_id', ''),
(2272, 116, 'cmsmasters_bottom_sidebar', 'false'),
(2273, 116, 'cmsmasters_bottom_sidebar_id', ''),
(2274, 116, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2275, 116, 'cmsmasters_bg_default', 'true'),
(2276, 116, 'cmsmasters_bg_col', '#ffffff'),
(2277, 116, 'cmsmasters_bg_img_enable', 'false'),
(2278, 116, 'cmsmasters_bg_img', ''),
(2279, 116, 'cmsmasters_bg_rep', 'no-repeat'),
(2280, 116, 'cmsmasters_bg_pos', 'top center'),
(2281, 116, 'cmsmasters_bg_att', 'scroll'),
(2282, 116, 'cmsmasters_bg_size', 'cover'),
(2283, 116, 'cmsmasters_heading', 'default'),
(2284, 116, 'cmsmasters_heading_title', ''),
(2285, 116, 'cmsmasters_heading_subtitle', ''),
(2286, 116, 'cmsmasters_heading_icon', ''),
(2287, 116, 'cmsmasters_heading_alignment', 'center'),
(2288, 116, 'cmsmasters_heading_scheme', 'default'),
(2289, 116, 'cmsmasters_heading_bg_img_enable', 'true'),
(2290, 116, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(2291, 116, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2292, 116, 'cmsmasters_heading_bg_att', 'scroll'),
(2293, 116, 'cmsmasters_heading_bg_size', 'cover'),
(2294, 116, 'cmsmasters_heading_bg_color', ''),
(2295, 116, 'cmsmasters_heading_height', '360'),
(2296, 116, 'cmsmasters_breadcrumbs', 'true'),
(2297, 116, 'cmsmasters_composer_show', 'true'),
(2298, 116, 'cmsmasters_gutenberg_show', 'true'),
(2299, 116, 'cmsmasters_composer_fullscreen', 'false'),
(2300, 116, 'slide_template', 'default'),
(2301, 116, 'cmsmasters_composer_confirm', 'true'),
(2302, 116, 'cmsmasters_header_overlaps', 'true'),
(2303, 116, 'cmsmasters_heading_block_disabled', 'false'),
(2304, 116, 'cmsmasters_content_under_header', 'false'),
(2305, 151, '_wp_page_template', 'default'),
(2306, 151, 'cmsmasters_post_image_show', 'false'),
(2307, 151, 'cmsmasters_post_image_link', ''),
(2308, 151, 'cmsmasters_post_images', ''),
(2309, 151, 'cmsmasters_post_video_type', 'embedded'),
(2310, 151, 'cmsmasters_post_video_link', ''),
(2311, 151, 'cmsmasters_post_video_links', ''),
(2312, 151, 'cmsmasters_post_audio_links', ''),
(2313, 151, 'cmsmasters_post_title', 'true'),
(2314, 151, 'cmsmasters_post_sharing_box', 'true'),
(2315, 151, 'cmsmasters_post_author_box', 'true'),
(2316, 151, 'cmsmasters_post_more_posts', 'popular'),
(2317, 151, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2318, 151, 'cmsmasters_page_scheme', 'default'),
(2319, 151, 'cmsmasters_layout', 'fullwidth'),
(2320, 151, 'cmsmasters_sidebar_id', ''),
(2321, 151, 'cmsmasters_bottom_sidebar', 'false'),
(2322, 151, 'cmsmasters_bottom_sidebar_id', ''),
(2323, 151, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2324, 151, 'cmsmasters_bg_default', 'true'),
(2325, 151, 'cmsmasters_bg_col', '#ffffff'),
(2326, 151, 'cmsmasters_bg_img_enable', 'false'),
(2327, 151, 'cmsmasters_bg_img', ''),
(2328, 151, 'cmsmasters_bg_rep', 'no-repeat'),
(2329, 151, 'cmsmasters_bg_pos', 'top center'),
(2330, 151, 'cmsmasters_bg_att', 'scroll'),
(2331, 151, 'cmsmasters_bg_size', 'cover'),
(2332, 151, 'cmsmasters_heading', 'default'),
(2333, 151, 'cmsmasters_heading_title', ''),
(2334, 151, 'cmsmasters_heading_subtitle', ''),
(2335, 151, 'cmsmasters_heading_icon', ''),
(2336, 151, 'cmsmasters_heading_alignment', 'center'),
(2337, 151, 'cmsmasters_heading_scheme', 'default'),
(2338, 151, 'cmsmasters_heading_bg_img_enable', 'true'),
(2339, 151, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(2340, 151, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2341, 151, 'cmsmasters_heading_bg_att', 'scroll'),
(2342, 151, 'cmsmasters_heading_bg_size', 'cover'),
(2343, 151, 'cmsmasters_heading_bg_color', ''),
(2344, 151, 'cmsmasters_heading_height', '360'),
(2345, 151, 'cmsmasters_breadcrumbs', 'true'),
(2346, 151, 'cmsmasters_composer_show', 'true'),
(2347, 151, 'cmsmasters_gutenberg_show', 'true'),
(2348, 151, 'cmsmasters_composer_fullscreen', 'false'),
(2349, 151, 'slide_template', 'default'),
(2350, 151, 'cmsmasters_content_under_header', 'false'),
(2351, 151, 'cmsmasters_header_overlaps', 'true'),
(2352, 151, 'cmsmasters_heading_block_disabled', 'false'),
(2353, 163, '_wp_page_template', 'default'),
(2354, 163, 'cmsmasters_post_image_show', 'false'),
(2355, 163, 'cmsmasters_post_image_link', ''),
(2356, 163, 'cmsmasters_post_images', ''),
(2357, 163, 'cmsmasters_post_video_type', 'embedded'),
(2358, 163, 'cmsmasters_post_video_link', ''),
(2359, 163, 'cmsmasters_post_video_links', ''),
(2360, 163, 'cmsmasters_post_audio_links', ''),
(2361, 163, 'cmsmasters_post_title', 'true'),
(2362, 163, 'cmsmasters_post_sharing_box', 'true'),
(2363, 163, 'cmsmasters_post_author_box', 'true'),
(2364, 163, 'cmsmasters_post_more_posts', 'popular'),
(2365, 163, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2366, 163, 'cmsmasters_page_scheme', 'default'),
(2367, 163, 'cmsmasters_layout', 'fullwidth'),
(2368, 163, 'cmsmasters_sidebar_id', ''),
(2369, 163, 'cmsmasters_bottom_sidebar', 'false'),
(2370, 163, 'cmsmasters_bottom_sidebar_id', ''),
(2371, 163, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2372, 163, 'cmsmasters_bg_default', 'true'),
(2373, 163, 'cmsmasters_bg_col', '#ffffff'),
(2374, 163, 'cmsmasters_bg_img_enable', 'false'),
(2375, 163, 'cmsmasters_bg_img', ''),
(2376, 163, 'cmsmasters_bg_rep', 'no-repeat'),
(2377, 163, 'cmsmasters_bg_pos', 'top center'),
(2378, 163, 'cmsmasters_bg_att', 'scroll'),
(2379, 163, 'cmsmasters_bg_size', 'cover'),
(2380, 163, 'cmsmasters_heading', 'default'),
(2381, 163, 'cmsmasters_heading_title', ''),
(2382, 163, 'cmsmasters_heading_subtitle', ''),
(2383, 163, 'cmsmasters_heading_icon', ''),
(2384, 163, 'cmsmasters_heading_alignment', 'center'),
(2385, 163, 'cmsmasters_heading_scheme', 'default'),
(2386, 163, 'cmsmasters_heading_bg_img_enable', 'true'),
(2387, 163, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(2388, 163, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2389, 163, 'cmsmasters_heading_bg_att', 'scroll'),
(2390, 163, 'cmsmasters_heading_bg_size', 'cover'),
(2391, 163, 'cmsmasters_heading_bg_color', ''),
(2392, 163, 'cmsmasters_heading_height', '360'),
(2393, 163, 'cmsmasters_breadcrumbs', 'true'),
(2394, 163, 'cmsmasters_composer_show', 'true'),
(2395, 163, 'cmsmasters_gutenberg_show', 'true'),
(2396, 163, 'cmsmasters_composer_fullscreen', 'false'),
(2397, 163, 'slide_template', 'default'),
(2398, 163, 'cmsmasters_composer_confirm', 'true'),
(2399, 163, 'cmsmasters_content_under_header', 'false'),
(2400, 163, 'cmsmasters_header_overlaps', 'true'),
(2401, 163, 'cmsmasters_heading_block_disabled', 'false'),
(2402, 169, '_wp_page_template', 'default'),
(2403, 169, 'cmsmasters_post_image_show', 'false'),
(2404, 169, 'cmsmasters_post_image_link', ''),
(2405, 169, 'cmsmasters_post_images', ''),
(2406, 169, 'cmsmasters_post_video_type', 'embedded'),
(2407, 169, 'cmsmasters_post_video_link', ''),
(2408, 169, 'cmsmasters_post_video_links', ''),
(2409, 169, 'cmsmasters_post_audio_links', ''),
(2410, 169, 'cmsmasters_post_title', 'true'),
(2411, 169, 'cmsmasters_post_sharing_box', 'true'),
(2412, 169, 'cmsmasters_post_author_box', 'true'),
(2413, 169, 'cmsmasters_post_more_posts', 'popular'),
(2414, 169, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2415, 169, 'cmsmasters_page_scheme', 'default'),
(2416, 169, 'cmsmasters_layout', 'fullwidth'),
(2417, 169, 'cmsmasters_sidebar_id', ''),
(2418, 169, 'cmsmasters_bottom_sidebar', 'false'),
(2419, 169, 'cmsmasters_bottom_sidebar_id', ''),
(2420, 169, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2421, 169, 'cmsmasters_bg_default', 'true'),
(2422, 169, 'cmsmasters_bg_col', '#ffffff'),
(2423, 169, 'cmsmasters_bg_img_enable', 'false'),
(2424, 169, 'cmsmasters_bg_img', ''),
(2425, 169, 'cmsmasters_bg_rep', 'no-repeat'),
(2426, 169, 'cmsmasters_bg_pos', 'top center'),
(2427, 169, 'cmsmasters_bg_att', 'scroll'),
(2428, 169, 'cmsmasters_bg_size', 'cover'),
(2429, 169, 'cmsmasters_heading', 'default'),
(2430, 169, 'cmsmasters_heading_title', ''),
(2431, 169, 'cmsmasters_heading_subtitle', ''),
(2432, 169, 'cmsmasters_heading_icon', ''),
(2433, 169, 'cmsmasters_heading_alignment', 'center'),
(2434, 169, 'cmsmasters_heading_scheme', 'default'),
(2435, 169, 'cmsmasters_heading_bg_img_enable', 'true'),
(2436, 169, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(2437, 169, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2438, 169, 'cmsmasters_heading_bg_att', 'scroll'),
(2439, 169, 'cmsmasters_heading_bg_size', 'cover'),
(2440, 169, 'cmsmasters_heading_bg_color', ''),
(2441, 169, 'cmsmasters_heading_height', '360'),
(2442, 169, 'cmsmasters_breadcrumbs', 'true'),
(2443, 169, 'cmsmasters_composer_show', 'true'),
(2444, 169, 'cmsmasters_gutenberg_show', 'true'),
(2445, 169, 'cmsmasters_composer_fullscreen', 'false'),
(2446, 169, 'slide_template', 'default'),
(2447, 169, 'cmsmasters_composer_begin', 'true'),
(2448, 169, 'cmsmasters_composer_confirm', 'true'),
(2449, 169, 'cmsmasters_header_overlaps', 'true'),
(2450, 169, 'cmsmasters_heading_block_disabled', 'false'),
(2451, 169, 'cmsmasters_content_under_header', 'false'),
(2452, 213, '_wp_page_template', 'default'),
(2453, 213, 'cmsmasters_post_image_show', 'false'),
(2454, 213, 'cmsmasters_post_image_link', ''),
(2455, 213, 'cmsmasters_post_images', ''),
(2456, 213, 'cmsmasters_post_video_type', 'embedded'),
(2457, 213, 'cmsmasters_post_video_link', ''),
(2458, 213, 'cmsmasters_post_video_links', ''),
(2459, 213, 'cmsmasters_post_audio_links', ''),
(2460, 213, 'cmsmasters_post_title', 'true'),
(2461, 213, 'cmsmasters_post_sharing_box', 'true'),
(2462, 213, 'cmsmasters_post_author_box', 'true'),
(2463, 213, 'cmsmasters_post_more_posts', 'popular'),
(2464, 213, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2465, 213, 'cmsmasters_page_scheme', 'default'),
(2466, 213, 'cmsmasters_layout', 'fullwidth'),
(2467, 213, 'cmsmasters_sidebar_id', ''),
(2468, 213, 'cmsmasters_bottom_sidebar', 'false'),
(2469, 213, 'cmsmasters_bottom_sidebar_id', ''),
(2470, 213, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2471, 213, 'cmsmasters_bg_default', 'true'),
(2472, 213, 'cmsmasters_bg_col', '#ffffff'),
(2473, 213, 'cmsmasters_bg_img_enable', 'false'),
(2474, 213, 'cmsmasters_bg_img', ''),
(2475, 213, 'cmsmasters_bg_rep', 'no-repeat'),
(2476, 213, 'cmsmasters_bg_pos', 'top center'),
(2477, 213, 'cmsmasters_bg_att', 'scroll'),
(2478, 213, 'cmsmasters_bg_size', 'cover'),
(2479, 213, 'cmsmasters_heading', 'default'),
(2480, 213, 'cmsmasters_heading_title', ''),
(2481, 213, 'cmsmasters_heading_subtitle', ''),
(2482, 213, 'cmsmasters_heading_icon', ''),
(2483, 213, 'cmsmasters_heading_alignment', 'center'),
(2484, 213, 'cmsmasters_heading_scheme', 'default'),
(2485, 213, 'cmsmasters_heading_bg_img_enable', 'true'),
(2486, 213, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(2487, 213, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2488, 213, 'cmsmasters_heading_bg_att', 'scroll'),
(2489, 213, 'cmsmasters_heading_bg_size', 'cover'),
(2490, 213, 'cmsmasters_heading_bg_color', ''),
(2491, 213, 'cmsmasters_heading_height', '360'),
(2492, 213, 'cmsmasters_breadcrumbs', 'true'),
(2493, 213, 'cmsmasters_composer_show', 'true'),
(2494, 213, 'cmsmasters_gutenberg_show', 'true'),
(2495, 213, 'cmsmasters_composer_fullscreen', 'false'),
(2496, 213, 'slide_template', 'default'),
(2497, 213, 'cmsmasters_header_overlaps', 'true'),
(2498, 213, 'cmsmasters_heading_block_disabled', 'false'),
(2499, 213, 'cmsmasters_content_under_header', 'false'),
(2500, 7566, '_wp_page_template', 'default'),
(2501, 7566, 'cmsmasters_post_image_show', 'false'),
(2502, 7566, 'cmsmasters_post_image_link', ''),
(2503, 7566, 'cmsmasters_post_images', ''),
(2504, 7566, 'cmsmasters_post_video_type', 'embedded'),
(2505, 7566, 'cmsmasters_post_video_link', ''),
(2506, 7566, 'cmsmasters_post_video_links', ''),
(2507, 7566, 'cmsmasters_post_audio_links', ''),
(2508, 7566, 'cmsmasters_post_title', 'true'),
(2509, 7566, 'cmsmasters_post_sharing_box', 'true'),
(2510, 7566, 'cmsmasters_post_author_box', 'true'),
(2511, 7566, 'cmsmasters_post_more_posts', 'popular'),
(2512, 7566, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2513, 7566, 'cmsmasters_page_scheme', 'default'),
(2514, 7566, 'cmsmasters_layout', 'fullwidth'),
(2515, 7566, 'cmsmasters_sidebar_id', ''),
(2516, 7566, 'cmsmasters_bottom_sidebar', 'false'),
(2517, 7566, 'cmsmasters_bottom_sidebar_id', ''),
(2518, 7566, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2519, 7566, 'cmsmasters_bg_default', 'true'),
(2520, 7566, 'cmsmasters_bg_col', '#ffffff'),
(2521, 7566, 'cmsmasters_bg_img_enable', 'false'),
(2522, 7566, 'cmsmasters_bg_img', ''),
(2523, 7566, 'cmsmasters_bg_rep', 'no-repeat'),
(2524, 7566, 'cmsmasters_bg_pos', 'top center'),
(2525, 7566, 'cmsmasters_bg_att', 'scroll'),
(2526, 7566, 'cmsmasters_bg_size', 'cover'),
(2527, 7566, 'cmsmasters_heading', 'default'),
(2528, 7566, 'cmsmasters_heading_title', 'Shop'),
(2529, 7566, 'cmsmasters_heading_subtitle', 'subtitle'),
(2530, 7566, 'cmsmasters_heading_icon', ''),
(2531, 7566, 'cmsmasters_heading_alignment', 'center'),
(2532, 7566, 'cmsmasters_heading_scheme', 'default'),
(2533, 7566, 'cmsmasters_heading_bg_img_enable', 'true'),
(2534, 7566, 'cmsmasters_heading_bg_img', '12930|https://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04-300x169.jpg'),
(2535, 7566, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2536, 7566, 'cmsmasters_heading_bg_att', 'scroll'),
(2537, 7566, 'cmsmasters_heading_bg_size', 'cover'),
(2538, 7566, 'cmsmasters_heading_bg_color', ''),
(2539, 7566, 'cmsmasters_heading_height', '360'),
(2540, 7566, 'cmsmasters_breadcrumbs', 'true'),
(2541, 7566, 'cmsmasters_composer_show', 'true'),
(2542, 7566, 'cmsmasters_gutenberg_show', 'true'),
(2543, 7566, 'cmsmasters_composer_fullscreen', 'false'),
(2544, 7566, 'slide_template', 'default'),
(2545, 7566, 'cmsmasters_content_under_header', 'false'),
(2546, 7566, 'cmsmasters_header_overlaps', 'true'),
(2547, 7566, 'cmsmasters_heading_block_disabled', 'false'),
(2548, 216, '_wp_page_template', 'default'),
(2549, 216, 'cmsmasters_post_image_show', 'false'),
(2550, 216, 'cmsmasters_post_image_link', ''),
(2551, 216, 'cmsmasters_post_images', ''),
(2552, 216, 'cmsmasters_post_video_type', 'embedded'),
(2553, 216, 'cmsmasters_post_video_link', ''),
(2554, 216, 'cmsmasters_post_video_links', ''),
(2555, 216, 'cmsmasters_post_audio_links', ''),
(2556, 216, 'cmsmasters_post_title', 'true'),
(2557, 216, 'cmsmasters_post_sharing_box', 'true'),
(2558, 216, 'cmsmasters_post_author_box', 'true'),
(2559, 216, 'cmsmasters_post_more_posts', 'popular'),
(2560, 216, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2561, 216, 'cmsmasters_page_scheme', 'default'),
(2562, 216, 'cmsmasters_layout', 'fullwidth'),
(2563, 216, 'cmsmasters_sidebar_id', ''),
(2564, 216, 'cmsmasters_bottom_sidebar', 'false'),
(2565, 216, 'cmsmasters_bottom_sidebar_id', ''),
(2566, 216, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2567, 216, 'cmsmasters_bg_default', 'true'),
(2568, 216, 'cmsmasters_bg_col', '#ffffff'),
(2569, 216, 'cmsmasters_bg_img_enable', 'false'),
(2570, 216, 'cmsmasters_bg_img', ''),
(2571, 216, 'cmsmasters_bg_rep', 'no-repeat'),
(2572, 216, 'cmsmasters_bg_pos', 'top center'),
(2573, 216, 'cmsmasters_bg_att', 'scroll'),
(2574, 216, 'cmsmasters_bg_size', 'cover'),
(2575, 216, 'cmsmasters_heading', 'default'),
(2576, 216, 'cmsmasters_heading_title', ''),
(2577, 216, 'cmsmasters_heading_subtitle', ''),
(2578, 216, 'cmsmasters_heading_icon', ''),
(2579, 216, 'cmsmasters_heading_alignment', 'center'),
(2580, 216, 'cmsmasters_heading_scheme', 'default'),
(2581, 216, 'cmsmasters_heading_bg_img_enable', 'true'),
(2582, 216, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(2583, 216, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2584, 216, 'cmsmasters_heading_bg_att', 'scroll'),
(2585, 216, 'cmsmasters_heading_bg_size', 'cover'),
(2586, 216, 'cmsmasters_heading_bg_color', ''),
(2587, 216, 'cmsmasters_heading_height', '360'),
(2588, 216, 'cmsmasters_breadcrumbs', 'true'),
(2589, 216, 'cmsmasters_composer_show', 'true'),
(2590, 216, 'cmsmasters_gutenberg_show', 'true'),
(2591, 216, 'cmsmasters_composer_fullscreen', 'false'),
(2592, 216, 'slide_template', 'default'),
(2593, 216, 'cmsmasters_composer_confirm', 'true'),
(2594, 216, 'cmsmasters_content_under_header', 'false'),
(2595, 216, 'cmsmasters_header_overlaps', 'true'),
(2596, 216, 'cmsmasters_heading_block_disabled', 'false'),
(2597, 12517, '_oembed_a21f97b489966314093b0aaf252432f9', '<iframe title=\"Water Changes Everything.\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/BCHhwxvQqxg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(2598, 12517, '_oembed_time_a21f97b489966314093b0aaf252432f9', '1610043090'),
(2599, 12517, '_oembed_55c1ef45f4ea6f47d22639aa2f9b905f', '<iframe title=\"cmsmasters promo video\" src=\"https://player.vimeo.com/video/87656584?dnt=1&amp;app_id=122963\" width=\"500\" height=\"281\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(2600, 12517, '_oembed_time_55c1ef45f4ea6f47d22639aa2f9b905f', '1610043090'),
(2601, 12517, '_oembed_ff8fa2a92d32d83059b539e0033e58b1', '<iframe title=\"Vallis Alps\" width=\"500\" height=\"300\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=true&url=https%3A%2F%2Fapi.soundcloud.com%2Fusers%2F120319217&show_artwork=true&maxwidth=500&maxheight=300&dnt=1\"></iframe>'),
(2602, 12517, '_oembed_time_ff8fa2a92d32d83059b539e0033e58b1', '1610043091'),
(2603, 231, '_wp_page_template', 'default'),
(2604, 231, 'cmsmasters_post_image_show', 'false'),
(2605, 231, 'cmsmasters_post_image_link', ''),
(2606, 231, 'cmsmasters_post_images', ''),
(2607, 231, 'cmsmasters_post_video_type', 'embedded'),
(2608, 231, 'cmsmasters_post_video_link', ''),
(2609, 231, 'cmsmasters_post_video_links', ''),
(2610, 231, 'cmsmasters_post_audio_links', ''),
(2611, 231, 'cmsmasters_post_title', 'true'),
(2612, 231, 'cmsmasters_post_sharing_box', 'true'),
(2613, 231, 'cmsmasters_post_author_box', 'true'),
(2614, 231, 'cmsmasters_post_more_posts', 'popular'),
(2615, 231, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2616, 231, 'cmsmasters_page_scheme', 'default'),
(2617, 231, 'cmsmasters_layout', 'fullwidth'),
(2618, 231, 'cmsmasters_sidebar_id', ''),
(2619, 231, 'cmsmasters_bottom_sidebar', 'false'),
(2620, 231, 'cmsmasters_bottom_sidebar_id', ''),
(2621, 231, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2622, 231, 'cmsmasters_bg_default', 'true'),
(2623, 231, 'cmsmasters_bg_col', '#ffffff'),
(2624, 231, 'cmsmasters_bg_img_enable', 'false'),
(2625, 231, 'cmsmasters_bg_img', ''),
(2626, 231, 'cmsmasters_bg_rep', 'no-repeat'),
(2627, 231, 'cmsmasters_bg_pos', 'top center'),
(2628, 231, 'cmsmasters_bg_att', 'scroll'),
(2629, 231, 'cmsmasters_bg_size', 'cover'),
(2630, 231, 'cmsmasters_heading', 'default'),
(2631, 231, 'cmsmasters_heading_title', ''),
(2632, 231, 'cmsmasters_heading_subtitle', ''),
(2633, 231, 'cmsmasters_heading_icon', ''),
(2634, 231, 'cmsmasters_heading_alignment', 'center'),
(2635, 231, 'cmsmasters_heading_scheme', 'default'),
(2636, 231, 'cmsmasters_heading_bg_img_enable', 'true'),
(2637, 231, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(2638, 231, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2639, 231, 'cmsmasters_heading_bg_att', 'scroll'),
(2640, 231, 'cmsmasters_heading_bg_size', 'cover'),
(2641, 231, 'cmsmasters_heading_bg_color', ''),
(2642, 231, 'cmsmasters_heading_height', '360'),
(2643, 231, 'cmsmasters_breadcrumbs', 'true'),
(2644, 231, 'cmsmasters_composer_show', 'true'),
(2645, 231, 'cmsmasters_gutenberg_show', 'true'),
(2646, 231, 'cmsmasters_composer_fullscreen', 'false'),
(2647, 231, 'slide_template', 'default'),
(2648, 231, '_oembed_b1ccef4f7d7ec9ee9f363a917754e485', '<iframe width=\"1160\" height=\"653\" src=\"https://www.youtube.com/embed/BCHhwxvQqxg?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2649, 231, '_oembed_time_b1ccef4f7d7ec9ee9f363a917754e485', '1429174442'),
(2650, 231, '_oembed_c36b281b01567a593dd99e6be5502563', '<iframe width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/BCHhwxvQqxg?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2651, 231, '_oembed_time_c36b281b01567a593dd99e6be5502563', '1429174592'),
(2652, 231, '_oembed_2f373578e57214fc66e569fe6767a493', '<iframe width=\"711\" height=\"400\" src=\"https://www.youtube.com/embed/BCHhwxvQqxg?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2653, 231, '_oembed_time_2f373578e57214fc66e569fe6767a493', '1429174754'),
(2654, 231, '_oembed_349bff9f19c372d9eb271d1848854c2b', '<iframe width=\"533\" height=\"300\" src=\"https://www.youtube.com/embed/BCHhwxvQqxg?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2655, 231, '_oembed_time_349bff9f19c372d9eb271d1848854c2b', '1429174887'),
(2656, 231, '_oembed_aba21aec69e89f18b655fc8ae89e2291', '<iframe src=\"https://player.vimeo.com/video/22566556\" width=\"533\" height=\"300\" frameborder=\"0\" title=\"Water Changes Everything.\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(2657, 231, '_oembed_time_aba21aec69e89f18b655fc8ae89e2291', '1429175322'),
(2658, 231, '_oembed_c5082a6850b9ea7e9214d8158d142e83', '<iframe width=\"1160\" height=\"300\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=true&url=http%3A%2F%2Fapi.soundcloud.com%2Fusers%2F4905613&show_artwork=true&maxwidth=1160&maxheight=300\"></iframe>'),
(2659, 231, '_oembed_time_c5082a6850b9ea7e9214d8158d142e83', '1429175322'),
(2660, 231, '_oembed_0902e555d5b62bccd72f45d83d98b16e', '<iframe width=\"1160\" height=\"300\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=true&url=http%3A%2F%2Fapi.soundcloud.com%2Fusers%2F120319217&show_artwork=true&maxwidth=1160&maxheight=300\"></iframe>'),
(2661, 231, '_oembed_time_0902e555d5b62bccd72f45d83d98b16e', '1429175384'),
(2662, 231, '_oembed_d5a50b7a3aeccbcb48d1d6091724a611', '<iframe src=\"https://player.vimeo.com/video/22566556\" width=\"1160\" height=\"653\" frameborder=\"0\" title=\"Water Changes Everything.\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(2663, 231, '_oembed_time_d5a50b7a3aeccbcb48d1d6091724a611', '1429175502'),
(2664, 231, 'cmsmasters_composer_confirm', 'true'),
(2665, 231, 'cmsmasters_content_under_header', 'false'),
(2666, 231, '_oembed_14ed9ae93794f406183376e247814ba2', '<iframe width=\"1160\" height=\"653\" src=\"https://www.youtube.com/embed/TauJLzZuVQY?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2667, 231, '_oembed_time_14ed9ae93794f406183376e247814ba2', '1445498361'),
(2668, 231, '_oembed_36bfea88209364b5a25149952f5de196', '<iframe src=\"https://player.vimeo.com/video/111088764\" width=\"1160\" height=\"653\" frameborder=\"0\" title=\"Decoland - interior design and architecture 3D animation\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(2669, 231, '_oembed_time_36bfea88209364b5a25149952f5de196', '1445498361'),
(2670, 231, '_oembed_20ff5bb8d7ea68bffd3f5f1537504b6e', '<iframe width=\"1160\" height=\"870\" src=\"https://www.youtube.com/embed/eiHS5GyBxXQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2671, 231, '_oembed_time_20ff5bb8d7ea68bffd3f5f1537504b6e', '1445499306'),
(2672, 231, '_oembed_ac14cbdc336b91768af378bdc9b0caa5', '<iframe width=\"800\" height=\"600\" src=\"https://www.youtube.com/embed/eiHS5GyBxXQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2673, 231, '_oembed_time_ac14cbdc336b91768af378bdc9b0caa5', '1445583189'),
(2674, 231, '_oembed_8f10f80fa72048a2ffb40f53b72a0d63', '<iframe width=\"1160\" height=\"870\" src=\"https://www.youtube.com/embed/eiHS5GyBxXQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2675, 231, '_oembed_time_8f10f80fa72048a2ffb40f53b72a0d63', '1445583224'),
(2676, 231, '_oembed_aa2563743d3aa3c4fec431eb85013207', '<iframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/eiHS5GyBxXQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2677, 231, '_oembed_time_aa2563743d3aa3c4fec431eb85013207', '1445583297'),
(2678, 231, '_oembed_5eee41412b44dfd3c4bb0e8c21f84d28', '<iframe width=\"800\" height=\"600\" src=\"https://www.youtube.com/embed/eiHS5GyBxXQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2679, 231, '_oembed_time_5eee41412b44dfd3c4bb0e8c21f84d28', '1445583392'),
(2680, 231, '_oembed_844645058f1b17f97052b07f086cc93a', '<iframe width=\"800\" height=\"600\" src=\"https://www.youtube.com/embed/eiHS5GyBxXQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2681, 231, '_oembed_time_844645058f1b17f97052b07f086cc93a', '1445583560'),
(2682, 231, '_oembed_202324e73aa260c0ba3b21cabf0ce784', '<iframe width=\"800\" height=\"600\" src=\"https://www.youtube.com/embed/eiHS5GyBxXQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2683, 231, '_oembed_time_202324e73aa260c0ba3b21cabf0ce784', '1445583823'),
(2684, 231, 'cmsmasters_header_overlaps', 'true'),
(2685, 231, 'cmsmasters_heading_block_disabled', 'false'),
(2686, 231, '_oembed_20b6f40124036f3c120acb1355009013', '<iframe width=\"1160\" height=\"870\" src=\"https://www.youtube.com/embed/dGpuuII_FMc?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2687, 231, '_oembed_time_20b6f40124036f3c120acb1355009013', '1448366149'),
(2688, 231, '_oembed_bef39d7da811058c14cb7731dc80fb02', '<iframe src=\"https://player.vimeo.com/video/100387715\" width=\"1160\" height=\"653\" frameborder=\"0\" title=\"AKASYA Shopping Mall Short Version\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(2689, 231, '_oembed_time_bef39d7da811058c14cb7731dc80fb02', '1448366149'),
(2690, 231, '_oembed_a0b21ca6b1af1322f5ed4608fcee7ac1', '<iframe width=\"1160\" height=\"653\" src=\"https://www.youtube.com/embed/FQvFzdFIp08?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2691, 231, '_oembed_time_a0b21ca6b1af1322f5ed4608fcee7ac1', '1453822428'),
(2692, 231, '_oembed_2e319a53f98ab768a5a6469ca84d65d1', '<iframe src=\"https://player.vimeo.com/video/62085613\" width=\"1160\" height=\"653\"frameborder=\"0\" title=\"Building the World&#039;s Largest Ship (in 76 seconds)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(2693, 231, '_oembed_time_2e319a53f98ab768a5a6469ca84d65d1', '1453822428'),
(2694, 231, '_oembed_0c44474314482b962a98fd0287c2a53b', '<iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/FQvFzdFIp08?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2695, 231, '_oembed_time_0c44474314482b962a98fd0287c2a53b', '1464812152'),
(2696, 231, '_oembed_03e9770aa7f8a44e5b383e65980808b3', '<iframe src=\"https://player.vimeo.com/video/62085613\" width=\"500\" height=\"281\" frameborder=\"0\" title=\"Building the World&#039;s Largest Ship (in 76 seconds)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(2697, 231, '_oembed_time_03e9770aa7f8a44e5b383e65980808b3', '1464812152'),
(2698, 231, '_oembed_ff8fa2a92d32d83059b539e0033e58b1', '<iframe width=\"500\" height=\"300\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=true&url=http%3A%2F%2Fapi.soundcloud.com%2Fusers%2F120319217&show_artwork=true&maxwidth=500&maxheight=300\"></iframe>'),
(2699, 231, '_oembed_time_ff8fa2a92d32d83059b539e0033e58b1', '1464812152'),
(2700, 231, '_oembed_81236cd30ee90fe4788860dc5c9cd478', '<iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/WN_dLwmh1vk?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2701, 231, '_oembed_time_81236cd30ee90fe4788860dc5c9cd478', '1465308961'),
(2702, 231, '_oembed_6dc61c2ab83772f30d1577bc175e9273', '<iframe src=\"https://player.vimeo.com/video/157954296\" width=\"500\" height=\"281\" frameborder=\"0\" title=\"Ecology by Outdoor Vital\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(2703, 231, '_oembed_time_6dc61c2ab83772f30d1577bc175e9273', '1465308961'),
(2704, 231, '_oembed_a21f97b489966314093b0aaf252432f9', '<iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/BCHhwxvQqxg?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(2705, 231, '_oembed_time_a21f97b489966314093b0aaf252432f9', '1466086340'),
(2706, 231, '_oembed_55c1ef45f4ea6f47d22639aa2f9b905f', '<iframe src=\"https://player.vimeo.com/video/87656584\" width=\"500\" height=\"281\" frameborder=\"0\" title=\"cmsmasters promo video\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(2707, 231, '_oembed_time_55c1ef45f4ea6f47d22639aa2f9b905f', '1466086340'),
(2708, 252, '_wp_page_template', 'default'),
(2709, 252, 'cmsmasters_post_image_show', 'false'),
(2710, 252, 'cmsmasters_post_image_link', ''),
(2711, 252, 'cmsmasters_post_images', ''),
(2712, 252, 'cmsmasters_post_video_type', 'embedded'),
(2713, 252, 'cmsmasters_post_video_link', ''),
(2714, 252, 'cmsmasters_post_video_links', ''),
(2715, 252, 'cmsmasters_post_audio_links', ''),
(2716, 252, 'cmsmasters_post_title', 'true'),
(2717, 252, 'cmsmasters_post_sharing_box', 'true'),
(2718, 252, 'cmsmasters_post_author_box', 'true'),
(2719, 252, 'cmsmasters_post_more_posts', 'popular'),
(2720, 252, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2721, 252, 'cmsmasters_page_scheme', 'default'),
(2722, 252, 'cmsmasters_layout', 'fullwidth'),
(2723, 252, 'cmsmasters_sidebar_id', ''),
(2724, 252, 'cmsmasters_bottom_sidebar', 'false'),
(2725, 252, 'cmsmasters_bottom_sidebar_id', ''),
(2726, 252, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2727, 252, 'cmsmasters_bg_default', 'true'),
(2728, 252, 'cmsmasters_bg_col', '#ffffff'),
(2729, 252, 'cmsmasters_bg_img_enable', 'false'),
(2730, 252, 'cmsmasters_bg_img', ''),
(2731, 252, 'cmsmasters_bg_rep', 'no-repeat'),
(2732, 252, 'cmsmasters_bg_pos', 'top center'),
(2733, 252, 'cmsmasters_bg_att', 'scroll'),
(2734, 252, 'cmsmasters_bg_size', 'cover'),
(2735, 252, 'cmsmasters_heading', 'default'),
(2736, 252, 'cmsmasters_heading_title', ''),
(2737, 252, 'cmsmasters_heading_subtitle', ''),
(2738, 252, 'cmsmasters_heading_icon', ''),
(2739, 252, 'cmsmasters_heading_alignment', 'center'),
(2740, 252, 'cmsmasters_heading_scheme', 'default'),
(2741, 252, 'cmsmasters_heading_bg_img_enable', 'true'),
(2742, 252, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(2743, 252, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2744, 252, 'cmsmasters_heading_bg_att', 'scroll'),
(2745, 252, 'cmsmasters_heading_bg_size', 'cover'),
(2746, 252, 'cmsmasters_heading_bg_color', ''),
(2747, 252, 'cmsmasters_heading_height', '360'),
(2748, 252, 'cmsmasters_breadcrumbs', 'true'),
(2749, 252, 'cmsmasters_composer_show', 'true'),
(2750, 252, 'cmsmasters_gutenberg_show', 'true'),
(2751, 252, 'cmsmasters_composer_fullscreen', 'false'),
(2752, 252, 'slide_template', 'default'),
(2753, 252, 'cmsmasters_content_under_header', 'false'),
(2754, 252, 'cmsmasters_header_overlaps', 'true'),
(2755, 252, 'cmsmasters_heading_block_disabled', 'false'),
(2756, 261, '_wp_page_template', 'default'),
(2757, 261, 'cmsmasters_post_image_show', 'false'),
(2758, 261, 'cmsmasters_post_image_link', ''),
(2759, 261, 'cmsmasters_post_images', ''),
(2760, 261, 'cmsmasters_post_video_type', 'embedded'),
(2761, 261, 'cmsmasters_post_video_link', ''),
(2762, 261, 'cmsmasters_post_video_links', ''),
(2763, 261, 'cmsmasters_post_audio_links', ''),
(2764, 261, 'cmsmasters_post_title', 'true'),
(2765, 261, 'cmsmasters_post_sharing_box', 'true'),
(2766, 261, 'cmsmasters_post_author_box', 'true'),
(2767, 261, 'cmsmasters_post_more_posts', 'popular'),
(2768, 261, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2769, 261, 'cmsmasters_page_scheme', 'default'),
(2770, 261, 'cmsmasters_layout', 'fullwidth'),
(2771, 261, 'cmsmasters_sidebar_id', ''),
(2772, 261, 'cmsmasters_bottom_sidebar', 'false'),
(2773, 261, 'cmsmasters_bottom_sidebar_id', ''),
(2774, 261, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2775, 261, 'cmsmasters_bg_default', 'true'),
(2776, 261, 'cmsmasters_bg_col', '#ffffff'),
(2777, 261, 'cmsmasters_bg_img_enable', 'false'),
(2778, 261, 'cmsmasters_bg_img', ''),
(2779, 261, 'cmsmasters_bg_rep', 'no-repeat'),
(2780, 261, 'cmsmasters_bg_pos', 'top center'),
(2781, 261, 'cmsmasters_bg_att', 'scroll'),
(2782, 261, 'cmsmasters_bg_size', 'cover'),
(2783, 261, 'cmsmasters_heading', 'default'),
(2784, 261, 'cmsmasters_heading_title', ''),
(2785, 261, 'cmsmasters_heading_subtitle', ''),
(2786, 261, 'cmsmasters_heading_icon', ''),
(2787, 261, 'cmsmasters_heading_alignment', 'center'),
(2788, 261, 'cmsmasters_heading_scheme', 'default'),
(2789, 261, 'cmsmasters_heading_bg_img_enable', 'true'),
(2790, 261, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(2791, 261, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2792, 261, 'cmsmasters_heading_bg_att', 'scroll'),
(2793, 261, 'cmsmasters_heading_bg_size', 'cover'),
(2794, 261, 'cmsmasters_heading_bg_color', ''),
(2795, 261, 'cmsmasters_heading_height', '360'),
(2796, 261, 'cmsmasters_breadcrumbs', 'true'),
(2797, 261, 'cmsmasters_composer_show', 'true'),
(2798, 261, 'cmsmasters_gutenberg_show', 'true'),
(2799, 261, 'cmsmasters_composer_fullscreen', 'false'),
(2800, 261, 'slide_template', 'default'),
(2801, 261, 'cmsmasters_header_overlaps', 'true'),
(2802, 261, 'cmsmasters_heading_block_disabled', 'false'),
(2803, 261, 'cmsmasters_content_under_header', 'false'),
(2804, 270, '_wp_page_template', 'default'),
(2805, 270, 'cmsmasters_post_image_show', 'false'),
(2806, 270, 'cmsmasters_post_image_link', ''),
(2807, 270, 'cmsmasters_post_images', ''),
(2808, 270, 'cmsmasters_post_video_type', 'embedded'),
(2809, 270, 'cmsmasters_post_video_link', ''),
(2810, 270, 'cmsmasters_post_video_links', ''),
(2811, 270, 'cmsmasters_post_audio_links', ''),
(2812, 270, 'cmsmasters_post_title', 'true'),
(2813, 270, 'cmsmasters_post_sharing_box', 'true'),
(2814, 270, 'cmsmasters_post_author_box', 'true'),
(2815, 270, 'cmsmasters_post_more_posts', 'popular'),
(2816, 270, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2817, 270, 'cmsmasters_page_scheme', 'default'),
(2818, 270, 'cmsmasters_layout', 'fullwidth'),
(2819, 270, 'cmsmasters_sidebar_id', ''),
(2820, 270, 'cmsmasters_bottom_sidebar', 'false'),
(2821, 270, 'cmsmasters_bottom_sidebar_id', ''),
(2822, 270, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2823, 270, 'cmsmasters_bg_default', 'true'),
(2824, 270, 'cmsmasters_bg_col', '#ffffff'),
(2825, 270, 'cmsmasters_bg_img_enable', 'false'),
(2826, 270, 'cmsmasters_bg_img', ''),
(2827, 270, 'cmsmasters_bg_rep', 'no-repeat'),
(2828, 270, 'cmsmasters_bg_pos', 'top center'),
(2829, 270, 'cmsmasters_bg_att', 'scroll'),
(2830, 270, 'cmsmasters_bg_size', 'cover');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2831, 270, 'cmsmasters_heading', 'default'),
(2832, 270, 'cmsmasters_heading_title', ''),
(2833, 270, 'cmsmasters_heading_subtitle', ''),
(2834, 270, 'cmsmasters_heading_icon', ''),
(2835, 270, 'cmsmasters_heading_alignment', 'center'),
(2836, 270, 'cmsmasters_heading_scheme', 'default'),
(2837, 270, 'cmsmasters_heading_bg_img_enable', 'true'),
(2838, 270, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(2839, 270, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2840, 270, 'cmsmasters_heading_bg_att', 'scroll'),
(2841, 270, 'cmsmasters_heading_bg_size', 'cover'),
(2842, 270, 'cmsmasters_heading_bg_color', 'rgba(0,0,0,0)'),
(2843, 270, 'cmsmasters_heading_height', '360'),
(2844, 270, 'cmsmasters_breadcrumbs', 'true'),
(2845, 270, 'cmsmasters_composer_show', 'true'),
(2846, 270, 'cmsmasters_gutenberg_show', 'true'),
(2847, 270, 'cmsmasters_composer_fullscreen', 'false'),
(2848, 270, 'slide_template', 'default'),
(2849, 270, 'cmsmasters_content_under_header', 'false'),
(2850, 270, 'cmsmasters_header_overlaps', 'true'),
(2851, 270, 'cmsmasters_heading_block_disabled', 'false'),
(2852, 289, '_wp_page_template', 'default'),
(2853, 289, 'cmsmasters_post_image_show', 'false'),
(2854, 289, 'cmsmasters_post_image_link', ''),
(2855, 289, 'cmsmasters_post_images', ''),
(2856, 289, 'cmsmasters_post_video_type', 'embedded'),
(2857, 289, 'cmsmasters_post_video_link', ''),
(2858, 289, 'cmsmasters_post_video_links', ''),
(2859, 289, 'cmsmasters_post_audio_links', ''),
(2860, 289, 'cmsmasters_post_title', 'true'),
(2861, 289, 'cmsmasters_post_sharing_box', 'true'),
(2862, 289, 'cmsmasters_post_author_box', 'true'),
(2863, 289, 'cmsmasters_post_more_posts', 'popular'),
(2864, 289, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2865, 289, 'cmsmasters_page_scheme', 'default'),
(2866, 289, 'cmsmasters_layout', 'fullwidth'),
(2867, 289, 'cmsmasters_sidebar_id', ''),
(2868, 289, 'cmsmasters_bottom_sidebar', 'false'),
(2869, 289, 'cmsmasters_bottom_sidebar_id', ''),
(2870, 289, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2871, 289, 'cmsmasters_bg_default', 'true'),
(2872, 289, 'cmsmasters_bg_col', '#ffffff'),
(2873, 289, 'cmsmasters_bg_img_enable', 'false'),
(2874, 289, 'cmsmasters_bg_img', ''),
(2875, 289, 'cmsmasters_bg_rep', 'no-repeat'),
(2876, 289, 'cmsmasters_bg_pos', 'top center'),
(2877, 289, 'cmsmasters_bg_att', 'scroll'),
(2878, 289, 'cmsmasters_bg_size', 'cover'),
(2879, 289, 'cmsmasters_heading', 'default'),
(2880, 289, 'cmsmasters_heading_title', ''),
(2881, 289, 'cmsmasters_heading_subtitle', ''),
(2882, 289, 'cmsmasters_heading_icon', ''),
(2883, 289, 'cmsmasters_heading_alignment', 'center'),
(2884, 289, 'cmsmasters_heading_scheme', 'default'),
(2885, 289, 'cmsmasters_heading_bg_img_enable', 'true'),
(2886, 289, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(2887, 289, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2888, 289, 'cmsmasters_heading_bg_att', 'scroll'),
(2889, 289, 'cmsmasters_heading_bg_size', 'cover'),
(2890, 289, 'cmsmasters_heading_bg_color', ''),
(2891, 289, 'cmsmasters_heading_height', '360'),
(2892, 289, 'cmsmasters_breadcrumbs', 'true'),
(2893, 289, 'cmsmasters_composer_show', 'true'),
(2894, 289, 'cmsmasters_gutenberg_show', 'true'),
(2895, 289, 'cmsmasters_composer_fullscreen', 'false'),
(2896, 289, 'slide_template', 'default'),
(2897, 289, 'cmsmasters_composer_confirm', 'true'),
(2898, 289, 'cmsmasters_header_overlaps', 'true'),
(2899, 289, 'cmsmasters_heading_block_disabled', 'false'),
(2900, 289, 'cmsmasters_content_under_header', 'false'),
(2901, 317, '_wp_page_template', 'default'),
(2902, 317, 'cmsmasters_post_image_show', 'false'),
(2903, 317, 'cmsmasters_post_image_link', ''),
(2904, 317, 'cmsmasters_post_images', ''),
(2905, 317, 'cmsmasters_post_video_type', 'embedded'),
(2906, 317, 'cmsmasters_post_video_link', ''),
(2907, 317, 'cmsmasters_post_video_links', ''),
(2908, 317, 'cmsmasters_post_audio_links', ''),
(2909, 317, 'cmsmasters_post_title', 'true'),
(2910, 317, 'cmsmasters_post_sharing_box', 'true'),
(2911, 317, 'cmsmasters_post_author_box', 'true'),
(2912, 317, 'cmsmasters_post_more_posts', 'popular'),
(2913, 317, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2914, 317, 'cmsmasters_page_scheme', 'default'),
(2915, 317, 'cmsmasters_layout', 'fullwidth'),
(2916, 317, 'cmsmasters_sidebar_id', ''),
(2917, 317, 'cmsmasters_bottom_sidebar', 'false'),
(2918, 317, 'cmsmasters_bottom_sidebar_id', ''),
(2919, 317, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2920, 317, 'cmsmasters_bg_default', 'true'),
(2921, 317, 'cmsmasters_bg_col', '#ffffff'),
(2922, 317, 'cmsmasters_bg_img_enable', 'false'),
(2923, 317, 'cmsmasters_bg_img', ''),
(2924, 317, 'cmsmasters_bg_rep', 'no-repeat'),
(2925, 317, 'cmsmasters_bg_pos', 'top center'),
(2926, 317, 'cmsmasters_bg_att', 'scroll'),
(2927, 317, 'cmsmasters_bg_size', 'cover'),
(2928, 317, 'cmsmasters_heading', 'default'),
(2929, 317, 'cmsmasters_heading_title', ''),
(2930, 317, 'cmsmasters_heading_subtitle', ''),
(2931, 317, 'cmsmasters_heading_icon', ''),
(2932, 317, 'cmsmasters_heading_alignment', 'center'),
(2933, 317, 'cmsmasters_heading_scheme', 'default'),
(2934, 317, 'cmsmasters_heading_bg_img_enable', 'true'),
(2935, 317, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(2936, 317, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2937, 317, 'cmsmasters_heading_bg_att', 'scroll'),
(2938, 317, 'cmsmasters_heading_bg_size', 'cover'),
(2939, 317, 'cmsmasters_heading_bg_color', ''),
(2940, 317, 'cmsmasters_heading_height', '360'),
(2941, 317, 'cmsmasters_breadcrumbs', 'true'),
(2942, 317, 'cmsmasters_composer_show', 'true'),
(2943, 317, 'cmsmasters_gutenberg_show', 'true'),
(2944, 317, 'cmsmasters_composer_fullscreen', 'false'),
(2945, 317, 'slide_template', 'default'),
(2946, 317, 'cmsmasters_composer_confirm', 'true'),
(2947, 317, 'cmsmasters_content_under_header', 'false'),
(2948, 317, 'cmsmasters_header_overlaps', 'true'),
(2949, 317, 'cmsmasters_heading_block_disabled', 'false'),
(2950, 358, '_wp_page_template', 'default'),
(2951, 358, 'cmsmasters_post_image_show', 'false'),
(2952, 358, 'cmsmasters_post_image_link', ''),
(2953, 358, 'cmsmasters_post_images', ''),
(2954, 358, 'cmsmasters_post_video_type', 'embedded'),
(2955, 358, 'cmsmasters_post_video_link', ''),
(2956, 358, 'cmsmasters_post_video_links', ''),
(2957, 358, 'cmsmasters_post_audio_links', ''),
(2958, 358, 'cmsmasters_post_title', 'true'),
(2959, 358, 'cmsmasters_post_sharing_box', 'true'),
(2960, 358, 'cmsmasters_post_author_box', 'true'),
(2961, 358, 'cmsmasters_post_more_posts', 'popular'),
(2962, 358, 'cmsmasters_post_read_more', 'Continue Reading...'),
(2963, 358, 'cmsmasters_page_scheme', 'default'),
(2964, 358, 'cmsmasters_layout', 'fullwidth'),
(2965, 358, 'cmsmasters_sidebar_id', ''),
(2966, 358, 'cmsmasters_bottom_sidebar', 'false'),
(2967, 358, 'cmsmasters_bottom_sidebar_id', ''),
(2968, 358, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(2969, 358, 'cmsmasters_bg_default', 'true'),
(2970, 358, 'cmsmasters_bg_col', '#ffffff'),
(2971, 358, 'cmsmasters_bg_img_enable', 'false'),
(2972, 358, 'cmsmasters_bg_img', ''),
(2973, 358, 'cmsmasters_bg_rep', 'no-repeat'),
(2974, 358, 'cmsmasters_bg_pos', 'top center'),
(2975, 358, 'cmsmasters_bg_att', 'scroll'),
(2976, 358, 'cmsmasters_bg_size', 'cover'),
(2977, 358, 'cmsmasters_heading', 'default'),
(2978, 358, 'cmsmasters_heading_title', ''),
(2979, 358, 'cmsmasters_heading_subtitle', ''),
(2980, 358, 'cmsmasters_heading_icon', ''),
(2981, 358, 'cmsmasters_heading_alignment', 'center'),
(2982, 358, 'cmsmasters_heading_scheme', 'default'),
(2983, 358, 'cmsmasters_heading_bg_img_enable', 'true'),
(2984, 358, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(2985, 358, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(2986, 358, 'cmsmasters_heading_bg_att', 'scroll'),
(2987, 358, 'cmsmasters_heading_bg_size', 'cover'),
(2988, 358, 'cmsmasters_heading_bg_color', ''),
(2989, 358, 'cmsmasters_heading_height', '360'),
(2990, 358, 'cmsmasters_breadcrumbs', 'true'),
(2991, 358, 'cmsmasters_composer_show', 'true'),
(2992, 358, 'cmsmasters_gutenberg_show', 'true'),
(2993, 358, 'cmsmasters_composer_fullscreen', 'false'),
(2994, 358, 'slide_template', 'default'),
(2995, 358, 'cmsmasters_composer_begin', 'true'),
(2996, 358, 'cmsmasters_header_overlaps', 'true'),
(2997, 358, 'cmsmasters_heading_block_disabled', 'false'),
(2998, 358, 'cmsmasters_content_under_header', 'false'),
(2999, 375, '_wp_page_template', 'default'),
(3000, 375, 'cmsmasters_post_image_show', 'false'),
(3001, 375, 'cmsmasters_post_image_link', ''),
(3002, 375, 'cmsmasters_post_images', ''),
(3003, 375, 'cmsmasters_post_video_type', 'embedded'),
(3004, 375, 'cmsmasters_post_video_link', ''),
(3005, 375, 'cmsmasters_post_video_links', ''),
(3006, 375, 'cmsmasters_post_audio_links', ''),
(3007, 375, 'cmsmasters_post_title', 'true'),
(3008, 375, 'cmsmasters_post_sharing_box', 'true'),
(3009, 375, 'cmsmasters_post_author_box', 'true'),
(3010, 375, 'cmsmasters_post_more_posts', 'popular'),
(3011, 375, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3012, 375, 'cmsmasters_page_scheme', 'default'),
(3013, 375, 'cmsmasters_layout', 'fullwidth'),
(3014, 375, 'cmsmasters_sidebar_id', ''),
(3015, 375, 'cmsmasters_bottom_sidebar', 'false'),
(3016, 375, 'cmsmasters_bottom_sidebar_id', ''),
(3017, 375, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3018, 375, 'cmsmasters_bg_default', 'true'),
(3019, 375, 'cmsmasters_bg_col', '#ffffff'),
(3020, 375, 'cmsmasters_bg_img_enable', 'false'),
(3021, 375, 'cmsmasters_bg_img', ''),
(3022, 375, 'cmsmasters_bg_rep', 'no-repeat'),
(3023, 375, 'cmsmasters_bg_pos', 'top center'),
(3024, 375, 'cmsmasters_bg_att', 'scroll'),
(3025, 375, 'cmsmasters_bg_size', 'cover'),
(3026, 375, 'cmsmasters_heading', 'default'),
(3027, 375, 'cmsmasters_heading_title', ''),
(3028, 375, 'cmsmasters_heading_subtitle', ''),
(3029, 375, 'cmsmasters_heading_icon', ''),
(3030, 375, 'cmsmasters_heading_alignment', 'center'),
(3031, 375, 'cmsmasters_heading_scheme', 'default'),
(3032, 375, 'cmsmasters_heading_bg_img_enable', 'true'),
(3033, 375, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3034, 375, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3035, 375, 'cmsmasters_heading_bg_att', 'scroll'),
(3036, 375, 'cmsmasters_heading_bg_size', 'cover'),
(3037, 375, 'cmsmasters_heading_bg_color', ''),
(3038, 375, 'cmsmasters_heading_height', '360'),
(3039, 375, 'cmsmasters_breadcrumbs', 'true'),
(3040, 375, 'cmsmasters_composer_show', 'true'),
(3041, 375, 'cmsmasters_gutenberg_show', 'true'),
(3042, 375, 'cmsmasters_composer_fullscreen', 'false'),
(3043, 375, 'slide_template', 'default'),
(3044, 375, 'cmsmasters_composer_begin', 'true'),
(3045, 375, 'cmsmasters_header_overlaps', 'true'),
(3046, 375, 'cmsmasters_heading_block_disabled', 'false'),
(3047, 375, 'cmsmasters_content_under_header', 'false'),
(3048, 391, '_wp_page_template', 'default'),
(3049, 391, 'cmsmasters_post_image_show', 'false'),
(3050, 391, 'cmsmasters_post_image_link', ''),
(3051, 391, 'cmsmasters_post_images', ''),
(3052, 391, 'cmsmasters_post_video_type', 'embedded'),
(3053, 391, 'cmsmasters_post_video_link', ''),
(3054, 391, 'cmsmasters_post_video_links', ''),
(3055, 391, 'cmsmasters_post_audio_links', ''),
(3056, 391, 'cmsmasters_post_title', 'true'),
(3057, 391, 'cmsmasters_post_sharing_box', 'true'),
(3058, 391, 'cmsmasters_post_author_box', 'true'),
(3059, 391, 'cmsmasters_post_more_posts', 'popular'),
(3060, 391, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3061, 391, 'cmsmasters_page_scheme', 'default'),
(3062, 391, 'cmsmasters_layout', 'fullwidth'),
(3063, 391, 'cmsmasters_sidebar_id', ''),
(3064, 391, 'cmsmasters_bottom_sidebar', 'false'),
(3065, 391, 'cmsmasters_bottom_sidebar_id', ''),
(3066, 391, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3067, 391, 'cmsmasters_bg_default', 'true'),
(3068, 391, 'cmsmasters_bg_col', '#ffffff'),
(3069, 391, 'cmsmasters_bg_img_enable', 'false'),
(3070, 391, 'cmsmasters_bg_img', ''),
(3071, 391, 'cmsmasters_bg_rep', 'no-repeat'),
(3072, 391, 'cmsmasters_bg_pos', 'top center'),
(3073, 391, 'cmsmasters_bg_att', 'scroll'),
(3074, 391, 'cmsmasters_bg_size', 'cover'),
(3075, 391, 'cmsmasters_heading', 'default'),
(3076, 391, 'cmsmasters_heading_title', ''),
(3077, 391, 'cmsmasters_heading_subtitle', ''),
(3078, 391, 'cmsmasters_heading_icon', ''),
(3079, 391, 'cmsmasters_heading_alignment', 'center'),
(3080, 391, 'cmsmasters_heading_scheme', 'default'),
(3081, 391, 'cmsmasters_heading_bg_img_enable', 'true'),
(3082, 391, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3083, 391, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3084, 391, 'cmsmasters_heading_bg_att', 'scroll'),
(3085, 391, 'cmsmasters_heading_bg_size', 'cover'),
(3086, 391, 'cmsmasters_heading_bg_color', ''),
(3087, 391, 'cmsmasters_heading_height', '360'),
(3088, 391, 'cmsmasters_breadcrumbs', 'true'),
(3089, 391, 'cmsmasters_composer_show', 'true'),
(3090, 391, 'cmsmasters_gutenberg_show', 'true'),
(3091, 391, 'cmsmasters_composer_fullscreen', 'false'),
(3092, 391, 'slide_template', 'default'),
(3093, 391, 'cmsmasters_header_overlaps', 'true'),
(3094, 391, 'cmsmasters_heading_block_disabled', 'false'),
(3095, 391, 'cmsmasters_content_under_header', 'false'),
(3096, 401, '_wp_page_template', 'default'),
(3097, 401, 'cmsmasters_post_image_show', 'false'),
(3098, 401, 'cmsmasters_post_image_link', ''),
(3099, 401, 'cmsmasters_post_images', ''),
(3100, 401, 'cmsmasters_post_video_type', 'embedded'),
(3101, 401, 'cmsmasters_post_video_link', ''),
(3102, 401, 'cmsmasters_post_video_links', ''),
(3103, 401, 'cmsmasters_post_audio_links', ''),
(3104, 401, 'cmsmasters_post_title', 'true'),
(3105, 401, 'cmsmasters_post_sharing_box', 'true'),
(3106, 401, 'cmsmasters_post_author_box', 'true'),
(3107, 401, 'cmsmasters_post_more_posts', 'popular'),
(3108, 401, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3109, 401, 'cmsmasters_page_scheme', 'default'),
(3110, 401, 'cmsmasters_layout', 'fullwidth'),
(3111, 401, 'cmsmasters_sidebar_id', ''),
(3112, 401, 'cmsmasters_bottom_sidebar', 'false'),
(3113, 401, 'cmsmasters_bottom_sidebar_id', ''),
(3114, 401, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3115, 401, 'cmsmasters_bg_default', 'true'),
(3116, 401, 'cmsmasters_bg_col', '#ffffff'),
(3117, 401, 'cmsmasters_bg_img_enable', 'false'),
(3118, 401, 'cmsmasters_bg_img', ''),
(3119, 401, 'cmsmasters_bg_rep', 'no-repeat'),
(3120, 401, 'cmsmasters_bg_pos', 'top center'),
(3121, 401, 'cmsmasters_bg_att', 'scroll'),
(3122, 401, 'cmsmasters_bg_size', 'cover'),
(3123, 401, 'cmsmasters_heading', 'default'),
(3124, 401, 'cmsmasters_heading_title', ''),
(3125, 401, 'cmsmasters_heading_subtitle', ''),
(3126, 401, 'cmsmasters_heading_icon', ''),
(3127, 401, 'cmsmasters_heading_alignment', 'center'),
(3128, 401, 'cmsmasters_heading_scheme', 'default'),
(3129, 401, 'cmsmasters_heading_bg_img_enable', 'true'),
(3130, 401, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3131, 401, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3132, 401, 'cmsmasters_heading_bg_att', 'scroll'),
(3133, 401, 'cmsmasters_heading_bg_size', 'cover'),
(3134, 401, 'cmsmasters_heading_bg_color', ''),
(3135, 401, 'cmsmasters_heading_height', '360'),
(3136, 401, 'cmsmasters_breadcrumbs', 'true'),
(3137, 401, 'cmsmasters_composer_show', 'true'),
(3138, 401, 'cmsmasters_gutenberg_show', 'true'),
(3139, 401, 'cmsmasters_composer_fullscreen', 'false'),
(3140, 401, 'slide_template', 'default'),
(3141, 401, 'cmsmasters_header_overlaps', 'true'),
(3142, 401, 'cmsmasters_heading_block_disabled', 'false'),
(3143, 401, 'cmsmasters_content_under_header', 'false'),
(3144, 405, '_wp_page_template', 'default'),
(3145, 405, 'cmsmasters_post_image_show', 'false'),
(3146, 405, 'cmsmasters_post_image_link', ''),
(3147, 405, 'cmsmasters_post_images', ''),
(3148, 405, 'cmsmasters_post_video_type', 'embedded'),
(3149, 405, 'cmsmasters_post_video_link', ''),
(3150, 405, 'cmsmasters_post_video_links', ''),
(3151, 405, 'cmsmasters_post_audio_links', ''),
(3152, 405, 'cmsmasters_post_title', 'true'),
(3153, 405, 'cmsmasters_post_sharing_box', 'true'),
(3154, 405, 'cmsmasters_post_author_box', 'true'),
(3155, 405, 'cmsmasters_post_more_posts', 'popular'),
(3156, 405, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3157, 405, 'cmsmasters_page_scheme', 'default'),
(3158, 405, 'cmsmasters_layout', 'fullwidth'),
(3159, 405, 'cmsmasters_sidebar_id', ''),
(3160, 405, 'cmsmasters_bottom_sidebar', 'false'),
(3161, 405, 'cmsmasters_bottom_sidebar_id', ''),
(3162, 405, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3163, 405, 'cmsmasters_bg_default', 'true'),
(3164, 405, 'cmsmasters_bg_col', '#ffffff'),
(3165, 405, 'cmsmasters_bg_img_enable', 'false'),
(3166, 405, 'cmsmasters_bg_img', ''),
(3167, 405, 'cmsmasters_bg_rep', 'no-repeat'),
(3168, 405, 'cmsmasters_bg_pos', 'top center'),
(3169, 405, 'cmsmasters_bg_att', 'scroll'),
(3170, 405, 'cmsmasters_bg_size', 'cover'),
(3171, 405, 'cmsmasters_heading', 'default'),
(3172, 405, 'cmsmasters_heading_title', ''),
(3173, 405, 'cmsmasters_heading_subtitle', ''),
(3174, 405, 'cmsmasters_heading_icon', ''),
(3175, 405, 'cmsmasters_heading_alignment', 'center'),
(3176, 405, 'cmsmasters_heading_scheme', 'default'),
(3177, 405, 'cmsmasters_heading_bg_img_enable', 'true'),
(3178, 405, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3179, 405, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3180, 405, 'cmsmasters_heading_bg_att', 'scroll'),
(3181, 405, 'cmsmasters_heading_bg_size', 'cover'),
(3182, 405, 'cmsmasters_heading_bg_color', ''),
(3183, 405, 'cmsmasters_heading_height', '360'),
(3184, 405, 'cmsmasters_breadcrumbs', 'true'),
(3185, 405, 'cmsmasters_composer_show', 'true'),
(3186, 405, 'cmsmasters_gutenberg_show', 'true'),
(3187, 405, 'cmsmasters_composer_fullscreen', 'false'),
(3188, 405, 'slide_template', 'default'),
(3189, 405, 'cmsmasters_composer_begin', 'true'),
(3190, 405, 'cmsmasters_header_overlaps', 'true'),
(3191, 405, 'cmsmasters_heading_block_disabled', 'false'),
(3192, 405, 'cmsmasters_content_under_header', 'false'),
(3193, 426, '_wp_page_template', 'default'),
(3194, 426, 'cmsmasters_post_image_show', 'false'),
(3195, 426, 'cmsmasters_post_image_link', ''),
(3196, 426, 'cmsmasters_post_images', ''),
(3197, 426, 'cmsmasters_post_video_type', 'embedded'),
(3198, 426, 'cmsmasters_post_video_link', ''),
(3199, 426, 'cmsmasters_post_video_links', ''),
(3200, 426, 'cmsmasters_post_audio_links', ''),
(3201, 426, 'cmsmasters_post_title', 'true'),
(3202, 426, 'cmsmasters_post_sharing_box', 'true'),
(3203, 426, 'cmsmasters_post_author_box', 'true'),
(3204, 426, 'cmsmasters_post_more_posts', 'popular'),
(3205, 426, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3206, 426, 'cmsmasters_page_scheme', 'default'),
(3207, 426, 'cmsmasters_layout', 'fullwidth'),
(3208, 426, 'cmsmasters_sidebar_id', ''),
(3209, 426, 'cmsmasters_bottom_sidebar', 'false'),
(3210, 426, 'cmsmasters_bottom_sidebar_id', ''),
(3211, 426, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3212, 426, 'cmsmasters_bg_default', 'true'),
(3213, 426, 'cmsmasters_bg_col', '#ffffff'),
(3214, 426, 'cmsmasters_bg_img_enable', 'false'),
(3215, 426, 'cmsmasters_bg_img', ''),
(3216, 426, 'cmsmasters_bg_rep', 'no-repeat'),
(3217, 426, 'cmsmasters_bg_pos', 'top center'),
(3218, 426, 'cmsmasters_bg_att', 'scroll'),
(3219, 426, 'cmsmasters_bg_size', 'cover'),
(3220, 426, 'cmsmasters_heading', 'default'),
(3221, 426, 'cmsmasters_heading_title', ''),
(3222, 426, 'cmsmasters_heading_subtitle', ''),
(3223, 426, 'cmsmasters_heading_icon', ''),
(3224, 426, 'cmsmasters_heading_alignment', 'center'),
(3225, 426, 'cmsmasters_heading_scheme', 'default'),
(3226, 426, 'cmsmasters_heading_bg_img_enable', 'true'),
(3227, 426, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3228, 426, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3229, 426, 'cmsmasters_heading_bg_att', 'scroll'),
(3230, 426, 'cmsmasters_heading_bg_size', 'cover'),
(3231, 426, 'cmsmasters_heading_bg_color', ''),
(3232, 426, 'cmsmasters_heading_height', '360'),
(3233, 426, 'cmsmasters_breadcrumbs', 'true'),
(3234, 426, 'cmsmasters_composer_show', 'true'),
(3235, 426, 'cmsmasters_gutenberg_show', 'true'),
(3236, 426, 'cmsmasters_composer_fullscreen', 'false'),
(3237, 426, 'slide_template', 'default'),
(3238, 426, 'cmsmasters_content_under_header', 'false'),
(3239, 426, 'cmsmasters_header_overlaps', 'true'),
(3240, 426, 'cmsmasters_heading_block_disabled', 'false'),
(3241, 430, '_wp_page_template', 'default'),
(3242, 430, 'cmsmasters_post_image_show', 'false'),
(3243, 430, 'cmsmasters_post_image_link', ''),
(3244, 430, 'cmsmasters_post_images', ''),
(3245, 430, 'cmsmasters_post_video_type', 'embedded'),
(3246, 430, 'cmsmasters_post_video_link', ''),
(3247, 430, 'cmsmasters_post_video_links', ''),
(3248, 430, 'cmsmasters_post_audio_links', ''),
(3249, 430, 'cmsmasters_post_title', 'true'),
(3250, 430, 'cmsmasters_post_sharing_box', 'true'),
(3251, 430, 'cmsmasters_post_author_box', 'true'),
(3252, 430, 'cmsmasters_post_more_posts', 'popular'),
(3253, 430, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3254, 430, 'cmsmasters_page_scheme', 'default'),
(3255, 430, 'cmsmasters_layout', 'fullwidth'),
(3256, 430, 'cmsmasters_sidebar_id', ''),
(3257, 430, 'cmsmasters_bottom_sidebar', 'false'),
(3258, 430, 'cmsmasters_bottom_sidebar_id', ''),
(3259, 430, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3260, 430, 'cmsmasters_bg_default', 'true'),
(3261, 430, 'cmsmasters_bg_col', '#ffffff'),
(3262, 430, 'cmsmasters_bg_img_enable', 'false'),
(3263, 430, 'cmsmasters_bg_img', ''),
(3264, 430, 'cmsmasters_bg_rep', 'no-repeat'),
(3265, 430, 'cmsmasters_bg_pos', 'top center'),
(3266, 430, 'cmsmasters_bg_att', 'scroll'),
(3267, 430, 'cmsmasters_bg_size', 'cover'),
(3268, 430, 'cmsmasters_heading', 'default'),
(3269, 430, 'cmsmasters_heading_title', ''),
(3270, 430, 'cmsmasters_heading_subtitle', ''),
(3271, 430, 'cmsmasters_heading_icon', ''),
(3272, 430, 'cmsmasters_heading_alignment', 'center'),
(3273, 430, 'cmsmasters_heading_scheme', 'default'),
(3274, 430, 'cmsmasters_heading_bg_img_enable', 'true'),
(3275, 430, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3276, 430, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3277, 430, 'cmsmasters_heading_bg_att', 'scroll'),
(3278, 430, 'cmsmasters_heading_bg_size', 'cover'),
(3279, 430, 'cmsmasters_heading_bg_color', ''),
(3280, 430, 'cmsmasters_heading_height', '360'),
(3281, 430, 'cmsmasters_breadcrumbs', 'true'),
(3282, 430, 'cmsmasters_composer_show', 'true'),
(3283, 430, 'cmsmasters_gutenberg_show', 'true'),
(3284, 430, 'cmsmasters_composer_fullscreen', 'false'),
(3285, 430, 'slide_template', 'default'),
(3286, 430, '_oembed_b1ccef4f7d7ec9ee9f363a917754e485', '<iframe width=\"1160\" height=\"653\" src=\"https://www.youtube.com/embed/BCHhwxvQqxg?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(3287, 430, '_oembed_time_b1ccef4f7d7ec9ee9f363a917754e485', '1429197117'),
(3288, 430, 'cmsmasters_header_overlaps', 'true'),
(3289, 430, 'cmsmasters_heading_block_disabled', 'false'),
(3290, 430, 'cmsmasters_content_under_header', 'false'),
(3291, 434, '_wp_page_template', 'default'),
(3292, 434, 'cmsmasters_post_image_show', 'false'),
(3293, 434, 'cmsmasters_post_image_link', ''),
(3294, 434, 'cmsmasters_post_images', ''),
(3295, 434, 'cmsmasters_post_video_type', 'embedded'),
(3296, 434, 'cmsmasters_post_video_link', ''),
(3297, 434, 'cmsmasters_post_video_links', ''),
(3298, 434, 'cmsmasters_post_audio_links', ''),
(3299, 434, 'cmsmasters_post_title', 'true'),
(3300, 434, 'cmsmasters_post_sharing_box', 'true'),
(3301, 434, 'cmsmasters_post_author_box', 'true'),
(3302, 434, 'cmsmasters_post_more_posts', 'popular'),
(3303, 434, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3304, 434, 'cmsmasters_page_scheme', 'default'),
(3305, 434, 'cmsmasters_layout', 'fullwidth'),
(3306, 434, 'cmsmasters_sidebar_id', ''),
(3307, 434, 'cmsmasters_bottom_sidebar', 'false'),
(3308, 434, 'cmsmasters_bottom_sidebar_id', ''),
(3309, 434, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3310, 434, 'cmsmasters_bg_default', 'true'),
(3311, 434, 'cmsmasters_bg_col', '#ffffff'),
(3312, 434, 'cmsmasters_bg_img_enable', 'false'),
(3313, 434, 'cmsmasters_bg_img', ''),
(3314, 434, 'cmsmasters_bg_rep', 'no-repeat'),
(3315, 434, 'cmsmasters_bg_pos', 'top center'),
(3316, 434, 'cmsmasters_bg_att', 'scroll'),
(3317, 434, 'cmsmasters_bg_size', 'cover'),
(3318, 434, 'cmsmasters_heading', 'default'),
(3319, 434, 'cmsmasters_heading_title', ''),
(3320, 434, 'cmsmasters_heading_subtitle', ''),
(3321, 434, 'cmsmasters_heading_icon', ''),
(3322, 434, 'cmsmasters_heading_alignment', 'center'),
(3323, 434, 'cmsmasters_heading_scheme', 'default'),
(3324, 434, 'cmsmasters_heading_bg_img_enable', 'true'),
(3325, 434, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3326, 434, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3327, 434, 'cmsmasters_heading_bg_att', 'scroll'),
(3328, 434, 'cmsmasters_heading_bg_size', 'cover'),
(3329, 434, 'cmsmasters_heading_bg_color', ''),
(3330, 434, 'cmsmasters_heading_height', '360'),
(3331, 434, 'cmsmasters_breadcrumbs', 'true'),
(3332, 434, 'cmsmasters_composer_show', 'true'),
(3333, 434, 'cmsmasters_gutenberg_show', 'true'),
(3334, 434, 'cmsmasters_composer_fullscreen', 'false'),
(3335, 434, 'slide_template', 'default'),
(3336, 434, 'cmsmasters_content_under_header', 'false'),
(3337, 434, 'cmsmasters_header_overlaps', 'true'),
(3338, 434, 'cmsmasters_heading_block_disabled', 'false'),
(3339, 529, '_wp_page_template', 'default'),
(3340, 529, 'cmsmasters_post_image_show', 'false'),
(3341, 529, 'cmsmasters_post_image_link', ''),
(3342, 529, 'cmsmasters_post_images', ''),
(3343, 529, 'cmsmasters_post_video_type', 'embedded'),
(3344, 529, 'cmsmasters_post_video_link', ''),
(3345, 529, 'cmsmasters_post_video_links', ''),
(3346, 529, 'cmsmasters_post_audio_links', ''),
(3347, 529, 'cmsmasters_post_title', 'true'),
(3348, 529, 'cmsmasters_post_sharing_box', 'true'),
(3349, 529, 'cmsmasters_post_author_box', 'true'),
(3350, 529, 'cmsmasters_post_more_posts', 'popular'),
(3351, 529, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3352, 529, 'cmsmasters_page_scheme', 'default'),
(3353, 529, 'cmsmasters_layout', 'fullwidth'),
(3354, 529, 'cmsmasters_sidebar_id', ''),
(3355, 529, 'cmsmasters_bottom_sidebar', 'false'),
(3356, 529, 'cmsmasters_bottom_sidebar_id', ''),
(3357, 529, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3358, 529, 'cmsmasters_bg_default', 'true'),
(3359, 529, 'cmsmasters_bg_col', '#ffffff'),
(3360, 529, 'cmsmasters_bg_img_enable', 'false'),
(3361, 529, 'cmsmasters_bg_img', ''),
(3362, 529, 'cmsmasters_bg_rep', 'no-repeat'),
(3363, 529, 'cmsmasters_bg_pos', 'top center'),
(3364, 529, 'cmsmasters_bg_att', 'scroll'),
(3365, 529, 'cmsmasters_bg_size', 'cover'),
(3366, 529, 'cmsmasters_heading', 'disabled'),
(3367, 529, 'cmsmasters_heading_title', 'Contact Us'),
(3368, 529, 'cmsmasters_heading_subtitle', 'We want to hear from you'),
(3369, 529, 'cmsmasters_heading_icon', ''),
(3370, 529, 'cmsmasters_heading_alignment', 'left'),
(3371, 529, 'cmsmasters_heading_scheme', 'default'),
(3372, 529, 'cmsmasters_heading_bg_img_enable', 'false'),
(3373, 529, 'cmsmasters_heading_bg_img', '12036|http://in-conference.cmsmasters.net/wp-content/uploads/2016/07/heading-2-300x89.jpg'),
(3374, 529, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3375, 529, 'cmsmasters_heading_bg_att', 'scroll'),
(3376, 529, 'cmsmasters_heading_bg_size', 'cover'),
(3377, 529, 'cmsmasters_heading_bg_color', ''),
(3378, 529, 'cmsmasters_heading_height', '360'),
(3379, 529, 'cmsmasters_breadcrumbs', 'true'),
(3380, 529, 'cmsmasters_composer_show', 'true'),
(3381, 529, 'cmsmasters_gutenberg_show', 'true'),
(3382, 529, 'cmsmasters_composer_fullscreen', 'false'),
(3383, 529, 'slide_template', 'default'),
(3384, 529, 'cmsmasters_composer_begin', 'true'),
(3385, 529, 'cmsmasters_header_overlaps', 'true'),
(3386, 529, 'cmsmasters_heading_block_disabled', 'true'),
(3387, 529, 'cmsmasters_content_under_header', 'false'),
(3388, 529, 'cmsmasters_composer_confirm', 'true'),
(3389, 533, '_wp_page_template', 'default'),
(3390, 533, 'cmsmasters_post_image_show', 'false'),
(3391, 533, 'cmsmasters_post_image_link', ''),
(3392, 533, 'cmsmasters_post_images', ''),
(3393, 533, 'cmsmasters_post_video_type', 'embedded'),
(3394, 533, 'cmsmasters_post_video_link', ''),
(3395, 533, 'cmsmasters_post_video_links', ''),
(3396, 533, 'cmsmasters_post_audio_links', ''),
(3397, 533, 'cmsmasters_post_title', 'true'),
(3398, 533, 'cmsmasters_post_sharing_box', 'true'),
(3399, 533, 'cmsmasters_post_author_box', 'true'),
(3400, 533, 'cmsmasters_post_more_posts', 'popular'),
(3401, 533, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3402, 533, 'cmsmasters_page_scheme', 'first'),
(3403, 533, 'cmsmasters_layout', 'r_sidebar'),
(3404, 533, 'cmsmasters_sidebar_id', ''),
(3405, 533, 'cmsmasters_bottom_sidebar', 'true'),
(3406, 533, 'cmsmasters_bottom_sidebar_id', ''),
(3407, 533, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3408, 533, 'cmsmasters_bg_default', 'true'),
(3409, 533, 'cmsmasters_bg_col', '#ffffff'),
(3410, 533, 'cmsmasters_bg_img_enable', 'false'),
(3411, 533, 'cmsmasters_bg_img', ''),
(3412, 533, 'cmsmasters_bg_rep', 'no-repeat'),
(3413, 533, 'cmsmasters_bg_pos', 'top center'),
(3414, 533, 'cmsmasters_bg_att', 'scroll'),
(3415, 533, 'cmsmasters_bg_size', 'cover'),
(3416, 533, 'cmsmasters_heading', 'default'),
(3417, 533, 'cmsmasters_heading_title', ''),
(3418, 533, 'cmsmasters_heading_subtitle', ''),
(3419, 533, 'cmsmasters_heading_icon', ''),
(3420, 533, 'cmsmasters_heading_alignment', 'center'),
(3421, 533, 'cmsmasters_heading_scheme', 'default'),
(3422, 533, 'cmsmasters_heading_bg_img_enable', 'true'),
(3423, 533, 'cmsmasters_heading_bg_img', '7098|http://interior-design.cmsmasters.net/wp-content/uploads/2015/04/news-300x169.jpg'),
(3424, 533, 'cmsmasters_heading_bg_rep', 'repeat-x'),
(3425, 533, 'cmsmasters_heading_bg_att', 'fixed'),
(3426, 533, 'cmsmasters_heading_bg_size', 'auto'),
(3427, 533, 'cmsmasters_heading_bg_color', 'rgba(37,37,49,0.55)'),
(3428, 533, 'cmsmasters_heading_height', '350'),
(3429, 533, 'cmsmasters_breadcrumbs', 'true'),
(3430, 533, 'cmsmasters_composer_show', 'true'),
(3431, 533, 'cmsmasters_gutenberg_show', 'true'),
(3432, 533, 'cmsmasters_composer_fullscreen', 'false'),
(3433, 533, 'slide_template', 'default'),
(3434, 533, '_oembed_b1ccef4f7d7ec9ee9f363a917754e485', '<iframe width=\"1160\" height=\"653\" src=\"https://www.youtube.com/embed/BCHhwxvQqxg?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(3435, 533, '_oembed_time_b1ccef4f7d7ec9ee9f363a917754e485', '1430378810'),
(3436, 533, 'cmsmasters_header_overlaps', 'false'),
(3437, 533, 'cmsmasters_heading_block_disabled', 'false'),
(3438, 533, 'cmsmasters_content_under_header', 'false'),
(3439, 535, '_wp_page_template', 'default'),
(3440, 535, 'cmsmasters_post_image_show', 'false'),
(3441, 535, 'cmsmasters_post_image_link', ''),
(3442, 535, 'cmsmasters_post_images', ''),
(3443, 535, 'cmsmasters_post_video_type', 'embedded'),
(3444, 535, 'cmsmasters_post_video_link', ''),
(3445, 535, 'cmsmasters_post_video_links', ''),
(3446, 535, 'cmsmasters_post_audio_links', ''),
(3447, 535, 'cmsmasters_post_title', 'true'),
(3448, 535, 'cmsmasters_post_sharing_box', 'true'),
(3449, 535, 'cmsmasters_post_author_box', 'true'),
(3450, 535, 'cmsmasters_post_more_posts', 'popular'),
(3451, 535, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3452, 535, 'cmsmasters_page_scheme', 'first'),
(3453, 535, 'cmsmasters_layout', 'fullwidth'),
(3454, 535, 'cmsmasters_sidebar_id', ''),
(3455, 535, 'cmsmasters_bottom_sidebar', 'true'),
(3456, 535, 'cmsmasters_bottom_sidebar_id', ''),
(3457, 535, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3458, 535, 'cmsmasters_bg_default', 'true'),
(3459, 535, 'cmsmasters_bg_col', '#ffffff'),
(3460, 535, 'cmsmasters_bg_img_enable', 'false'),
(3461, 535, 'cmsmasters_bg_img', ''),
(3462, 535, 'cmsmasters_bg_rep', 'no-repeat'),
(3463, 535, 'cmsmasters_bg_pos', 'top center'),
(3464, 535, 'cmsmasters_bg_att', 'scroll'),
(3465, 535, 'cmsmasters_bg_size', 'cover'),
(3466, 535, 'cmsmasters_heading', 'default'),
(3467, 535, 'cmsmasters_heading_title', ''),
(3468, 535, 'cmsmasters_heading_subtitle', ''),
(3469, 535, 'cmsmasters_heading_icon', ''),
(3470, 535, 'cmsmasters_heading_alignment', 'center'),
(3471, 535, 'cmsmasters_heading_scheme', 'default'),
(3472, 535, 'cmsmasters_heading_bg_img_enable', 'true'),
(3473, 535, 'cmsmasters_heading_bg_img', '7098|http://interior-design.cmsmasters.net/wp-content/uploads/2015/04/news-300x169.jpg'),
(3474, 535, 'cmsmasters_heading_bg_rep', 'repeat-x'),
(3475, 535, 'cmsmasters_heading_bg_att', 'fixed'),
(3476, 535, 'cmsmasters_heading_bg_size', 'auto'),
(3477, 535, 'cmsmasters_heading_bg_color', 'rgba(37,37,49,0.55)'),
(3478, 535, 'cmsmasters_heading_height', '350'),
(3479, 535, 'cmsmasters_breadcrumbs', 'true'),
(3480, 535, 'cmsmasters_composer_show', 'true'),
(3481, 535, 'cmsmasters_gutenberg_show', 'true'),
(3482, 535, 'cmsmasters_composer_fullscreen', 'false'),
(3483, 535, 'slide_template', 'default'),
(3484, 535, 'cmsmasters_content_under_header', 'false'),
(3485, 545, '_wp_page_template', 'default'),
(3486, 545, 'cmsmasters_post_image_show', 'false'),
(3487, 545, 'cmsmasters_post_image_link', ''),
(3488, 545, 'cmsmasters_post_images', ''),
(3489, 545, 'cmsmasters_post_video_type', 'embedded'),
(3490, 545, 'cmsmasters_post_video_link', ''),
(3491, 545, 'cmsmasters_post_video_links', ''),
(3492, 545, 'cmsmasters_post_audio_links', ''),
(3493, 545, 'cmsmasters_post_title', 'true'),
(3494, 545, 'cmsmasters_post_sharing_box', 'true'),
(3495, 545, 'cmsmasters_post_author_box', 'true'),
(3496, 545, 'cmsmasters_post_more_posts', 'popular'),
(3497, 545, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3498, 545, 'cmsmasters_page_scheme', 'default'),
(3499, 545, 'cmsmasters_layout', 'fullwidth'),
(3500, 545, 'cmsmasters_sidebar_id', ''),
(3501, 545, 'cmsmasters_bottom_sidebar', 'false'),
(3502, 545, 'cmsmasters_bottom_sidebar_id', ''),
(3503, 545, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3504, 545, 'cmsmasters_bg_default', 'true'),
(3505, 545, 'cmsmasters_bg_col', '#ffffff'),
(3506, 545, 'cmsmasters_bg_img_enable', 'false'),
(3507, 545, 'cmsmasters_bg_img', ''),
(3508, 545, 'cmsmasters_bg_rep', 'no-repeat'),
(3509, 545, 'cmsmasters_bg_pos', 'top center'),
(3510, 545, 'cmsmasters_bg_att', 'scroll'),
(3511, 545, 'cmsmasters_bg_size', 'cover'),
(3512, 545, 'cmsmasters_heading', 'default'),
(3513, 545, 'cmsmasters_heading_title', ''),
(3514, 545, 'cmsmasters_heading_subtitle', ''),
(3515, 545, 'cmsmasters_heading_icon', ''),
(3516, 545, 'cmsmasters_heading_alignment', 'center'),
(3517, 545, 'cmsmasters_heading_scheme', 'default'),
(3518, 545, 'cmsmasters_heading_bg_img_enable', 'true'),
(3519, 545, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3520, 545, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3521, 545, 'cmsmasters_heading_bg_att', 'scroll'),
(3522, 545, 'cmsmasters_heading_bg_size', 'cover'),
(3523, 545, 'cmsmasters_heading_bg_color', ''),
(3524, 545, 'cmsmasters_heading_height', '360'),
(3525, 545, 'cmsmasters_breadcrumbs', 'true'),
(3526, 545, 'cmsmasters_composer_show', 'true'),
(3527, 545, 'cmsmasters_gutenberg_show', 'true'),
(3528, 545, 'cmsmasters_composer_fullscreen', 'false'),
(3529, 545, 'slide_template', 'default'),
(3530, 545, 'cmsmasters_composer_begin', 'true'),
(3531, 545, 'cmsmasters_composer_confirm', 'true'),
(3532, 545, 'cmsmasters_header_overlaps', 'true'),
(3533, 545, 'cmsmasters_heading_block_disabled', 'false'),
(3534, 545, 'cmsmasters_content_under_header', 'false'),
(3535, 548, '_wp_page_template', 'default'),
(3536, 548, 'cmsmasters_post_image_show', 'false'),
(3537, 548, 'cmsmasters_post_image_link', ''),
(3538, 548, 'cmsmasters_post_images', ''),
(3539, 548, 'cmsmasters_post_video_type', 'embedded'),
(3540, 548, 'cmsmasters_post_video_link', ''),
(3541, 548, 'cmsmasters_post_video_links', ''),
(3542, 548, 'cmsmasters_post_audio_links', ''),
(3543, 548, 'cmsmasters_post_title', 'true'),
(3544, 548, 'cmsmasters_post_sharing_box', 'true'),
(3545, 548, 'cmsmasters_post_author_box', 'true'),
(3546, 548, 'cmsmasters_post_more_posts', 'popular'),
(3547, 548, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3548, 548, 'cmsmasters_page_scheme', 'default'),
(3549, 548, 'cmsmasters_layout', 'fullwidth'),
(3550, 548, 'cmsmasters_sidebar_id', ''),
(3551, 548, 'cmsmasters_bottom_sidebar', 'false'),
(3552, 548, 'cmsmasters_bottom_sidebar_id', ''),
(3553, 548, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3554, 548, 'cmsmasters_bg_default', 'true'),
(3555, 548, 'cmsmasters_bg_col', '#ffffff'),
(3556, 548, 'cmsmasters_bg_img_enable', 'false'),
(3557, 548, 'cmsmasters_bg_img', ''),
(3558, 548, 'cmsmasters_bg_rep', 'no-repeat'),
(3559, 548, 'cmsmasters_bg_pos', 'top center'),
(3560, 548, 'cmsmasters_bg_att', 'scroll'),
(3561, 548, 'cmsmasters_bg_size', 'cover'),
(3562, 548, 'cmsmasters_heading', 'default'),
(3563, 548, 'cmsmasters_heading_title', ''),
(3564, 548, 'cmsmasters_heading_subtitle', ''),
(3565, 548, 'cmsmasters_heading_icon', ''),
(3566, 548, 'cmsmasters_heading_alignment', 'center'),
(3567, 548, 'cmsmasters_heading_scheme', 'default'),
(3568, 548, 'cmsmasters_heading_bg_img_enable', 'true'),
(3569, 548, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3570, 548, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3571, 548, 'cmsmasters_heading_bg_att', 'scroll'),
(3572, 548, 'cmsmasters_heading_bg_size', 'cover'),
(3573, 548, 'cmsmasters_heading_bg_color', ''),
(3574, 548, 'cmsmasters_heading_height', '360'),
(3575, 548, 'cmsmasters_breadcrumbs', 'true'),
(3576, 548, 'cmsmasters_composer_show', 'true'),
(3577, 548, 'cmsmasters_gutenberg_show', 'true'),
(3578, 548, 'cmsmasters_composer_fullscreen', 'false'),
(3579, 548, 'slide_template', 'default'),
(3580, 548, 'cmsmasters_content_under_header', 'false'),
(3581, 548, 'cmsmasters_header_overlaps', 'true'),
(3582, 548, 'cmsmasters_heading_block_disabled', 'false'),
(3583, 552, '_wp_page_template', 'default'),
(3584, 552, 'cmsmasters_post_image_show', 'false'),
(3585, 552, 'cmsmasters_post_image_link', ''),
(3586, 552, 'cmsmasters_post_images', ''),
(3587, 552, 'cmsmasters_post_video_type', 'embedded'),
(3588, 552, 'cmsmasters_post_video_link', ''),
(3589, 552, 'cmsmasters_post_video_links', ''),
(3590, 552, 'cmsmasters_post_audio_links', ''),
(3591, 552, 'cmsmasters_post_title', 'true'),
(3592, 552, 'cmsmasters_post_sharing_box', 'true'),
(3593, 552, 'cmsmasters_post_author_box', 'true'),
(3594, 552, 'cmsmasters_post_more_posts', 'popular'),
(3595, 552, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3596, 552, 'cmsmasters_page_scheme', 'default'),
(3597, 552, 'cmsmasters_layout', 'fullwidth'),
(3598, 552, 'cmsmasters_sidebar_id', ''),
(3599, 552, 'cmsmasters_bottom_sidebar', 'false'),
(3600, 552, 'cmsmasters_bottom_sidebar_id', ''),
(3601, 552, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3602, 552, 'cmsmasters_bg_default', 'true'),
(3603, 552, 'cmsmasters_bg_col', '#ffffff'),
(3604, 552, 'cmsmasters_bg_img_enable', 'false'),
(3605, 552, 'cmsmasters_bg_img', ''),
(3606, 552, 'cmsmasters_bg_rep', 'no-repeat'),
(3607, 552, 'cmsmasters_bg_pos', 'top center'),
(3608, 552, 'cmsmasters_bg_att', 'scroll'),
(3609, 552, 'cmsmasters_bg_size', 'cover'),
(3610, 552, 'cmsmasters_heading', 'default'),
(3611, 552, 'cmsmasters_heading_title', ''),
(3612, 552, 'cmsmasters_heading_subtitle', ''),
(3613, 552, 'cmsmasters_heading_icon', ''),
(3614, 552, 'cmsmasters_heading_alignment', 'center'),
(3615, 552, 'cmsmasters_heading_scheme', 'default'),
(3616, 552, 'cmsmasters_heading_bg_img_enable', 'true'),
(3617, 552, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3618, 552, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3619, 552, 'cmsmasters_heading_bg_att', 'scroll'),
(3620, 552, 'cmsmasters_heading_bg_size', 'cover'),
(3621, 552, 'cmsmasters_heading_bg_color', ''),
(3622, 552, 'cmsmasters_heading_height', '360'),
(3623, 552, 'cmsmasters_breadcrumbs', 'true'),
(3624, 552, 'cmsmasters_composer_show', 'true'),
(3625, 552, 'cmsmasters_gutenberg_show', 'true'),
(3626, 552, 'cmsmasters_composer_fullscreen', 'false'),
(3627, 552, 'cmsmasters_composer_confirm', 'true'),
(3628, 552, 'slide_template', 'default'),
(3629, 552, 'cmsmasters_content_under_header', 'false'),
(3630, 552, 'cmsmasters_header_overlaps', 'true'),
(3631, 552, 'cmsmasters_heading_block_disabled', 'false'),
(3632, 564, '_wp_page_template', 'default'),
(3633, 564, 'cmsmasters_post_image_show', 'false'),
(3634, 564, 'cmsmasters_post_image_link', ''),
(3635, 564, 'cmsmasters_post_images', ''),
(3636, 564, 'cmsmasters_post_video_type', 'embedded'),
(3637, 564, 'cmsmasters_post_video_link', ''),
(3638, 564, 'cmsmasters_post_video_links', ''),
(3639, 564, 'cmsmasters_post_audio_links', ''),
(3640, 564, 'cmsmasters_post_title', 'true'),
(3641, 564, 'cmsmasters_post_sharing_box', 'true'),
(3642, 564, 'cmsmasters_post_author_box', 'true'),
(3643, 564, 'cmsmasters_post_more_posts', 'popular'),
(3644, 564, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3645, 564, 'cmsmasters_page_scheme', 'default'),
(3646, 564, 'cmsmasters_layout', 'fullwidth'),
(3647, 564, 'cmsmasters_sidebar_id', ''),
(3648, 564, 'cmsmasters_bottom_sidebar', 'false'),
(3649, 564, 'cmsmasters_bottom_sidebar_id', ''),
(3650, 564, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3651, 564, 'cmsmasters_bg_default', 'true'),
(3652, 564, 'cmsmasters_bg_col', '#ffffff'),
(3653, 564, 'cmsmasters_bg_img_enable', 'false'),
(3654, 564, 'cmsmasters_bg_img', ''),
(3655, 564, 'cmsmasters_bg_rep', 'no-repeat'),
(3656, 564, 'cmsmasters_bg_pos', 'top center'),
(3657, 564, 'cmsmasters_bg_att', 'scroll'),
(3658, 564, 'cmsmasters_bg_size', 'cover'),
(3659, 564, 'cmsmasters_heading', 'default'),
(3660, 564, 'cmsmasters_heading_title', ''),
(3661, 564, 'cmsmasters_heading_subtitle', ''),
(3662, 564, 'cmsmasters_heading_icon', ''),
(3663, 564, 'cmsmasters_heading_alignment', 'center'),
(3664, 564, 'cmsmasters_heading_scheme', 'default'),
(3665, 564, 'cmsmasters_heading_bg_img_enable', 'true'),
(3666, 564, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3667, 564, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3668, 564, 'cmsmasters_heading_bg_att', 'scroll'),
(3669, 564, 'cmsmasters_heading_bg_size', 'cover'),
(3670, 564, 'cmsmasters_heading_bg_color', ''),
(3671, 564, 'cmsmasters_heading_height', '360'),
(3672, 564, 'cmsmasters_breadcrumbs', 'true'),
(3673, 564, 'cmsmasters_composer_show', 'true'),
(3674, 564, 'cmsmasters_gutenberg_show', 'true'),
(3675, 564, 'cmsmasters_composer_fullscreen', 'false'),
(3676, 564, 'slide_template', 'default'),
(3677, 564, 'cmsmasters_content_under_header', 'false'),
(3678, 564, 'cmsmasters_header_overlaps', 'true'),
(3679, 564, 'cmsmasters_heading_block_disabled', 'false'),
(3680, 567, '_wp_page_template', 'default'),
(3681, 567, 'cmsmasters_post_image_show', 'false'),
(3682, 567, 'cmsmasters_post_image_link', ''),
(3683, 567, 'cmsmasters_post_images', ''),
(3684, 567, 'cmsmasters_post_video_type', 'embedded'),
(3685, 567, 'cmsmasters_post_video_link', ''),
(3686, 567, 'cmsmasters_post_video_links', ''),
(3687, 567, 'cmsmasters_post_audio_links', ''),
(3688, 567, 'cmsmasters_post_title', 'true'),
(3689, 567, 'cmsmasters_post_sharing_box', 'true'),
(3690, 567, 'cmsmasters_post_author_box', 'true'),
(3691, 567, 'cmsmasters_post_more_posts', 'popular'),
(3692, 567, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3693, 567, 'cmsmasters_page_scheme', 'default'),
(3694, 567, 'cmsmasters_layout', 'fullwidth'),
(3695, 567, 'cmsmasters_sidebar_id', ''),
(3696, 567, 'cmsmasters_bottom_sidebar', 'false'),
(3697, 567, 'cmsmasters_bottom_sidebar_id', ''),
(3698, 567, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3699, 567, 'cmsmasters_bg_default', 'true'),
(3700, 567, 'cmsmasters_bg_col', '#ffffff'),
(3701, 567, 'cmsmasters_bg_img_enable', 'false'),
(3702, 567, 'cmsmasters_bg_img', ''),
(3703, 567, 'cmsmasters_bg_rep', 'no-repeat'),
(3704, 567, 'cmsmasters_bg_pos', 'top center'),
(3705, 567, 'cmsmasters_bg_att', 'scroll'),
(3706, 567, 'cmsmasters_bg_size', 'cover'),
(3707, 567, 'cmsmasters_heading', 'default'),
(3708, 567, 'cmsmasters_heading_title', ''),
(3709, 567, 'cmsmasters_heading_subtitle', ''),
(3710, 567, 'cmsmasters_heading_icon', ''),
(3711, 567, 'cmsmasters_heading_alignment', 'center'),
(3712, 567, 'cmsmasters_heading_scheme', 'default'),
(3713, 567, 'cmsmasters_heading_bg_img_enable', 'true'),
(3714, 567, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3715, 567, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3716, 567, 'cmsmasters_heading_bg_att', 'scroll'),
(3717, 567, 'cmsmasters_heading_bg_size', 'cover'),
(3718, 567, 'cmsmasters_heading_bg_color', ''),
(3719, 567, 'cmsmasters_heading_height', '360'),
(3720, 567, 'cmsmasters_breadcrumbs', 'true'),
(3721, 567, 'cmsmasters_composer_show', 'true'),
(3722, 567, 'cmsmasters_gutenberg_show', 'true'),
(3723, 567, 'cmsmasters_composer_fullscreen', 'false'),
(3724, 567, 'cmsmasters_composer_confirm', 'true'),
(3725, 567, 'slide_template', 'default'),
(3726, 567, 'cmsmasters_content_under_header', 'false'),
(3727, 567, 'cmsmasters_header_overlaps', 'true'),
(3728, 567, 'cmsmasters_heading_block_disabled', 'false'),
(3729, 575, '_wp_page_template', 'default'),
(3730, 575, 'cmsmasters_post_image_show', 'false'),
(3731, 575, 'cmsmasters_post_image_link', ''),
(3732, 575, 'cmsmasters_post_images', ''),
(3733, 575, 'cmsmasters_post_video_type', 'embedded'),
(3734, 575, 'cmsmasters_post_video_link', ''),
(3735, 575, 'cmsmasters_post_video_links', ''),
(3736, 575, 'cmsmasters_post_audio_links', ''),
(3737, 575, 'cmsmasters_post_title', 'true'),
(3738, 575, 'cmsmasters_post_sharing_box', 'true'),
(3739, 575, 'cmsmasters_post_author_box', 'true'),
(3740, 575, 'cmsmasters_post_more_posts', 'popular'),
(3741, 575, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3742, 575, 'cmsmasters_page_scheme', 'default'),
(3743, 575, 'cmsmasters_layout', 'fullwidth'),
(3744, 575, 'cmsmasters_sidebar_id', ''),
(3745, 575, 'cmsmasters_bottom_sidebar', 'false'),
(3746, 575, 'cmsmasters_bottom_sidebar_id', ''),
(3747, 575, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3748, 575, 'cmsmasters_bg_default', 'true'),
(3749, 575, 'cmsmasters_bg_col', '#ffffff'),
(3750, 575, 'cmsmasters_bg_img_enable', 'false'),
(3751, 575, 'cmsmasters_bg_img', ''),
(3752, 575, 'cmsmasters_bg_rep', 'no-repeat'),
(3753, 575, 'cmsmasters_bg_pos', 'top center'),
(3754, 575, 'cmsmasters_bg_att', 'scroll'),
(3755, 575, 'cmsmasters_bg_size', 'cover'),
(3756, 575, 'cmsmasters_heading', 'default'),
(3757, 575, 'cmsmasters_heading_title', ''),
(3758, 575, 'cmsmasters_heading_subtitle', ''),
(3759, 575, 'cmsmasters_heading_icon', ''),
(3760, 575, 'cmsmasters_heading_alignment', 'center'),
(3761, 575, 'cmsmasters_heading_scheme', 'default'),
(3762, 575, 'cmsmasters_heading_bg_img_enable', 'true'),
(3763, 575, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3764, 575, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3765, 575, 'cmsmasters_heading_bg_att', 'scroll'),
(3766, 575, 'cmsmasters_heading_bg_size', 'cover'),
(3767, 575, 'cmsmasters_heading_bg_color', ''),
(3768, 575, 'cmsmasters_heading_height', '360'),
(3769, 575, 'cmsmasters_breadcrumbs', 'true'),
(3770, 575, 'cmsmasters_composer_show', 'true'),
(3771, 575, 'cmsmasters_gutenberg_show', 'true'),
(3772, 575, 'cmsmasters_composer_fullscreen', 'false'),
(3773, 575, 'slide_template', 'default'),
(3774, 575, 'cmsmasters_content_under_header', 'false'),
(3775, 575, 'cmsmasters_header_overlaps', 'true'),
(3776, 575, 'cmsmasters_heading_block_disabled', 'false'),
(3777, 882, '_wp_page_template', 'default'),
(3778, 882, 'cmsmasters_post_image_show', 'false'),
(3779, 882, 'cmsmasters_post_image_link', ''),
(3780, 882, 'cmsmasters_post_images', ''),
(3781, 882, 'cmsmasters_post_video_type', 'embedded'),
(3782, 882, 'cmsmasters_post_video_link', ''),
(3783, 882, 'cmsmasters_post_video_links', ''),
(3784, 882, 'cmsmasters_post_audio_links', ''),
(3785, 882, 'cmsmasters_post_title', 'true'),
(3786, 882, 'cmsmasters_post_sharing_box', 'true'),
(3787, 882, 'cmsmasters_post_author_box', 'true'),
(3788, 882, 'cmsmasters_post_more_posts', 'popular'),
(3789, 882, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3790, 882, 'cmsmasters_page_scheme', 'default'),
(3791, 882, 'cmsmasters_layout', 'r_sidebar'),
(3792, 882, 'cmsmasters_sidebar_id', ''),
(3793, 882, 'cmsmasters_bottom_sidebar', 'false'),
(3794, 882, 'cmsmasters_bottom_sidebar_id', ''),
(3795, 882, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3796, 882, 'cmsmasters_bg_default', 'true'),
(3797, 882, 'cmsmasters_bg_col', '#ffffff'),
(3798, 882, 'cmsmasters_bg_img_enable', 'false'),
(3799, 882, 'cmsmasters_bg_img', ''),
(3800, 882, 'cmsmasters_bg_rep', 'no-repeat'),
(3801, 882, 'cmsmasters_bg_pos', 'top center'),
(3802, 882, 'cmsmasters_bg_att', 'scroll'),
(3803, 882, 'cmsmasters_bg_size', 'cover'),
(3804, 882, 'cmsmasters_heading', 'default'),
(3805, 882, 'cmsmasters_heading_title', ''),
(3806, 882, 'cmsmasters_heading_subtitle', ''),
(3807, 882, 'cmsmasters_heading_icon', ''),
(3808, 882, 'cmsmasters_heading_alignment', 'center'),
(3809, 882, 'cmsmasters_heading_scheme', 'default'),
(3810, 882, 'cmsmasters_heading_bg_img_enable', 'true'),
(3811, 882, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3812, 882, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3813, 882, 'cmsmasters_heading_bg_att', 'scroll'),
(3814, 882, 'cmsmasters_heading_bg_size', 'cover'),
(3815, 882, 'cmsmasters_heading_bg_color', ''),
(3816, 882, 'cmsmasters_heading_height', '360'),
(3817, 882, 'cmsmasters_breadcrumbs', 'true'),
(3818, 882, 'cmsmasters_composer_show', 'true'),
(3819, 882, 'cmsmasters_gutenberg_show', 'true'),
(3820, 882, 'cmsmasters_composer_fullscreen', 'false'),
(3821, 882, 'slide_template', 'default'),
(3822, 882, 'cmsmasters_header_overlaps', 'true'),
(3823, 882, 'cmsmasters_heading_block_disabled', 'false'),
(3824, 882, 'cmsmasters_content_under_header', 'false'),
(3825, 887, '_wp_page_template', 'default'),
(3826, 887, 'cmsmasters_post_image_show', 'false'),
(3827, 887, 'cmsmasters_post_image_link', ''),
(3828, 887, 'cmsmasters_post_images', ''),
(3829, 887, 'cmsmasters_post_video_type', 'embedded');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3830, 887, 'cmsmasters_post_video_link', ''),
(3831, 887, 'cmsmasters_post_video_links', ''),
(3832, 887, 'cmsmasters_post_audio_links', ''),
(3833, 887, 'cmsmasters_post_title', 'true'),
(3834, 887, 'cmsmasters_post_sharing_box', 'true'),
(3835, 887, 'cmsmasters_post_author_box', 'true'),
(3836, 887, 'cmsmasters_post_more_posts', 'popular'),
(3837, 887, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3838, 887, 'cmsmasters_page_scheme', 'default'),
(3839, 887, 'cmsmasters_layout', 'fullwidth'),
(3840, 887, 'cmsmasters_sidebar_id', ''),
(3841, 887, 'cmsmasters_bottom_sidebar', 'false'),
(3842, 887, 'cmsmasters_bottom_sidebar_id', ''),
(3843, 887, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3844, 887, 'cmsmasters_bg_default', 'true'),
(3845, 887, 'cmsmasters_bg_col', '#ffffff'),
(3846, 887, 'cmsmasters_bg_img_enable', 'false'),
(3847, 887, 'cmsmasters_bg_img', ''),
(3848, 887, 'cmsmasters_bg_rep', 'no-repeat'),
(3849, 887, 'cmsmasters_bg_pos', 'top center'),
(3850, 887, 'cmsmasters_bg_att', 'scroll'),
(3851, 887, 'cmsmasters_bg_size', 'cover'),
(3852, 887, 'cmsmasters_heading', 'default'),
(3853, 887, 'cmsmasters_heading_title', ''),
(3854, 887, 'cmsmasters_heading_subtitle', ''),
(3855, 887, 'cmsmasters_heading_icon', ''),
(3856, 887, 'cmsmasters_heading_alignment', 'center'),
(3857, 887, 'cmsmasters_heading_scheme', 'default'),
(3858, 887, 'cmsmasters_heading_bg_img_enable', 'true'),
(3859, 887, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3860, 887, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3861, 887, 'cmsmasters_heading_bg_att', 'scroll'),
(3862, 887, 'cmsmasters_heading_bg_size', 'cover'),
(3863, 887, 'cmsmasters_heading_bg_color', ''),
(3864, 887, 'cmsmasters_heading_height', '360'),
(3865, 887, 'cmsmasters_breadcrumbs', 'true'),
(3866, 887, 'cmsmasters_composer_show', 'true'),
(3867, 887, 'cmsmasters_gutenberg_show', 'true'),
(3868, 887, 'cmsmasters_composer_fullscreen', 'false'),
(3869, 887, 'slide_template', 'default'),
(3870, 887, 'cmsmasters_header_overlaps', 'true'),
(3871, 887, 'cmsmasters_heading_block_disabled', 'false'),
(3872, 887, 'cmsmasters_content_under_header', 'false'),
(3873, 889, '_wp_page_template', 'default'),
(3874, 889, 'cmsmasters_post_image_show', 'false'),
(3875, 889, 'cmsmasters_post_image_link', ''),
(3876, 889, 'cmsmasters_post_images', ''),
(3877, 889, 'cmsmasters_post_video_type', 'embedded'),
(3878, 889, 'cmsmasters_post_video_link', ''),
(3879, 889, 'cmsmasters_post_video_links', ''),
(3880, 889, 'cmsmasters_post_audio_links', ''),
(3881, 889, 'cmsmasters_post_title', 'true'),
(3882, 889, 'cmsmasters_post_sharing_box', 'true'),
(3883, 889, 'cmsmasters_post_author_box', 'true'),
(3884, 889, 'cmsmasters_post_more_posts', 'popular'),
(3885, 889, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3886, 889, 'cmsmasters_page_scheme', 'default'),
(3887, 889, 'cmsmasters_layout', 'fullwidth'),
(3888, 889, 'cmsmasters_sidebar_id', ''),
(3889, 889, 'cmsmasters_bottom_sidebar', 'false'),
(3890, 889, 'cmsmasters_bottom_sidebar_id', ''),
(3891, 889, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3892, 889, 'cmsmasters_bg_default', 'true'),
(3893, 889, 'cmsmasters_bg_col', '#ffffff'),
(3894, 889, 'cmsmasters_bg_img_enable', 'false'),
(3895, 889, 'cmsmasters_bg_img', ''),
(3896, 889, 'cmsmasters_bg_rep', 'no-repeat'),
(3897, 889, 'cmsmasters_bg_pos', 'top center'),
(3898, 889, 'cmsmasters_bg_att', 'scroll'),
(3899, 889, 'cmsmasters_bg_size', 'cover'),
(3900, 889, 'cmsmasters_heading', 'default'),
(3901, 889, 'cmsmasters_heading_title', ''),
(3902, 889, 'cmsmasters_heading_subtitle', ''),
(3903, 889, 'cmsmasters_heading_icon', ''),
(3904, 889, 'cmsmasters_heading_alignment', 'center'),
(3905, 889, 'cmsmasters_heading_scheme', 'default'),
(3906, 889, 'cmsmasters_heading_bg_img_enable', 'true'),
(3907, 889, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3908, 889, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3909, 889, 'cmsmasters_heading_bg_att', 'scroll'),
(3910, 889, 'cmsmasters_heading_bg_size', 'cover'),
(3911, 889, 'cmsmasters_heading_bg_color', ''),
(3912, 889, 'cmsmasters_heading_height', '360'),
(3913, 889, 'cmsmasters_breadcrumbs', 'true'),
(3914, 889, 'cmsmasters_composer_show', 'true'),
(3915, 889, 'cmsmasters_gutenberg_show', 'true'),
(3916, 889, 'cmsmasters_composer_fullscreen', 'false'),
(3917, 889, 'slide_template', 'default'),
(3918, 889, 'cmsmasters_content_under_header', 'false'),
(3919, 889, 'cmsmasters_header_overlaps', 'true'),
(3920, 889, 'cmsmasters_heading_block_disabled', 'false'),
(3921, 901, '_wp_page_template', 'default'),
(3922, 901, 'cmsmasters_post_image_show', 'false'),
(3923, 901, 'cmsmasters_post_image_link', ''),
(3924, 901, 'cmsmasters_post_images', ''),
(3925, 901, 'cmsmasters_post_video_type', 'embedded'),
(3926, 901, 'cmsmasters_post_video_link', ''),
(3927, 901, 'cmsmasters_post_video_links', ''),
(3928, 901, 'cmsmasters_post_audio_links', ''),
(3929, 901, 'cmsmasters_post_title', 'true'),
(3930, 901, 'cmsmasters_post_sharing_box', 'true'),
(3931, 901, 'cmsmasters_post_author_box', 'true'),
(3932, 901, 'cmsmasters_post_more_posts', 'popular'),
(3933, 901, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3934, 901, 'cmsmasters_page_scheme', 'default'),
(3935, 901, 'cmsmasters_layout', 'fullwidth'),
(3936, 901, 'cmsmasters_sidebar_id', ''),
(3937, 901, 'cmsmasters_bottom_sidebar', 'false'),
(3938, 901, 'cmsmasters_bottom_sidebar_id', ''),
(3939, 901, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3940, 901, 'cmsmasters_bg_default', 'true'),
(3941, 901, 'cmsmasters_bg_col', '#ffffff'),
(3942, 901, 'cmsmasters_bg_img_enable', 'false'),
(3943, 901, 'cmsmasters_bg_img', ''),
(3944, 901, 'cmsmasters_bg_rep', 'no-repeat'),
(3945, 901, 'cmsmasters_bg_pos', 'top center'),
(3946, 901, 'cmsmasters_bg_att', 'scroll'),
(3947, 901, 'cmsmasters_bg_size', 'cover'),
(3948, 901, 'cmsmasters_heading', 'default'),
(3949, 901, 'cmsmasters_heading_title', ''),
(3950, 901, 'cmsmasters_heading_subtitle', ''),
(3951, 901, 'cmsmasters_heading_icon', ''),
(3952, 901, 'cmsmasters_heading_alignment', 'center'),
(3953, 901, 'cmsmasters_heading_scheme', 'default'),
(3954, 901, 'cmsmasters_heading_bg_img_enable', 'true'),
(3955, 901, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(3956, 901, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(3957, 901, 'cmsmasters_heading_bg_att', 'scroll'),
(3958, 901, 'cmsmasters_heading_bg_size', 'cover'),
(3959, 901, 'cmsmasters_heading_bg_color', ''),
(3960, 901, 'cmsmasters_heading_height', '360'),
(3961, 901, 'cmsmasters_breadcrumbs', 'true'),
(3962, 901, 'cmsmasters_composer_show', 'true'),
(3963, 901, 'cmsmasters_gutenberg_show', 'true'),
(3964, 901, 'cmsmasters_composer_fullscreen', 'false'),
(3965, 901, 'slide_template', 'default'),
(3966, 901, 'cmsmasters_content_under_header', 'false'),
(3967, 901, 'cmsmasters_header_overlaps', 'true'),
(3968, 901, 'cmsmasters_heading_block_disabled', 'false'),
(3969, 903, '_wp_page_template', 'default'),
(3970, 903, 'cmsmasters_post_image_show', 'false'),
(3971, 903, 'cmsmasters_post_image_link', ''),
(3972, 903, 'cmsmasters_post_images', ''),
(3973, 903, 'cmsmasters_post_video_type', 'embedded'),
(3974, 903, 'cmsmasters_post_video_link', ''),
(3975, 903, 'cmsmasters_post_video_links', ''),
(3976, 903, 'cmsmasters_post_audio_links', ''),
(3977, 903, 'cmsmasters_post_title', 'true'),
(3978, 903, 'cmsmasters_post_sharing_box', 'true'),
(3979, 903, 'cmsmasters_post_author_box', 'true'),
(3980, 903, 'cmsmasters_post_more_posts', 'popular'),
(3981, 903, 'cmsmasters_post_read_more', 'Continue Reading...'),
(3982, 903, 'cmsmasters_page_scheme', 'default'),
(3983, 903, 'cmsmasters_layout', 'fullwidth'),
(3984, 903, 'cmsmasters_sidebar_id', ''),
(3985, 903, 'cmsmasters_bottom_sidebar', 'false'),
(3986, 903, 'cmsmasters_bottom_sidebar_id', ''),
(3987, 903, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(3988, 903, 'cmsmasters_bg_default', 'true'),
(3989, 903, 'cmsmasters_bg_col', '#ffffff'),
(3990, 903, 'cmsmasters_bg_img_enable', 'false'),
(3991, 903, 'cmsmasters_bg_img', ''),
(3992, 903, 'cmsmasters_bg_rep', 'no-repeat'),
(3993, 903, 'cmsmasters_bg_pos', 'top center'),
(3994, 903, 'cmsmasters_bg_att', 'scroll'),
(3995, 903, 'cmsmasters_bg_size', 'cover'),
(3996, 903, 'cmsmasters_heading', 'default'),
(3997, 903, 'cmsmasters_heading_title', ''),
(3998, 903, 'cmsmasters_heading_subtitle', ''),
(3999, 903, 'cmsmasters_heading_icon', ''),
(4000, 903, 'cmsmasters_heading_alignment', 'center'),
(4001, 903, 'cmsmasters_heading_scheme', 'default'),
(4002, 903, 'cmsmasters_heading_bg_img_enable', 'true'),
(4003, 903, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(4004, 903, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4005, 903, 'cmsmasters_heading_bg_att', 'scroll'),
(4006, 903, 'cmsmasters_heading_bg_size', 'cover'),
(4007, 903, 'cmsmasters_heading_bg_color', ''),
(4008, 903, 'cmsmasters_heading_height', '360'),
(4009, 903, 'cmsmasters_breadcrumbs', 'true'),
(4010, 903, 'cmsmasters_composer_show', 'true'),
(4011, 903, 'cmsmasters_gutenberg_show', 'true'),
(4012, 903, 'cmsmasters_composer_fullscreen', 'false'),
(4013, 903, 'slide_template', 'default'),
(4014, 903, 'cmsmasters_content_under_header', 'false'),
(4015, 903, 'cmsmasters_header_overlaps', 'true'),
(4016, 903, 'cmsmasters_heading_block_disabled', 'false'),
(4017, 907, '_wp_page_template', 'default'),
(4018, 907, 'cmsmasters_post_image_show', 'false'),
(4019, 907, 'cmsmasters_post_image_link', ''),
(4020, 907, 'cmsmasters_post_images', ''),
(4021, 907, 'cmsmasters_post_video_type', 'embedded'),
(4022, 907, 'cmsmasters_post_video_link', ''),
(4023, 907, 'cmsmasters_post_video_links', ''),
(4024, 907, 'cmsmasters_post_audio_links', ''),
(4025, 907, 'cmsmasters_post_title', 'true'),
(4026, 907, 'cmsmasters_post_sharing_box', 'true'),
(4027, 907, 'cmsmasters_post_author_box', 'true'),
(4028, 907, 'cmsmasters_post_more_posts', 'popular'),
(4029, 907, 'cmsmasters_post_read_more', 'Continue Reading...'),
(4030, 907, 'cmsmasters_page_scheme', 'default'),
(4031, 907, 'cmsmasters_layout', 'fullwidth'),
(4032, 907, 'cmsmasters_sidebar_id', ''),
(4033, 907, 'cmsmasters_bottom_sidebar', 'false'),
(4034, 907, 'cmsmasters_bottom_sidebar_id', ''),
(4035, 907, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4036, 907, 'cmsmasters_bg_default', 'true'),
(4037, 907, 'cmsmasters_bg_col', '#ffffff'),
(4038, 907, 'cmsmasters_bg_img_enable', 'false'),
(4039, 907, 'cmsmasters_bg_img', ''),
(4040, 907, 'cmsmasters_bg_rep', 'no-repeat'),
(4041, 907, 'cmsmasters_bg_pos', 'top center'),
(4042, 907, 'cmsmasters_bg_att', 'scroll'),
(4043, 907, 'cmsmasters_bg_size', 'cover'),
(4044, 907, 'cmsmasters_heading', 'default'),
(4045, 907, 'cmsmasters_heading_title', ''),
(4046, 907, 'cmsmasters_heading_subtitle', ''),
(4047, 907, 'cmsmasters_heading_icon', ''),
(4048, 907, 'cmsmasters_heading_alignment', 'center'),
(4049, 907, 'cmsmasters_heading_scheme', 'default'),
(4050, 907, 'cmsmasters_heading_bg_img_enable', 'true'),
(4051, 907, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(4052, 907, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4053, 907, 'cmsmasters_heading_bg_att', 'scroll'),
(4054, 907, 'cmsmasters_heading_bg_size', 'cover'),
(4055, 907, 'cmsmasters_heading_bg_color', ''),
(4056, 907, 'cmsmasters_heading_height', '360'),
(4057, 907, 'cmsmasters_breadcrumbs', 'true'),
(4058, 907, 'cmsmasters_composer_show', 'true'),
(4059, 907, 'cmsmasters_gutenberg_show', 'true'),
(4060, 907, 'cmsmasters_composer_fullscreen', 'false'),
(4061, 907, 'slide_template', 'default'),
(4062, 907, 'cmsmasters_content_under_header', 'false'),
(4063, 907, 'cmsmasters_header_overlaps', 'true'),
(4064, 907, 'cmsmasters_heading_block_disabled', 'false'),
(4065, 919, '_wp_page_template', 'default'),
(4066, 919, 'cmsmasters_post_image_show', 'false'),
(4067, 919, 'cmsmasters_post_image_link', ''),
(4068, 919, 'cmsmasters_post_images', ''),
(4069, 919, 'cmsmasters_post_video_type', 'embedded'),
(4070, 919, 'cmsmasters_post_video_link', ''),
(4071, 919, 'cmsmasters_post_video_links', ''),
(4072, 919, 'cmsmasters_post_audio_links', ''),
(4073, 919, 'cmsmasters_post_title', 'true'),
(4074, 919, 'cmsmasters_post_sharing_box', 'true'),
(4075, 919, 'cmsmasters_post_author_box', 'true'),
(4076, 919, 'cmsmasters_post_more_posts', 'popular'),
(4077, 919, 'cmsmasters_post_read_more', 'Continue Reading...'),
(4078, 919, 'cmsmasters_page_scheme', 'default'),
(4079, 919, 'cmsmasters_layout', 'fullwidth'),
(4080, 919, 'cmsmasters_sidebar_id', ''),
(4081, 919, 'cmsmasters_bottom_sidebar', 'false'),
(4082, 919, 'cmsmasters_bottom_sidebar_id', ''),
(4083, 919, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4084, 919, 'cmsmasters_bg_default', 'true'),
(4085, 919, 'cmsmasters_bg_col', '#ffffff'),
(4086, 919, 'cmsmasters_bg_img_enable', 'false'),
(4087, 919, 'cmsmasters_bg_img', ''),
(4088, 919, 'cmsmasters_bg_rep', 'no-repeat'),
(4089, 919, 'cmsmasters_bg_pos', 'top center'),
(4090, 919, 'cmsmasters_bg_att', 'scroll'),
(4091, 919, 'cmsmasters_bg_size', 'cover'),
(4092, 919, 'cmsmasters_heading', 'default'),
(4093, 919, 'cmsmasters_heading_title', ''),
(4094, 919, 'cmsmasters_heading_subtitle', ''),
(4095, 919, 'cmsmasters_heading_icon', ''),
(4096, 919, 'cmsmasters_heading_alignment', 'center'),
(4097, 919, 'cmsmasters_heading_scheme', 'default'),
(4098, 919, 'cmsmasters_heading_bg_img_enable', 'true'),
(4099, 919, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(4100, 919, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4101, 919, 'cmsmasters_heading_bg_att', 'scroll'),
(4102, 919, 'cmsmasters_heading_bg_size', 'cover'),
(4103, 919, 'cmsmasters_heading_bg_color', ''),
(4104, 919, 'cmsmasters_heading_height', '360'),
(4105, 919, 'cmsmasters_breadcrumbs', 'true'),
(4106, 919, 'cmsmasters_composer_show', 'true'),
(4107, 919, 'cmsmasters_gutenberg_show', 'true'),
(4108, 919, 'cmsmasters_composer_fullscreen', 'false'),
(4109, 919, 'slide_template', 'default'),
(4110, 919, 'cmsmasters_header_overlaps', 'true'),
(4111, 919, 'cmsmasters_heading_block_disabled', 'false'),
(4112, 919, 'cmsmasters_content_under_header', 'false'),
(4113, 922, '_wp_page_template', 'default'),
(4114, 922, 'cmsmasters_post_image_show', 'false'),
(4115, 922, 'cmsmasters_post_image_link', ''),
(4116, 922, 'cmsmasters_post_images', ''),
(4117, 922, 'cmsmasters_post_video_type', 'embedded'),
(4118, 922, 'cmsmasters_post_video_link', ''),
(4119, 922, 'cmsmasters_post_video_links', ''),
(4120, 922, 'cmsmasters_post_audio_links', ''),
(4121, 922, 'cmsmasters_post_title', 'true'),
(4122, 922, 'cmsmasters_post_sharing_box', 'true'),
(4123, 922, 'cmsmasters_post_author_box', 'true'),
(4124, 922, 'cmsmasters_post_more_posts', 'popular'),
(4125, 922, 'cmsmasters_post_read_more', 'Continue Reading...'),
(4126, 922, 'cmsmasters_page_scheme', 'default'),
(4127, 922, 'cmsmasters_layout', 'fullwidth'),
(4128, 922, 'cmsmasters_sidebar_id', ''),
(4129, 922, 'cmsmasters_bottom_sidebar', 'false'),
(4130, 922, 'cmsmasters_bottom_sidebar_id', ''),
(4131, 922, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4132, 922, 'cmsmasters_bg_default', 'true'),
(4133, 922, 'cmsmasters_bg_col', '#ffffff'),
(4134, 922, 'cmsmasters_bg_img_enable', 'false'),
(4135, 922, 'cmsmasters_bg_img', ''),
(4136, 922, 'cmsmasters_bg_rep', 'no-repeat'),
(4137, 922, 'cmsmasters_bg_pos', 'top center'),
(4138, 922, 'cmsmasters_bg_att', 'scroll'),
(4139, 922, 'cmsmasters_bg_size', 'cover'),
(4140, 922, 'cmsmasters_heading', 'default'),
(4141, 922, 'cmsmasters_heading_title', ''),
(4142, 922, 'cmsmasters_heading_subtitle', ''),
(4143, 922, 'cmsmasters_heading_icon', ''),
(4144, 922, 'cmsmasters_heading_alignment', 'center'),
(4145, 922, 'cmsmasters_heading_scheme', 'default'),
(4146, 922, 'cmsmasters_heading_bg_img_enable', 'true'),
(4147, 922, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(4148, 922, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4149, 922, 'cmsmasters_heading_bg_att', 'scroll'),
(4150, 922, 'cmsmasters_heading_bg_size', 'cover'),
(4151, 922, 'cmsmasters_heading_bg_color', ''),
(4152, 922, 'cmsmasters_heading_height', '360'),
(4153, 922, 'cmsmasters_breadcrumbs', 'true'),
(4154, 922, 'cmsmasters_composer_show', 'true'),
(4155, 922, 'cmsmasters_gutenberg_show', 'true'),
(4156, 922, 'cmsmasters_composer_fullscreen', 'false'),
(4157, 922, 'slide_template', 'default'),
(4158, 922, 'cmsmasters_content_under_header', 'false'),
(4159, 922, 'cmsmasters_header_overlaps', 'true'),
(4160, 922, 'cmsmasters_heading_block_disabled', 'false'),
(4161, 924, '_wp_page_template', 'default'),
(4162, 924, 'cmsmasters_post_image_show', 'false'),
(4163, 924, 'cmsmasters_post_image_link', ''),
(4164, 924, 'cmsmasters_post_images', ''),
(4165, 924, 'cmsmasters_post_video_type', 'embedded'),
(4166, 924, 'cmsmasters_post_video_link', ''),
(4167, 924, 'cmsmasters_post_video_links', ''),
(4168, 924, 'cmsmasters_post_audio_links', ''),
(4169, 924, 'cmsmasters_post_title', 'true'),
(4170, 924, 'cmsmasters_post_sharing_box', 'true'),
(4171, 924, 'cmsmasters_post_author_box', 'true'),
(4172, 924, 'cmsmasters_post_more_posts', 'popular'),
(4173, 924, 'cmsmasters_post_read_more', 'Continue Reading...'),
(4174, 924, 'cmsmasters_page_scheme', 'default'),
(4175, 924, 'cmsmasters_layout', 'fullwidth'),
(4176, 924, 'cmsmasters_sidebar_id', ''),
(4177, 924, 'cmsmasters_bottom_sidebar', 'false'),
(4178, 924, 'cmsmasters_bottom_sidebar_id', ''),
(4179, 924, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4180, 924, 'cmsmasters_bg_default', 'true'),
(4181, 924, 'cmsmasters_bg_col', '#ffffff'),
(4182, 924, 'cmsmasters_bg_img_enable', 'false'),
(4183, 924, 'cmsmasters_bg_img', ''),
(4184, 924, 'cmsmasters_bg_rep', 'no-repeat'),
(4185, 924, 'cmsmasters_bg_pos', 'top center'),
(4186, 924, 'cmsmasters_bg_att', 'scroll'),
(4187, 924, 'cmsmasters_bg_size', 'cover'),
(4188, 924, 'cmsmasters_heading', 'default'),
(4189, 924, 'cmsmasters_heading_title', ''),
(4190, 924, 'cmsmasters_heading_subtitle', ''),
(4191, 924, 'cmsmasters_heading_icon', ''),
(4192, 924, 'cmsmasters_heading_alignment', 'center'),
(4193, 924, 'cmsmasters_heading_scheme', 'default'),
(4194, 924, 'cmsmasters_heading_bg_img_enable', 'true'),
(4195, 924, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(4196, 924, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4197, 924, 'cmsmasters_heading_bg_att', 'scroll'),
(4198, 924, 'cmsmasters_heading_bg_size', 'cover'),
(4199, 924, 'cmsmasters_heading_bg_color', ''),
(4200, 924, 'cmsmasters_heading_height', '360'),
(4201, 924, 'cmsmasters_breadcrumbs', 'true'),
(4202, 924, 'cmsmasters_composer_show', 'true'),
(4203, 924, 'cmsmasters_gutenberg_show', 'true'),
(4204, 924, 'cmsmasters_composer_fullscreen', 'false'),
(4205, 924, 'slide_template', 'default'),
(4206, 924, 'cmsmasters_header_overlaps', 'true'),
(4207, 924, 'cmsmasters_heading_block_disabled', 'false'),
(4208, 924, 'cmsmasters_content_under_header', 'false'),
(4209, 929, '_wp_page_template', 'default'),
(4210, 929, 'cmsmasters_post_image_show', 'false'),
(4211, 929, 'cmsmasters_post_image_link', ''),
(4212, 929, 'cmsmasters_post_images', ''),
(4213, 929, 'cmsmasters_post_video_type', 'embedded'),
(4214, 929, 'cmsmasters_post_video_link', ''),
(4215, 929, 'cmsmasters_post_video_links', ''),
(4216, 929, 'cmsmasters_post_audio_links', ''),
(4217, 929, 'cmsmasters_post_title', 'true'),
(4218, 929, 'cmsmasters_post_sharing_box', 'true'),
(4219, 929, 'cmsmasters_post_author_box', 'true'),
(4220, 929, 'cmsmasters_post_more_posts', 'popular'),
(4221, 929, 'cmsmasters_post_read_more', 'Continue Reading...'),
(4222, 929, 'cmsmasters_page_scheme', 'default'),
(4223, 929, 'cmsmasters_layout', 'fullwidth'),
(4224, 929, 'cmsmasters_sidebar_id', ''),
(4225, 929, 'cmsmasters_bottom_sidebar', 'false'),
(4226, 929, 'cmsmasters_bottom_sidebar_id', ''),
(4227, 929, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4228, 929, 'cmsmasters_bg_default', 'true'),
(4229, 929, 'cmsmasters_bg_col', '#ffffff'),
(4230, 929, 'cmsmasters_bg_img_enable', 'false'),
(4231, 929, 'cmsmasters_bg_img', ''),
(4232, 929, 'cmsmasters_bg_rep', 'no-repeat'),
(4233, 929, 'cmsmasters_bg_pos', 'top center'),
(4234, 929, 'cmsmasters_bg_att', 'scroll'),
(4235, 929, 'cmsmasters_bg_size', 'cover'),
(4236, 929, 'cmsmasters_heading', 'default'),
(4237, 929, 'cmsmasters_heading_title', ''),
(4238, 929, 'cmsmasters_heading_subtitle', ''),
(4239, 929, 'cmsmasters_heading_icon', ''),
(4240, 929, 'cmsmasters_heading_alignment', 'center'),
(4241, 929, 'cmsmasters_heading_scheme', 'default'),
(4242, 929, 'cmsmasters_heading_bg_img_enable', 'true'),
(4243, 929, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(4244, 929, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4245, 929, 'cmsmasters_heading_bg_att', 'scroll'),
(4246, 929, 'cmsmasters_heading_bg_size', 'cover'),
(4247, 929, 'cmsmasters_heading_bg_color', ''),
(4248, 929, 'cmsmasters_heading_height', '360'),
(4249, 929, 'cmsmasters_breadcrumbs', 'true'),
(4250, 929, 'cmsmasters_composer_show', 'true'),
(4251, 929, 'cmsmasters_gutenberg_show', 'true'),
(4252, 929, 'cmsmasters_composer_fullscreen', 'false'),
(4253, 929, 'slide_template', 'default'),
(4254, 929, 'cmsmasters_content_under_header', 'false'),
(4255, 929, 'cmsmasters_header_overlaps', 'true'),
(4256, 929, 'cmsmasters_heading_block_disabled', 'false'),
(4257, 933, '_wp_page_template', 'default'),
(4258, 933, 'cmsmasters_post_image_show', 'false'),
(4259, 933, 'cmsmasters_post_image_link', ''),
(4260, 933, 'cmsmasters_post_images', ''),
(4261, 933, 'cmsmasters_post_video_type', 'embedded'),
(4262, 933, 'cmsmasters_post_video_link', ''),
(4263, 933, 'cmsmasters_post_video_links', ''),
(4264, 933, 'cmsmasters_post_audio_links', ''),
(4265, 933, 'cmsmasters_post_title', 'true'),
(4266, 933, 'cmsmasters_post_sharing_box', 'true'),
(4267, 933, 'cmsmasters_post_author_box', 'true'),
(4268, 933, 'cmsmasters_post_more_posts', 'popular'),
(4269, 933, 'cmsmasters_post_read_more', 'Continue Reading...'),
(4270, 933, 'cmsmasters_page_scheme', 'default'),
(4271, 933, 'cmsmasters_layout', 'fullwidth'),
(4272, 933, 'cmsmasters_sidebar_id', ''),
(4273, 933, 'cmsmasters_bottom_sidebar', 'false'),
(4274, 933, 'cmsmasters_bottom_sidebar_id', ''),
(4275, 933, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4276, 933, 'cmsmasters_bg_default', 'true'),
(4277, 933, 'cmsmasters_bg_col', '#ffffff'),
(4278, 933, 'cmsmasters_bg_img_enable', 'false'),
(4279, 933, 'cmsmasters_bg_img', ''),
(4280, 933, 'cmsmasters_bg_rep', 'no-repeat'),
(4281, 933, 'cmsmasters_bg_pos', 'top center'),
(4282, 933, 'cmsmasters_bg_att', 'scroll'),
(4283, 933, 'cmsmasters_bg_size', 'cover'),
(4284, 933, 'cmsmasters_heading', 'default'),
(4285, 933, 'cmsmasters_heading_title', ''),
(4286, 933, 'cmsmasters_heading_subtitle', ''),
(4287, 933, 'cmsmasters_heading_icon', ''),
(4288, 933, 'cmsmasters_heading_alignment', 'center'),
(4289, 933, 'cmsmasters_heading_scheme', 'default'),
(4290, 933, 'cmsmasters_heading_bg_img_enable', 'true'),
(4291, 933, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(4292, 933, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4293, 933, 'cmsmasters_heading_bg_att', 'scroll'),
(4294, 933, 'cmsmasters_heading_bg_size', 'cover'),
(4295, 933, 'cmsmasters_heading_bg_color', ''),
(4296, 933, 'cmsmasters_heading_height', '360'),
(4297, 933, 'cmsmasters_breadcrumbs', 'true'),
(4298, 933, 'cmsmasters_composer_show', 'true'),
(4299, 933, 'cmsmasters_gutenberg_show', 'true'),
(4300, 933, 'cmsmasters_composer_fullscreen', 'false'),
(4301, 933, 'slide_template', 'default'),
(4302, 933, 'cmsmasters_content_under_header', 'false'),
(4303, 933, 'cmsmasters_header_overlaps', 'true'),
(4304, 933, 'cmsmasters_heading_block_disabled', 'false'),
(4305, 1140, '_wp_page_template', 'default'),
(4306, 1140, 'cmsmasters_post_image_show', 'false'),
(4307, 1140, 'cmsmasters_post_image_link', ''),
(4308, 1140, 'cmsmasters_post_images', ''),
(4309, 1140, 'cmsmasters_post_video_type', 'embedded'),
(4310, 1140, 'cmsmasters_post_video_link', ''),
(4311, 1140, 'cmsmasters_post_video_links', ''),
(4312, 1140, 'cmsmasters_post_audio_links', ''),
(4313, 1140, 'cmsmasters_post_title', 'true'),
(4314, 1140, 'cmsmasters_post_sharing_box', 'true'),
(4315, 1140, 'cmsmasters_post_author_box', 'true'),
(4316, 1140, 'cmsmasters_post_more_posts', 'popular'),
(4317, 1140, 'cmsmasters_post_read_more', 'Continue Reading...'),
(4318, 1140, 'cmsmasters_page_scheme', 'default'),
(4319, 1140, 'cmsmasters_layout', 'fullwidth'),
(4320, 1140, 'cmsmasters_sidebar_id', ''),
(4321, 1140, 'cmsmasters_bottom_sidebar', 'true'),
(4322, 1140, 'cmsmasters_bottom_sidebar_id', ''),
(4323, 1140, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4324, 1140, 'cmsmasters_bg_default', 'true'),
(4325, 1140, 'cmsmasters_bg_col', '#ffffff'),
(4326, 1140, 'cmsmasters_bg_img_enable', 'false'),
(4327, 1140, 'cmsmasters_bg_img', ''),
(4328, 1140, 'cmsmasters_bg_rep', 'no-repeat'),
(4329, 1140, 'cmsmasters_bg_pos', 'top center'),
(4330, 1140, 'cmsmasters_bg_att', 'scroll'),
(4331, 1140, 'cmsmasters_bg_size', 'cover'),
(4332, 1140, 'cmsmasters_heading', 'default'),
(4333, 1140, 'cmsmasters_heading_title', ''),
(4334, 1140, 'cmsmasters_heading_subtitle', ''),
(4335, 1140, 'cmsmasters_heading_icon', ''),
(4336, 1140, 'cmsmasters_heading_alignment', 'left'),
(4337, 1140, 'cmsmasters_heading_scheme', 'default'),
(4338, 1140, 'cmsmasters_heading_bg_img_enable', 'false'),
(4339, 1140, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(4340, 1140, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4341, 1140, 'cmsmasters_heading_bg_att', 'scroll'),
(4342, 1140, 'cmsmasters_heading_bg_size', 'cover'),
(4343, 1140, 'cmsmasters_heading_bg_color', ''),
(4344, 1140, 'cmsmasters_heading_height', '70'),
(4345, 1140, 'cmsmasters_breadcrumbs', 'true'),
(4346, 1140, 'cmsmasters_composer_show', 'true'),
(4347, 1140, 'cmsmasters_gutenberg_show', 'true'),
(4348, 1140, 'cmsmasters_composer_fullscreen', 'false'),
(4349, 1140, 'slide_template', 'default'),
(4350, 3837, '_wp_page_template', 'default'),
(4351, 3837, 'cmsmasters_post_image_show', 'false'),
(4352, 3837, 'cmsmasters_post_image_link', ''),
(4353, 3837, 'cmsmasters_post_images', ''),
(4354, 3837, 'cmsmasters_post_video_type', 'embedded'),
(4355, 3837, 'cmsmasters_post_video_link', ''),
(4356, 3837, 'cmsmasters_post_video_links', ''),
(4357, 3837, 'cmsmasters_post_audio_links', ''),
(4358, 3837, 'cmsmasters_post_title', 'true'),
(4359, 3837, 'cmsmasters_post_sharing_box', 'true'),
(4360, 3837, 'cmsmasters_post_author_box', 'true'),
(4361, 3837, 'cmsmasters_post_more_posts', 'popular'),
(4362, 3837, 'cmsmasters_post_read_more', 'Continue Reading...'),
(4363, 3837, 'cmsmasters_page_scheme', 'default'),
(4364, 3837, 'cmsmasters_layout', 'fullwidth'),
(4365, 3837, 'cmsmasters_sidebar_id', ''),
(4366, 3837, 'cmsmasters_bottom_sidebar', 'true'),
(4367, 3837, 'cmsmasters_bottom_sidebar_id', ''),
(4368, 3837, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4369, 3837, 'cmsmasters_bg_default', 'true'),
(4370, 3837, 'cmsmasters_bg_col', '#ffffff'),
(4371, 3837, 'cmsmasters_bg_img_enable', 'false'),
(4372, 3837, 'cmsmasters_bg_img', ''),
(4373, 3837, 'cmsmasters_bg_rep', 'no-repeat'),
(4374, 3837, 'cmsmasters_bg_pos', 'top center'),
(4375, 3837, 'cmsmasters_bg_att', 'scroll'),
(4376, 3837, 'cmsmasters_bg_size', 'cover'),
(4377, 3837, 'cmsmasters_heading', 'default'),
(4378, 3837, 'cmsmasters_heading_title', ''),
(4379, 3837, 'cmsmasters_heading_subtitle', ''),
(4380, 3837, 'cmsmasters_heading_icon', ''),
(4381, 3837, 'cmsmasters_heading_alignment', 'center'),
(4382, 3837, 'cmsmasters_heading_scheme', 'default'),
(4383, 3837, 'cmsmasters_heading_bg_img_enable', 'true'),
(4384, 3837, 'cmsmasters_heading_bg_img', '12930|https://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04-300x169.jpg'),
(4385, 3837, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4386, 3837, 'cmsmasters_heading_bg_att', 'scroll'),
(4387, 3837, 'cmsmasters_heading_bg_size', 'cover'),
(4388, 3837, 'cmsmasters_heading_bg_color', ''),
(4389, 3837, 'cmsmasters_heading_height', '485'),
(4390, 3837, 'cmsmasters_breadcrumbs', 'true'),
(4391, 3837, 'cmsmasters_composer_show', 'false'),
(4392, 3837, 'cmsmasters_composer_fullscreen', 'false'),
(4393, 3837, 'slide_template', 'default'),
(4394, 3837, 'cmsmasters_header_overlaps', 'true'),
(4395, 3837, 'cmsmasters_heading_block_disabled', 'false'),
(4396, 3837, 'cmsmasters_content_under_header', 'false'),
(4397, 3840, '_wp_page_template', 'default'),
(4398, 3840, 'cmsmasters_post_image_show', 'false'),
(4399, 3840, 'cmsmasters_post_image_link', ''),
(4400, 3840, 'cmsmasters_post_images', ''),
(4401, 3840, 'cmsmasters_post_video_type', 'embedded'),
(4402, 3840, 'cmsmasters_post_video_link', ''),
(4403, 3840, 'cmsmasters_post_video_links', ''),
(4404, 3840, 'cmsmasters_post_audio_links', ''),
(4405, 3840, 'cmsmasters_post_title', 'true'),
(4406, 3840, 'cmsmasters_post_sharing_box', 'true'),
(4407, 3840, 'cmsmasters_post_author_box', 'true'),
(4408, 3840, 'cmsmasters_post_more_posts', 'popular'),
(4409, 3840, 'cmsmasters_post_read_more', 'Continue Reading...'),
(4410, 3840, 'cmsmasters_page_scheme', 'default'),
(4411, 3840, 'cmsmasters_layout', 'fullwidth'),
(4412, 3840, 'cmsmasters_sidebar_id', ''),
(4413, 3840, 'cmsmasters_bottom_sidebar', 'true'),
(4414, 3840, 'cmsmasters_bottom_sidebar_id', ''),
(4415, 3840, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4416, 3840, 'cmsmasters_bg_default', 'true'),
(4417, 3840, 'cmsmasters_bg_col', '#ffffff'),
(4418, 3840, 'cmsmasters_bg_img_enable', 'false'),
(4419, 3840, 'cmsmasters_bg_img', ''),
(4420, 3840, 'cmsmasters_bg_rep', 'no-repeat'),
(4421, 3840, 'cmsmasters_bg_pos', 'top center'),
(4422, 3840, 'cmsmasters_bg_att', 'scroll'),
(4423, 3840, 'cmsmasters_bg_size', 'cover'),
(4424, 3840, 'cmsmasters_heading', 'default'),
(4425, 3840, 'cmsmasters_heading_title', ''),
(4426, 3840, 'cmsmasters_heading_subtitle', ''),
(4427, 3840, 'cmsmasters_heading_icon', ''),
(4428, 3840, 'cmsmasters_heading_alignment', 'center'),
(4429, 3840, 'cmsmasters_heading_scheme', 'default'),
(4430, 3840, 'cmsmasters_heading_bg_img_enable', 'true'),
(4431, 3840, 'cmsmasters_heading_bg_img', '12929|https://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/03-300x169.jpg'),
(4432, 3840, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4433, 3840, 'cmsmasters_heading_bg_att', 'scroll'),
(4434, 3840, 'cmsmasters_heading_bg_size', 'cover'),
(4435, 3840, 'cmsmasters_heading_bg_color', ''),
(4436, 3840, 'cmsmasters_heading_height', '485'),
(4437, 3840, 'cmsmasters_breadcrumbs', 'true'),
(4438, 3840, 'cmsmasters_composer_show', 'false'),
(4439, 3840, 'cmsmasters_composer_fullscreen', 'false'),
(4440, 3840, 'slide_template', 'default'),
(4441, 3840, 'cmsmasters_header_overlaps', 'true'),
(4442, 3840, 'cmsmasters_heading_block_disabled', 'false'),
(4443, 3840, 'cmsmasters_content_under_header', 'false'),
(4444, 7366, '_wp_page_template', 'default'),
(4445, 7366, 'cmsmasters_post_image_show', 'false'),
(4446, 7366, 'cmsmasters_post_image_link', ''),
(4447, 7366, 'cmsmasters_post_images', ''),
(4448, 7366, 'cmsmasters_post_video_type', 'embedded'),
(4449, 7366, 'cmsmasters_post_video_link', ''),
(4450, 7366, 'cmsmasters_post_video_links', ''),
(4451, 7366, 'cmsmasters_post_audio_links', ''),
(4452, 7366, 'cmsmasters_post_title', 'true'),
(4453, 7366, 'cmsmasters_post_sharing_box', 'true'),
(4454, 7366, 'cmsmasters_post_author_box', 'true'),
(4455, 7366, 'cmsmasters_post_more_posts', 'popular'),
(4456, 7366, 'cmsmasters_post_read_more', 'Continue Reading...'),
(4457, 7366, 'cmsmasters_page_scheme', 'default'),
(4458, 7366, 'cmsmasters_layout', 'fullwidth'),
(4460, 7366, 'cmsmasters_bottom_sidebar', 'false'),
(4461, 7366, 'cmsmasters_bottom_sidebar_id', 'sidebar_bottom'),
(4462, 7366, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4463, 7366, 'cmsmasters_bg_default', 'true'),
(4464, 7366, 'cmsmasters_bg_col', '#ffffff'),
(4465, 7366, 'cmsmasters_bg_img_enable', 'false'),
(4467, 7366, 'cmsmasters_bg_rep', 'no-repeat'),
(4468, 7366, 'cmsmasters_bg_pos', 'top center'),
(4469, 7366, 'cmsmasters_bg_att', 'scroll'),
(4470, 7366, 'cmsmasters_bg_size', 'cover'),
(4471, 7366, 'cmsmasters_heading', 'disabled'),
(4475, 7366, 'cmsmasters_heading_alignment', 'center'),
(4476, 7366, 'cmsmasters_heading_scheme', 'default'),
(4477, 7366, 'cmsmasters_heading_bg_img_enable', 'false'),
(4478, 7366, 'cmsmasters_heading_bg_img', '12036|http://in-conference.cmsmasters.net/wp-content/uploads/2016/07/heading-2-300x89.jpg'),
(4479, 7366, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4480, 7366, 'cmsmasters_heading_bg_att', 'scroll'),
(4481, 7366, 'cmsmasters_heading_bg_size', 'cover'),
(4483, 7366, 'cmsmasters_heading_height', '300'),
(4484, 7366, 'cmsmasters_breadcrumbs', 'true'),
(4485, 7366, 'cmsmasters_composer_show', 'true'),
(4486, 7366, 'cmsmasters_gutenberg_show', 'false'),
(4487, 7366, 'cmsmasters_composer_fullscreen', 'false'),
(4488, 7366, 'slide_template', 'default'),
(4489, 7366, 'cmsmasters_content_under_header', 'false'),
(4490, 7366, 'cmsmasters_header_overlaps', 'true'),
(4491, 7366, 'cmsmasters_heading_block_disabled', 'true'),
(4492, 7366, '_oembed_01ce02e4c9a3f535c24764d62841d363', '<iframe src=\"https://player.vimeo.com/video/73875240\" width=\"675\" height=\"380\" frameborder=\"0\" title=\"NAVIGATOR - ECO-LOGICAL\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4493, 7366, '_oembed_time_01ce02e4c9a3f535c24764d62841d363', '1465546256'),
(4494, 13178, '_wp_page_template', 'default'),
(4495, 13178, 'cmsmasters_post_image_show', 'false'),
(4496, 13178, 'cmsmasters_post_image_link', ''),
(4497, 13178, 'cmsmasters_post_images', ''),
(4498, 13178, 'cmsmasters_post_video_type', 'embedded'),
(4499, 13178, 'cmsmasters_post_video_link', ''),
(4500, 13178, 'cmsmasters_post_video_links', ''),
(4501, 13178, 'cmsmasters_post_audio_links', ''),
(4502, 13178, 'cmsmasters_post_title', 'true'),
(4503, 13178, 'cmsmasters_post_sharing_box', 'true'),
(4504, 13178, 'cmsmasters_post_author_box', 'true'),
(4505, 13178, 'cmsmasters_post_more_posts', 'popular'),
(4506, 13178, 'cmsmasters_post_read_more', 'Continue Reading...'),
(4507, 13178, 'cmsmasters_page_scheme', 'default'),
(4508, 13178, 'cmsmasters_layout', 'r_sidebar'),
(4509, 13178, 'cmsmasters_sidebar_id', ''),
(4510, 13178, 'cmsmasters_bottom_sidebar', 'false'),
(4511, 13178, 'cmsmasters_bottom_sidebar_id', ''),
(4512, 13178, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4513, 13178, 'cmsmasters_bg_default', 'true'),
(4514, 13178, 'cmsmasters_bg_col', '#ffffff'),
(4515, 13178, 'cmsmasters_bg_img_enable', 'false'),
(4516, 13178, 'cmsmasters_bg_img', ''),
(4517, 13178, 'cmsmasters_bg_rep', 'no-repeat'),
(4518, 13178, 'cmsmasters_bg_pos', 'top center'),
(4519, 13178, 'cmsmasters_bg_att', 'scroll'),
(4520, 13178, 'cmsmasters_bg_size', 'cover'),
(4521, 13178, 'cmsmasters_heading', 'disabled'),
(4522, 13178, 'cmsmasters_heading_title', ''),
(4523, 13178, 'cmsmasters_heading_subtitle', ''),
(4524, 13178, 'cmsmasters_heading_icon', ''),
(4525, 13178, 'cmsmasters_heading_alignment', 'center'),
(4526, 13178, 'cmsmasters_heading_scheme', 'default'),
(4527, 13178, 'cmsmasters_heading_bg_img_enable', 'true'),
(4528, 13178, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(4529, 13178, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4530, 13178, 'cmsmasters_heading_bg_att', 'scroll'),
(4531, 13178, 'cmsmasters_heading_bg_size', 'cover'),
(4532, 13178, 'cmsmasters_heading_bg_color', ''),
(4533, 13178, 'cmsmasters_heading_height', '360'),
(4534, 13178, 'cmsmasters_breadcrumbs', 'true'),
(4535, 10, '_wp_page_template', 'default'),
(4536, 10, 'cmsmasters_post_image_show', 'false'),
(4537, 10, 'cmsmasters_post_image_link', ''),
(4538, 10, 'cmsmasters_post_images', ''),
(4539, 10, 'cmsmasters_post_video_type', 'embedded'),
(4540, 10, 'cmsmasters_post_video_link', ''),
(4541, 10, 'cmsmasters_post_video_links', ''),
(4542, 10, 'cmsmasters_post_audio_links', ''),
(4543, 10, 'cmsmasters_post_title', 'true'),
(4544, 10, 'cmsmasters_post_sharing_box', 'true'),
(4545, 10, 'cmsmasters_post_author_box', 'true'),
(4546, 10, 'cmsmasters_post_more_posts', 'popular'),
(4547, 10, 'cmsmasters_post_read_more', 'Continue Reading...'),
(4548, 10, 'cmsmasters_page_scheme', 'default'),
(4549, 10, 'cmsmasters_layout', 'fullwidth'),
(4550, 10, 'cmsmasters_sidebar_id', ''),
(4551, 10, 'cmsmasters_bottom_sidebar', 'false'),
(4552, 10, 'cmsmasters_bottom_sidebar_id', ''),
(4553, 10, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4554, 10, 'cmsmasters_bg_default', 'true'),
(4555, 10, 'cmsmasters_bg_col', '#ffffff'),
(4556, 10, 'cmsmasters_bg_img_enable', 'false'),
(4557, 10, 'cmsmasters_bg_img', ''),
(4558, 10, 'cmsmasters_bg_rep', 'no-repeat'),
(4559, 10, 'cmsmasters_bg_pos', 'top center'),
(4560, 10, 'cmsmasters_bg_att', 'scroll'),
(4561, 10, 'cmsmasters_bg_size', 'cover'),
(4562, 10, 'cmsmasters_heading', 'disabled'),
(4563, 10, 'cmsmasters_heading_title', ''),
(4564, 10, 'cmsmasters_heading_subtitle', ''),
(4565, 10, 'cmsmasters_heading_icon', ''),
(4566, 10, 'cmsmasters_heading_alignment', 'center'),
(4567, 10, 'cmsmasters_heading_scheme', 'default'),
(4568, 10, 'cmsmasters_heading_bg_img_enable', 'false'),
(4569, 10, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(4570, 10, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4571, 10, 'cmsmasters_heading_bg_att', 'scroll'),
(4572, 10, 'cmsmasters_heading_bg_size', 'cover'),
(4573, 10, 'cmsmasters_heading_bg_color', '#252525'),
(4574, 10, 'cmsmasters_heading_height', '360'),
(4575, 10, 'cmsmasters_breadcrumbs', 'true'),
(4576, 10, 'cmsmasters_composer_show', 'true'),
(4577, 10, 'cmsmasters_gutenberg_show', 'true'),
(4578, 10, 'cmsmasters_composer_fullscreen', 'false'),
(4579, 10, 'slide_template', 'default'),
(4580, 10, 'cmsmasters_header_overlaps', 'true'),
(4581, 10, 'cmsmasters_heading_block_disabled', 'false'),
(4584, 85, 'cmsmasters_composer_show', 'true'),
(4585, 85, 'cmsmasters_post_image_show', 'false'),
(4586, 85, 'cmsmasters_post_image_link', ''),
(4587, 85, 'cmsmasters_post_images', ''),
(4588, 85, 'cmsmasters_post_video_type', 'embedded'),
(4589, 85, 'cmsmasters_post_video_link', ''),
(4590, 85, 'cmsmasters_post_video_links', 'a:1:{i:0;s:0:\"\";}'),
(4591, 85, 'cmsmasters_post_audio_links', 'a:1:{i:0;s:0:\"\";}'),
(4592, 85, 'cmsmasters_post_title', 'false'),
(4593, 85, 'cmsmasters_post_sharing_box', 'true'),
(4594, 85, 'cmsmasters_post_author_box', 'true'),
(4595, 85, 'cmsmasters_post_more_posts', 'recent'),
(4596, 85, 'cmsmasters_post_read_more', 'Read More'),
(4597, 85, 'cmsmasters_page_scheme', 'default'),
(4598, 85, 'cmsmasters_layout', 'fullwidth'),
(4599, 85, 'cmsmasters_sidebar_id', ''),
(4600, 85, 'cmsmasters_bottom_sidebar', 'false'),
(4601, 85, 'cmsmasters_bottom_sidebar_id', ''),
(4602, 85, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4603, 85, 'cmsmasters_bg_default', 'true'),
(4604, 85, 'cmsmasters_bg_col', '#ffffff'),
(4605, 85, 'cmsmasters_bg_img_enable', 'false'),
(4606, 85, 'cmsmasters_bg_img', ''),
(4607, 85, 'cmsmasters_bg_rep', 'no-repeat'),
(4608, 85, 'cmsmasters_bg_pos', 'top center'),
(4609, 85, 'cmsmasters_bg_att', 'scroll'),
(4610, 85, 'cmsmasters_bg_size', 'cover'),
(4611, 85, 'cmsmasters_heading', 'default'),
(4612, 85, 'cmsmasters_heading_title', ''),
(4613, 85, 'cmsmasters_heading_subtitle', ''),
(4614, 85, 'cmsmasters_heading_icon', ''),
(4615, 85, 'cmsmasters_heading_alignment', 'center'),
(4616, 85, 'cmsmasters_heading_scheme', 'default'),
(4617, 85, 'cmsmasters_heading_bg_img_enable', 'true'),
(4618, 85, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(4619, 85, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4620, 85, 'cmsmasters_heading_bg_att', 'scroll'),
(4621, 85, 'cmsmasters_heading_bg_size', 'cover'),
(4622, 85, 'cmsmasters_heading_bg_color', ''),
(4623, 85, 'cmsmasters_heading_height', '360'),
(4624, 85, 'cmsmasters_breadcrumbs', 'true'),
(4625, 85, 'cmsmasters_gutenberg_show', 'true'),
(4626, 85, 'cmsmasters_composer_fullscreen', 'false'),
(4627, 85, 'slide_template', 'default'),
(4628, 85, '_oembed_2114147851f51121c290e31bd1210205', '<iframe width=\"1160\" height=\"653\" src=\"https://www.youtube.com/embed/o6V6mwc3MRU?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4629, 85, '_oembed_time_2114147851f51121c290e31bd1210205', '1429100186'),
(4630, 85, 'cmsmasters_likes', '11'),
(4631, 85, 'cmsmasters_post_post_options', 'default'),
(4632, 85, '_wp_old_slug', 'title-6'),
(4633, 85, '_thumbnail_id', '12927'),
(4636, 87, 'cmsmasters_composer_show', 'true'),
(4637, 87, 'cmsmasters_post_image_show', 'false'),
(4638, 87, 'cmsmasters_post_image_link', ''),
(4639, 87, 'cmsmasters_post_images', ''),
(4640, 87, 'cmsmasters_post_video_type', 'embedded'),
(4641, 87, 'cmsmasters_post_video_link', ''),
(4642, 87, 'cmsmasters_post_video_links', 'a:1:{i:0;s:0:\"\";}'),
(4643, 87, 'cmsmasters_post_audio_links', 'a:1:{i:0;s:0:\"\";}'),
(4644, 87, 'cmsmasters_post_title', 'false'),
(4645, 87, 'cmsmasters_post_sharing_box', 'true'),
(4646, 87, 'cmsmasters_post_author_box', 'true'),
(4647, 87, 'cmsmasters_post_more_posts', 'popular'),
(4648, 87, 'cmsmasters_post_read_more', 'Read More'),
(4649, 87, 'cmsmasters_page_scheme', 'default'),
(4650, 87, 'cmsmasters_layout', 'fullwidth'),
(4651, 87, 'cmsmasters_sidebar_id', ''),
(4652, 87, 'cmsmasters_bottom_sidebar', 'false'),
(4653, 87, 'cmsmasters_bottom_sidebar_id', ''),
(4654, 87, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4655, 87, 'cmsmasters_bg_default', 'true'),
(4656, 87, 'cmsmasters_bg_col', '#ffffff'),
(4657, 87, 'cmsmasters_bg_img_enable', 'false'),
(4658, 87, 'cmsmasters_bg_img', ''),
(4659, 87, 'cmsmasters_bg_rep', 'no-repeat'),
(4660, 87, 'cmsmasters_bg_pos', 'top center'),
(4661, 87, 'cmsmasters_bg_att', 'scroll'),
(4662, 87, 'cmsmasters_bg_size', 'cover'),
(4663, 87, 'cmsmasters_heading', 'default'),
(4664, 87, 'cmsmasters_heading_title', ''),
(4665, 87, 'cmsmasters_heading_subtitle', ''),
(4666, 87, 'cmsmasters_heading_icon', ''),
(4667, 87, 'cmsmasters_heading_alignment', 'center'),
(4668, 87, 'cmsmasters_heading_scheme', 'default'),
(4669, 87, 'cmsmasters_heading_bg_img_enable', 'true'),
(4670, 87, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(4671, 87, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4672, 87, 'cmsmasters_heading_bg_att', 'scroll'),
(4673, 87, 'cmsmasters_heading_bg_size', 'cover'),
(4674, 87, 'cmsmasters_heading_bg_color', ''),
(4675, 87, 'cmsmasters_heading_height', '360'),
(4676, 87, 'cmsmasters_breadcrumbs', 'true'),
(4677, 87, 'cmsmasters_gutenberg_show', 'true'),
(4678, 87, 'cmsmasters_composer_fullscreen', 'false'),
(4679, 87, 'slide_template', 'default'),
(4680, 87, 'cmsmasters_likes', '10'),
(4681, 87, 'cmsmasters_post_aside_text', 'No one has ever become poor by giving'),
(4682, 87, 'cmsmasters_post_post_options', 'default'),
(4683, 87, '_wp_old_slug', 'how-to-succeed-in-meetings'),
(4684, 87, '_thumbnail_id', '12928'),
(4687, 103, 'cmsmasters_composer_show', 'true'),
(4688, 103, 'cmsmasters_post_image_show', 'false'),
(4689, 103, 'cmsmasters_post_image_link', ''),
(4690, 103, 'cmsmasters_post_images', ''),
(4691, 103, 'cmsmasters_post_video_type', 'embedded'),
(4692, 103, 'cmsmasters_post_video_link', ''),
(4693, 103, 'cmsmasters_post_video_links', 'a:1:{i:0;s:0:\"\";}'),
(4694, 103, 'cmsmasters_post_audio_links', 'a:1:{i:0;s:0:\"\";}'),
(4695, 103, 'cmsmasters_post_title', 'false'),
(4696, 103, 'cmsmasters_post_sharing_box', 'true'),
(4697, 103, 'cmsmasters_post_author_box', 'true'),
(4698, 103, 'cmsmasters_post_more_posts', 'popular'),
(4699, 103, 'cmsmasters_post_read_more', 'Read More'),
(4700, 103, 'cmsmasters_page_scheme', 'default'),
(4701, 103, 'cmsmasters_layout', 'fullwidth'),
(4702, 103, 'cmsmasters_sidebar_id', ''),
(4703, 103, 'cmsmasters_bottom_sidebar', 'false'),
(4704, 103, 'cmsmasters_bottom_sidebar_id', ''),
(4705, 103, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4706, 103, 'cmsmasters_bg_default', 'true'),
(4707, 103, 'cmsmasters_bg_col', '#ffffff'),
(4708, 103, 'cmsmasters_bg_img_enable', 'false'),
(4709, 103, 'cmsmasters_bg_img', ''),
(4710, 103, 'cmsmasters_bg_rep', 'no-repeat'),
(4711, 103, 'cmsmasters_bg_pos', 'top center'),
(4712, 103, 'cmsmasters_bg_att', 'scroll'),
(4713, 103, 'cmsmasters_bg_size', 'cover'),
(4714, 103, 'cmsmasters_heading', 'default'),
(4715, 103, 'cmsmasters_heading_title', ''),
(4716, 103, 'cmsmasters_heading_subtitle', ''),
(4717, 103, 'cmsmasters_heading_icon', ''),
(4718, 103, 'cmsmasters_heading_alignment', 'center'),
(4719, 103, 'cmsmasters_heading_scheme', 'default'),
(4720, 103, 'cmsmasters_heading_bg_img_enable', 'true'),
(4721, 103, 'cmsmasters_heading_bg_img', '12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05-300x169.jpg'),
(4722, 103, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4723, 103, 'cmsmasters_heading_bg_att', 'scroll'),
(4724, 103, 'cmsmasters_heading_bg_size', 'cover'),
(4725, 103, 'cmsmasters_heading_bg_color', ''),
(4726, 103, 'cmsmasters_heading_height', '360'),
(4727, 103, 'cmsmasters_breadcrumbs', 'true'),
(4728, 103, 'cmsmasters_gutenberg_show', 'true'),
(4729, 103, 'cmsmasters_composer_fullscreen', 'false'),
(4730, 103, 'slide_template', 'default'),
(4731, 103, 'cmsmasters_likes', '11'),
(4732, 103, '_wp_old_slug', 'title-3'),
(4733, 103, 'cmsmasters_post_post_options', 'default'),
(4734, 103, '_thumbnail_id', '12930'),
(4737, 106, 'cmsmasters_composer_show', 'true'),
(4738, 106, 'cmsmasters_post_image_show', 'false'),
(4739, 106, 'cmsmasters_post_image_link', ''),
(4740, 106, 'cmsmasters_post_images', ''),
(4741, 106, 'cmsmasters_post_video_type', 'embedded'),
(4742, 106, 'cmsmasters_post_video_link', ''),
(4743, 106, 'cmsmasters_post_video_links', 'a:1:{i:0;s:0:\"\";}'),
(4744, 106, 'cmsmasters_post_audio_links', 'a:1:{i:0;s:0:\"\";}'),
(4745, 106, 'cmsmasters_post_title', 'false'),
(4746, 106, 'cmsmasters_post_sharing_box', 'true'),
(4747, 106, 'cmsmasters_post_author_box', 'true'),
(4748, 106, 'cmsmasters_post_more_posts', 'popular'),
(4749, 106, 'cmsmasters_post_read_more', 'Read More'),
(4750, 106, 'cmsmasters_page_scheme', 'default'),
(4751, 106, 'cmsmasters_layout', 'fullwidth'),
(4752, 106, 'cmsmasters_sidebar_id', ''),
(4753, 106, 'cmsmasters_bottom_sidebar', 'false'),
(4754, 106, 'cmsmasters_bottom_sidebar_id', ''),
(4755, 106, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4756, 106, 'cmsmasters_bg_default', 'true'),
(4757, 106, 'cmsmasters_bg_col', '#ffffff'),
(4758, 106, 'cmsmasters_bg_img_enable', 'false'),
(4759, 106, 'cmsmasters_bg_img', ''),
(4760, 106, 'cmsmasters_bg_rep', 'no-repeat'),
(4761, 106, 'cmsmasters_bg_pos', 'top center'),
(4762, 106, 'cmsmasters_bg_att', 'scroll'),
(4763, 106, 'cmsmasters_bg_size', 'cover'),
(4764, 106, 'cmsmasters_heading', 'default'),
(4765, 106, 'cmsmasters_heading_title', ''),
(4766, 106, 'cmsmasters_heading_subtitle', ''),
(4767, 106, 'cmsmasters_heading_icon', ''),
(4768, 106, 'cmsmasters_heading_alignment', 'center'),
(4769, 106, 'cmsmasters_heading_scheme', 'default'),
(4770, 106, 'cmsmasters_heading_bg_img_enable', 'true'),
(4771, 106, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(4772, 106, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4773, 106, 'cmsmasters_heading_bg_att', 'scroll'),
(4774, 106, 'cmsmasters_heading_bg_size', 'cover'),
(4775, 106, 'cmsmasters_heading_bg_color', ''),
(4776, 106, 'cmsmasters_heading_height', '360'),
(4777, 106, 'cmsmasters_breadcrumbs', 'true'),
(4778, 106, 'cmsmasters_gutenberg_show', 'true'),
(4779, 106, 'cmsmasters_composer_fullscreen', 'false'),
(4780, 106, 'slide_template', 'default'),
(4781, 106, '_oembed_29049f3411f3023b232aa08ad0fe1f77', '<iframe width=\"711\" height=\"400\" src=\"https://www.youtube.com/embed/o6V6mwc3MRU?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4782, 106, '_oembed_time_29049f3411f3023b232aa08ad0fe1f77', '1429101896'),
(4783, 106, '_oembed_f12e2f07f289ae3deaaf43ebad23be67', '<iframe width=\"578\" height=\"325\" src=\"https://www.youtube.com/embed/o6V6mwc3MRU?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4784, 106, '_oembed_time_f12e2f07f289ae3deaaf43ebad23be67', '1429101909'),
(4785, 106, '_oembed_b3b1df456e364dcf19261bd2f494ad44', '<iframe width=\"578\" height=\"325\" src=\"https://www.youtube.com/embed/BCHhwxvQqxg?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4786, 106, '_oembed_time_b3b1df456e364dcf19261bd2f494ad44', '1429174502'),
(4787, 106, '_oembed_a8e6c78b69f1354b9f4a9e85f790600e', '<iframe width=\"711\" height=\"400\" src=\"https://www.youtube.com/embed/BCHhwxvQqxg?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4788, 106, '_oembed_time_a8e6c78b69f1354b9f4a9e85f790600e', '1429174502'),
(4789, 106, 'cmsmasters_likes', '7'),
(4790, 106, '_oembed_3e0c161af240058f09a8ccd70c683fef', '<iframe src=\"https://player.vimeo.com/video/22566556\" width=\"578\" height=\"325\" frameborder=\"0\" title=\"Water Changes Everything.\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4791, 106, '_oembed_time_3e0c161af240058f09a8ccd70c683fef', '1430377930'),
(4792, 106, '_oembed_152260a6762e7408341bf0c8aa053ef8', '<iframe src=\"https://player.vimeo.com/video/22566556\" width=\"711\" height=\"400\" frameborder=\"0\" title=\"Water Changes Everything.\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4793, 106, '_oembed_time_152260a6762e7408341bf0c8aa053ef8', '1430378011'),
(4794, 106, '_wp_old_slug', 'title-8'),
(4795, 106, '_oembed_8d28ed4283d111a8f30ed41b456146e3', '<iframe src=\"https://player.vimeo.com/video/49053083\" width=\"578\" height=\"325\" frameborder=\"0\" title=\"Live Video from Rwanda on charity: water&#039;s 6th Birthday\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4796, 106, '_oembed_time_8d28ed4283d111a8f30ed41b456146e3', '1433232942'),
(4797, 106, '_oembed_f84c2c473dc4e4be162a318be9112c26', '<iframe src=\"https://player.vimeo.com/video/49053083\" width=\"711\" height=\"400\" frameborder=\"0\" title=\"Live Video from Rwanda on charity: water&#039;s 6th Birthday\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4798, 106, '_oembed_time_f84c2c473dc4e4be162a318be9112c26', '1433233336'),
(4799, 106, 'cmsmasters_post_post_options', 'default'),
(4800, 106, '_oembed_7b338b5f786b77c28679b9b0123f430f', '<iframe width=\"711\" height=\"400\" src=\"https://www.youtube.com/embed/TauJLzZuVQY?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4801, 106, '_oembed_time_7b338b5f786b77c28679b9b0123f430f', '1445876945'),
(4802, 106, '_oembed_9ccd81f3e6dc6cdbb60d3f87d6df2d67', '<iframe width=\"578\" height=\"325\" src=\"https://www.youtube.com/embed/TauJLzZuVQY?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4803, 106, '_oembed_time_9ccd81f3e6dc6cdbb60d3f87d6df2d67', '1445933377'),
(4804, 106, '_oembed_a713708f80afb5f830dd7cc7b01ac5b4', '<iframe width=\"800\" height=\"450\" src=\"https://www.youtube.com/embed/TauJLzZuVQY?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4805, 106, '_oembed_time_a713708f80afb5f830dd7cc7b01ac5b4', '1446725876'),
(4806, 106, '_oembed_8d3583cda1f4190b2154b5ceb03edc42', '<iframe width=\"853\" height=\"480\" src=\"https://www.youtube.com/embed/TauJLzZuVQY?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4807, 106, '_oembed_time_8d3583cda1f4190b2154b5ceb03edc42', '1448360480'),
(4808, 106, '_oembed_38677aa97b33a4d4810420a555e9e0cd', '<iframe width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/TauJLzZuVQY?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4809, 106, '_oembed_time_38677aa97b33a4d4810420a555e9e0cd', '1448374826'),
(4810, 106, '_oembed_5056498f20c4c1c2e05cf99054b0819a', '<iframe width=\"1160\" height=\"653\" src=\"https://www.youtube.com/embed/TauJLzZuVQY?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4811, 106, '_oembed_time_5056498f20c4c1c2e05cf99054b0819a', '1448464304'),
(4812, 106, '_oembed_731ecc265195e865bf4fccd41cabdd8d', '<iframe width=\"1000\" height=\"750\" src=\"https://www.youtube.com/embed/dGpuuII_FMc?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4813, 106, '_oembed_time_731ecc265195e865bf4fccd41cabdd8d', '1448465025'),
(4814, 106, '_oembed_26f623aa9b6c3ad0df489af440d665f4', '<iframe width=\"1160\" height=\"653\" src=\"https://www.youtube.com/embed/0Z8xWzD7Mss?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4815, 106, '_oembed_time_26f623aa9b6c3ad0df489af440d665f4', '1448465295'),
(4816, 106, '_oembed_02bd63441462aaf0e8f02ab00e1e4f97', '<iframe width=\"1160\" height=\"653\" src=\"https://www.youtube.com/embed/VcyBTunzVws?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4817, 106, '_oembed_time_02bd63441462aaf0e8f02ab00e1e4f97', '1448465444'),
(4818, 106, '_oembed_ce446537eaa844e33aa839b7b1e475a8', '<iframe width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/VcyBTunzVws?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4819, 106, '_oembed_time_ce446537eaa844e33aa839b7b1e475a8', '1448474321'),
(4820, 106, '_oembed_0b6731f991c822b19c7ef7215edea7e5', '<iframe width=\"853\" height=\"480\" src=\"https://www.youtube.com/embed/VcyBTunzVws?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4821, 106, '_oembed_time_0b6731f991c822b19c7ef7215edea7e5', '1448486297'),
(4822, 106, '_oembed_c4a81634c9a7dd06c0d0d493cb8804e2', '<iframe width=\"693\" height=\"390\" src=\"https://www.youtube.com/embed/VcyBTunzVws?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4823, 106, '_oembed_time_c4a81634c9a7dd06c0d0d493cb8804e2', '1453807773'),
(4824, 106, '_oembed_0f89ba1c58cd22d146405a199d1c9b4a', '<iframe width=\"693\" height=\"390\" src=\"https://www.youtube.com/embed/FQvFzdFIp08?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4825, 106, '_oembed_time_0f89ba1c58cd22d146405a199d1c9b4a', '1453811473'),
(4826, 106, '_oembed_de94bcaa3496274446745ec2fde7a90e', '<iframe width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/FQvFzdFIp08?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4827, 106, '_oembed_time_de94bcaa3496274446745ec2fde7a90e', '1453822548'),
(4828, 106, '_oembed_14c9e39803bbdde36b948f31cd726e8c', '<iframe width=\"860\" height=\"484\" src=\"https://www.youtube.com/embed/FQvFzdFIp08?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(4829, 106, '_oembed_time_14c9e39803bbdde36b948f31cd726e8c', '1465201373'),
(4830, 106, '_thumbnail_id', '12931'),
(4833, 285, 'cmsmasters_composer_show', 'true'),
(4834, 285, 'cmsmasters_post_image_show', 'false'),
(4835, 285, 'cmsmasters_post_image_link', ''),
(4836, 285, 'cmsmasters_post_images', ''),
(4837, 285, 'cmsmasters_post_video_type', 'embedded'),
(4838, 285, 'cmsmasters_post_video_link', ''),
(4839, 285, 'cmsmasters_post_video_links', 'a:1:{i:0;s:0:\"\";}'),
(4840, 285, 'cmsmasters_post_audio_links', 'a:1:{i:0;s:0:\"\";}'),
(4841, 285, 'cmsmasters_post_title', 'false'),
(4842, 285, 'cmsmasters_post_sharing_box', 'true'),
(4843, 285, 'cmsmasters_post_author_box', 'true'),
(4844, 285, 'cmsmasters_post_more_posts', 'popular'),
(4845, 285, 'cmsmasters_post_read_more', 'Read More'),
(4846, 285, 'cmsmasters_page_scheme', 'default'),
(4847, 285, 'cmsmasters_layout', 'fullwidth'),
(4848, 285, 'cmsmasters_sidebar_id', ''),
(4849, 285, 'cmsmasters_bottom_sidebar', 'false'),
(4850, 285, 'cmsmasters_bottom_sidebar_id', ''),
(4851, 285, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4852, 285, 'cmsmasters_bg_default', 'true'),
(4853, 285, 'cmsmasters_bg_col', '#ffffff'),
(4854, 285, 'cmsmasters_bg_img_enable', 'false'),
(4855, 285, 'cmsmasters_bg_img', ''),
(4856, 285, 'cmsmasters_bg_rep', 'no-repeat'),
(4857, 285, 'cmsmasters_bg_pos', 'top center'),
(4858, 285, 'cmsmasters_bg_att', 'scroll'),
(4859, 285, 'cmsmasters_bg_size', 'cover'),
(4860, 285, 'cmsmasters_heading', 'default'),
(4861, 285, 'cmsmasters_heading_title', ''),
(4862, 285, 'cmsmasters_heading_subtitle', ''),
(4863, 285, 'cmsmasters_heading_icon', ''),
(4864, 285, 'cmsmasters_heading_alignment', 'center'),
(4865, 285, 'cmsmasters_heading_scheme', 'default'),
(4866, 285, 'cmsmasters_heading_bg_img_enable', 'true'),
(4867, 285, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(4868, 285, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4869, 285, 'cmsmasters_heading_bg_att', 'scroll'),
(4870, 285, 'cmsmasters_heading_bg_size', 'cover'),
(4871, 285, 'cmsmasters_heading_bg_color', ''),
(4872, 285, 'cmsmasters_heading_height', '360'),
(4873, 285, 'cmsmasters_breadcrumbs', 'true'),
(4874, 285, 'cmsmasters_gutenberg_show', 'true'),
(4875, 285, 'cmsmasters_composer_fullscreen', 'false'),
(4876, 285, 'slide_template', 'default'),
(4877, 285, 'cmsmasters_likes', '12'),
(4878, 285, '_wp_old_slug', 'title-4'),
(4879, 285, 'cmsmasters_post_post_options', 'default'),
(4880, 285, '_thumbnail_id', '12929'),
(4883, 1965, 'cmsmasters_composer_show', 'true'),
(4884, 1965, 'cmsmasters_post_image_show', 'false'),
(4885, 1965, 'cmsmasters_post_image_link', ''),
(4886, 1965, 'cmsmasters_post_images', ''),
(4887, 1965, 'cmsmasters_post_video_type', 'embedded'),
(4888, 1965, 'cmsmasters_post_video_link', ''),
(4889, 1965, 'cmsmasters_post_video_links', 'a:1:{i:0;s:0:\"\";}'),
(4890, 1965, 'cmsmasters_post_audio_links', 'a:1:{i:0;s:0:\"\";}'),
(4891, 1965, 'cmsmasters_post_title', 'false'),
(4892, 1965, 'cmsmasters_post_sharing_box', 'true'),
(4893, 1965, 'cmsmasters_post_author_box', 'true'),
(4894, 1965, 'cmsmasters_post_more_posts', 'popular'),
(4895, 1965, 'cmsmasters_post_read_more', 'Read More'),
(4896, 1965, 'cmsmasters_page_scheme', 'default'),
(4897, 1965, 'cmsmasters_layout', 'fullwidth'),
(4898, 1965, 'cmsmasters_sidebar_id', ''),
(4899, 1965, 'cmsmasters_bottom_sidebar', 'false'),
(4900, 1965, 'cmsmasters_bottom_sidebar_id', ''),
(4901, 1965, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4902, 1965, 'cmsmasters_bg_default', 'true'),
(4903, 1965, 'cmsmasters_bg_col', '#ffffff'),
(4904, 1965, 'cmsmasters_bg_img_enable', 'false'),
(4905, 1965, 'cmsmasters_bg_img', ''),
(4906, 1965, 'cmsmasters_bg_rep', 'no-repeat'),
(4907, 1965, 'cmsmasters_bg_pos', 'top center'),
(4908, 1965, 'cmsmasters_bg_att', 'scroll'),
(4909, 1965, 'cmsmasters_bg_size', 'cover'),
(4910, 1965, 'cmsmasters_heading', 'default'),
(4911, 1965, 'cmsmasters_heading_title', ''),
(4912, 1965, 'cmsmasters_heading_subtitle', ''),
(4913, 1965, 'cmsmasters_heading_icon', ''),
(4914, 1965, 'cmsmasters_heading_alignment', 'center'),
(4915, 1965, 'cmsmasters_heading_scheme', 'default'),
(4916, 1965, 'cmsmasters_heading_bg_img_enable', 'true'),
(4917, 1965, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(4918, 1965, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4919, 1965, 'cmsmasters_heading_bg_att', 'scroll'),
(4920, 1965, 'cmsmasters_heading_bg_size', 'cover'),
(4921, 1965, 'cmsmasters_heading_bg_color', ''),
(4922, 1965, 'cmsmasters_heading_height', '360'),
(4923, 1965, 'cmsmasters_breadcrumbs', 'true'),
(4924, 1965, 'cmsmasters_gutenberg_show', 'true'),
(4925, 1965, 'cmsmasters_composer_fullscreen', 'false'),
(4926, 1965, 'slide_template', 'default'),
(4927, 1965, 'cmsmasters_post_post_options', 'default'),
(4928, 1965, '_wp_old_slug', 'title-7'),
(4929, 1965, 'cmsmasters_likes', '8'),
(4930, 1965, '_thumbnail_id', '12932'),
(4933, 2938, 'cmsmasters_composer_show', 'true'),
(4934, 2938, 'cmsmasters_post_image_show', 'false'),
(4935, 2938, 'cmsmasters_post_image_link', ''),
(4936, 2938, 'cmsmasters_post_images', ''),
(4937, 2938, 'cmsmasters_post_video_type', 'embedded'),
(4938, 2938, 'cmsmasters_post_video_link', ''),
(4939, 2938, 'cmsmasters_post_video_links', 'a:1:{i:0;s:0:\"\";}'),
(4940, 2938, 'cmsmasters_post_audio_links', 'a:1:{i:0;s:0:\"\";}'),
(4941, 2938, 'cmsmasters_post_title', 'false'),
(4942, 2938, 'cmsmasters_post_sharing_box', 'true'),
(4943, 2938, 'cmsmasters_post_author_box', 'true'),
(4944, 2938, 'cmsmasters_post_more_posts', 'popular'),
(4945, 2938, 'cmsmasters_post_read_more', 'Read More'),
(4946, 2938, 'cmsmasters_page_scheme', 'default'),
(4947, 2938, 'cmsmasters_layout', 'fullwidth'),
(4948, 2938, 'cmsmasters_sidebar_id', ''),
(4949, 2938, 'cmsmasters_bottom_sidebar', 'false'),
(4950, 2938, 'cmsmasters_bottom_sidebar_id', ''),
(4951, 2938, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(4952, 2938, 'cmsmasters_bg_default', 'true'),
(4953, 2938, 'cmsmasters_bg_col', '#ffffff'),
(4954, 2938, 'cmsmasters_bg_img_enable', 'false'),
(4955, 2938, 'cmsmasters_bg_img', ''),
(4956, 2938, 'cmsmasters_bg_rep', 'no-repeat'),
(4957, 2938, 'cmsmasters_bg_pos', 'top center'),
(4958, 2938, 'cmsmasters_bg_att', 'scroll'),
(4959, 2938, 'cmsmasters_bg_size', 'cover'),
(4960, 2938, 'cmsmasters_heading', 'default'),
(4961, 2938, 'cmsmasters_heading_title', ''),
(4962, 2938, 'cmsmasters_heading_subtitle', ''),
(4963, 2938, 'cmsmasters_heading_icon', ''),
(4964, 2938, 'cmsmasters_heading_alignment', 'center'),
(4965, 2938, 'cmsmasters_heading_scheme', 'default'),
(4966, 2938, 'cmsmasters_heading_bg_img_enable', 'true'),
(4967, 2938, 'cmsmasters_heading_bg_img', '12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05-300x169.jpg'),
(4968, 2938, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(4969, 2938, 'cmsmasters_heading_bg_att', 'scroll'),
(4970, 2938, 'cmsmasters_heading_bg_size', 'cover'),
(4971, 2938, 'cmsmasters_heading_bg_color', ''),
(4972, 2938, 'cmsmasters_heading_height', '360'),
(4973, 2938, 'cmsmasters_breadcrumbs', 'true'),
(4974, 2938, 'cmsmasters_gutenberg_show', 'true'),
(4975, 2938, 'cmsmasters_composer_fullscreen', 'false'),
(4976, 2938, 'slide_template', 'default'),
(4977, 2938, '_wp_old_slug', 'title-2'),
(4978, 2938, 'cmsmasters_likes', '10'),
(4979, 2938, 'cmsmasters_post_post_options', 'default'),
(4980, 2938, '_thumbnail_id', '12931'),
(4981, 8946, '_wp_page_template', 'default'),
(4982, 8946, 'cmsmasters_post_image_show', 'false'),
(4983, 8946, 'cmsmasters_post_image_link', ''),
(4984, 8946, 'cmsmasters_post_images', ''),
(4985, 8946, 'cmsmasters_post_video_type', 'embedded'),
(4986, 8946, 'cmsmasters_post_video_link', ''),
(4987, 8946, 'cmsmasters_post_video_links', ''),
(4988, 8946, 'cmsmasters_post_audio_links', ''),
(4989, 8946, 'cmsmasters_post_title', 'true'),
(4990, 8946, 'cmsmasters_post_sharing_box', 'true'),
(4991, 8946, 'cmsmasters_post_author_box', 'true'),
(4992, 8946, 'cmsmasters_post_more_posts', 'popular'),
(4993, 8946, 'cmsmasters_post_read_more', 'Continue Reading...'),
(4994, 8946, 'cmsmasters_page_scheme', 'default'),
(4995, 8946, 'cmsmasters_layout', 'fullwidth'),
(4996, 8946, 'cmsmasters_sidebar_id', ''),
(4997, 8946, 'cmsmasters_bottom_sidebar', 'false'),
(4998, 8946, 'cmsmasters_bottom_sidebar_id', ''),
(4999, 8946, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5000, 8946, 'cmsmasters_bg_default', 'true'),
(5001, 8946, 'cmsmasters_bg_col', '#ffffff'),
(5002, 8946, 'cmsmasters_bg_img_enable', 'false'),
(5003, 8946, 'cmsmasters_bg_img', ''),
(5004, 8946, 'cmsmasters_bg_rep', 'no-repeat'),
(5005, 8946, 'cmsmasters_bg_pos', 'top center'),
(5006, 8946, 'cmsmasters_bg_att', 'scroll'),
(5007, 8946, 'cmsmasters_bg_size', 'cover'),
(5008, 8946, 'cmsmasters_heading', 'default'),
(5009, 8946, 'cmsmasters_heading_title', ''),
(5010, 8946, 'cmsmasters_heading_subtitle', ''),
(5011, 8946, 'cmsmasters_heading_icon', ''),
(5012, 8946, 'cmsmasters_heading_alignment', 'center'),
(5013, 8946, 'cmsmasters_heading_scheme', 'default'),
(5014, 8946, 'cmsmasters_heading_bg_img_enable', 'true'),
(5015, 8946, 'cmsmasters_heading_bg_img', '11045|http://eco-press.cmsmasters.net/wp-content/uploads/2015/12/campaigns-300x109.jpg'),
(5016, 8946, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5017, 8946, 'cmsmasters_heading_bg_att', 'scroll'),
(5018, 8946, 'cmsmasters_heading_bg_size', 'cover'),
(5019, 8946, 'cmsmasters_heading_bg_color', ''),
(5020, 8946, 'cmsmasters_heading_height', '560'),
(5021, 8946, 'cmsmasters_breadcrumbs', 'true'),
(5022, 8946, 'cmsmasters_composer_show', 'true'),
(5023, 8946, 'cmsmasters_gutenberg_show', 'true'),
(5024, 8946, 'cmsmasters_composer_fullscreen', 'false'),
(5025, 8946, 'slide_template', 'default'),
(5026, 8946, 'cmsmasters_header_overlaps', 'true'),
(5027, 8946, 'cmsmasters_heading_block_disabled', 'true'),
(5028, 9861, '_wp_page_template', 'default'),
(5029, 9861, 'cmsmasters_post_image_show', 'false'),
(5030, 9861, 'cmsmasters_post_image_link', ''),
(5031, 9861, 'cmsmasters_post_images', ''),
(5032, 9861, 'cmsmasters_post_video_type', 'embedded'),
(5033, 9861, 'cmsmasters_post_video_link', ''),
(5034, 9861, 'cmsmasters_post_video_links', ''),
(5035, 9861, 'cmsmasters_post_audio_links', ''),
(5036, 9861, 'cmsmasters_post_title', 'true'),
(5037, 9861, 'cmsmasters_post_sharing_box', 'true'),
(5038, 9861, 'cmsmasters_post_author_box', 'true'),
(5039, 9861, 'cmsmasters_post_more_posts', 'popular'),
(5040, 9861, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5041, 9861, 'cmsmasters_page_scheme', 'default'),
(5042, 9861, 'cmsmasters_layout', 'fullwidth'),
(5043, 9861, 'cmsmasters_sidebar_id', ''),
(5044, 9861, 'cmsmasters_bottom_sidebar', 'false'),
(5045, 9861, 'cmsmasters_bottom_sidebar_id', ''),
(5046, 9861, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5047, 9861, 'cmsmasters_bg_default', 'true'),
(5048, 9861, 'cmsmasters_bg_col', '#ffffff'),
(5049, 9861, 'cmsmasters_bg_img_enable', 'true'),
(5050, 9861, 'cmsmasters_bg_img', ''),
(5051, 9861, 'cmsmasters_bg_rep', 'no-repeat'),
(5052, 9861, 'cmsmasters_bg_pos', 'top left'),
(5053, 9861, 'cmsmasters_bg_att', 'scroll'),
(5054, 9861, 'cmsmasters_bg_size', 'cover'),
(5055, 9861, 'cmsmasters_heading', 'disabled'),
(5056, 9861, 'cmsmasters_heading_title', ''),
(5057, 9861, 'cmsmasters_heading_subtitle', ''),
(5058, 9861, 'cmsmasters_heading_icon', ''),
(5059, 9861, 'cmsmasters_heading_alignment', 'center'),
(5060, 9861, 'cmsmasters_heading_scheme', 'default'),
(5061, 9861, 'cmsmasters_heading_bg_img_enable', 'false'),
(5062, 9861, 'cmsmasters_heading_bg_img', '12036|http://in-conference.cmsmasters.net/wp-content/uploads/2016/07/heading-2-300x89.jpg'),
(5063, 9861, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5064, 9861, 'cmsmasters_heading_bg_att', 'scroll'),
(5065, 9861, 'cmsmasters_heading_bg_size', 'cover'),
(5066, 9861, 'cmsmasters_heading_bg_color', ''),
(5067, 9861, 'cmsmasters_heading_height', '560'),
(5068, 9861, 'cmsmasters_breadcrumbs', 'true'),
(5069, 9861, 'cmsmasters_composer_show', 'true'),
(5070, 9861, 'cmsmasters_gutenberg_show', 'true'),
(5071, 9861, 'cmsmasters_composer_fullscreen', 'false'),
(5072, 9861, 'slide_template', 'default'),
(5073, 9861, 'cmsmasters_header_overlaps', 'true'),
(5074, 9861, 'cmsmasters_heading_block_disabled', 'true'),
(5077, 10736, 'cmsmasters_composer_show', 'true'),
(5078, 10736, 'cmsmasters_post_image_show', 'false'),
(5079, 10736, 'cmsmasters_post_image_link', ''),
(5080, 10736, 'cmsmasters_post_images', ''),
(5081, 10736, 'cmsmasters_post_video_type', 'embedded'),
(5082, 10736, 'cmsmasters_post_video_link', ''),
(5083, 10736, 'cmsmasters_post_video_links', 'a:1:{i:0;s:0:\"\";}'),
(5084, 10736, 'cmsmasters_post_audio_links', 'a:1:{i:0;s:0:\"\";}'),
(5085, 10736, 'cmsmasters_post_title', 'false'),
(5086, 10736, 'cmsmasters_post_sharing_box', 'true'),
(5087, 10736, 'cmsmasters_post_author_box', 'true'),
(5088, 10736, 'cmsmasters_post_more_posts', 'popular'),
(5089, 10736, 'cmsmasters_post_read_more', 'Read More'),
(5090, 10736, 'cmsmasters_page_scheme', 'default'),
(5091, 10736, 'cmsmasters_layout', 'fullwidth'),
(5092, 10736, 'cmsmasters_sidebar_id', ''),
(5093, 10736, 'cmsmasters_bottom_sidebar', 'false'),
(5094, 10736, 'cmsmasters_bottom_sidebar_id', ''),
(5095, 10736, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5096, 10736, 'cmsmasters_bg_default', 'true'),
(5097, 10736, 'cmsmasters_bg_col', '#ffffff'),
(5098, 10736, 'cmsmasters_bg_img_enable', 'false'),
(5099, 10736, 'cmsmasters_bg_img', ''),
(5100, 10736, 'cmsmasters_bg_rep', 'no-repeat'),
(5101, 10736, 'cmsmasters_bg_pos', 'top center'),
(5102, 10736, 'cmsmasters_bg_att', 'scroll'),
(5103, 10736, 'cmsmasters_bg_size', 'cover'),
(5104, 10736, 'cmsmasters_heading', 'default'),
(5105, 10736, 'cmsmasters_heading_title', ''),
(5106, 10736, 'cmsmasters_heading_subtitle', ''),
(5107, 10736, 'cmsmasters_heading_icon', ''),
(5108, 10736, 'cmsmasters_heading_alignment', 'center'),
(5109, 10736, 'cmsmasters_heading_scheme', 'default'),
(5110, 10736, 'cmsmasters_heading_bg_img_enable', 'true'),
(5111, 10736, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(5112, 10736, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5113, 10736, 'cmsmasters_heading_bg_att', 'scroll'),
(5114, 10736, 'cmsmasters_heading_bg_size', 'cover'),
(5115, 10736, 'cmsmasters_heading_bg_color', ''),
(5116, 10736, 'cmsmasters_heading_height', '360'),
(5117, 10736, 'cmsmasters_breadcrumbs', 'true'),
(5118, 10736, 'cmsmasters_gutenberg_show', 'true'),
(5119, 10736, 'cmsmasters_composer_fullscreen', 'false'),
(5120, 10736, 'slide_template', 'default'),
(5121, 10736, '_wp_old_slug', 'title-1'),
(5122, 10736, 'cmsmasters_likes', '10'),
(5123, 10736, 'cmsmasters_post_post_options', 'default'),
(5124, 10736, '_dp_original', '2938'),
(5125, 10736, '_thumbnail_id', '12932'),
(5126, 11258, '_wp_page_template', 'default'),
(5127, 11258, 'cmsmasters_post_image_show', 'false'),
(5128, 11258, 'cmsmasters_post_image_link', ''),
(5129, 11258, 'cmsmasters_post_images', ''),
(5130, 11258, 'cmsmasters_post_video_type', 'embedded'),
(5131, 11258, 'cmsmasters_post_video_link', ''),
(5132, 11258, 'cmsmasters_post_video_links', ''),
(5133, 11258, 'cmsmasters_post_audio_links', ''),
(5134, 11258, 'cmsmasters_post_title', 'true'),
(5135, 11258, 'cmsmasters_post_sharing_box', 'true'),
(5136, 11258, 'cmsmasters_post_author_box', 'true'),
(5137, 11258, 'cmsmasters_post_more_posts', 'popular'),
(5138, 11258, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5139, 11258, 'cmsmasters_page_scheme', 'default'),
(5140, 11258, 'cmsmasters_layout', 'r_sidebar'),
(5141, 11258, 'cmsmasters_sidebar_id', ''),
(5142, 11258, 'cmsmasters_bottom_sidebar', 'false'),
(5143, 11258, 'cmsmasters_bottom_sidebar_id', ''),
(5144, 11258, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5145, 11258, 'cmsmasters_bg_default', 'true'),
(5146, 11258, 'cmsmasters_bg_col', '#ffffff'),
(5147, 11258, 'cmsmasters_bg_img_enable', 'true'),
(5148, 11258, 'cmsmasters_bg_img', ''),
(5149, 11258, 'cmsmasters_bg_rep', 'no-repeat'),
(5150, 11258, 'cmsmasters_bg_pos', 'top left'),
(5151, 11258, 'cmsmasters_bg_att', 'scroll'),
(5152, 11258, 'cmsmasters_bg_size', 'cover'),
(5153, 11258, 'cmsmasters_heading', 'default'),
(5154, 11258, 'cmsmasters_heading_title', ''),
(5155, 11258, 'cmsmasters_heading_subtitle', ''),
(5156, 11258, 'cmsmasters_heading_icon', ''),
(5157, 11258, 'cmsmasters_heading_alignment', 'center'),
(5158, 11258, 'cmsmasters_heading_scheme', 'default'),
(5159, 11258, 'cmsmasters_heading_bg_img_enable', 'true'),
(5160, 11258, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(5161, 11258, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5162, 11258, 'cmsmasters_heading_bg_att', 'scroll'),
(5163, 11258, 'cmsmasters_heading_bg_size', 'cover'),
(5164, 11258, 'cmsmasters_heading_bg_color', ''),
(5165, 11258, 'cmsmasters_heading_height', '360'),
(5166, 11258, 'cmsmasters_breadcrumbs', 'true'),
(5167, 11258, 'cmsmasters_composer_show', 'true'),
(5168, 11258, 'cmsmasters_gutenberg_show', 'true'),
(5169, 11258, 'cmsmasters_composer_fullscreen', 'false'),
(5170, 11258, 'slide_template', 'default'),
(5171, 11258, 'cmsmasters_header_overlaps', 'true'),
(5172, 11258, 'cmsmasters_heading_block_disabled', 'false'),
(5173, 11805, '_wp_page_template', 'default'),
(5174, 11805, 'cmsmasters_post_image_show', 'false'),
(5175, 11805, 'cmsmasters_post_image_link', ''),
(5176, 11805, 'cmsmasters_post_images', ''),
(5177, 11805, 'cmsmasters_post_video_type', 'embedded'),
(5178, 11805, 'cmsmasters_post_video_link', ''),
(5179, 11805, 'cmsmasters_post_video_links', ''),
(5180, 11805, 'cmsmasters_post_audio_links', ''),
(5181, 11805, 'cmsmasters_post_title', 'true'),
(5182, 11805, 'cmsmasters_post_sharing_box', 'true'),
(5183, 11805, 'cmsmasters_post_author_box', 'true'),
(5184, 11805, 'cmsmasters_post_more_posts', 'popular'),
(5185, 11805, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5186, 11805, 'cmsmasters_page_scheme', 'default'),
(5187, 11805, 'cmsmasters_layout', 'fullwidth'),
(5188, 11805, 'cmsmasters_sidebar_id', ''),
(5189, 11805, 'cmsmasters_bottom_sidebar', 'true'),
(5190, 11805, 'cmsmasters_bottom_sidebar_id', ''),
(5191, 11805, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5192, 11805, 'cmsmasters_bg_default', 'true'),
(5193, 11805, 'cmsmasters_bg_col', '#ffffff'),
(5194, 11805, 'cmsmasters_bg_img_enable', 'true'),
(5195, 11805, 'cmsmasters_bg_img', ''),
(5196, 11805, 'cmsmasters_bg_rep', 'no-repeat'),
(5197, 11805, 'cmsmasters_bg_pos', 'top left'),
(5198, 11805, 'cmsmasters_bg_att', 'scroll'),
(5199, 11805, 'cmsmasters_bg_size', 'cover'),
(5200, 11805, 'cmsmasters_heading', 'disabled'),
(5201, 11805, 'cmsmasters_heading_title', ''),
(5202, 11805, 'cmsmasters_heading_subtitle', ''),
(5203, 11805, 'cmsmasters_heading_icon', ''),
(5204, 11805, 'cmsmasters_heading_alignment', 'center'),
(5205, 11805, 'cmsmasters_heading_scheme', 'default'),
(5206, 11805, 'cmsmasters_heading_bg_img_enable', 'false'),
(5207, 11805, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(5208, 11805, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5209, 11805, 'cmsmasters_heading_bg_att', 'scroll'),
(5210, 11805, 'cmsmasters_heading_bg_size', 'cover'),
(5211, 11805, 'cmsmasters_heading_bg_color', ''),
(5212, 11805, 'cmsmasters_heading_height', '360'),
(5213, 11805, 'cmsmasters_breadcrumbs', 'true'),
(5214, 11805, 'cmsmasters_composer_show', 'true'),
(5215, 11805, 'cmsmasters_gutenberg_show', 'true'),
(5216, 11805, 'cmsmasters_composer_fullscreen', 'false'),
(5217, 11805, 'slide_template', 'default'),
(5218, 11805, 'cmsmasters_header_overlaps', 'false'),
(5219, 11805, 'cmsmasters_heading_block_disabled', 'true'),
(5220, 11850, '_wp_page_template', 'default'),
(5221, 11850, 'cmsmasters_post_image_show', 'false'),
(5222, 11850, 'cmsmasters_post_image_link', ''),
(5223, 11850, 'cmsmasters_post_images', ''),
(5224, 11850, 'cmsmasters_post_video_type', 'embedded'),
(5225, 11850, 'cmsmasters_post_video_link', ''),
(5226, 11850, 'cmsmasters_post_video_links', ''),
(5227, 11850, 'cmsmasters_post_audio_links', ''),
(5228, 11850, 'cmsmasters_post_title', 'true'),
(5229, 11850, 'cmsmasters_post_sharing_box', 'true'),
(5230, 11850, 'cmsmasters_post_author_box', 'true'),
(5231, 11850, 'cmsmasters_post_more_posts', 'popular'),
(5232, 11850, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5233, 11850, 'cmsmasters_page_scheme', 'default'),
(5234, 11850, 'cmsmasters_layout', 'fullwidth'),
(5235, 11850, 'cmsmasters_sidebar_id', ''),
(5236, 11850, 'cmsmasters_bottom_sidebar', 'true'),
(5237, 11850, 'cmsmasters_bottom_sidebar_id', ''),
(5238, 11850, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5239, 11850, 'cmsmasters_bg_default', 'true'),
(5240, 11850, 'cmsmasters_bg_col', '#ffffff'),
(5241, 11850, 'cmsmasters_bg_img_enable', 'true'),
(5242, 11850, 'cmsmasters_bg_img', ''),
(5243, 11850, 'cmsmasters_bg_rep', 'no-repeat'),
(5244, 11850, 'cmsmasters_bg_pos', 'top left'),
(5245, 11850, 'cmsmasters_bg_att', 'scroll'),
(5246, 11850, 'cmsmasters_bg_size', 'cover'),
(5247, 11850, 'cmsmasters_heading', 'default'),
(5248, 11850, 'cmsmasters_heading_title', ''),
(5249, 11850, 'cmsmasters_heading_subtitle', ''),
(5250, 11850, 'cmsmasters_heading_icon', ''),
(5251, 11850, 'cmsmasters_heading_alignment', 'left'),
(5252, 11850, 'cmsmasters_heading_scheme', 'default'),
(5253, 11850, 'cmsmasters_heading_bg_img_enable', 'true'),
(5254, 11850, 'cmsmasters_heading_bg_img', '11544|http://template.cmsmasters.net/wp-content/uploads/2016/06/04-300x169.jpg'),
(5255, 11850, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5256, 11850, 'cmsmasters_heading_bg_att', 'scroll'),
(5257, 11850, 'cmsmasters_heading_bg_size', 'cover'),
(5258, 11850, 'cmsmasters_heading_bg_color', ''),
(5259, 11850, 'cmsmasters_heading_height', '400'),
(5260, 11850, 'cmsmasters_breadcrumbs', 'true'),
(5261, 11850, 'cmsmasters_composer_show', 'true'),
(5262, 11850, 'cmsmasters_gutenberg_show', 'true'),
(5263, 11850, 'cmsmasters_composer_fullscreen', 'false'),
(5264, 11850, 'slide_template', 'default'),
(5265, 11850, 'cmsmasters_header_overlaps', 'false'),
(5266, 11850, 'cmsmasters_heading_block_disabled', 'true'),
(5267, 12803, '_wp_page_template', 'default'),
(5268, 12803, 'cmsmasters_post_image_show', 'false'),
(5269, 12803, 'cmsmasters_post_image_link', ''),
(5270, 12803, 'cmsmasters_post_images', ''),
(5271, 12803, 'cmsmasters_post_video_type', 'embedded'),
(5272, 12803, 'cmsmasters_post_video_link', ''),
(5273, 12803, 'cmsmasters_post_video_links', ''),
(5274, 12803, 'cmsmasters_post_audio_links', ''),
(5275, 12803, 'cmsmasters_post_title', 'true'),
(5276, 12803, 'cmsmasters_post_sharing_box', 'true'),
(5277, 12803, 'cmsmasters_post_author_box', 'true'),
(5278, 12803, 'cmsmasters_post_more_posts', 'popular'),
(5279, 12803, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5280, 12803, 'cmsmasters_page_scheme', 'default'),
(5281, 12803, 'cmsmasters_layout', 'fullwidth'),
(5282, 12803, 'cmsmasters_sidebar_id', ''),
(5283, 12803, 'cmsmasters_bottom_sidebar', 'false'),
(5284, 12803, 'cmsmasters_bottom_sidebar_id', ''),
(5285, 12803, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5286, 12803, 'cmsmasters_bg_default', 'true'),
(5287, 12803, 'cmsmasters_bg_col', '#ffffff'),
(5288, 12803, 'cmsmasters_bg_img_enable', 'false'),
(5289, 12803, 'cmsmasters_bg_img', ''),
(5290, 12803, 'cmsmasters_bg_rep', 'no-repeat'),
(5291, 12803, 'cmsmasters_bg_pos', 'top center'),
(5292, 12803, 'cmsmasters_bg_att', 'scroll'),
(5293, 12803, 'cmsmasters_bg_size', 'cover'),
(5294, 12803, 'cmsmasters_heading', 'default'),
(5295, 12803, 'cmsmasters_heading_title', ''),
(5296, 12803, 'cmsmasters_heading_subtitle', ''),
(5297, 12803, 'cmsmasters_heading_icon', ''),
(5298, 12803, 'cmsmasters_heading_alignment', 'center'),
(5299, 12803, 'cmsmasters_heading_scheme', 'default'),
(5300, 12803, 'cmsmasters_heading_bg_img_enable', 'true'),
(5301, 12803, 'cmsmasters_heading_bg_img', '12036|http://in-conference.cmsmasters.net/wp-content/uploads/2016/07/heading-2-300x89.jpg'),
(5302, 12803, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5303, 12803, 'cmsmasters_heading_bg_att', 'scroll'),
(5304, 12803, 'cmsmasters_heading_bg_size', 'cover'),
(5305, 12803, 'cmsmasters_heading_bg_color', ''),
(5306, 12803, 'cmsmasters_heading_height', '360'),
(5307, 12803, 'cmsmasters_breadcrumbs', 'true'),
(5308, 12803, 'cmsmasters_composer_show', 'true'),
(5309, 12803, 'cmsmasters_gutenberg_show', 'true'),
(5310, 12803, 'cmsmasters_composer_fullscreen', 'false'),
(5311, 12803, 'slide_template', 'default'),
(5312, 12803, 'cmsmasters_header_overlaps', 'true'),
(5313, 12803, 'cmsmasters_heading_block_disabled', 'false'),
(5314, 12872, '_wp_page_template', 'default'),
(5315, 12872, 'cmsmasters_post_image_show', 'false'),
(5316, 12872, 'cmsmasters_post_image_link', ''),
(5317, 12872, 'cmsmasters_post_images', ''),
(5318, 12872, 'cmsmasters_post_video_type', 'embedded'),
(5319, 12872, 'cmsmasters_post_video_link', ''),
(5320, 12872, 'cmsmasters_post_video_links', ''),
(5321, 12872, 'cmsmasters_post_audio_links', ''),
(5322, 12872, 'cmsmasters_post_title', 'true'),
(5323, 12872, 'cmsmasters_post_sharing_box', 'true'),
(5324, 12872, 'cmsmasters_post_author_box', 'true'),
(5325, 12872, 'cmsmasters_post_more_posts', 'popular'),
(5326, 12872, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5327, 12872, 'cmsmasters_page_scheme', 'default'),
(5328, 12872, 'cmsmasters_layout', 'r_sidebar'),
(5329, 12872, 'cmsmasters_sidebar_id', ''),
(5330, 12872, 'cmsmasters_bottom_sidebar', 'false'),
(5331, 12872, 'cmsmasters_bottom_sidebar_id', ''),
(5332, 12872, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5333, 12872, 'cmsmasters_bg_default', 'true'),
(5334, 12872, 'cmsmasters_bg_col', '#ffffff'),
(5335, 12872, 'cmsmasters_bg_img_enable', 'false'),
(5336, 12872, 'cmsmasters_bg_img', ''),
(5337, 12872, 'cmsmasters_bg_rep', 'no-repeat'),
(5338, 12872, 'cmsmasters_bg_pos', 'top center'),
(5339, 12872, 'cmsmasters_bg_att', 'scroll'),
(5340, 12872, 'cmsmasters_bg_size', 'cover'),
(5341, 12872, 'cmsmasters_heading', 'disabled'),
(5342, 12872, 'cmsmasters_heading_title', ''),
(5343, 12872, 'cmsmasters_heading_subtitle', ''),
(5344, 12872, 'cmsmasters_heading_icon', ''),
(5345, 12872, 'cmsmasters_heading_alignment', 'center'),
(5346, 12872, 'cmsmasters_heading_scheme', 'default'),
(5347, 12872, 'cmsmasters_heading_bg_img_enable', 'true'),
(5348, 12872, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(5349, 12872, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5350, 12872, 'cmsmasters_heading_bg_att', 'scroll'),
(5351, 12872, 'cmsmasters_heading_bg_size', 'cover'),
(5352, 12872, 'cmsmasters_heading_bg_color', ''),
(5353, 12872, 'cmsmasters_heading_height', '360'),
(5354, 12872, 'cmsmasters_breadcrumbs', 'true'),
(5355, 12873, 'cmsmasters_composer_show', 'false'),
(5356, 12873, 'cmsmasters_post_image_show', 'false'),
(5357, 12873, 'cmsmasters_post_image_link', ''),
(5358, 12873, 'cmsmasters_post_images', ''),
(5359, 12873, 'cmsmasters_post_video_type', 'embedded'),
(5360, 12873, 'cmsmasters_post_video_link', ''),
(5361, 12873, 'cmsmasters_post_video_links', ''),
(5362, 12873, 'cmsmasters_post_audio_links', ''),
(5363, 12873, 'cmsmasters_post_title', 'true'),
(5364, 12873, 'cmsmasters_post_sharing_box', 'true'),
(5365, 12873, 'cmsmasters_post_author_box', 'true'),
(5366, 12873, 'cmsmasters_post_more_posts', 'popular'),
(5367, 12873, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5368, 12873, 'cmsmasters_page_scheme', 'default'),
(5369, 12873, 'cmsmasters_layout', 'r_sidebar'),
(5370, 12873, 'cmsmasters_sidebar_id', ''),
(5371, 12873, 'cmsmasters_bottom_sidebar', 'false'),
(5372, 12873, 'cmsmasters_bottom_sidebar_id', ''),
(5373, 12873, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5374, 12873, 'cmsmasters_bg_default', 'true'),
(5375, 12873, 'cmsmasters_bg_col', '#ffffff'),
(5376, 12873, 'cmsmasters_bg_img_enable', 'false'),
(5377, 12873, 'cmsmasters_bg_img', ''),
(5378, 12873, 'cmsmasters_bg_rep', 'no-repeat'),
(5379, 12873, 'cmsmasters_bg_pos', 'top center'),
(5380, 12873, 'cmsmasters_bg_att', 'scroll'),
(5381, 12873, 'cmsmasters_bg_size', 'cover'),
(5382, 12873, 'cmsmasters_heading', 'default'),
(5383, 12873, 'cmsmasters_heading_title', ''),
(5384, 12873, 'cmsmasters_heading_subtitle', ''),
(5385, 12873, 'cmsmasters_heading_icon', ''),
(5386, 12873, 'cmsmasters_heading_alignment', 'center'),
(5387, 12873, 'cmsmasters_heading_scheme', 'default'),
(5388, 12873, 'cmsmasters_heading_bg_img_enable', 'true'),
(5389, 12873, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(5390, 12873, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5391, 12873, 'cmsmasters_heading_bg_att', 'scroll'),
(5392, 12873, 'cmsmasters_heading_bg_size', 'cover'),
(5393, 12873, 'cmsmasters_heading_bg_color', ''),
(5394, 12873, 'cmsmasters_heading_height', '360'),
(5395, 12873, 'cmsmasters_breadcrumbs', 'true'),
(5396, 12873, 'cmsmasters_composer_fullscreen', 'false'),
(5397, 12873, 'slide_template', 'default'),
(5398, 12873, 'cmsmasters_header_overlaps', 'true'),
(5399, 12873, 'cmsmasters_heading_block_disabled', 'false'),
(5400, 446, 'cmsmasters_composer_show', 'true'),
(5401, 446, 'cmsmasters_post_image_show', 'false'),
(5402, 446, 'cmsmasters_post_image_link', ''),
(5403, 446, 'cmsmasters_post_images', ''),
(5404, 446, 'cmsmasters_post_video_type', 'embedded'),
(5405, 446, 'cmsmasters_post_video_link', ''),
(5406, 446, 'cmsmasters_post_video_links', ''),
(5407, 446, 'cmsmasters_post_audio_links', ''),
(5408, 446, 'cmsmasters_post_title', 'true'),
(5409, 446, 'cmsmasters_post_sharing_box', 'true'),
(5410, 446, 'cmsmasters_post_author_box', 'true'),
(5411, 446, 'cmsmasters_post_more_posts', 'popular'),
(5412, 446, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5413, 446, 'cmsmasters_page_scheme', 'default'),
(5414, 446, 'cmsmasters_layout', 'r_sidebar'),
(5415, 446, 'cmsmasters_sidebar_id', ''),
(5416, 446, 'cmsmasters_bottom_sidebar', 'false'),
(5417, 446, 'cmsmasters_bottom_sidebar_id', ''),
(5418, 446, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5419, 446, 'cmsmasters_bg_default', 'true'),
(5420, 446, 'cmsmasters_bg_col', '#ffffff'),
(5421, 446, 'cmsmasters_bg_img_enable', 'false'),
(5422, 446, 'cmsmasters_bg_img', ''),
(5423, 446, 'cmsmasters_bg_rep', 'no-repeat'),
(5424, 446, 'cmsmasters_bg_pos', 'top center'),
(5425, 446, 'cmsmasters_bg_att', 'scroll'),
(5426, 446, 'cmsmasters_bg_size', 'cover'),
(5427, 446, 'cmsmasters_heading', 'default'),
(5428, 446, 'cmsmasters_heading_title', ''),
(5429, 446, 'cmsmasters_heading_subtitle', ''),
(5430, 446, 'cmsmasters_heading_icon', ''),
(5431, 446, 'cmsmasters_heading_alignment', 'center'),
(5432, 446, 'cmsmasters_heading_scheme', 'default'),
(5433, 446, 'cmsmasters_heading_bg_img_enable', 'true'),
(5434, 446, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(5435, 446, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5436, 446, 'cmsmasters_heading_bg_att', 'scroll'),
(5437, 446, 'cmsmasters_heading_bg_size', 'cover'),
(5438, 446, 'cmsmasters_heading_bg_color', ''),
(5439, 446, 'cmsmasters_heading_height', '360'),
(5440, 446, 'cmsmasters_breadcrumbs', 'true'),
(5441, 446, 'cmsmasters_gutenberg_show', 'true'),
(5442, 446, 'cmsmasters_composer_fullscreen', 'false'),
(5443, 446, 'slide_template', 'default'),
(5444, 446, 'cmsmasters_profile_title', 'false'),
(5445, 446, 'cmsmasters_profile_details_title', 'Profile details'),
(5446, 446, 'cmsmasters_profile_social', 'a:4:{i:1;s:34:\"cmsmasters-icon-twitter|#||false||\";i:2;s:35:\"cmsmasters-icon-facebook|#||false||\";i:3;s:33:\"cmsmasters-icon-google|#||false||\";i:4;s:34:\"cmsmasters-icon-youtube|#||false||\";}'),
(5447, 446, 'cmsmasters_profile_features', 'a:3:{i:0;a:2:{i:0;s:8:\"Address:\";i:1;s:18:\"Birmingham B18 6NF\";}i:1;a:2:{i:0;s:6:\"Phone:\";i:1;s:14:\"+1 222 333 444\";}i:2;a:2:{i:0;s:6:\"Email:\";i:1;s:19:\"example@example.com\";}}'),
(5448, 446, 'cmsmasters_profile_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5449, 446, 'cmsmasters_profile_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5450, 446, 'cmsmasters_profile_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5451, 446, 'cmsmasters_profile_sharing_box', 'true'),
(5452, 446, 'cmsmasters_profile_read_more', 'Read More'),
(5453, 446, '_wp_old_slug', 'daniel-finch'),
(5454, 446, 'cmsmasters_likes', '4'),
(5455, 446, 'cmsmasters_profile_subtitle', 'Founder of UXPress'),
(5456, 446, 'cmsmasters_profile_featured_image', 'false'),
(5457, 446, '_thumbnail_id', '12930'),
(5458, 1619, 'cmsmasters_composer_show', 'true'),
(5459, 1619, 'cmsmasters_post_image_show', 'false'),
(5460, 1619, 'cmsmasters_post_image_link', ''),
(5461, 1619, 'cmsmasters_post_images', ''),
(5462, 1619, 'cmsmasters_post_video_type', 'embedded'),
(5463, 1619, 'cmsmasters_post_video_link', ''),
(5464, 1619, 'cmsmasters_post_video_links', ''),
(5465, 1619, 'cmsmasters_post_audio_links', ''),
(5466, 1619, 'cmsmasters_post_title', 'true'),
(5467, 1619, 'cmsmasters_post_sharing_box', 'true'),
(5468, 1619, 'cmsmasters_post_author_box', 'true'),
(5469, 1619, 'cmsmasters_post_more_posts', 'popular'),
(5470, 1619, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5471, 1619, 'cmsmasters_page_scheme', 'default'),
(5472, 1619, 'cmsmasters_layout', 'r_sidebar'),
(5473, 1619, 'cmsmasters_sidebar_id', ''),
(5474, 1619, 'cmsmasters_bottom_sidebar', 'false'),
(5475, 1619, 'cmsmasters_bottom_sidebar_id', ''),
(5476, 1619, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5477, 1619, 'cmsmasters_bg_default', 'true'),
(5478, 1619, 'cmsmasters_bg_col', '#ffffff'),
(5479, 1619, 'cmsmasters_bg_img_enable', 'false'),
(5480, 1619, 'cmsmasters_bg_img', ''),
(5481, 1619, 'cmsmasters_bg_rep', 'no-repeat'),
(5482, 1619, 'cmsmasters_bg_pos', 'top center'),
(5483, 1619, 'cmsmasters_bg_att', 'scroll'),
(5484, 1619, 'cmsmasters_bg_size', 'cover'),
(5485, 1619, 'cmsmasters_heading', 'default'),
(5486, 1619, 'cmsmasters_heading_title', ''),
(5487, 1619, 'cmsmasters_heading_subtitle', ''),
(5488, 1619, 'cmsmasters_heading_icon', ''),
(5489, 1619, 'cmsmasters_heading_alignment', 'center'),
(5490, 1619, 'cmsmasters_heading_scheme', 'default'),
(5491, 1619, 'cmsmasters_heading_bg_img_enable', 'true'),
(5492, 1619, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(5493, 1619, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5494, 1619, 'cmsmasters_heading_bg_att', 'scroll'),
(5495, 1619, 'cmsmasters_heading_bg_size', 'cover'),
(5496, 1619, 'cmsmasters_heading_bg_color', ''),
(5497, 1619, 'cmsmasters_heading_height', '360'),
(5498, 1619, 'cmsmasters_breadcrumbs', 'true'),
(5499, 1619, 'cmsmasters_gutenberg_show', 'true'),
(5500, 1619, 'cmsmasters_composer_fullscreen', 'false'),
(5501, 1619, 'slide_template', 'default'),
(5502, 1619, 'cmsmasters_profile_title', 'false'),
(5503, 1619, 'cmsmasters_profile_details_title', 'Profile details'),
(5504, 1619, 'cmsmasters_profile_features', 'a:3:{i:0;a:2:{i:0;s:8:\"Address:\";i:1;s:29:\"34 Anywhere Road Coventry CV6\";}i:1;a:2:{i:0;s:6:\"Phone:\";i:1;s:14:\"+1 555 123 456\";}i:2;a:2:{i:0;s:6:\"Email:\";i:1;s:19:\"example@example.com\";}}'),
(5505, 1619, 'cmsmasters_profile_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5506, 1619, 'cmsmasters_profile_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5507, 1619, 'cmsmasters_profile_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5508, 1619, 'cmsmasters_profile_sharing_box', 'true'),
(5509, 1619, 'cmsmasters_profile_read_more', 'Read More'),
(5510, 1619, 'cmsmasters_profile_subtitle', 'WEB Designer'),
(5511, 1619, 'cmsmasters_likes', '4'),
(5512, 1619, '_wp_old_slug', 'mia-turner'),
(5513, 1619, 'cmsmasters_profile_social', 'a:4:{i:1;s:34:\"cmsmasters-icon-twitter|#||false||\";i:2;s:33:\"cmsmasters-icon-facebook|#||false\";i:3;s:33:\"cmsmasters-icon-google|#||false||\";i:4;s:34:\"cmsmasters-icon-youtube|#||false||\";}'),
(5514, 1619, 'cmsmasters_profile_featured_image', 'false'),
(5515, 1619, '_thumbnail_id', '12932'),
(5516, 2548, 'cmsmasters_composer_show', 'true'),
(5517, 2548, 'cmsmasters_post_image_show', 'false'),
(5518, 2548, 'cmsmasters_post_image_link', ''),
(5519, 2548, 'cmsmasters_post_images', ''),
(5520, 2548, 'cmsmasters_post_video_type', 'embedded'),
(5521, 2548, 'cmsmasters_post_video_link', ''),
(5522, 2548, 'cmsmasters_post_video_links', ''),
(5523, 2548, 'cmsmasters_post_audio_links', ''),
(5524, 2548, 'cmsmasters_post_title', 'true'),
(5525, 2548, 'cmsmasters_post_sharing_box', 'true'),
(5526, 2548, 'cmsmasters_post_author_box', 'true'),
(5527, 2548, 'cmsmasters_post_more_posts', 'popular'),
(5528, 2548, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5529, 2548, 'cmsmasters_page_scheme', 'default'),
(5530, 2548, 'cmsmasters_layout', 'r_sidebar'),
(5531, 2548, 'cmsmasters_sidebar_id', ''),
(5532, 2548, 'cmsmasters_bottom_sidebar', 'false'),
(5533, 2548, 'cmsmasters_bottom_sidebar_id', ''),
(5534, 2548, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5535, 2548, 'cmsmasters_bg_default', 'true'),
(5536, 2548, 'cmsmasters_bg_col', '#ffffff'),
(5537, 2548, 'cmsmasters_bg_img_enable', 'false'),
(5538, 2548, 'cmsmasters_bg_img', ''),
(5539, 2548, 'cmsmasters_bg_rep', 'no-repeat'),
(5540, 2548, 'cmsmasters_bg_pos', 'top center'),
(5541, 2548, 'cmsmasters_bg_att', 'scroll'),
(5542, 2548, 'cmsmasters_bg_size', 'cover'),
(5543, 2548, 'cmsmasters_heading', 'default'),
(5544, 2548, 'cmsmasters_heading_title', ''),
(5545, 2548, 'cmsmasters_heading_subtitle', ''),
(5546, 2548, 'cmsmasters_heading_icon', ''),
(5547, 2548, 'cmsmasters_heading_alignment', 'center'),
(5548, 2548, 'cmsmasters_heading_scheme', 'default'),
(5549, 2548, 'cmsmasters_heading_bg_img_enable', 'true'),
(5550, 2548, 'cmsmasters_heading_bg_img', '12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05-300x169.jpg'),
(5551, 2548, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5552, 2548, 'cmsmasters_heading_bg_att', 'scroll'),
(5553, 2548, 'cmsmasters_heading_bg_size', 'cover'),
(5554, 2548, 'cmsmasters_heading_bg_color', ''),
(5555, 2548, 'cmsmasters_heading_height', '360'),
(5556, 2548, 'cmsmasters_breadcrumbs', 'true'),
(5557, 2548, 'cmsmasters_gutenberg_show', 'true'),
(5558, 2548, 'cmsmasters_composer_fullscreen', 'false'),
(5559, 2548, 'slide_template', 'default'),
(5560, 2548, 'cmsmasters_profile_title', 'false'),
(5561, 2548, 'cmsmasters_profile_subtitle', 'Business Speaker'),
(5562, 2548, 'cmsmasters_profile_details_title', 'Profile details'),
(5563, 2548, 'cmsmasters_profile_features', 'a:3:{i:0;a:2:{i:0;s:8:\"Address:\";i:1;s:29:\"34 Anywhere Road Coventry CV6\";}i:1;a:2:{i:0;s:6:\"Phone:\";i:1;s:14:\"+1 555 123 456\";}i:2;a:2:{i:0;s:6:\"Email:\";i:1;s:19:\"example@example.com\";}}'),
(5564, 2548, 'cmsmasters_profile_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5565, 2548, 'cmsmasters_profile_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5566, 2548, 'cmsmasters_profile_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5567, 2548, 'cmsmasters_profile_sharing_box', 'true'),
(5568, 2548, 'cmsmasters_profile_read_more', 'Read More'),
(5569, 2548, '_wp_old_slug', 'luke-hardman'),
(5570, 2548, 'cmsmasters_profile_social', 'a:4:{i:1;s:34:\"cmsmasters-icon-twitter|#||false||\";i:2;s:37:\"cmsmasters-icon-facebook-1|#||false||\";i:3;s:33:\"cmsmasters-icon-google|#||false||\";i:4;s:34:\"cmsmasters-icon-youtube|#||false||\";}'),
(5571, 2548, 'cmsmasters_likes', '5'),
(5572, 2548, 'cmsmasters_profile_featured_image', 'false'),
(5573, 2548, '_thumbnail_id', '12931'),
(5574, 9410, 'cmsmasters_composer_show', 'true'),
(5575, 9410, 'cmsmasters_post_image_show', 'false'),
(5576, 9410, 'cmsmasters_post_image_link', ''),
(5577, 9410, 'cmsmasters_post_images', ''),
(5578, 9410, 'cmsmasters_post_video_type', 'embedded'),
(5579, 9410, 'cmsmasters_post_video_link', ''),
(5580, 9410, 'cmsmasters_post_video_links', ''),
(5581, 9410, 'cmsmasters_post_audio_links', ''),
(5582, 9410, 'cmsmasters_post_title', 'true'),
(5583, 9410, 'cmsmasters_post_sharing_box', 'true'),
(5584, 9410, 'cmsmasters_post_author_box', 'true'),
(5585, 9410, 'cmsmasters_post_more_posts', 'popular'),
(5586, 9410, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5587, 9410, 'cmsmasters_page_scheme', 'default'),
(5588, 9410, 'cmsmasters_layout', 'r_sidebar'),
(5589, 9410, 'cmsmasters_sidebar_id', ''),
(5590, 9410, 'cmsmasters_bottom_sidebar', 'false'),
(5591, 9410, 'cmsmasters_bottom_sidebar_id', ''),
(5592, 9410, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5593, 9410, 'cmsmasters_bg_default', 'true'),
(5594, 9410, 'cmsmasters_bg_col', '#ffffff'),
(5595, 9410, 'cmsmasters_bg_img_enable', 'true'),
(5596, 9410, 'cmsmasters_bg_img', ''),
(5597, 9410, 'cmsmasters_bg_rep', 'no-repeat'),
(5598, 9410, 'cmsmasters_bg_pos', 'top left'),
(5599, 9410, 'cmsmasters_bg_att', 'scroll'),
(5600, 9410, 'cmsmasters_bg_size', 'cover'),
(5601, 9410, 'cmsmasters_heading', 'default'),
(5602, 9410, 'cmsmasters_heading_title', ''),
(5603, 9410, 'cmsmasters_heading_subtitle', ''),
(5604, 9410, 'cmsmasters_heading_icon', ''),
(5605, 9410, 'cmsmasters_heading_alignment', 'center'),
(5606, 9410, 'cmsmasters_heading_scheme', 'default'),
(5607, 9410, 'cmsmasters_heading_bg_img_enable', 'true'),
(5608, 9410, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(5609, 9410, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5610, 9410, 'cmsmasters_heading_bg_att', 'scroll'),
(5611, 9410, 'cmsmasters_heading_bg_size', 'cover'),
(5612, 9410, 'cmsmasters_heading_bg_color', ''),
(5613, 9410, 'cmsmasters_heading_height', '360'),
(5614, 9410, 'cmsmasters_breadcrumbs', 'true'),
(5615, 9410, 'cmsmasters_gutenberg_show', 'true'),
(5616, 9410, 'cmsmasters_composer_fullscreen', 'false'),
(5617, 9410, 'slide_template', 'default'),
(5618, 9410, 'cmsmasters_project_video_links', 'a:1:{i:0;s:0:\"\";}'),
(5619, 9410, 'cmsmasters_project_title', 'false'),
(5620, 9410, 'cmsmasters_project_size', 'one_x_one'),
(5621, 9410, 'cmsmasters_project_features', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5622, 9410, 'cmsmasters_project_link_redirect', 'true'),
(5623, 9410, 'cmsmasters_project_link_target', 'false'),
(5624, 9410, 'cmsmasters_project_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5625, 9410, 'cmsmasters_project_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5626, 9410, 'cmsmasters_project_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5627, 9410, 'cmsmasters_project_sharing_box', 'true'),
(5628, 9410, 'cmsmasters_project_author_box', 'false'),
(5629, 9410, 'cmsmasters_project_more_posts', 'related'),
(5630, 9410, 'cmsmasters_likes', '6'),
(5631, 9410, '_wp_old_slug', 'title-1'),
(5632, 9410, 'cmsmasters_project_columns', 'one'),
(5633, 9410, 'cmsmasters_project_video_type', 'embedded'),
(5634, 9410, 'cmsmasters_project_details_title', 'Project details'),
(5635, 9410, 'cmsmasters_project_link_text', 'View Project'),
(5636, 9410, 'cmsmasters_project_images', '12927|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/01-150x150.jpg'),
(5637, 9410, '_thumbnail_id', '12927'),
(5638, 9427, 'cmsmasters_composer_show', 'true'),
(5639, 9427, 'cmsmasters_post_image_show', 'false'),
(5640, 9427, 'cmsmasters_post_image_link', ''),
(5641, 9427, 'cmsmasters_post_images', ''),
(5642, 9427, 'cmsmasters_post_video_type', 'embedded'),
(5643, 9427, 'cmsmasters_post_video_link', ''),
(5644, 9427, 'cmsmasters_post_video_links', ''),
(5645, 9427, 'cmsmasters_post_audio_links', ''),
(5646, 9427, 'cmsmasters_post_title', 'true'),
(5647, 9427, 'cmsmasters_post_sharing_box', 'true'),
(5648, 9427, 'cmsmasters_post_author_box', 'true'),
(5649, 9427, 'cmsmasters_post_more_posts', 'popular'),
(5650, 9427, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5651, 9427, 'cmsmasters_page_scheme', 'default'),
(5652, 9427, 'cmsmasters_layout', 'r_sidebar'),
(5653, 9427, 'cmsmasters_sidebar_id', ''),
(5654, 9427, 'cmsmasters_bottom_sidebar', 'false'),
(5655, 9427, 'cmsmasters_bottom_sidebar_id', ''),
(5656, 9427, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5657, 9427, 'cmsmasters_bg_default', 'true'),
(5658, 9427, 'cmsmasters_bg_col', '#ffffff'),
(5659, 9427, 'cmsmasters_bg_img_enable', 'true'),
(5660, 9427, 'cmsmasters_bg_img', ''),
(5661, 9427, 'cmsmasters_bg_rep', 'no-repeat'),
(5662, 9427, 'cmsmasters_bg_pos', 'top left'),
(5663, 9427, 'cmsmasters_bg_att', 'scroll'),
(5664, 9427, 'cmsmasters_bg_size', 'cover'),
(5665, 9427, 'cmsmasters_heading', 'default'),
(5666, 9427, 'cmsmasters_heading_title', ''),
(5667, 9427, 'cmsmasters_heading_subtitle', ''),
(5668, 9427, 'cmsmasters_heading_icon', ''),
(5669, 9427, 'cmsmasters_heading_alignment', 'center'),
(5670, 9427, 'cmsmasters_heading_scheme', 'default'),
(5671, 9427, 'cmsmasters_heading_bg_img_enable', 'true'),
(5672, 9427, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(5673, 9427, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5674, 9427, 'cmsmasters_heading_bg_att', 'scroll'),
(5675, 9427, 'cmsmasters_heading_bg_size', 'cover'),
(5676, 9427, 'cmsmasters_heading_bg_color', ''),
(5677, 9427, 'cmsmasters_heading_height', '360'),
(5678, 9427, 'cmsmasters_breadcrumbs', 'true'),
(5679, 9427, 'cmsmasters_gutenberg_show', 'true'),
(5680, 9427, 'cmsmasters_composer_fullscreen', 'false'),
(5681, 9427, 'slide_template', 'default'),
(5682, 9427, 'cmsmasters_profile_title', 'false'),
(5683, 9427, 'cmsmasters_profile_subtitle', 'Founder & CEO'),
(5684, 9427, 'cmsmasters_profile_details_title', 'Profile details'),
(5685, 9427, 'cmsmasters_profile_social', 'a:4:{i:1;s:34:\"cmsmasters-icon-twitter|#||false||\";i:2;s:33:\"cmsmasters-icon-facebook|#||false\";i:3;s:33:\"cmsmasters-icon-google|#||false||\";i:4;s:34:\"cmsmasters-icon-youtube|#||false||\";}'),
(5686, 9427, 'cmsmasters_profile_features', 'a:3:{i:0;a:2:{i:0;s:8:\"Address:\";i:1;s:18:\"Birmingham B18 6NF\";}i:1;a:2:{i:0;s:6:\"Phone:\";i:1;s:14:\"+1 222 333 444\";}i:2;a:2:{i:0;s:6:\"Email:\";i:1;s:19:\"example@example.com\";}}'),
(5687, 9427, 'cmsmasters_profile_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5688, 9427, 'cmsmasters_profile_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5689, 9427, 'cmsmasters_profile_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5690, 9427, 'cmsmasters_profile_sharing_box', 'false'),
(5691, 9427, 'cmsmasters_likes', '2'),
(5692, 9427, 'cmsmasters_profile_featured_image', 'false'),
(5693, 9427, '_wp_old_slug', 'alice-van-der-bohm'),
(5694, 9427, '_thumbnail_id', '12929'),
(5695, 11021, 'cmsmasters_composer_show', 'true'),
(5696, 11021, 'cmsmasters_post_image_show', 'false'),
(5697, 11021, 'cmsmasters_post_image_link', ''),
(5698, 11021, 'cmsmasters_post_images', ''),
(5699, 11021, 'cmsmasters_post_video_type', 'embedded');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5700, 11021, 'cmsmasters_post_video_link', ''),
(5701, 11021, 'cmsmasters_post_video_links', ''),
(5702, 11021, 'cmsmasters_post_audio_links', ''),
(5703, 11021, 'cmsmasters_post_title', 'true'),
(5704, 11021, 'cmsmasters_post_sharing_box', 'true'),
(5705, 11021, 'cmsmasters_post_author_box', 'true'),
(5706, 11021, 'cmsmasters_post_more_posts', 'popular'),
(5707, 11021, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5708, 11021, 'cmsmasters_page_scheme', 'default'),
(5709, 11021, 'cmsmasters_layout', 'r_sidebar'),
(5710, 11021, 'cmsmasters_sidebar_id', ''),
(5711, 11021, 'cmsmasters_bottom_sidebar', 'false'),
(5712, 11021, 'cmsmasters_bottom_sidebar_id', ''),
(5713, 11021, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5714, 11021, 'cmsmasters_bg_default', 'true'),
(5715, 11021, 'cmsmasters_bg_col', '#ffffff'),
(5716, 11021, 'cmsmasters_bg_img_enable', 'false'),
(5717, 11021, 'cmsmasters_bg_img', ''),
(5718, 11021, 'cmsmasters_bg_rep', 'no-repeat'),
(5719, 11021, 'cmsmasters_bg_pos', 'top center'),
(5720, 11021, 'cmsmasters_bg_att', 'scroll'),
(5721, 11021, 'cmsmasters_bg_size', 'cover'),
(5722, 11021, 'cmsmasters_heading', 'default'),
(5723, 11021, 'cmsmasters_heading_title', ''),
(5724, 11021, 'cmsmasters_heading_subtitle', ''),
(5725, 11021, 'cmsmasters_heading_icon', ''),
(5726, 11021, 'cmsmasters_heading_alignment', 'center'),
(5727, 11021, 'cmsmasters_heading_scheme', 'default'),
(5728, 11021, 'cmsmasters_heading_bg_img_enable', 'true'),
(5729, 11021, 'cmsmasters_heading_bg_img', '12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04-300x169.jpg'),
(5730, 11021, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5731, 11021, 'cmsmasters_heading_bg_att', 'scroll'),
(5732, 11021, 'cmsmasters_heading_bg_size', 'cover'),
(5733, 11021, 'cmsmasters_heading_bg_color', ''),
(5734, 11021, 'cmsmasters_heading_height', '360'),
(5735, 11021, 'cmsmasters_breadcrumbs', 'true'),
(5736, 11021, 'cmsmasters_gutenberg_show', 'true'),
(5737, 11021, 'cmsmasters_composer_fullscreen', 'false'),
(5738, 11021, 'slide_template', 'default'),
(5739, 11021, 'cmsmasters_profile_title', 'false'),
(5740, 11021, 'cmsmasters_profile_details_title', 'Profile details'),
(5741, 11021, 'cmsmasters_profile_social', 'a:4:{i:1;s:34:\"cmsmasters-icon-twitter|#||false||\";i:2;s:35:\"cmsmasters-icon-facebook|#||false||\";i:3;s:33:\"cmsmasters-icon-google|#||false||\";i:4;s:34:\"cmsmasters-icon-youtube|#||false||\";}'),
(5742, 11021, 'cmsmasters_profile_features', 'a:3:{i:0;a:2:{i:0;s:8:\"Address:\";i:1;s:18:\"Birmingham B18 6NF\";}i:1;a:2:{i:0;s:6:\"Phone:\";i:1;s:14:\"+1 222 333 444\";}i:2;a:2:{i:0;s:6:\"Email:\";i:1;s:19:\"example@example.com\";}}'),
(5743, 11021, 'cmsmasters_profile_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5744, 11021, 'cmsmasters_profile_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5745, 11021, 'cmsmasters_profile_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5746, 11021, 'cmsmasters_profile_sharing_box', 'true'),
(5747, 11021, 'cmsmasters_profile_read_more', 'Read More'),
(5748, 11021, '_wp_old_slug', 'daniel-finch'),
(5749, 11021, 'cmsmasters_likes', '4'),
(5750, 11021, 'cmsmasters_profile_subtitle', 'Entrepreneur and Investor'),
(5751, 11021, 'cmsmasters_profile_featured_image', 'false'),
(5752, 11021, '_dp_original', '446'),
(5753, 11021, '_thumbnail_id', '12930'),
(5754, 11023, 'cmsmasters_composer_show', 'true'),
(5755, 11023, 'cmsmasters_post_image_show', 'false'),
(5756, 11023, 'cmsmasters_post_image_link', ''),
(5757, 11023, 'cmsmasters_post_images', ''),
(5758, 11023, 'cmsmasters_post_video_type', 'embedded'),
(5759, 11023, 'cmsmasters_post_video_link', ''),
(5760, 11023, 'cmsmasters_post_video_links', ''),
(5761, 11023, 'cmsmasters_post_audio_links', ''),
(5762, 11023, 'cmsmasters_post_title', 'true'),
(5763, 11023, 'cmsmasters_post_sharing_box', 'true'),
(5764, 11023, 'cmsmasters_post_author_box', 'true'),
(5765, 11023, 'cmsmasters_post_more_posts', 'popular'),
(5766, 11023, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5767, 11023, 'cmsmasters_page_scheme', 'default'),
(5768, 11023, 'cmsmasters_layout', 'r_sidebar'),
(5769, 11023, 'cmsmasters_sidebar_id', ''),
(5770, 11023, 'cmsmasters_bottom_sidebar', 'false'),
(5771, 11023, 'cmsmasters_bottom_sidebar_id', ''),
(5772, 11023, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5773, 11023, 'cmsmasters_bg_default', 'true'),
(5774, 11023, 'cmsmasters_bg_col', '#ffffff'),
(5775, 11023, 'cmsmasters_bg_img_enable', 'false'),
(5776, 11023, 'cmsmasters_bg_img', ''),
(5777, 11023, 'cmsmasters_bg_rep', 'no-repeat'),
(5778, 11023, 'cmsmasters_bg_pos', 'top center'),
(5779, 11023, 'cmsmasters_bg_att', 'scroll'),
(5780, 11023, 'cmsmasters_bg_size', 'cover'),
(5781, 11023, 'cmsmasters_heading', 'default'),
(5782, 11023, 'cmsmasters_heading_title', ''),
(5783, 11023, 'cmsmasters_heading_subtitle', ''),
(5784, 11023, 'cmsmasters_heading_icon', ''),
(5785, 11023, 'cmsmasters_heading_alignment', 'center'),
(5786, 11023, 'cmsmasters_heading_scheme', 'default'),
(5787, 11023, 'cmsmasters_heading_bg_img_enable', 'true'),
(5788, 11023, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(5789, 11023, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5790, 11023, 'cmsmasters_heading_bg_att', 'scroll'),
(5791, 11023, 'cmsmasters_heading_bg_size', 'cover'),
(5792, 11023, 'cmsmasters_heading_bg_color', ''),
(5793, 11023, 'cmsmasters_heading_height', '360'),
(5794, 11023, 'cmsmasters_breadcrumbs', 'true'),
(5795, 11023, 'cmsmasters_gutenberg_show', 'true'),
(5796, 11023, 'cmsmasters_composer_fullscreen', 'false'),
(5797, 11023, 'slide_template', 'default'),
(5798, 11023, 'cmsmasters_profile_title', 'false'),
(5799, 11023, 'cmsmasters_profile_subtitle', 'Founder Chief Designer '),
(5800, 11023, 'cmsmasters_profile_details_title', 'Profile details'),
(5801, 11023, 'cmsmasters_profile_features', 'a:3:{i:0;a:2:{i:0;s:8:\"Address:\";i:1;s:29:\"34 Anywhere Road Coventry CV6\";}i:1;a:2:{i:0;s:6:\"Phone:\";i:1;s:14:\"+1 555 123 456\";}i:2;a:2:{i:0;s:6:\"Email:\";i:1;s:19:\"example@example.com\";}}'),
(5802, 11023, 'cmsmasters_profile_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5803, 11023, 'cmsmasters_profile_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5804, 11023, 'cmsmasters_profile_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5805, 11023, 'cmsmasters_profile_sharing_box', 'true'),
(5806, 11023, 'cmsmasters_profile_read_more', 'Read More'),
(5807, 11023, '_wp_old_slug', 'luke-hardman'),
(5808, 11023, 'cmsmasters_profile_social', 'a:4:{i:1;s:34:\"cmsmasters-icon-twitter|#||false||\";i:2;s:37:\"cmsmasters-icon-facebook-1|#||false||\";i:3;s:33:\"cmsmasters-icon-google|#||false||\";i:4;s:34:\"cmsmasters-icon-youtube|#||false||\";}'),
(5809, 11023, 'cmsmasters_likes', '5'),
(5810, 11023, 'cmsmasters_profile_featured_image', 'false'),
(5811, 11023, '_dp_original', '2548'),
(5812, 11023, '_thumbnail_id', '12931'),
(5813, 11025, 'cmsmasters_composer_show', 'true'),
(5814, 11025, 'cmsmasters_post_image_show', 'false'),
(5815, 11025, 'cmsmasters_post_image_link', ''),
(5816, 11025, 'cmsmasters_post_images', ''),
(5817, 11025, 'cmsmasters_post_video_type', 'embedded'),
(5818, 11025, 'cmsmasters_post_video_link', ''),
(5819, 11025, 'cmsmasters_post_video_links', ''),
(5820, 11025, 'cmsmasters_post_audio_links', ''),
(5821, 11025, 'cmsmasters_post_title', 'true'),
(5822, 11025, 'cmsmasters_post_sharing_box', 'true'),
(5823, 11025, 'cmsmasters_post_author_box', 'true'),
(5824, 11025, 'cmsmasters_post_more_posts', 'popular'),
(5825, 11025, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5826, 11025, 'cmsmasters_page_scheme', 'default'),
(5827, 11025, 'cmsmasters_layout', 'r_sidebar'),
(5828, 11025, 'cmsmasters_sidebar_id', ''),
(5829, 11025, 'cmsmasters_bottom_sidebar', 'false'),
(5830, 11025, 'cmsmasters_bottom_sidebar_id', ''),
(5831, 11025, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5832, 11025, 'cmsmasters_bg_default', 'true'),
(5833, 11025, 'cmsmasters_bg_col', '#ffffff'),
(5834, 11025, 'cmsmasters_bg_img_enable', 'false'),
(5835, 11025, 'cmsmasters_bg_img', ''),
(5836, 11025, 'cmsmasters_bg_rep', 'no-repeat'),
(5837, 11025, 'cmsmasters_bg_pos', 'top center'),
(5838, 11025, 'cmsmasters_bg_att', 'scroll'),
(5839, 11025, 'cmsmasters_bg_size', 'cover'),
(5840, 11025, 'cmsmasters_heading', 'default'),
(5841, 11025, 'cmsmasters_heading_title', ''),
(5842, 11025, 'cmsmasters_heading_subtitle', ''),
(5843, 11025, 'cmsmasters_heading_icon', ''),
(5844, 11025, 'cmsmasters_heading_alignment', 'center'),
(5845, 11025, 'cmsmasters_heading_scheme', 'default'),
(5846, 11025, 'cmsmasters_heading_bg_img_enable', 'true'),
(5847, 11025, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(5848, 11025, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5849, 11025, 'cmsmasters_heading_bg_att', 'scroll'),
(5850, 11025, 'cmsmasters_heading_bg_size', 'cover'),
(5851, 11025, 'cmsmasters_heading_bg_color', ''),
(5852, 11025, 'cmsmasters_heading_height', '360'),
(5853, 11025, 'cmsmasters_breadcrumbs', 'true'),
(5854, 11025, 'cmsmasters_gutenberg_show', 'true'),
(5855, 11025, 'cmsmasters_composer_fullscreen', 'false'),
(5856, 11025, 'slide_template', 'default'),
(5857, 11025, 'cmsmasters_profile_title', 'false'),
(5858, 11025, 'cmsmasters_profile_details_title', 'Profile details'),
(5859, 11025, 'cmsmasters_profile_features', 'a:3:{i:0;a:2:{i:0;s:8:\"Address:\";i:1;s:29:\"34 Anywhere Road Coventry CV6\";}i:1;a:2:{i:0;s:6:\"Phone:\";i:1;s:14:\"+1 555 123 456\";}i:2;a:2:{i:0;s:6:\"Email:\";i:1;s:19:\"example@example.com\";}}'),
(5860, 11025, 'cmsmasters_profile_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5861, 11025, 'cmsmasters_profile_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5862, 11025, 'cmsmasters_profile_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5863, 11025, 'cmsmasters_profile_sharing_box', 'true'),
(5864, 11025, 'cmsmasters_profile_read_more', 'Read More'),
(5865, 11025, 'cmsmasters_profile_subtitle', 'Chief Executive Officer'),
(5866, 11025, 'cmsmasters_likes', '4'),
(5867, 11025, '_wp_old_slug', 'mia-turner'),
(5868, 11025, 'cmsmasters_profile_social', 'a:4:{i:1;s:34:\"cmsmasters-icon-twitter|#||false||\";i:2;s:33:\"cmsmasters-icon-facebook|#||false\";i:3;s:33:\"cmsmasters-icon-google|#||false||\";i:4;s:34:\"cmsmasters-icon-youtube|#||false||\";}'),
(5869, 11025, 'cmsmasters_profile_featured_image', 'false'),
(5870, 11025, '_dp_original', '1619'),
(5871, 11025, '_thumbnail_id', '12932'),
(5872, 11027, 'cmsmasters_composer_show', 'true'),
(5873, 11027, 'cmsmasters_post_image_show', 'false'),
(5874, 11027, 'cmsmasters_post_image_link', ''),
(5875, 11027, 'cmsmasters_post_images', ''),
(5876, 11027, 'cmsmasters_post_video_type', 'embedded'),
(5877, 11027, 'cmsmasters_post_video_link', ''),
(5878, 11027, 'cmsmasters_post_video_links', ''),
(5879, 11027, 'cmsmasters_post_audio_links', ''),
(5880, 11027, 'cmsmasters_post_title', 'true'),
(5881, 11027, 'cmsmasters_post_sharing_box', 'true'),
(5882, 11027, 'cmsmasters_post_author_box', 'true'),
(5883, 11027, 'cmsmasters_post_more_posts', 'popular'),
(5884, 11027, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5885, 11027, 'cmsmasters_page_scheme', 'default'),
(5886, 11027, 'cmsmasters_layout', 'r_sidebar'),
(5887, 11027, 'cmsmasters_sidebar_id', ''),
(5888, 11027, 'cmsmasters_bottom_sidebar', 'false'),
(5889, 11027, 'cmsmasters_bottom_sidebar_id', ''),
(5890, 11027, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5891, 11027, 'cmsmasters_bg_default', 'true'),
(5892, 11027, 'cmsmasters_bg_col', '#ffffff'),
(5893, 11027, 'cmsmasters_bg_img_enable', 'true'),
(5894, 11027, 'cmsmasters_bg_img', ''),
(5895, 11027, 'cmsmasters_bg_rep', 'no-repeat'),
(5896, 11027, 'cmsmasters_bg_pos', 'top left'),
(5897, 11027, 'cmsmasters_bg_att', 'scroll'),
(5898, 11027, 'cmsmasters_bg_size', 'cover'),
(5899, 11027, 'cmsmasters_heading', 'default'),
(5900, 11027, 'cmsmasters_heading_title', ''),
(5901, 11027, 'cmsmasters_heading_subtitle', ''),
(5902, 11027, 'cmsmasters_heading_icon', ''),
(5903, 11027, 'cmsmasters_heading_alignment', 'center'),
(5904, 11027, 'cmsmasters_heading_scheme', 'default'),
(5905, 11027, 'cmsmasters_heading_bg_img_enable', 'true'),
(5906, 11027, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(5907, 11027, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5908, 11027, 'cmsmasters_heading_bg_att', 'scroll'),
(5909, 11027, 'cmsmasters_heading_bg_size', 'cover'),
(5910, 11027, 'cmsmasters_heading_bg_color', ''),
(5911, 11027, 'cmsmasters_heading_height', '360'),
(5912, 11027, 'cmsmasters_breadcrumbs', 'true'),
(5913, 11027, 'cmsmasters_gutenberg_show', 'true'),
(5914, 11027, 'cmsmasters_composer_fullscreen', 'false'),
(5915, 11027, 'slide_template', 'default'),
(5916, 11027, 'cmsmasters_profile_title', 'false'),
(5917, 11027, 'cmsmasters_profile_subtitle', 'Serial Entrepreneur'),
(5918, 11027, 'cmsmasters_profile_details_title', 'Profile details'),
(5919, 11027, 'cmsmasters_profile_social', 'a:4:{i:1;s:34:\"cmsmasters-icon-twitter|#||false||\";i:2;s:33:\"cmsmasters-icon-facebook|#||false\";i:3;s:33:\"cmsmasters-icon-google|#||false||\";i:4;s:34:\"cmsmasters-icon-youtube|#||false||\";}'),
(5920, 11027, 'cmsmasters_profile_features', 'a:3:{i:0;a:2:{i:0;s:8:\"Address:\";i:1;s:18:\"Birmingham B18 6NF\";}i:1;a:2:{i:0;s:6:\"Phone:\";i:1;s:14:\"+1 222 333 444\";}i:2;a:2:{i:0;s:6:\"Email:\";i:1;s:19:\"example@example.com\";}}'),
(5921, 11027, 'cmsmasters_profile_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5922, 11027, 'cmsmasters_profile_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5923, 11027, 'cmsmasters_profile_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5924, 11027, 'cmsmasters_profile_sharing_box', 'false'),
(5925, 11027, 'cmsmasters_likes', '1'),
(5926, 11027, 'cmsmasters_profile_featured_image', 'false'),
(5927, 11027, '_wp_old_slug', 'alice-bohm-2'),
(5928, 11027, '_dp_original', '9427'),
(5929, 11027, '_thumbnail_id', '12932'),
(5930, 12116, 'cmsmasters_composer_show', 'true'),
(5931, 12116, 'cmsmasters_post_image_show', 'false'),
(5932, 12116, 'cmsmasters_post_image_link', ''),
(5933, 12116, 'cmsmasters_post_images', ''),
(5934, 12116, 'cmsmasters_post_video_type', 'embedded'),
(5935, 12116, 'cmsmasters_post_video_link', ''),
(5936, 12116, 'cmsmasters_post_video_links', ''),
(5937, 12116, 'cmsmasters_post_audio_links', ''),
(5938, 12116, 'cmsmasters_post_title', 'true'),
(5939, 12116, 'cmsmasters_post_sharing_box', 'true'),
(5940, 12116, 'cmsmasters_post_author_box', 'true'),
(5941, 12116, 'cmsmasters_post_more_posts', 'popular'),
(5942, 12116, 'cmsmasters_post_read_more', 'Continue Reading...'),
(5943, 12116, 'cmsmasters_page_scheme', 'default'),
(5944, 12116, 'cmsmasters_layout', 'r_sidebar'),
(5945, 12116, 'cmsmasters_sidebar_id', ''),
(5946, 12116, 'cmsmasters_bottom_sidebar', 'false'),
(5947, 12116, 'cmsmasters_bottom_sidebar_id', ''),
(5948, 12116, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(5949, 12116, 'cmsmasters_bg_default', 'true'),
(5950, 12116, 'cmsmasters_bg_col', '#ffffff'),
(5951, 12116, 'cmsmasters_bg_img_enable', 'true'),
(5952, 12116, 'cmsmasters_bg_img', ''),
(5953, 12116, 'cmsmasters_bg_rep', 'no-repeat'),
(5954, 12116, 'cmsmasters_bg_pos', 'top left'),
(5955, 12116, 'cmsmasters_bg_att', 'scroll'),
(5956, 12116, 'cmsmasters_bg_size', 'cover'),
(5957, 12116, 'cmsmasters_heading', 'default'),
(5958, 12116, 'cmsmasters_heading_title', ''),
(5959, 12116, 'cmsmasters_heading_subtitle', ''),
(5960, 12116, 'cmsmasters_heading_icon', ''),
(5961, 12116, 'cmsmasters_heading_alignment', 'center'),
(5962, 12116, 'cmsmasters_heading_scheme', 'default'),
(5963, 12116, 'cmsmasters_heading_bg_img_enable', 'true'),
(5964, 12116, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(5965, 12116, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(5966, 12116, 'cmsmasters_heading_bg_att', 'scroll'),
(5967, 12116, 'cmsmasters_heading_bg_size', 'cover'),
(5968, 12116, 'cmsmasters_heading_bg_color', ''),
(5969, 12116, 'cmsmasters_heading_height', '360'),
(5970, 12116, 'cmsmasters_breadcrumbs', 'true'),
(5971, 12116, 'cmsmasters_gutenberg_show', 'true'),
(5972, 12116, 'cmsmasters_composer_fullscreen', 'false'),
(5973, 12116, 'slide_template', 'default'),
(5974, 12116, 'cmsmasters_profile_title', 'false'),
(5975, 12116, 'cmsmasters_profile_subtitle', 'Senior SEO-experts'),
(5976, 12116, 'cmsmasters_profile_details_title', 'Profile details'),
(5977, 12116, 'cmsmasters_profile_social', 'a:4:{i:1;s:34:\"cmsmasters-icon-twitter|#||false||\";i:2;s:33:\"cmsmasters-icon-facebook|#||false\";i:3;s:33:\"cmsmasters-icon-google|#||false||\";i:4;s:34:\"cmsmasters-icon-youtube|#||false||\";}'),
(5978, 12116, 'cmsmasters_profile_features', 'a:3:{i:0;a:2:{i:0;s:8:\"Address:\";i:1;s:18:\"Birmingham B18 6NF\";}i:1;a:2:{i:0;s:6:\"Phone:\";i:1;s:14:\"+1 222 333 444\";}i:2;a:2:{i:0;s:6:\"Email:\";i:1;s:19:\"example@example.com\";}}'),
(5979, 12116, 'cmsmasters_profile_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5980, 12116, 'cmsmasters_profile_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5981, 12116, 'cmsmasters_profile_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(5982, 12116, 'cmsmasters_profile_sharing_box', 'false'),
(5983, 12116, 'cmsmasters_likes', '2'),
(5984, 12116, 'cmsmasters_profile_featured_image', 'false'),
(5985, 12116, '_wp_old_slug', 'alice-van-der-bohm-2'),
(5986, 12116, '_dp_original', '11027'),
(5987, 12116, '_thumbnail_id', '12929'),
(5988, 12117, 'cmsmasters_composer_show', 'true'),
(5989, 12117, 'cmsmasters_post_image_show', 'false'),
(5990, 12117, 'cmsmasters_post_image_link', ''),
(5991, 12117, 'cmsmasters_post_images', ''),
(5992, 12117, 'cmsmasters_post_video_type', 'embedded'),
(5993, 12117, 'cmsmasters_post_video_link', ''),
(5994, 12117, 'cmsmasters_post_video_links', ''),
(5995, 12117, 'cmsmasters_post_audio_links', ''),
(5996, 12117, 'cmsmasters_post_title', 'true'),
(5997, 12117, 'cmsmasters_post_sharing_box', 'true'),
(5998, 12117, 'cmsmasters_post_author_box', 'true'),
(5999, 12117, 'cmsmasters_post_more_posts', 'popular'),
(6000, 12117, 'cmsmasters_post_read_more', 'Continue Reading...'),
(6001, 12117, 'cmsmasters_page_scheme', 'default'),
(6002, 12117, 'cmsmasters_layout', 'r_sidebar'),
(6003, 12117, 'cmsmasters_sidebar_id', ''),
(6004, 12117, 'cmsmasters_bottom_sidebar', 'false'),
(6005, 12117, 'cmsmasters_bottom_sidebar_id', ''),
(6006, 12117, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(6007, 12117, 'cmsmasters_bg_default', 'true'),
(6008, 12117, 'cmsmasters_bg_col', '#ffffff'),
(6009, 12117, 'cmsmasters_bg_img_enable', 'true'),
(6010, 12117, 'cmsmasters_bg_img', ''),
(6011, 12117, 'cmsmasters_bg_rep', 'no-repeat'),
(6012, 12117, 'cmsmasters_bg_pos', 'top left'),
(6013, 12117, 'cmsmasters_bg_att', 'scroll'),
(6014, 12117, 'cmsmasters_bg_size', 'cover'),
(6015, 12117, 'cmsmasters_heading', 'default'),
(6016, 12117, 'cmsmasters_heading_title', ''),
(6017, 12117, 'cmsmasters_heading_subtitle', ''),
(6018, 12117, 'cmsmasters_heading_icon', ''),
(6019, 12117, 'cmsmasters_heading_alignment', 'center'),
(6020, 12117, 'cmsmasters_heading_scheme', 'default'),
(6021, 12117, 'cmsmasters_heading_bg_img_enable', 'true'),
(6022, 12117, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(6023, 12117, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(6024, 12117, 'cmsmasters_heading_bg_att', 'scroll'),
(6025, 12117, 'cmsmasters_heading_bg_size', 'cover'),
(6026, 12117, 'cmsmasters_heading_bg_color', ''),
(6027, 12117, 'cmsmasters_heading_height', '360'),
(6028, 12117, 'cmsmasters_breadcrumbs', 'true'),
(6029, 12117, 'cmsmasters_gutenberg_show', 'true'),
(6030, 12117, 'cmsmasters_composer_fullscreen', 'false'),
(6031, 12117, 'slide_template', 'default'),
(6032, 12117, 'cmsmasters_profile_title', 'false'),
(6033, 12117, 'cmsmasters_profile_subtitle', 'Tech Investory'),
(6034, 12117, 'cmsmasters_profile_details_title', 'Profile details'),
(6035, 12117, 'cmsmasters_profile_social', 'a:4:{i:1;s:34:\"cmsmasters-icon-twitter|#||false||\";i:2;s:33:\"cmsmasters-icon-facebook|#||false\";i:3;s:33:\"cmsmasters-icon-google|#||false||\";i:4;s:34:\"cmsmasters-icon-youtube|#||false||\";}'),
(6036, 12117, 'cmsmasters_profile_features', 'a:3:{i:0;a:2:{i:0;s:8:\"Address:\";i:1;s:18:\"Birmingham B18 6NF\";}i:1;a:2:{i:0;s:6:\"Phone:\";i:1;s:14:\"+1 222 333 444\";}i:2;a:2:{i:0;s:6:\"Email:\";i:1;s:19:\"example@example.com\";}}'),
(6037, 12117, 'cmsmasters_profile_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6038, 12117, 'cmsmasters_profile_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6039, 12117, 'cmsmasters_profile_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6040, 12117, 'cmsmasters_profile_sharing_box', 'false'),
(6041, 12117, 'cmsmasters_likes', '2'),
(6042, 12117, 'cmsmasters_profile_featured_image', 'false'),
(6043, 12117, '_wp_old_slug', 'alice-van-der-bohm-2'),
(6044, 12117, '_dp_original', '12116'),
(6045, 12117, '_thumbnail_id', '12930'),
(6046, 12118, 'cmsmasters_composer_show', 'true'),
(6047, 12118, 'cmsmasters_post_image_show', 'false'),
(6048, 12118, 'cmsmasters_post_image_link', ''),
(6049, 12118, 'cmsmasters_post_images', ''),
(6050, 12118, 'cmsmasters_post_video_type', 'embedded'),
(6051, 12118, 'cmsmasters_post_video_link', ''),
(6052, 12118, 'cmsmasters_post_video_links', ''),
(6053, 12118, 'cmsmasters_post_audio_links', ''),
(6054, 12118, 'cmsmasters_post_title', 'true'),
(6055, 12118, 'cmsmasters_post_sharing_box', 'true'),
(6056, 12118, 'cmsmasters_post_author_box', 'true'),
(6057, 12118, 'cmsmasters_post_more_posts', 'popular'),
(6058, 12118, 'cmsmasters_post_read_more', 'Continue Reading...'),
(6059, 12118, 'cmsmasters_page_scheme', 'default'),
(6060, 12118, 'cmsmasters_layout', 'r_sidebar'),
(6061, 12118, 'cmsmasters_sidebar_id', ''),
(6062, 12118, 'cmsmasters_bottom_sidebar', 'false'),
(6063, 12118, 'cmsmasters_bottom_sidebar_id', ''),
(6064, 12118, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(6065, 12118, 'cmsmasters_bg_default', 'true'),
(6066, 12118, 'cmsmasters_bg_col', '#ffffff'),
(6067, 12118, 'cmsmasters_bg_img_enable', 'true'),
(6068, 12118, 'cmsmasters_bg_img', ''),
(6069, 12118, 'cmsmasters_bg_rep', 'no-repeat'),
(6070, 12118, 'cmsmasters_bg_pos', 'top left'),
(6071, 12118, 'cmsmasters_bg_att', 'scroll'),
(6072, 12118, 'cmsmasters_bg_size', 'cover'),
(6073, 12118, 'cmsmasters_heading', 'default'),
(6074, 12118, 'cmsmasters_heading_title', ''),
(6075, 12118, 'cmsmasters_heading_subtitle', ''),
(6076, 12118, 'cmsmasters_heading_icon', ''),
(6077, 12118, 'cmsmasters_heading_alignment', 'center'),
(6078, 12118, 'cmsmasters_heading_scheme', 'default'),
(6079, 12118, 'cmsmasters_heading_bg_img_enable', 'true'),
(6080, 12118, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(6081, 12118, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(6082, 12118, 'cmsmasters_heading_bg_att', 'scroll'),
(6083, 12118, 'cmsmasters_heading_bg_size', 'cover'),
(6084, 12118, 'cmsmasters_heading_bg_color', ''),
(6085, 12118, 'cmsmasters_heading_height', '360'),
(6086, 12118, 'cmsmasters_breadcrumbs', 'true'),
(6087, 12118, 'cmsmasters_gutenberg_show', 'true'),
(6088, 12118, 'cmsmasters_composer_fullscreen', 'false'),
(6089, 12118, 'slide_template', 'default'),
(6090, 12118, 'cmsmasters_profile_title', 'false'),
(6091, 12118, 'cmsmasters_profile_subtitle', 'Senior Developer'),
(6092, 12118, 'cmsmasters_profile_details_title', 'Profile details'),
(6093, 12118, 'cmsmasters_profile_social', 'a:4:{i:1;s:34:\"cmsmasters-icon-twitter|#||false||\";i:2;s:33:\"cmsmasters-icon-facebook|#||false\";i:3;s:33:\"cmsmasters-icon-google|#||false||\";i:4;s:34:\"cmsmasters-icon-youtube|#||false||\";}'),
(6094, 12118, 'cmsmasters_profile_features', 'a:3:{i:0;a:2:{i:0;s:8:\"Address:\";i:1;s:18:\"Birmingham B18 6NF\";}i:1;a:2:{i:0;s:6:\"Phone:\";i:1;s:14:\"+1 222 333 444\";}i:2;a:2:{i:0;s:6:\"Email:\";i:1;s:19:\"example@example.com\";}}'),
(6095, 12118, 'cmsmasters_profile_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6096, 12118, 'cmsmasters_profile_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6097, 12118, 'cmsmasters_profile_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6098, 12118, 'cmsmasters_profile_sharing_box', 'false'),
(6099, 12118, 'cmsmasters_likes', '3'),
(6100, 12118, 'cmsmasters_profile_featured_image', 'false'),
(6101, 12118, '_wp_old_slug', 'alice-van-der-bohm-2'),
(6102, 12118, '_dp_original', '12117'),
(6103, 12118, '_thumbnail_id', '12931'),
(6104, 606, 'cmsmasters_composer_show', 'true'),
(6105, 606, 'cmsmasters_post_image_show', 'false'),
(6106, 606, 'cmsmasters_post_image_link', ''),
(6107, 606, 'cmsmasters_post_images', ''),
(6108, 606, 'cmsmasters_post_video_type', 'embedded'),
(6109, 606, 'cmsmasters_post_video_link', ''),
(6110, 606, 'cmsmasters_post_video_links', ''),
(6111, 606, 'cmsmasters_post_audio_links', ''),
(6112, 606, 'cmsmasters_post_title', 'true'),
(6113, 606, 'cmsmasters_post_sharing_box', 'true'),
(6114, 606, 'cmsmasters_post_author_box', 'true'),
(6115, 606, 'cmsmasters_post_more_posts', 'popular'),
(6116, 606, 'cmsmasters_post_read_more', 'Continue Reading...'),
(6117, 606, 'cmsmasters_page_scheme', 'default'),
(6118, 606, 'cmsmasters_layout', 'r_sidebar'),
(6119, 606, 'cmsmasters_sidebar_id', ''),
(6120, 606, 'cmsmasters_bottom_sidebar', 'false'),
(6121, 606, 'cmsmasters_bottom_sidebar_id', ''),
(6122, 606, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(6123, 606, 'cmsmasters_bg_default', 'true'),
(6124, 606, 'cmsmasters_bg_col', '#ffffff'),
(6125, 606, 'cmsmasters_bg_img_enable', 'false'),
(6126, 606, 'cmsmasters_bg_img', ''),
(6127, 606, 'cmsmasters_bg_rep', 'no-repeat'),
(6128, 606, 'cmsmasters_bg_pos', 'top center'),
(6129, 606, 'cmsmasters_bg_att', 'scroll'),
(6130, 606, 'cmsmasters_bg_size', 'cover'),
(6131, 606, 'cmsmasters_heading', 'default'),
(6132, 606, 'cmsmasters_heading_title', ''),
(6133, 606, 'cmsmasters_heading_subtitle', ''),
(6134, 606, 'cmsmasters_heading_icon', ''),
(6135, 606, 'cmsmasters_heading_alignment', 'center'),
(6136, 606, 'cmsmasters_heading_scheme', 'default'),
(6137, 606, 'cmsmasters_heading_bg_img_enable', 'true'),
(6138, 606, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(6139, 606, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(6140, 606, 'cmsmasters_heading_bg_att', 'scroll'),
(6141, 606, 'cmsmasters_heading_bg_size', 'cover'),
(6142, 606, 'cmsmasters_heading_bg_color', ''),
(6143, 606, 'cmsmasters_heading_height', '360'),
(6144, 606, 'cmsmasters_breadcrumbs', 'true'),
(6145, 606, 'cmsmasters_gutenberg_show', 'true'),
(6146, 606, 'cmsmasters_composer_fullscreen', 'false'),
(6147, 606, 'slide_template', 'default'),
(6148, 606, 'cmsmasters_project_columns', 'one'),
(6149, 606, 'cmsmasters_project_video_type', 'embedded'),
(6150, 606, 'cmsmasters_project_video_links', 'a:1:{i:0;s:0:\"\";}'),
(6151, 606, 'cmsmasters_project_title', 'false'),
(6152, 606, 'cmsmasters_project_size', 'one_x_one'),
(6153, 606, 'cmsmasters_project_details_title', 'Project details'),
(6154, 606, 'cmsmasters_project_features', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6155, 606, 'cmsmasters_project_link_text', 'View Project'),
(6156, 606, 'cmsmasters_project_link_redirect', 'true'),
(6157, 606, 'cmsmasters_project_link_target', 'false'),
(6158, 606, 'cmsmasters_project_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6159, 606, 'cmsmasters_project_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6160, 606, 'cmsmasters_project_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6161, 606, 'cmsmasters_project_sharing_box', 'true'),
(6162, 606, 'cmsmasters_project_author_box', 'false'),
(6163, 606, 'cmsmasters_project_more_posts', 'popular'),
(6164, 606, '_wp_old_slug', 'title-2'),
(6165, 606, 'cmsmasters_likes', '6'),
(6166, 606, 'cmsmasters_project_project_options', 'default'),
(6167, 606, 'cmsmasters_project_images', '12928|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/02-150x150.jpg'),
(6168, 606, '_thumbnail_id', '12928'),
(6169, 611, 'cmsmasters_composer_show', 'false'),
(6170, 611, 'cmsmasters_post_image_show', 'false'),
(6171, 611, 'cmsmasters_post_image_link', ''),
(6172, 611, 'cmsmasters_post_images', ''),
(6173, 611, 'cmsmasters_post_video_type', 'embedded'),
(6174, 611, 'cmsmasters_post_video_link', ''),
(6175, 611, 'cmsmasters_post_video_links', ''),
(6176, 611, 'cmsmasters_post_audio_links', ''),
(6177, 611, 'cmsmasters_post_title', 'true'),
(6178, 611, 'cmsmasters_post_sharing_box', 'true'),
(6179, 611, 'cmsmasters_post_author_box', 'true'),
(6180, 611, 'cmsmasters_post_more_posts', 'popular'),
(6181, 611, 'cmsmasters_post_read_more', 'Continue Reading...'),
(6182, 611, 'cmsmasters_page_scheme', 'default'),
(6183, 611, 'cmsmasters_layout', 'r_sidebar'),
(6184, 611, 'cmsmasters_sidebar_id', ''),
(6185, 611, 'cmsmasters_bottom_sidebar', 'false'),
(6186, 611, 'cmsmasters_bottom_sidebar_id', ''),
(6187, 611, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(6188, 611, 'cmsmasters_bg_default', 'true'),
(6189, 611, 'cmsmasters_bg_col', '#ffffff'),
(6190, 611, 'cmsmasters_bg_img_enable', 'false'),
(6191, 611, 'cmsmasters_bg_img', ''),
(6192, 611, 'cmsmasters_bg_rep', 'no-repeat'),
(6193, 611, 'cmsmasters_bg_pos', 'top center'),
(6194, 611, 'cmsmasters_bg_att', 'scroll'),
(6195, 611, 'cmsmasters_bg_size', 'cover'),
(6196, 611, 'cmsmasters_heading', 'default'),
(6197, 611, 'cmsmasters_heading_title', ''),
(6198, 611, 'cmsmasters_heading_subtitle', ''),
(6199, 611, 'cmsmasters_heading_icon', ''),
(6200, 611, 'cmsmasters_heading_alignment', 'center'),
(6201, 611, 'cmsmasters_heading_scheme', 'default'),
(6202, 611, 'cmsmasters_heading_bg_img_enable', 'true'),
(6203, 611, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(6204, 611, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(6205, 611, 'cmsmasters_heading_bg_att', 'scroll'),
(6206, 611, 'cmsmasters_heading_bg_size', 'cover'),
(6207, 611, 'cmsmasters_heading_bg_color', ''),
(6208, 611, 'cmsmasters_heading_height', '360'),
(6209, 611, 'cmsmasters_breadcrumbs', 'true'),
(6210, 611, 'cmsmasters_composer_fullscreen', 'false'),
(6211, 611, 'slide_template', 'default'),
(6212, 611, 'cmsmasters_project_columns', 'one'),
(6213, 611, 'cmsmasters_project_video_type', 'embedded'),
(6214, 611, 'cmsmasters_project_video_links', 'a:1:{i:0;s:0:\"\";}'),
(6215, 611, 'cmsmasters_project_title', 'false'),
(6216, 611, 'cmsmasters_project_size', 'one_x_one'),
(6217, 611, 'cmsmasters_project_details_title', 'Project details'),
(6218, 611, 'cmsmasters_project_features', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6219, 611, 'cmsmasters_project_link_text', 'View Project'),
(6220, 611, 'cmsmasters_project_link_redirect', 'true'),
(6221, 611, 'cmsmasters_project_link_target', 'false'),
(6222, 611, 'cmsmasters_project_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6223, 611, 'cmsmasters_project_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6224, 611, 'cmsmasters_project_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6225, 611, 'cmsmasters_project_sharing_box', 'true'),
(6226, 611, 'cmsmasters_project_author_box', 'false'),
(6227, 611, 'cmsmasters_project_more_posts', 'popular'),
(6228, 611, '_wp_old_slug', 'title-3'),
(6229, 611, 'cmsmasters_likes', '7'),
(6230, 611, 'cmsmasters_project_project_options', 'default'),
(6231, 611, 'cmsmasters_project_images', '12929|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/03-150x150.jpg'),
(6232, 611, '_thumbnail_id', '12929'),
(6233, 613, 'cmsmasters_composer_show', 'false'),
(6234, 613, 'cmsmasters_post_image_show', 'false'),
(6235, 613, 'cmsmasters_post_image_link', ''),
(6236, 613, 'cmsmasters_post_images', ''),
(6237, 613, 'cmsmasters_post_video_type', 'embedded'),
(6238, 613, 'cmsmasters_post_video_link', ''),
(6239, 613, 'cmsmasters_post_video_links', ''),
(6240, 613, 'cmsmasters_post_audio_links', ''),
(6241, 613, 'cmsmasters_post_title', 'true'),
(6242, 613, 'cmsmasters_post_sharing_box', 'true'),
(6243, 613, 'cmsmasters_post_author_box', 'true'),
(6244, 613, 'cmsmasters_post_more_posts', 'popular'),
(6245, 613, 'cmsmasters_post_read_more', 'Continue Reading...'),
(6246, 613, 'cmsmasters_page_scheme', 'default'),
(6247, 613, 'cmsmasters_layout', 'r_sidebar'),
(6248, 613, 'cmsmasters_sidebar_id', ''),
(6249, 613, 'cmsmasters_bottom_sidebar', 'false'),
(6250, 613, 'cmsmasters_bottom_sidebar_id', ''),
(6251, 613, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(6252, 613, 'cmsmasters_bg_default', 'true'),
(6253, 613, 'cmsmasters_bg_col', '#ffffff'),
(6254, 613, 'cmsmasters_bg_img_enable', 'false'),
(6255, 613, 'cmsmasters_bg_img', ''),
(6256, 613, 'cmsmasters_bg_rep', 'no-repeat'),
(6257, 613, 'cmsmasters_bg_pos', 'top center'),
(6258, 613, 'cmsmasters_bg_att', 'scroll'),
(6259, 613, 'cmsmasters_bg_size', 'cover'),
(6260, 613, 'cmsmasters_heading', 'default'),
(6261, 613, 'cmsmasters_heading_title', ''),
(6262, 613, 'cmsmasters_heading_subtitle', ''),
(6263, 613, 'cmsmasters_heading_icon', ''),
(6264, 613, 'cmsmasters_heading_alignment', 'center'),
(6265, 613, 'cmsmasters_heading_scheme', 'default'),
(6266, 613, 'cmsmasters_heading_bg_img_enable', 'true'),
(6267, 613, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(6268, 613, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(6269, 613, 'cmsmasters_heading_bg_att', 'scroll'),
(6270, 613, 'cmsmasters_heading_bg_size', 'cover'),
(6271, 613, 'cmsmasters_heading_bg_color', ''),
(6272, 613, 'cmsmasters_heading_height', '360'),
(6273, 613, 'cmsmasters_breadcrumbs', 'true'),
(6274, 613, 'cmsmasters_composer_fullscreen', 'false'),
(6275, 613, 'slide_template', 'default'),
(6276, 613, 'cmsmasters_project_columns', 'three'),
(6277, 613, 'cmsmasters_project_video_type', 'embedded'),
(6278, 613, 'cmsmasters_project_video_links', 'a:1:{i:0;s:0:\"\";}'),
(6279, 613, 'cmsmasters_project_title', 'false'),
(6280, 613, 'cmsmasters_project_size', 'one_x_one'),
(6281, 613, 'cmsmasters_project_details_title', 'Project details'),
(6282, 613, 'cmsmasters_project_features', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6283, 613, 'cmsmasters_project_link_text', 'View Project'),
(6284, 613, 'cmsmasters_project_link_redirect', 'true'),
(6285, 613, 'cmsmasters_project_link_target', 'false'),
(6286, 613, 'cmsmasters_project_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6287, 613, 'cmsmasters_project_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6288, 613, 'cmsmasters_project_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6289, 613, 'cmsmasters_project_sharing_box', 'true'),
(6290, 613, 'cmsmasters_project_author_box', 'false'),
(6291, 613, 'cmsmasters_project_more_posts', 'popular'),
(6292, 613, '_wp_old_slug', 'educate-your-children'),
(6293, 613, 'cmsmasters_likes', '10'),
(6294, 613, 'cmsmasters_project_project_options', 'default'),
(6295, 613, 'cmsmasters_project_images', '12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05-150x150.jpg'),
(6296, 613, '_thumbnail_id', '12931'),
(6297, 617, 'cmsmasters_composer_show', 'false'),
(6298, 617, 'cmsmasters_post_image_show', 'false'),
(6299, 617, 'cmsmasters_post_image_link', ''),
(6300, 617, 'cmsmasters_post_images', ''),
(6301, 617, 'cmsmasters_post_video_type', 'embedded'),
(6302, 617, 'cmsmasters_post_video_link', ''),
(6303, 617, 'cmsmasters_post_video_links', ''),
(6304, 617, 'cmsmasters_post_audio_links', ''),
(6305, 617, 'cmsmasters_post_title', 'true'),
(6306, 617, 'cmsmasters_post_sharing_box', 'true'),
(6307, 617, 'cmsmasters_post_author_box', 'true'),
(6308, 617, 'cmsmasters_post_more_posts', 'popular'),
(6309, 617, 'cmsmasters_post_read_more', 'Continue Reading...'),
(6310, 617, 'cmsmasters_page_scheme', 'default'),
(6311, 617, 'cmsmasters_layout', 'r_sidebar'),
(6312, 617, 'cmsmasters_sidebar_id', ''),
(6313, 617, 'cmsmasters_bottom_sidebar', 'false'),
(6314, 617, 'cmsmasters_bottom_sidebar_id', ''),
(6315, 617, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(6316, 617, 'cmsmasters_bg_default', 'true'),
(6317, 617, 'cmsmasters_bg_col', '#ffffff'),
(6318, 617, 'cmsmasters_bg_img_enable', 'false'),
(6319, 617, 'cmsmasters_bg_img', ''),
(6320, 617, 'cmsmasters_bg_rep', 'no-repeat'),
(6321, 617, 'cmsmasters_bg_pos', 'top center'),
(6322, 617, 'cmsmasters_bg_att', 'scroll'),
(6323, 617, 'cmsmasters_bg_size', 'cover'),
(6324, 617, 'cmsmasters_heading', 'default'),
(6325, 617, 'cmsmasters_heading_title', ''),
(6326, 617, 'cmsmasters_heading_subtitle', ''),
(6327, 617, 'cmsmasters_heading_icon', ''),
(6328, 617, 'cmsmasters_heading_alignment', 'center'),
(6329, 617, 'cmsmasters_heading_scheme', 'default'),
(6330, 617, 'cmsmasters_heading_bg_img_enable', 'true'),
(6331, 617, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(6332, 617, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(6333, 617, 'cmsmasters_heading_bg_att', 'scroll'),
(6334, 617, 'cmsmasters_heading_bg_size', 'cover'),
(6335, 617, 'cmsmasters_heading_bg_color', ''),
(6336, 617, 'cmsmasters_heading_height', '360'),
(6337, 617, 'cmsmasters_breadcrumbs', 'true'),
(6338, 617, 'cmsmasters_composer_fullscreen', 'false'),
(6339, 617, 'slide_template', 'default'),
(6340, 617, 'cmsmasters_project_columns', 'two'),
(6341, 617, 'cmsmasters_project_video_type', 'embedded'),
(6342, 617, 'cmsmasters_project_video_links', 'a:1:{i:0;s:0:\"\";}'),
(6343, 617, 'cmsmasters_project_title', 'false'),
(6344, 617, 'cmsmasters_project_size', 'one_x_one'),
(6345, 617, 'cmsmasters_project_details_title', 'Project details'),
(6346, 617, 'cmsmasters_project_features', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6347, 617, 'cmsmasters_project_link_text', 'View Project'),
(6348, 617, 'cmsmasters_project_link_redirect', 'true'),
(6349, 617, 'cmsmasters_project_link_target', 'false'),
(6350, 617, 'cmsmasters_project_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6351, 617, 'cmsmasters_project_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6352, 617, 'cmsmasters_project_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6353, 617, 'cmsmasters_project_sharing_box', 'true'),
(6354, 617, 'cmsmasters_project_author_box', 'false'),
(6355, 617, 'cmsmasters_project_more_posts', 'popular'),
(6356, 617, '_wp_old_slug', 'title-7'),
(6357, 617, 'cmsmasters_likes', '8'),
(6358, 617, 'cmsmasters_project_project_options', 'default'),
(6359, 617, 'cmsmasters_project_images', '12928|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/02-150x150.jpg'),
(6360, 617, '_thumbnail_id', '12928'),
(6361, 619, 'cmsmasters_composer_show', 'false'),
(6362, 619, 'cmsmasters_post_image_show', 'false'),
(6363, 619, 'cmsmasters_post_image_link', ''),
(6364, 619, 'cmsmasters_post_images', ''),
(6365, 619, 'cmsmasters_post_video_type', 'embedded'),
(6366, 619, 'cmsmasters_post_video_link', ''),
(6367, 619, 'cmsmasters_post_video_links', ''),
(6368, 619, 'cmsmasters_post_audio_links', ''),
(6369, 619, 'cmsmasters_post_title', 'true'),
(6370, 619, 'cmsmasters_post_sharing_box', 'true'),
(6371, 619, 'cmsmasters_post_author_box', 'true'),
(6372, 619, 'cmsmasters_post_more_posts', 'popular'),
(6373, 619, 'cmsmasters_post_read_more', 'Continue Reading...'),
(6374, 619, 'cmsmasters_page_scheme', 'default'),
(6375, 619, 'cmsmasters_layout', 'r_sidebar'),
(6376, 619, 'cmsmasters_sidebar_id', ''),
(6377, 619, 'cmsmasters_bottom_sidebar', 'false'),
(6378, 619, 'cmsmasters_bottom_sidebar_id', ''),
(6379, 619, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(6380, 619, 'cmsmasters_bg_default', 'true'),
(6381, 619, 'cmsmasters_bg_col', '#ffffff'),
(6382, 619, 'cmsmasters_bg_img_enable', 'false'),
(6383, 619, 'cmsmasters_bg_img', ''),
(6384, 619, 'cmsmasters_bg_rep', 'no-repeat'),
(6385, 619, 'cmsmasters_bg_pos', 'top center'),
(6386, 619, 'cmsmasters_bg_att', 'scroll'),
(6387, 619, 'cmsmasters_bg_size', 'cover'),
(6388, 619, 'cmsmasters_heading', 'default'),
(6389, 619, 'cmsmasters_heading_title', ''),
(6390, 619, 'cmsmasters_heading_subtitle', ''),
(6391, 619, 'cmsmasters_heading_icon', ''),
(6392, 619, 'cmsmasters_heading_alignment', 'center'),
(6393, 619, 'cmsmasters_heading_scheme', 'default'),
(6394, 619, 'cmsmasters_heading_bg_img_enable', 'true'),
(6395, 619, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(6396, 619, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(6397, 619, 'cmsmasters_heading_bg_att', 'scroll'),
(6398, 619, 'cmsmasters_heading_bg_size', 'cover'),
(6399, 619, 'cmsmasters_heading_bg_color', ''),
(6400, 619, 'cmsmasters_heading_height', '360'),
(6401, 619, 'cmsmasters_breadcrumbs', 'true'),
(6402, 619, 'cmsmasters_composer_fullscreen', 'false'),
(6403, 619, 'slide_template', 'default'),
(6404, 619, 'cmsmasters_project_columns', 'one'),
(6405, 619, 'cmsmasters_project_video_type', 'embedded'),
(6406, 619, 'cmsmasters_project_video_links', 'a:1:{i:0;s:0:\"\";}'),
(6407, 619, 'cmsmasters_project_title', 'false'),
(6408, 619, 'cmsmasters_project_size', 'one_x_one'),
(6409, 619, 'cmsmasters_project_details_title', 'Project details'),
(6410, 619, 'cmsmasters_project_features', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6411, 619, 'cmsmasters_project_link_text', 'View Project'),
(6412, 619, 'cmsmasters_project_link_redirect', 'true'),
(6413, 619, 'cmsmasters_project_link_target', 'false'),
(6414, 619, 'cmsmasters_project_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6415, 619, 'cmsmasters_project_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6416, 619, 'cmsmasters_project_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6417, 619, 'cmsmasters_project_sharing_box', 'true'),
(6418, 619, 'cmsmasters_project_author_box', 'false'),
(6419, 619, 'cmsmasters_project_more_posts', 'popular'),
(6420, 619, '_wp_old_slug', 'reduced-littering-in-nature'),
(6421, 619, 'cmsmasters_likes', '9'),
(6422, 619, 'cmsmasters_project_project_options', 'default'),
(6423, 619, 'cmsmasters_project_images', '12929|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/03-150x150.jpg'),
(6424, 619, '_thumbnail_id', '12929'),
(6425, 913, 'cmsmasters_composer_show', 'true'),
(6426, 913, 'cmsmasters_post_image_show', 'false'),
(6427, 913, 'cmsmasters_post_image_link', ''),
(6428, 913, 'cmsmasters_post_images', ''),
(6429, 913, 'cmsmasters_post_video_type', 'embedded'),
(6430, 913, 'cmsmasters_post_video_link', ''),
(6431, 913, 'cmsmasters_post_video_links', ''),
(6432, 913, 'cmsmasters_post_audio_links', ''),
(6433, 913, 'cmsmasters_post_title', 'true'),
(6434, 913, 'cmsmasters_post_sharing_box', 'true'),
(6435, 913, 'cmsmasters_post_author_box', 'true'),
(6436, 913, 'cmsmasters_post_more_posts', 'popular'),
(6437, 913, 'cmsmasters_post_read_more', 'Continue Reading...'),
(6438, 913, 'cmsmasters_page_scheme', 'default'),
(6439, 913, 'cmsmasters_layout', 'r_sidebar'),
(6440, 913, 'cmsmasters_sidebar_id', ''),
(6441, 913, 'cmsmasters_bottom_sidebar', 'false'),
(6442, 913, 'cmsmasters_bottom_sidebar_id', ''),
(6443, 913, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(6444, 913, 'cmsmasters_bg_default', 'true'),
(6445, 913, 'cmsmasters_bg_col', '#ffffff'),
(6446, 913, 'cmsmasters_bg_img_enable', 'false'),
(6447, 913, 'cmsmasters_bg_img', ''),
(6448, 913, 'cmsmasters_bg_rep', 'no-repeat'),
(6449, 913, 'cmsmasters_bg_pos', 'top center'),
(6450, 913, 'cmsmasters_bg_att', 'scroll'),
(6451, 913, 'cmsmasters_bg_size', 'cover'),
(6452, 913, 'cmsmasters_heading', 'default'),
(6453, 913, 'cmsmasters_heading_title', ''),
(6454, 913, 'cmsmasters_heading_subtitle', ''),
(6455, 913, 'cmsmasters_heading_icon', ''),
(6456, 913, 'cmsmasters_heading_alignment', 'center'),
(6457, 913, 'cmsmasters_heading_scheme', 'default'),
(6458, 913, 'cmsmasters_heading_bg_img_enable', 'true'),
(6459, 913, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(6460, 913, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(6461, 913, 'cmsmasters_heading_bg_att', 'scroll'),
(6462, 913, 'cmsmasters_heading_bg_size', 'cover'),
(6463, 913, 'cmsmasters_heading_bg_color', ''),
(6464, 913, 'cmsmasters_heading_height', '360'),
(6465, 913, 'cmsmasters_breadcrumbs', 'true'),
(6466, 913, 'cmsmasters_gutenberg_show', 'true'),
(6467, 913, 'cmsmasters_composer_fullscreen', 'false'),
(6468, 913, 'slide_template', 'default'),
(6469, 913, 'cmsmasters_project_columns', 'three'),
(6470, 913, 'cmsmasters_project_video_type', 'embedded'),
(6471, 913, 'cmsmasters_project_video_links', 'a:1:{i:0;s:0:\"\";}'),
(6472, 913, 'cmsmasters_project_title', 'false'),
(6473, 913, 'cmsmasters_project_size', 'one_x_one'),
(6474, 913, 'cmsmasters_project_details_title', 'Project details'),
(6475, 913, 'cmsmasters_project_features', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6476, 913, 'cmsmasters_project_link_text', 'View Project'),
(6477, 913, 'cmsmasters_project_link_redirect', 'true'),
(6478, 913, 'cmsmasters_project_link_target', 'false'),
(6479, 913, 'cmsmasters_project_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6480, 913, 'cmsmasters_project_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6481, 913, 'cmsmasters_project_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6482, 913, 'cmsmasters_project_sharing_box', 'true'),
(6483, 913, 'cmsmasters_project_author_box', 'false'),
(6484, 913, 'cmsmasters_project_more_posts', 'recent'),
(6485, 913, 'cmsmasters_likes', '8'),
(6486, 913, '_wp_old_slug', 'title-6'),
(6487, 913, 'cmsmasters_project_project_options', 'custom'),
(6488, 913, 'cmsmasters_project_images', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-150x150.jpg'),
(6489, 913, '_thumbnail_id', '12932'),
(6490, 1155, 'cmsmasters_composer_show', 'false'),
(6491, 1155, 'cmsmasters_post_image_show', 'false'),
(6492, 1155, 'cmsmasters_post_image_link', ''),
(6493, 1155, 'cmsmasters_post_images', ''),
(6494, 1155, 'cmsmasters_post_video_type', 'embedded'),
(6495, 1155, 'cmsmasters_post_video_link', ''),
(6496, 1155, 'cmsmasters_post_video_links', ''),
(6497, 1155, 'cmsmasters_post_audio_links', ''),
(6498, 1155, 'cmsmasters_post_title', 'true'),
(6499, 1155, 'cmsmasters_post_sharing_box', 'true'),
(6500, 1155, 'cmsmasters_post_author_box', 'true'),
(6501, 1155, 'cmsmasters_post_more_posts', 'popular'),
(6502, 1155, 'cmsmasters_post_read_more', 'Continue Reading...'),
(6503, 1155, 'cmsmasters_page_scheme', 'default'),
(6504, 1155, 'cmsmasters_layout', 'r_sidebar'),
(6505, 1155, 'cmsmasters_sidebar_id', ''),
(6506, 1155, 'cmsmasters_bottom_sidebar', 'false'),
(6507, 1155, 'cmsmasters_bottom_sidebar_id', ''),
(6508, 1155, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(6509, 1155, 'cmsmasters_bg_default', 'true'),
(6510, 1155, 'cmsmasters_bg_col', '#ffffff'),
(6511, 1155, 'cmsmasters_bg_img_enable', 'false'),
(6512, 1155, 'cmsmasters_bg_img', ''),
(6513, 1155, 'cmsmasters_bg_rep', 'no-repeat'),
(6514, 1155, 'cmsmasters_bg_pos', 'top center'),
(6515, 1155, 'cmsmasters_bg_att', 'scroll'),
(6516, 1155, 'cmsmasters_bg_size', 'cover'),
(6517, 1155, 'cmsmasters_heading', 'default'),
(6518, 1155, 'cmsmasters_heading_title', ''),
(6519, 1155, 'cmsmasters_heading_subtitle', ''),
(6520, 1155, 'cmsmasters_heading_icon', ''),
(6521, 1155, 'cmsmasters_heading_alignment', 'center'),
(6522, 1155, 'cmsmasters_heading_scheme', 'default'),
(6523, 1155, 'cmsmasters_heading_bg_img_enable', 'true'),
(6524, 1155, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(6525, 1155, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(6526, 1155, 'cmsmasters_heading_bg_att', 'scroll'),
(6527, 1155, 'cmsmasters_heading_bg_size', 'cover'),
(6528, 1155, 'cmsmasters_heading_bg_color', ''),
(6529, 1155, 'cmsmasters_heading_height', '360'),
(6530, 1155, 'cmsmasters_breadcrumbs', 'true'),
(6531, 1155, 'cmsmasters_composer_fullscreen', 'false'),
(6532, 1155, 'slide_template', 'default'),
(6533, 1155, 'cmsmasters_project_columns', 'two'),
(6534, 1155, 'cmsmasters_project_video_type', 'embedded'),
(6535, 1155, 'cmsmasters_project_video_links', 'a:1:{i:0;s:0:\"\";}'),
(6536, 1155, 'cmsmasters_project_title', 'false'),
(6537, 1155, 'cmsmasters_project_size', 'one_x_one'),
(6538, 1155, 'cmsmasters_project_details_title', 'Project details'),
(6539, 1155, 'cmsmasters_project_features', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6540, 1155, 'cmsmasters_project_link_text', 'View Project'),
(6541, 1155, 'cmsmasters_project_link_redirect', 'true'),
(6542, 1155, 'cmsmasters_project_link_target', 'false'),
(6543, 1155, 'cmsmasters_project_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6544, 1155, 'cmsmasters_project_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6545, 1155, 'cmsmasters_project_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6546, 1155, 'cmsmasters_project_sharing_box', 'true'),
(6547, 1155, 'cmsmasters_project_author_box', 'false'),
(6548, 1155, 'cmsmasters_project_more_posts', 'related'),
(6549, 1155, '_wp_old_slug', 'title-1-2'),
(6550, 1155, 'cmsmasters_project_project_options', 'default'),
(6551, 1155, 'cmsmasters_likes', '6'),
(6552, 1155, 'cmsmasters_project_images', '12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04-150x150.jpg'),
(6553, 1155, '_thumbnail_id', '12930'),
(6554, 1158, 'cmsmasters_composer_show', 'false'),
(6555, 1158, 'cmsmasters_post_image_show', 'false'),
(6556, 1158, 'cmsmasters_post_image_link', ''),
(6557, 1158, 'cmsmasters_post_images', ''),
(6558, 1158, 'cmsmasters_post_video_type', 'embedded'),
(6559, 1158, 'cmsmasters_post_video_link', ''),
(6560, 1158, 'cmsmasters_post_video_links', ''),
(6561, 1158, 'cmsmasters_post_audio_links', ''),
(6562, 1158, 'cmsmasters_post_title', 'true'),
(6563, 1158, 'cmsmasters_post_sharing_box', 'true'),
(6564, 1158, 'cmsmasters_post_author_box', 'true'),
(6565, 1158, 'cmsmasters_post_more_posts', 'popular'),
(6566, 1158, 'cmsmasters_post_read_more', 'Continue Reading...'),
(6567, 1158, 'cmsmasters_page_scheme', 'default'),
(6568, 1158, 'cmsmasters_layout', 'r_sidebar'),
(6569, 1158, 'cmsmasters_sidebar_id', ''),
(6570, 1158, 'cmsmasters_bottom_sidebar', 'false'),
(6571, 1158, 'cmsmasters_bottom_sidebar_id', ''),
(6572, 1158, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(6573, 1158, 'cmsmasters_bg_default', 'true'),
(6574, 1158, 'cmsmasters_bg_col', '#ffffff'),
(6575, 1158, 'cmsmasters_bg_img_enable', 'false');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6576, 1158, 'cmsmasters_bg_img', ''),
(6577, 1158, 'cmsmasters_bg_rep', 'no-repeat'),
(6578, 1158, 'cmsmasters_bg_pos', 'top center'),
(6579, 1158, 'cmsmasters_bg_att', 'scroll'),
(6580, 1158, 'cmsmasters_bg_size', 'cover'),
(6581, 1158, 'cmsmasters_heading', 'default'),
(6582, 1158, 'cmsmasters_heading_title', ''),
(6583, 1158, 'cmsmasters_heading_subtitle', ''),
(6584, 1158, 'cmsmasters_heading_icon', ''),
(6585, 1158, 'cmsmasters_heading_alignment', 'center'),
(6586, 1158, 'cmsmasters_heading_scheme', 'default'),
(6587, 1158, 'cmsmasters_heading_bg_img_enable', 'true'),
(6588, 1158, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(6589, 1158, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(6590, 1158, 'cmsmasters_heading_bg_att', 'scroll'),
(6591, 1158, 'cmsmasters_heading_bg_size', 'cover'),
(6592, 1158, 'cmsmasters_heading_bg_color', ''),
(6593, 1158, 'cmsmasters_heading_height', '360'),
(6594, 1158, 'cmsmasters_breadcrumbs', 'true'),
(6595, 1158, 'cmsmasters_composer_fullscreen', 'false'),
(6596, 1158, 'slide_template', 'default'),
(6597, 1158, 'cmsmasters_project_columns', 'three'),
(6598, 1158, 'cmsmasters_project_video_type', 'embedded'),
(6599, 1158, 'cmsmasters_project_video_links', 'a:1:{i:0;s:0:\"\";}'),
(6600, 1158, 'cmsmasters_project_title', 'false'),
(6601, 1158, 'cmsmasters_project_size', 'one_x_one'),
(6602, 1158, 'cmsmasters_project_details_title', 'Project details'),
(6603, 1158, 'cmsmasters_project_features', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6604, 1158, 'cmsmasters_project_link_text', 'View Project'),
(6605, 1158, 'cmsmasters_project_link_redirect', 'true'),
(6606, 1158, 'cmsmasters_project_link_target', 'false'),
(6607, 1158, 'cmsmasters_project_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6608, 1158, 'cmsmasters_project_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6609, 1158, 'cmsmasters_project_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6610, 1158, 'cmsmasters_project_sharing_box', 'true'),
(6611, 1158, 'cmsmasters_project_author_box', 'false'),
(6612, 1158, 'cmsmasters_project_more_posts', 'related'),
(6613, 1158, '_wp_old_slug', 'title-2-2'),
(6614, 1158, 'cmsmasters_project_project_options', 'default'),
(6615, 1158, 'cmsmasters_likes', '3'),
(6616, 1158, 'cmsmasters_project_images', '12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05-150x150.jpg'),
(6617, 1158, '_thumbnail_id', '12931'),
(6618, 1164, 'cmsmasters_composer_show', 'false'),
(6619, 1164, 'cmsmasters_post_image_show', 'false'),
(6620, 1164, 'cmsmasters_post_image_link', ''),
(6621, 1164, 'cmsmasters_post_images', ''),
(6622, 1164, 'cmsmasters_post_video_type', 'embedded'),
(6623, 1164, 'cmsmasters_post_video_link', ''),
(6624, 1164, 'cmsmasters_post_video_links', ''),
(6625, 1164, 'cmsmasters_post_audio_links', ''),
(6626, 1164, 'cmsmasters_post_title', 'true'),
(6627, 1164, 'cmsmasters_post_sharing_box', 'true'),
(6628, 1164, 'cmsmasters_post_author_box', 'true'),
(6629, 1164, 'cmsmasters_post_more_posts', 'popular'),
(6630, 1164, 'cmsmasters_post_read_more', 'Continue Reading...'),
(6631, 1164, 'cmsmasters_page_scheme', 'default'),
(6632, 1164, 'cmsmasters_layout', 'r_sidebar'),
(6633, 1164, 'cmsmasters_sidebar_id', ''),
(6634, 1164, 'cmsmasters_bottom_sidebar', 'false'),
(6635, 1164, 'cmsmasters_bottom_sidebar_id', ''),
(6636, 1164, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(6637, 1164, 'cmsmasters_bg_default', 'true'),
(6638, 1164, 'cmsmasters_bg_col', '#ffffff'),
(6639, 1164, 'cmsmasters_bg_img_enable', 'false'),
(6640, 1164, 'cmsmasters_bg_img', ''),
(6641, 1164, 'cmsmasters_bg_rep', 'no-repeat'),
(6642, 1164, 'cmsmasters_bg_pos', 'top center'),
(6643, 1164, 'cmsmasters_bg_att', 'scroll'),
(6644, 1164, 'cmsmasters_bg_size', 'cover'),
(6645, 1164, 'cmsmasters_heading', 'default'),
(6646, 1164, 'cmsmasters_heading_title', ''),
(6647, 1164, 'cmsmasters_heading_subtitle', ''),
(6648, 1164, 'cmsmasters_heading_icon', ''),
(6649, 1164, 'cmsmasters_heading_alignment', 'center'),
(6650, 1164, 'cmsmasters_heading_scheme', 'default'),
(6651, 1164, 'cmsmasters_heading_bg_img_enable', 'true'),
(6652, 1164, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(6653, 1164, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(6654, 1164, 'cmsmasters_heading_bg_att', 'scroll'),
(6655, 1164, 'cmsmasters_heading_bg_size', 'cover'),
(6656, 1164, 'cmsmasters_heading_bg_color', ''),
(6657, 1164, 'cmsmasters_heading_height', '360'),
(6658, 1164, 'cmsmasters_breadcrumbs', 'true'),
(6659, 1164, 'cmsmasters_composer_fullscreen', 'false'),
(6660, 1164, 'slide_template', 'default'),
(6661, 1164, 'cmsmasters_project_columns', 'one'),
(6662, 1164, 'cmsmasters_project_video_type', 'embedded'),
(6663, 1164, 'cmsmasters_project_video_links', 'a:1:{i:0;s:0:\"\";}'),
(6664, 1164, 'cmsmasters_project_title', 'false'),
(6665, 1164, 'cmsmasters_project_size', 'two_x_one'),
(6666, 1164, 'cmsmasters_project_details_title', 'Project details'),
(6667, 1164, 'cmsmasters_project_features', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6668, 1164, 'cmsmasters_project_link_text', 'View Project'),
(6669, 1164, 'cmsmasters_project_link_redirect', 'true'),
(6670, 1164, 'cmsmasters_project_link_target', 'false'),
(6671, 1164, 'cmsmasters_project_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6672, 1164, 'cmsmasters_project_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6673, 1164, 'cmsmasters_project_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6674, 1164, 'cmsmasters_project_sharing_box', 'true'),
(6675, 1164, 'cmsmasters_project_author_box', 'false'),
(6676, 1164, 'cmsmasters_project_more_posts', 'related'),
(6677, 1164, '_wp_old_slug', 'title-3-2'),
(6678, 1164, 'cmsmasters_project_project_options', 'default'),
(6679, 1164, 'cmsmasters_likes', '2'),
(6680, 1164, 'cmsmasters_project_images', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-150x150.jpg'),
(6681, 1164, '_thumbnail_id', '12932'),
(6682, 1167, 'cmsmasters_composer_show', 'false'),
(6683, 1167, 'cmsmasters_post_image_show', 'false'),
(6684, 1167, 'cmsmasters_post_image_link', ''),
(6685, 1167, 'cmsmasters_post_images', ''),
(6686, 1167, 'cmsmasters_post_video_type', 'embedded'),
(6687, 1167, 'cmsmasters_post_video_link', ''),
(6688, 1167, 'cmsmasters_post_video_links', ''),
(6689, 1167, 'cmsmasters_post_audio_links', ''),
(6690, 1167, 'cmsmasters_post_title', 'true'),
(6691, 1167, 'cmsmasters_post_sharing_box', 'true'),
(6692, 1167, 'cmsmasters_post_author_box', 'true'),
(6693, 1167, 'cmsmasters_post_more_posts', 'popular'),
(6694, 1167, 'cmsmasters_post_read_more', 'Continue Reading...'),
(6695, 1167, 'cmsmasters_page_scheme', 'default'),
(6696, 1167, 'cmsmasters_layout', 'r_sidebar'),
(6697, 1167, 'cmsmasters_sidebar_id', ''),
(6698, 1167, 'cmsmasters_bottom_sidebar', 'false'),
(6699, 1167, 'cmsmasters_bottom_sidebar_id', ''),
(6700, 1167, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(6701, 1167, 'cmsmasters_bg_default', 'true'),
(6702, 1167, 'cmsmasters_bg_col', '#ffffff'),
(6703, 1167, 'cmsmasters_bg_img_enable', 'false'),
(6704, 1167, 'cmsmasters_bg_img', ''),
(6705, 1167, 'cmsmasters_bg_rep', 'no-repeat'),
(6706, 1167, 'cmsmasters_bg_pos', 'top center'),
(6707, 1167, 'cmsmasters_bg_att', 'scroll'),
(6708, 1167, 'cmsmasters_bg_size', 'cover'),
(6709, 1167, 'cmsmasters_heading', 'default'),
(6710, 1167, 'cmsmasters_heading_title', ''),
(6711, 1167, 'cmsmasters_heading_subtitle', ''),
(6712, 1167, 'cmsmasters_heading_icon', ''),
(6713, 1167, 'cmsmasters_heading_alignment', 'center'),
(6714, 1167, 'cmsmasters_heading_scheme', 'default'),
(6715, 1167, 'cmsmasters_heading_bg_img_enable', 'true'),
(6716, 1167, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(6717, 1167, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(6718, 1167, 'cmsmasters_heading_bg_att', 'scroll'),
(6719, 1167, 'cmsmasters_heading_bg_size', 'cover'),
(6720, 1167, 'cmsmasters_heading_bg_color', ''),
(6721, 1167, 'cmsmasters_heading_height', '360'),
(6722, 1167, 'cmsmasters_breadcrumbs', 'true'),
(6723, 1167, 'cmsmasters_composer_fullscreen', 'false'),
(6724, 1167, 'slide_template', 'default'),
(6725, 1167, 'cmsmasters_project_columns', 'three'),
(6726, 1167, 'cmsmasters_project_video_type', 'embedded'),
(6727, 1167, 'cmsmasters_project_video_links', 'a:1:{i:0;s:0:\"\";}'),
(6728, 1167, 'cmsmasters_project_title', 'false'),
(6729, 1167, 'cmsmasters_project_size', 'one_x_one'),
(6730, 1167, 'cmsmasters_project_details_title', 'Project details'),
(6731, 1167, 'cmsmasters_project_features', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6732, 1167, 'cmsmasters_project_link_text', 'View Project'),
(6733, 1167, 'cmsmasters_project_link_redirect', 'true'),
(6734, 1167, 'cmsmasters_project_link_target', 'false'),
(6735, 1167, 'cmsmasters_project_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6736, 1167, 'cmsmasters_project_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6737, 1167, 'cmsmasters_project_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6738, 1167, 'cmsmasters_project_sharing_box', 'true'),
(6739, 1167, 'cmsmasters_project_author_box', 'false'),
(6740, 1167, 'cmsmasters_project_more_posts', 'related'),
(6741, 1167, '_wp_old_slug', 'title-4-2'),
(6742, 1167, 'cmsmasters_project_project_options', 'default'),
(6743, 1167, 'cmsmasters_likes', '3'),
(6744, 1167, 'cmsmasters_project_images', '12928|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/02-150x150.jpg'),
(6745, 1167, '_thumbnail_id', '12928'),
(6746, 1169, 'cmsmasters_composer_show', 'false'),
(6747, 1169, 'cmsmasters_post_image_show', 'false'),
(6748, 1169, 'cmsmasters_post_image_link', ''),
(6749, 1169, 'cmsmasters_post_images', ''),
(6750, 1169, 'cmsmasters_post_video_type', 'embedded'),
(6751, 1169, 'cmsmasters_post_video_link', ''),
(6752, 1169, 'cmsmasters_post_video_links', ''),
(6753, 1169, 'cmsmasters_post_audio_links', ''),
(6754, 1169, 'cmsmasters_post_title', 'true'),
(6755, 1169, 'cmsmasters_post_sharing_box', 'true'),
(6756, 1169, 'cmsmasters_post_author_box', 'true'),
(6757, 1169, 'cmsmasters_post_more_posts', 'popular'),
(6758, 1169, 'cmsmasters_post_read_more', 'Continue Reading...'),
(6759, 1169, 'cmsmasters_page_scheme', 'default'),
(6760, 1169, 'cmsmasters_layout', 'r_sidebar'),
(6761, 1169, 'cmsmasters_sidebar_id', ''),
(6762, 1169, 'cmsmasters_bottom_sidebar', 'false'),
(6763, 1169, 'cmsmasters_bottom_sidebar_id', ''),
(6764, 1169, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(6765, 1169, 'cmsmasters_bg_default', 'true'),
(6766, 1169, 'cmsmasters_bg_col', '#ffffff'),
(6767, 1169, 'cmsmasters_bg_img_enable', 'false'),
(6768, 1169, 'cmsmasters_bg_img', ''),
(6769, 1169, 'cmsmasters_bg_rep', 'no-repeat'),
(6770, 1169, 'cmsmasters_bg_pos', 'top center'),
(6771, 1169, 'cmsmasters_bg_att', 'scroll'),
(6772, 1169, 'cmsmasters_bg_size', 'cover'),
(6773, 1169, 'cmsmasters_heading', 'default'),
(6774, 1169, 'cmsmasters_heading_title', ''),
(6775, 1169, 'cmsmasters_heading_subtitle', ''),
(6776, 1169, 'cmsmasters_heading_icon', ''),
(6777, 1169, 'cmsmasters_heading_alignment', 'center'),
(6778, 1169, 'cmsmasters_heading_scheme', 'default'),
(6779, 1169, 'cmsmasters_heading_bg_img_enable', 'true'),
(6780, 1169, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(6781, 1169, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(6782, 1169, 'cmsmasters_heading_bg_att', 'scroll'),
(6783, 1169, 'cmsmasters_heading_bg_size', 'cover'),
(6784, 1169, 'cmsmasters_heading_bg_color', ''),
(6785, 1169, 'cmsmasters_heading_height', '360'),
(6786, 1169, 'cmsmasters_breadcrumbs', 'true'),
(6787, 1169, 'cmsmasters_composer_fullscreen', 'false'),
(6788, 1169, 'slide_template', 'default'),
(6789, 1169, 'cmsmasters_project_columns', 'one'),
(6790, 1169, 'cmsmasters_project_video_type', 'embedded'),
(6791, 1169, 'cmsmasters_project_video_links', 'a:1:{i:0;s:0:\"\";}'),
(6792, 1169, 'cmsmasters_project_title', 'false'),
(6793, 1169, 'cmsmasters_project_size', 'one_x_one'),
(6794, 1169, 'cmsmasters_project_details_title', 'Project details'),
(6795, 1169, 'cmsmasters_project_features', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6796, 1169, 'cmsmasters_project_link_text', 'View Project'),
(6797, 1169, 'cmsmasters_project_link_redirect', 'true'),
(6798, 1169, 'cmsmasters_project_link_target', 'false'),
(6799, 1169, 'cmsmasters_project_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6800, 1169, 'cmsmasters_project_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6801, 1169, 'cmsmasters_project_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6802, 1169, 'cmsmasters_project_sharing_box', 'true'),
(6803, 1169, 'cmsmasters_project_author_box', 'false'),
(6804, 1169, 'cmsmasters_project_more_posts', 'related'),
(6805, 1169, '_wp_old_slug', 'title-5'),
(6806, 1169, 'cmsmasters_project_project_options', 'default'),
(6807, 1169, 'cmsmasters_likes', '5'),
(6808, 1169, 'cmsmasters_project_images', '12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04-150x150.jpg'),
(6809, 1169, '_thumbnail_id', '12930'),
(6810, 1171, 'cmsmasters_composer_show', 'false'),
(6811, 1171, 'cmsmasters_post_image_show', 'false'),
(6812, 1171, 'cmsmasters_post_image_link', ''),
(6813, 1171, 'cmsmasters_post_images', ''),
(6814, 1171, 'cmsmasters_post_video_type', 'embedded'),
(6815, 1171, 'cmsmasters_post_video_link', ''),
(6816, 1171, 'cmsmasters_post_video_links', ''),
(6817, 1171, 'cmsmasters_post_audio_links', ''),
(6818, 1171, 'cmsmasters_post_title', 'true'),
(6819, 1171, 'cmsmasters_post_sharing_box', 'true'),
(6820, 1171, 'cmsmasters_post_author_box', 'true'),
(6821, 1171, 'cmsmasters_post_more_posts', 'popular'),
(6822, 1171, 'cmsmasters_post_read_more', 'Continue Reading...'),
(6823, 1171, 'cmsmasters_page_scheme', 'default'),
(6824, 1171, 'cmsmasters_layout', 'r_sidebar'),
(6825, 1171, 'cmsmasters_sidebar_id', ''),
(6826, 1171, 'cmsmasters_bottom_sidebar', 'false'),
(6827, 1171, 'cmsmasters_bottom_sidebar_id', ''),
(6828, 1171, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(6829, 1171, 'cmsmasters_bg_default', 'true'),
(6830, 1171, 'cmsmasters_bg_col', '#ffffff'),
(6831, 1171, 'cmsmasters_bg_img_enable', 'false'),
(6832, 1171, 'cmsmasters_bg_img', ''),
(6833, 1171, 'cmsmasters_bg_rep', 'no-repeat'),
(6834, 1171, 'cmsmasters_bg_pos', 'top center'),
(6835, 1171, 'cmsmasters_bg_att', 'scroll'),
(6836, 1171, 'cmsmasters_bg_size', 'cover'),
(6837, 1171, 'cmsmasters_heading', 'default'),
(6838, 1171, 'cmsmasters_heading_title', ''),
(6839, 1171, 'cmsmasters_heading_subtitle', ''),
(6840, 1171, 'cmsmasters_heading_icon', ''),
(6841, 1171, 'cmsmasters_heading_alignment', 'center'),
(6842, 1171, 'cmsmasters_heading_scheme', 'default'),
(6843, 1171, 'cmsmasters_heading_bg_img_enable', 'true'),
(6844, 1171, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(6845, 1171, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(6846, 1171, 'cmsmasters_heading_bg_att', 'scroll'),
(6847, 1171, 'cmsmasters_heading_bg_size', 'cover'),
(6848, 1171, 'cmsmasters_heading_bg_color', ''),
(6849, 1171, 'cmsmasters_heading_height', '360'),
(6850, 1171, 'cmsmasters_breadcrumbs', 'true'),
(6851, 1171, 'cmsmasters_composer_fullscreen', 'false'),
(6852, 1171, 'slide_template', 'default'),
(6853, 1171, 'cmsmasters_project_columns', 'one'),
(6854, 1171, 'cmsmasters_project_video_type', 'embedded'),
(6855, 1171, 'cmsmasters_project_video_links', 'a:1:{i:0;s:0:\"\";}'),
(6856, 1171, 'cmsmasters_project_title', 'false'),
(6857, 1171, 'cmsmasters_project_size', 'two_x_two'),
(6858, 1171, 'cmsmasters_project_details_title', 'Project details'),
(6859, 1171, 'cmsmasters_project_features', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6860, 1171, 'cmsmasters_project_link_text', 'View Project'),
(6861, 1171, 'cmsmasters_project_link_redirect', 'true'),
(6862, 1171, 'cmsmasters_project_link_target', 'false'),
(6863, 1171, 'cmsmasters_project_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6864, 1171, 'cmsmasters_project_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6865, 1171, 'cmsmasters_project_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6866, 1171, 'cmsmasters_project_sharing_box', 'true'),
(6867, 1171, 'cmsmasters_project_author_box', 'false'),
(6868, 1171, 'cmsmasters_project_more_posts', 'related'),
(6869, 1171, '_wp_old_slug', 'title-6-2'),
(6870, 1171, 'cmsmasters_project_project_options', 'default'),
(6871, 1171, 'cmsmasters_likes', '7'),
(6872, 1171, 'cmsmasters_project_images', '12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05-150x150.jpg'),
(6873, 1171, '_thumbnail_id', '12931'),
(6874, 1594, 'cmsmasters_composer_show', 'true'),
(6875, 1594, 'cmsmasters_post_image_show', 'false'),
(6876, 1594, 'cmsmasters_post_image_link', ''),
(6877, 1594, 'cmsmasters_post_images', ''),
(6878, 1594, 'cmsmasters_post_video_type', 'embedded'),
(6879, 1594, 'cmsmasters_post_video_link', ''),
(6880, 1594, 'cmsmasters_post_video_links', ''),
(6881, 1594, 'cmsmasters_post_audio_links', ''),
(6882, 1594, 'cmsmasters_post_title', 'true'),
(6883, 1594, 'cmsmasters_post_sharing_box', 'true'),
(6884, 1594, 'cmsmasters_post_author_box', 'true'),
(6885, 1594, 'cmsmasters_post_more_posts', 'popular'),
(6886, 1594, 'cmsmasters_post_read_more', 'Continue Reading...'),
(6887, 1594, 'cmsmasters_page_scheme', 'default'),
(6888, 1594, 'cmsmasters_layout', 'r_sidebar'),
(6889, 1594, 'cmsmasters_sidebar_id', ''),
(6890, 1594, 'cmsmasters_bottom_sidebar', 'false'),
(6891, 1594, 'cmsmasters_bottom_sidebar_id', ''),
(6892, 1594, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(6893, 1594, 'cmsmasters_bg_default', 'true'),
(6894, 1594, 'cmsmasters_bg_col', '#ffffff'),
(6895, 1594, 'cmsmasters_bg_img_enable', 'false'),
(6896, 1594, 'cmsmasters_bg_img', ''),
(6897, 1594, 'cmsmasters_bg_rep', 'no-repeat'),
(6898, 1594, 'cmsmasters_bg_pos', 'top center'),
(6899, 1594, 'cmsmasters_bg_att', 'scroll'),
(6900, 1594, 'cmsmasters_bg_size', 'cover'),
(6901, 1594, 'cmsmasters_heading', 'default'),
(6902, 1594, 'cmsmasters_heading_title', ''),
(6903, 1594, 'cmsmasters_heading_subtitle', ''),
(6904, 1594, 'cmsmasters_heading_icon', ''),
(6905, 1594, 'cmsmasters_heading_alignment', 'center'),
(6906, 1594, 'cmsmasters_heading_scheme', 'default'),
(6907, 1594, 'cmsmasters_heading_bg_img_enable', 'true'),
(6908, 1594, 'cmsmasters_heading_bg_img', '12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05-300x169.jpg'),
(6909, 1594, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(6910, 1594, 'cmsmasters_heading_bg_att', 'scroll'),
(6911, 1594, 'cmsmasters_heading_bg_size', 'cover'),
(6912, 1594, 'cmsmasters_heading_bg_color', ''),
(6913, 1594, 'cmsmasters_heading_height', '360'),
(6914, 1594, 'cmsmasters_breadcrumbs', 'true'),
(6915, 1594, 'cmsmasters_gutenberg_show', 'true'),
(6916, 1594, 'cmsmasters_composer_fullscreen', 'false'),
(6917, 1594, 'slide_template', 'default'),
(6918, 1594, 'cmsmasters_project_columns', 'two'),
(6919, 1594, 'cmsmasters_project_video_type', 'embedded'),
(6920, 1594, 'cmsmasters_project_video_links', 'a:1:{i:0;s:0:\"\";}'),
(6921, 1594, 'cmsmasters_project_title', 'false'),
(6922, 1594, 'cmsmasters_project_size', 'two_x_one'),
(6923, 1594, 'cmsmasters_project_details_title', 'Project details'),
(6924, 1594, 'cmsmasters_project_features', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6925, 1594, 'cmsmasters_project_link_text', 'View Project'),
(6926, 1594, 'cmsmasters_project_link_redirect', 'true'),
(6927, 1594, 'cmsmasters_project_link_target', 'false'),
(6928, 1594, 'cmsmasters_project_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6929, 1594, 'cmsmasters_project_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6930, 1594, 'cmsmasters_project_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6931, 1594, 'cmsmasters_project_sharing_box', 'true'),
(6932, 1594, 'cmsmasters_project_author_box', 'false'),
(6933, 1594, 'cmsmasters_project_more_posts', 'related'),
(6934, 1594, 'cmsmasters_project_project_options', 'default'),
(6935, 1594, '_wp_old_slug', 'title-7-2'),
(6936, 1594, 'cmsmasters_likes', '3'),
(6937, 1594, 'cmsmasters_project_images', '12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05-150x150.jpg'),
(6938, 1594, '_thumbnail_id', '12931'),
(6939, 1596, 'cmsmasters_composer_show', 'false'),
(6940, 1596, 'cmsmasters_post_image_show', 'false'),
(6941, 1596, 'cmsmasters_post_image_link', ''),
(6942, 1596, 'cmsmasters_post_images', ''),
(6943, 1596, 'cmsmasters_post_video_type', 'embedded'),
(6944, 1596, 'cmsmasters_post_video_link', ''),
(6945, 1596, 'cmsmasters_post_video_links', ''),
(6946, 1596, 'cmsmasters_post_audio_links', ''),
(6947, 1596, 'cmsmasters_post_title', 'true'),
(6948, 1596, 'cmsmasters_post_sharing_box', 'true'),
(6949, 1596, 'cmsmasters_post_author_box', 'true'),
(6950, 1596, 'cmsmasters_post_more_posts', 'popular'),
(6951, 1596, 'cmsmasters_post_read_more', 'Continue Reading...'),
(6952, 1596, 'cmsmasters_page_scheme', 'default'),
(6953, 1596, 'cmsmasters_layout', 'r_sidebar'),
(6954, 1596, 'cmsmasters_sidebar_id', ''),
(6955, 1596, 'cmsmasters_bottom_sidebar', 'false'),
(6956, 1596, 'cmsmasters_bottom_sidebar_id', ''),
(6957, 1596, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(6958, 1596, 'cmsmasters_bg_default', 'true'),
(6959, 1596, 'cmsmasters_bg_col', '#ffffff'),
(6960, 1596, 'cmsmasters_bg_img_enable', 'false'),
(6961, 1596, 'cmsmasters_bg_img', ''),
(6962, 1596, 'cmsmasters_bg_rep', 'no-repeat'),
(6963, 1596, 'cmsmasters_bg_pos', 'top center'),
(6964, 1596, 'cmsmasters_bg_att', 'scroll'),
(6965, 1596, 'cmsmasters_bg_size', 'cover'),
(6966, 1596, 'cmsmasters_heading', 'default'),
(6967, 1596, 'cmsmasters_heading_title', ''),
(6968, 1596, 'cmsmasters_heading_subtitle', ''),
(6969, 1596, 'cmsmasters_heading_icon', ''),
(6970, 1596, 'cmsmasters_heading_alignment', 'center'),
(6971, 1596, 'cmsmasters_heading_scheme', 'default'),
(6972, 1596, 'cmsmasters_heading_bg_img_enable', 'true'),
(6973, 1596, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(6974, 1596, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(6975, 1596, 'cmsmasters_heading_bg_att', 'scroll'),
(6976, 1596, 'cmsmasters_heading_bg_size', 'cover'),
(6977, 1596, 'cmsmasters_heading_bg_color', ''),
(6978, 1596, 'cmsmasters_heading_height', '360'),
(6979, 1596, 'cmsmasters_breadcrumbs', 'true'),
(6980, 1596, 'cmsmasters_composer_fullscreen', 'false'),
(6981, 1596, 'slide_template', 'default'),
(6982, 1596, 'cmsmasters_project_columns', 'three'),
(6983, 1596, 'cmsmasters_project_video_type', 'embedded'),
(6984, 1596, 'cmsmasters_project_video_link', 'https://vimeo.com/22566556'),
(6985, 1596, 'cmsmasters_project_video_links', 'a:1:{i:0;s:0:\"\";}'),
(6986, 1596, 'cmsmasters_project_title', 'false'),
(6987, 1596, 'cmsmasters_project_size', 'two_x_two'),
(6988, 1596, 'cmsmasters_project_details_title', 'Project details'),
(6989, 1596, 'cmsmasters_project_features', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6990, 1596, 'cmsmasters_project_link_text', 'View Project'),
(6991, 1596, 'cmsmasters_project_link_redirect', 'true'),
(6992, 1596, 'cmsmasters_project_link_target', 'false'),
(6993, 1596, 'cmsmasters_project_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6994, 1596, 'cmsmasters_project_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6995, 1596, 'cmsmasters_project_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(6996, 1596, 'cmsmasters_project_sharing_box', 'true'),
(6997, 1596, 'cmsmasters_project_author_box', 'false'),
(6998, 1596, 'cmsmasters_project_more_posts', 'related'),
(6999, 1596, '_wp_old_slug', 'title-8-2'),
(7000, 1596, '_oembed_152260a6762e7408341bf0c8aa053ef8', '<iframe src=\"https://player.vimeo.com/video/22566556\" width=\"711\" height=\"400\" frameborder=\"0\" title=\"Water Changes Everything.\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(7001, 1596, '_oembed_time_152260a6762e7408341bf0c8aa053ef8', '1430831443'),
(7002, 1596, 'cmsmasters_project_project_options', 'custom'),
(7003, 1596, 'cmsmasters_likes', '5'),
(7004, 1596, 'cmsmasters_project_images', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-150x150.jpg'),
(7005, 1596, '_thumbnail_id', '12932'),
(7006, 8414, 'cmsmasters_composer_show', 'false'),
(7007, 8414, 'cmsmasters_post_image_show', 'false'),
(7008, 8414, 'cmsmasters_post_image_link', ''),
(7009, 8414, 'cmsmasters_post_images', ''),
(7010, 8414, 'cmsmasters_post_video_type', 'embedded'),
(7011, 8414, 'cmsmasters_post_video_link', ''),
(7012, 8414, 'cmsmasters_post_video_links', ''),
(7013, 8414, 'cmsmasters_post_audio_links', ''),
(7014, 8414, 'cmsmasters_post_title', 'true'),
(7015, 8414, 'cmsmasters_post_sharing_box', 'true'),
(7016, 8414, 'cmsmasters_post_author_box', 'true'),
(7017, 8414, 'cmsmasters_post_more_posts', 'popular'),
(7018, 8414, 'cmsmasters_post_read_more', 'Continue Reading...'),
(7019, 8414, 'cmsmasters_page_scheme', 'default'),
(7020, 8414, 'cmsmasters_layout', 'r_sidebar'),
(7021, 8414, 'cmsmasters_sidebar_id', ''),
(7022, 8414, 'cmsmasters_bottom_sidebar', 'false'),
(7023, 8414, 'cmsmasters_bottom_sidebar_id', ''),
(7024, 8414, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(7025, 8414, 'cmsmasters_bg_default', 'true'),
(7026, 8414, 'cmsmasters_bg_col', '#ffffff'),
(7027, 8414, 'cmsmasters_bg_img_enable', 'false'),
(7028, 8414, 'cmsmasters_bg_img', ''),
(7029, 8414, 'cmsmasters_bg_rep', 'no-repeat'),
(7030, 8414, 'cmsmasters_bg_pos', 'top center'),
(7031, 8414, 'cmsmasters_bg_att', 'scroll'),
(7032, 8414, 'cmsmasters_bg_size', 'cover'),
(7033, 8414, 'cmsmasters_heading', 'default'),
(7034, 8414, 'cmsmasters_heading_title', ''),
(7035, 8414, 'cmsmasters_heading_subtitle', ''),
(7036, 8414, 'cmsmasters_heading_icon', ''),
(7037, 8414, 'cmsmasters_heading_alignment', 'center'),
(7038, 8414, 'cmsmasters_heading_scheme', 'default'),
(7039, 8414, 'cmsmasters_heading_bg_img_enable', 'true'),
(7040, 8414, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(7041, 8414, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(7042, 8414, 'cmsmasters_heading_bg_att', 'scroll'),
(7043, 8414, 'cmsmasters_heading_bg_size', 'cover'),
(7044, 8414, 'cmsmasters_heading_bg_color', ''),
(7045, 8414, 'cmsmasters_heading_height', '360'),
(7046, 8414, 'cmsmasters_breadcrumbs', 'true'),
(7047, 8414, 'cmsmasters_composer_fullscreen', 'false'),
(7048, 8414, 'slide_template', 'default'),
(7049, 8414, 'cmsmasters_project_columns', 'three'),
(7050, 8414, 'cmsmasters_project_video_type', 'embedded'),
(7051, 8414, 'cmsmasters_project_video_links', 'a:1:{i:0;s:0:\"\";}'),
(7052, 8414, 'cmsmasters_project_title', 'false'),
(7053, 8414, 'cmsmasters_project_size', 'one_x_one'),
(7054, 8414, 'cmsmasters_project_details_title', 'Project details'),
(7055, 8414, 'cmsmasters_project_features', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(7056, 8414, 'cmsmasters_project_link_text', 'View Project'),
(7057, 8414, 'cmsmasters_project_link_redirect', 'true'),
(7058, 8414, 'cmsmasters_project_link_target', 'false'),
(7059, 8414, 'cmsmasters_project_features_one', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(7060, 8414, 'cmsmasters_project_features_two', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(7061, 8414, 'cmsmasters_project_features_three', 'a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),
(7062, 8414, 'cmsmasters_project_sharing_box', 'true'),
(7063, 8414, 'cmsmasters_project_author_box', 'false'),
(7064, 8414, 'cmsmasters_project_more_posts', 'popular'),
(7065, 8414, '_wp_old_slug', 'title-4'),
(7066, 8414, 'cmsmasters_likes', '4'),
(7067, 8414, 'cmsmasters_project_images', '12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04-150x150.jpg'),
(7068, 8414, '_thumbnail_id', '12930'),
(7069, 13179, '_form', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),
(7070, 13179, 'cmsmasters_post_image_show', 'false'),
(7071, 13179, 'cmsmasters_post_image_link', ''),
(7072, 13179, 'cmsmasters_post_images', ''),
(7073, 13179, 'cmsmasters_post_video_type', 'embedded'),
(7074, 13179, 'cmsmasters_post_video_link', ''),
(7075, 13179, 'cmsmasters_post_video_links', ''),
(7076, 13179, 'cmsmasters_post_audio_links', ''),
(7077, 13179, 'cmsmasters_post_title', 'true'),
(7078, 13179, 'cmsmasters_post_sharing_box', 'true'),
(7079, 13179, 'cmsmasters_post_author_box', 'true'),
(7080, 13179, 'cmsmasters_post_more_posts', 'popular'),
(7081, 13179, 'cmsmasters_post_read_more', 'Continue Reading...'),
(7082, 13179, 'cmsmasters_page_scheme', 'default'),
(7083, 13179, 'cmsmasters_layout', 'r_sidebar'),
(7084, 13179, 'cmsmasters_sidebar_id', ''),
(7085, 13179, 'cmsmasters_bottom_sidebar', 'false'),
(7086, 13179, 'cmsmasters_bottom_sidebar_id', ''),
(7087, 13179, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(7088, 13179, 'cmsmasters_bg_default', 'true'),
(7089, 13179, 'cmsmasters_bg_col', '#ffffff'),
(7090, 13179, 'cmsmasters_bg_img_enable', 'false'),
(7091, 13179, 'cmsmasters_bg_img', ''),
(7092, 13179, 'cmsmasters_bg_rep', 'no-repeat'),
(7093, 13179, 'cmsmasters_bg_pos', 'top center'),
(7094, 13179, 'cmsmasters_bg_att', 'scroll'),
(7095, 13179, 'cmsmasters_bg_size', 'cover'),
(7096, 13179, 'cmsmasters_heading', 'disabled'),
(7097, 13179, 'cmsmasters_heading_title', ''),
(7098, 13179, 'cmsmasters_heading_subtitle', ''),
(7099, 13179, 'cmsmasters_heading_icon', ''),
(7100, 13179, 'cmsmasters_heading_alignment', 'center'),
(7101, 13179, 'cmsmasters_heading_scheme', 'default'),
(7102, 13179, 'cmsmasters_heading_bg_img_enable', 'true'),
(7103, 13179, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(7104, 13179, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(7105, 13179, 'cmsmasters_heading_bg_att', 'scroll'),
(7106, 13179, 'cmsmasters_heading_bg_size', 'cover'),
(7107, 13179, 'cmsmasters_heading_bg_color', ''),
(7108, 13179, 'cmsmasters_heading_height', '360'),
(7109, 13179, 'cmsmasters_breadcrumbs', 'true'),
(7110, 13179, '_mail', 'a:8:{s:7:\"subject\";s:35:\"Demo In Conference \"[your-subject]\"\";s:6:\"sender\";s:57:\"[your-name] <wordpress@in-conference.cmsmasters.net/demo>\";s:4:\"body\";s:196:\"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 Demo In Conference (http://in-conference.cmsmasters.net/demo)\";s:9:\"recipient\";s:19:\"example@example.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(7111, 13179, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:35:\"Demo In Conference \"[your-subject]\"\";s:6:\"sender\";s:64:\"Demo In Conference <wordpress@in-conference.cmsmasters.net/demo>\";s:4:\"body\";s:138:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo In Conference (http://in-conference.cmsmasters.net/demo)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: example@example.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(7112, 13179, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(7113, 13179, '_additional_settings', ''),
(7114, 13179, '_locale', 'en_US'),
(7115, 5103, '_form', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),
(7116, 5103, 'cmsmasters_post_image_show', 'false'),
(7117, 5103, 'cmsmasters_post_image_link', ''),
(7118, 5103, 'cmsmasters_post_images', ''),
(7119, 5103, 'cmsmasters_post_video_type', 'embedded'),
(7120, 5103, 'cmsmasters_post_video_link', ''),
(7121, 5103, 'cmsmasters_post_video_links', ''),
(7122, 5103, 'cmsmasters_post_audio_links', ''),
(7123, 5103, 'cmsmasters_post_title', 'true'),
(7124, 5103, 'cmsmasters_post_sharing_box', 'true'),
(7125, 5103, 'cmsmasters_post_author_box', 'true'),
(7126, 5103, 'cmsmasters_post_more_posts', 'popular'),
(7127, 5103, 'cmsmasters_post_read_more', 'Continue Reading...'),
(7128, 5103, 'cmsmasters_page_scheme', 'default'),
(7129, 5103, 'cmsmasters_layout', 'r_sidebar'),
(7130, 5103, 'cmsmasters_sidebar_id', ''),
(7131, 5103, 'cmsmasters_bottom_sidebar', 'false'),
(7132, 5103, 'cmsmasters_bottom_sidebar_id', ''),
(7133, 5103, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(7134, 5103, 'cmsmasters_bg_default', 'true'),
(7135, 5103, 'cmsmasters_bg_col', '#ffffff'),
(7136, 5103, 'cmsmasters_bg_img_enable', 'false'),
(7137, 5103, 'cmsmasters_bg_img', ''),
(7138, 5103, 'cmsmasters_bg_rep', 'no-repeat'),
(7139, 5103, 'cmsmasters_bg_pos', 'top center'),
(7140, 5103, 'cmsmasters_bg_att', 'scroll'),
(7141, 5103, 'cmsmasters_bg_size', 'cover'),
(7142, 5103, 'cmsmasters_heading', 'disabled'),
(7143, 5103, 'cmsmasters_heading_title', ''),
(7144, 5103, 'cmsmasters_heading_subtitle', ''),
(7145, 5103, 'cmsmasters_heading_icon', ''),
(7146, 5103, 'cmsmasters_heading_alignment', 'center'),
(7147, 5103, 'cmsmasters_heading_scheme', 'default'),
(7148, 5103, 'cmsmasters_heading_bg_img_enable', 'true'),
(7149, 5103, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(7150, 5103, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(7151, 5103, 'cmsmasters_heading_bg_att', 'scroll'),
(7152, 5103, 'cmsmasters_heading_bg_size', 'cover'),
(7153, 5103, 'cmsmasters_heading_bg_color', ''),
(7154, 5103, 'cmsmasters_heading_height', '360'),
(7155, 5103, 'cmsmasters_breadcrumbs', 'true'),
(7156, 5103, '_mail', 'a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:46:\"[your-name] <wordpress@welfare.cmsmasters.net>\";s:4:\"body\";s:174:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Welfare (http://welfare.cmsmasters.net)\";s:9:\"recipient\";s:19:\"example@example.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(7157, 5103, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:42:\"Welfare <wordpress@welfare.cmsmasters.net>\";s:4:\"body\";s:116:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Welfare (http://welfare.cmsmasters.net)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: example@example.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(7158, 5103, '_messages', 'a:8:{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.\";}'),
(7159, 5103, '_additional_settings', ''),
(7160, 5103, '_locale', 'en_US'),
(7161, 5103, '_config_errors', 'a:2:{s:12:\"mail.subject\";i:101;s:11:\"mail.sender\";i:103;}'),
(7162, 7571, '_form', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),
(7163, 7571, 'cmsmasters_post_image_show', 'false'),
(7164, 7571, 'cmsmasters_post_image_link', ''),
(7165, 7571, 'cmsmasters_post_images', ''),
(7166, 7571, 'cmsmasters_post_video_type', 'embedded'),
(7167, 7571, 'cmsmasters_post_video_link', ''),
(7168, 7571, 'cmsmasters_post_video_links', ''),
(7169, 7571, 'cmsmasters_post_audio_links', ''),
(7170, 7571, 'cmsmasters_post_title', 'true'),
(7171, 7571, 'cmsmasters_post_sharing_box', 'true'),
(7172, 7571, 'cmsmasters_post_author_box', 'true'),
(7173, 7571, 'cmsmasters_post_more_posts', 'popular'),
(7174, 7571, 'cmsmasters_post_read_more', 'Continue Reading...'),
(7175, 7571, 'cmsmasters_page_scheme', 'default'),
(7176, 7571, 'cmsmasters_layout', 'r_sidebar'),
(7177, 7571, 'cmsmasters_sidebar_id', ''),
(7178, 7571, 'cmsmasters_bottom_sidebar', 'false'),
(7179, 7571, 'cmsmasters_bottom_sidebar_id', ''),
(7180, 7571, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(7181, 7571, 'cmsmasters_bg_default', 'true'),
(7182, 7571, 'cmsmasters_bg_col', '#ffffff'),
(7183, 7571, 'cmsmasters_bg_img_enable', 'false'),
(7184, 7571, 'cmsmasters_bg_img', ''),
(7185, 7571, 'cmsmasters_bg_rep', 'no-repeat'),
(7186, 7571, 'cmsmasters_bg_pos', 'top center'),
(7187, 7571, 'cmsmasters_bg_att', 'scroll'),
(7188, 7571, 'cmsmasters_bg_size', 'cover'),
(7189, 7571, 'cmsmasters_heading', 'disabled'),
(7190, 7571, 'cmsmasters_heading_title', ''),
(7191, 7571, 'cmsmasters_heading_subtitle', ''),
(7192, 7571, 'cmsmasters_heading_icon', ''),
(7193, 7571, 'cmsmasters_heading_alignment', 'center'),
(7194, 7571, 'cmsmasters_heading_scheme', 'default'),
(7195, 7571, 'cmsmasters_heading_bg_img_enable', 'true'),
(7196, 7571, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(7197, 7571, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(7198, 7571, 'cmsmasters_heading_bg_att', 'scroll'),
(7199, 7571, 'cmsmasters_heading_bg_size', 'cover'),
(7200, 7571, 'cmsmasters_heading_bg_color', ''),
(7201, 7571, 'cmsmasters_heading_height', '360'),
(7202, 7571, 'cmsmasters_breadcrumbs', 'true'),
(7203, 7571, '_mail', 'a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:54:\"[your-name] <wordpress@interior-design.cmsmasters.net>\";s:4:\"body\";s:190:\"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 Interior Design (http://interior-design.cmsmasters.net)\";s:9:\"recipient\";s:19:\"example@example.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(7204, 7571, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:58:\"Interior Design <wordpress@interior-design.cmsmasters.net>\";s:4:\"body\";s:132:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Interior Design (http://interior-design.cmsmasters.net)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: example@example.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(7205, 7571, '_messages', 'a:8:{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.\";}'),
(7206, 7571, '_additional_settings', ''),
(7207, 7571, '_locale', 'en_US'),
(7208, 7571, '_config_errors', 'a:2:{s:12:\"mail.subject\";i:101;s:11:\"mail.sender\";i:103;}'),
(7209, 9302, '_form', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),
(7210, 9302, 'cmsmasters_post_image_show', 'false'),
(7211, 9302, 'cmsmasters_post_image_link', ''),
(7212, 9302, 'cmsmasters_post_images', ''),
(7213, 9302, 'cmsmasters_post_video_type', 'embedded'),
(7214, 9302, 'cmsmasters_post_video_link', ''),
(7215, 9302, 'cmsmasters_post_video_links', ''),
(7216, 9302, 'cmsmasters_post_audio_links', ''),
(7217, 9302, 'cmsmasters_post_title', 'true'),
(7218, 9302, 'cmsmasters_post_sharing_box', 'true'),
(7219, 9302, 'cmsmasters_post_author_box', 'true'),
(7220, 9302, 'cmsmasters_post_more_posts', 'popular'),
(7221, 9302, 'cmsmasters_post_read_more', 'Continue Reading...'),
(7222, 9302, 'cmsmasters_page_scheme', 'default'),
(7223, 9302, 'cmsmasters_layout', 'r_sidebar'),
(7224, 9302, 'cmsmasters_sidebar_id', ''),
(7225, 9302, 'cmsmasters_bottom_sidebar', 'false'),
(7226, 9302, 'cmsmasters_bottom_sidebar_id', ''),
(7227, 9302, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(7228, 9302, 'cmsmasters_bg_default', 'true'),
(7229, 9302, 'cmsmasters_bg_col', '#ffffff'),
(7230, 9302, 'cmsmasters_bg_img_enable', 'false'),
(7231, 9302, 'cmsmasters_bg_img', ''),
(7232, 9302, 'cmsmasters_bg_rep', 'no-repeat'),
(7233, 9302, 'cmsmasters_bg_pos', 'top center'),
(7234, 9302, 'cmsmasters_bg_att', 'scroll'),
(7235, 9302, 'cmsmasters_bg_size', 'cover'),
(7236, 9302, 'cmsmasters_heading', 'disabled'),
(7237, 9302, 'cmsmasters_heading_title', ''),
(7238, 9302, 'cmsmasters_heading_subtitle', ''),
(7239, 9302, 'cmsmasters_heading_icon', ''),
(7240, 9302, 'cmsmasters_heading_alignment', 'center'),
(7241, 9302, 'cmsmasters_heading_scheme', 'default'),
(7242, 9302, 'cmsmasters_heading_bg_img_enable', 'true'),
(7243, 9302, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(7244, 9302, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(7245, 9302, 'cmsmasters_heading_bg_att', 'scroll'),
(7246, 9302, 'cmsmasters_heading_bg_size', 'cover'),
(7247, 9302, 'cmsmasters_heading_bg_color', ''),
(7248, 9302, 'cmsmasters_heading_height', '360'),
(7249, 9302, 'cmsmasters_breadcrumbs', 'true'),
(7250, 9302, '_mail', 'a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:43:\"[your-name] <wordpress@mall.cmsmasters.net>\";s:4:\"body\";s:168:\"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 Mall (http://mall.cmsmasters.net)\";s:9:\"recipient\";s:19:\"example@example.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(7251, 9302, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:36:\"Mall <wordpress@mall.cmsmasters.net>\";s:4:\"body\";s:110:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Mall (http://mall.cmsmasters.net)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: example@example.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(7252, 9302, '_messages', 'a:8:{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.\";}'),
(7253, 9302, '_additional_settings', ''),
(7254, 9302, '_locale', 'en_US'),
(7255, 9302, '_config_errors', 'a:2:{s:12:\"mail.subject\";i:101;s:11:\"mail.sender\";i:103;}'),
(7256, 10653, '_form', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),
(7257, 10653, 'cmsmasters_post_image_show', 'false'),
(7258, 10653, 'cmsmasters_post_image_link', ''),
(7259, 10653, 'cmsmasters_post_images', ''),
(7260, 10653, 'cmsmasters_post_video_type', 'embedded'),
(7261, 10653, 'cmsmasters_post_video_link', ''),
(7262, 10653, 'cmsmasters_post_video_links', ''),
(7263, 10653, 'cmsmasters_post_audio_links', ''),
(7264, 10653, 'cmsmasters_post_title', 'true'),
(7265, 10653, 'cmsmasters_post_sharing_box', 'true'),
(7266, 10653, 'cmsmasters_post_author_box', 'true'),
(7267, 10653, 'cmsmasters_post_more_posts', 'popular'),
(7268, 10653, 'cmsmasters_post_read_more', 'Continue Reading...'),
(7269, 10653, 'cmsmasters_page_scheme', 'default'),
(7270, 10653, 'cmsmasters_layout', 'r_sidebar'),
(7271, 10653, 'cmsmasters_sidebar_id', ''),
(7272, 10653, 'cmsmasters_bottom_sidebar', 'false'),
(7273, 10653, 'cmsmasters_bottom_sidebar_id', ''),
(7274, 10653, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(7275, 10653, 'cmsmasters_bg_default', 'true'),
(7276, 10653, 'cmsmasters_bg_col', '#ffffff'),
(7277, 10653, 'cmsmasters_bg_img_enable', 'false'),
(7278, 10653, 'cmsmasters_bg_img', ''),
(7279, 10653, 'cmsmasters_bg_rep', 'no-repeat'),
(7280, 10653, 'cmsmasters_bg_pos', 'top center'),
(7281, 10653, 'cmsmasters_bg_att', 'scroll'),
(7282, 10653, 'cmsmasters_bg_size', 'cover'),
(7283, 10653, 'cmsmasters_heading', 'disabled'),
(7284, 10653, 'cmsmasters_heading_title', ''),
(7285, 10653, 'cmsmasters_heading_subtitle', ''),
(7286, 10653, 'cmsmasters_heading_icon', ''),
(7287, 10653, 'cmsmasters_heading_alignment', 'center'),
(7288, 10653, 'cmsmasters_heading_scheme', 'default'),
(7289, 10653, 'cmsmasters_heading_bg_img_enable', 'true'),
(7290, 10653, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(7291, 10653, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(7292, 10653, 'cmsmasters_heading_bg_att', 'scroll'),
(7293, 10653, 'cmsmasters_heading_bg_size', 'cover'),
(7294, 10653, 'cmsmasters_heading_bg_color', ''),
(7295, 10653, 'cmsmasters_heading_height', '360'),
(7296, 10653, 'cmsmasters_breadcrumbs', 'true'),
(7297, 10653, '_mail', 'a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:55:\"[your-name] <wordpress@construction-pro.cmsmasters.net>\";s:4:\"body\";s:192:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Construction PRO (http://construction-pro.cmsmasters.net)\";s:9:\"recipient\";s:19:\"example@example.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;}'),
(7298, 10653, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:60:\"Construction PRO <wordpress@construction-pro.cmsmasters.net>\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Construction PRO (http://construction-pro.cmsmasters.net)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: example@example.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(7299, 10653, '_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:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(7300, 10653, '_additional_settings', ''),
(7301, 10653, '_locale', 'en_US'),
(7302, 10653, '_config_errors', 'a:1:{s:12:\"mail.subject\";i:101;}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7303, 10792, '_EventOrigin', 'events-calendar'),
(7304, 10792, '_tribe_modified_fields', 'a:64:{s:12:\"_EventOrigin\";i:1610043105;s:16:\"tribe_events_cat\";i:1610043105;s:26:\"cmsmasters_post_image_show\";i:1610043105;s:26:\"cmsmasters_post_image_link\";i:1610043105;s:22:\"cmsmasters_post_images\";i:1610043105;s:26:\"cmsmasters_post_video_type\";i:1610043105;s:26:\"cmsmasters_post_video_link\";i:1610043105;s:27:\"cmsmasters_post_video_links\";i:1610043105;s:27:\"cmsmasters_post_audio_links\";i:1610043105;s:21:\"cmsmasters_post_title\";i:1610043105;s:27:\"cmsmasters_post_sharing_box\";i:1610043105;s:26:\"cmsmasters_post_author_box\";i:1610043105;s:26:\"cmsmasters_post_more_posts\";i:1610043105;s:25:\"cmsmasters_post_read_more\";i:1610043105;s:22:\"cmsmasters_page_scheme\";i:1610043105;s:17:\"cmsmasters_layout\";i:1610043105;s:21:\"cmsmasters_sidebar_id\";i:1610043105;s:25:\"cmsmasters_bottom_sidebar\";i:1610043105;s:28:\"cmsmasters_bottom_sidebar_id\";i:1610043105;s:32:\"cmsmasters_bottom_sidebar_layout\";i:1610043105;s:21:\"cmsmasters_bg_default\";i:1610043105;s:17:\"cmsmasters_bg_col\";i:1610043105;s:24:\"cmsmasters_bg_img_enable\";i:1610043105;s:17:\"cmsmasters_bg_img\";i:1610043105;s:17:\"cmsmasters_bg_rep\";i:1610043105;s:17:\"cmsmasters_bg_pos\";i:1610043105;s:17:\"cmsmasters_bg_att\";i:1610043105;s:18:\"cmsmasters_bg_size\";i:1610043105;s:18:\"cmsmasters_heading\";i:1610043105;s:24:\"cmsmasters_heading_title\";i:1610043105;s:27:\"cmsmasters_heading_subtitle\";i:1610043105;s:23:\"cmsmasters_heading_icon\";i:1610043105;s:28:\"cmsmasters_heading_alignment\";i:1610043105;s:25:\"cmsmasters_heading_scheme\";i:1610043105;s:32:\"cmsmasters_heading_bg_img_enable\";i:1610043105;s:25:\"cmsmasters_heading_bg_img\";i:1610043105;s:25:\"cmsmasters_heading_bg_rep\";i:1610043105;s:25:\"cmsmasters_heading_bg_att\";i:1610043105;s:26:\"cmsmasters_heading_bg_size\";i:1610043105;s:27:\"cmsmasters_heading_bg_color\";i:1610043105;s:25:\"cmsmasters_heading_height\";i:1610043105;s:22:\"cmsmasters_breadcrumbs\";i:1610043105;s:24:\"cmsmasters_composer_show\";i:1610043105;s:30:\"cmsmasters_composer_fullscreen\";i:1610043105;s:14:\"slide_template\";i:1610043105;s:17:\"_EventShowMapLink\";i:1610043105;s:13:\"_EventShowMap\";i:1610043105;s:12:\"_EventAllDay\";i:1610043105;s:15:\"_EventStartDate\";i:1610043105;s:13:\"_EventEndDate\";i:1610043105;s:18:\"_EventStartDateUTC\";i:1610043105;s:16:\"_EventEndDateUTC\";i:1610043105;s:14:\"_EventDuration\";i:1610043105;s:13:\"_EventVenueID\";i:1610043105;s:20:\"_EventCurrencySymbol\";i:1610043105;s:22:\"_EventCurrencyPosition\";i:1610043105;s:9:\"_EventURL\";i:1610043105;s:14:\"_EventTimezone\";i:1610043105;s:18:\"_EventTimezoneAbbr\";i:1610043105;s:16:\"_EventRecurrence\";i:1610043105;s:17:\"_EventOrganizerID\";i:1610043105;s:12:\"_wp_old_slug\";i:1610044940;s:13:\"_thumbnail_id\";i:1610043105;s:10:\"_EventCost\";i:1610043105;}'),
(7305, 10792, 'cmsmasters_post_image_show', 'false'),
(7306, 10792, 'cmsmasters_post_image_link', ''),
(7307, 10792, 'cmsmasters_post_images', ''),
(7308, 10792, 'cmsmasters_post_video_type', 'embedded'),
(7309, 10792, 'cmsmasters_post_video_link', ''),
(7310, 10792, 'cmsmasters_post_video_links', ''),
(7311, 10792, 'cmsmasters_post_audio_links', ''),
(7312, 10792, 'cmsmasters_post_title', 'false'),
(7313, 10792, 'cmsmasters_post_sharing_box', 'false'),
(7314, 10792, 'cmsmasters_post_author_box', 'false'),
(7315, 10792, 'cmsmasters_post_more_posts', 'popular'),
(7316, 10792, 'cmsmasters_post_read_more', 'Continue Reading...'),
(7317, 10792, 'cmsmasters_page_scheme', 'default'),
(7318, 10792, 'cmsmasters_layout', 'fullwidth'),
(7319, 10792, 'cmsmasters_sidebar_id', ''),
(7320, 10792, 'cmsmasters_bottom_sidebar', 'false'),
(7321, 10792, 'cmsmasters_bottom_sidebar_id', 'sidebar_bottom'),
(7322, 10792, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(7323, 10792, 'cmsmasters_bg_default', 'true'),
(7324, 10792, 'cmsmasters_bg_col', '#ffffff'),
(7325, 10792, 'cmsmasters_bg_img_enable', 'true'),
(7326, 10792, 'cmsmasters_bg_img', ''),
(7327, 10792, 'cmsmasters_bg_rep', 'no-repeat'),
(7328, 10792, 'cmsmasters_bg_pos', 'top left'),
(7329, 10792, 'cmsmasters_bg_att', 'scroll'),
(7330, 10792, 'cmsmasters_bg_size', 'cover'),
(7331, 10792, 'cmsmasters_heading', 'default'),
(7332, 10792, 'cmsmasters_heading_title', ''),
(7333, 10792, 'cmsmasters_heading_subtitle', ''),
(7334, 10792, 'cmsmasters_heading_icon', ''),
(7335, 10792, 'cmsmasters_heading_alignment', 'center'),
(7336, 10792, 'cmsmasters_heading_scheme', 'default'),
(7337, 10792, 'cmsmasters_heading_bg_img_enable', 'true'),
(7338, 10792, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(7339, 10792, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(7340, 10792, 'cmsmasters_heading_bg_att', 'scroll'),
(7341, 10792, 'cmsmasters_heading_bg_size', 'cover'),
(7342, 10792, 'cmsmasters_heading_bg_color', ''),
(7343, 10792, 'cmsmasters_heading_height', '360'),
(7344, 10792, 'cmsmasters_breadcrumbs', 'true'),
(7345, 10792, 'cmsmasters_composer_show', 'false'),
(7346, 10792, 'cmsmasters_composer_fullscreen', 'false'),
(7347, 10792, 'slide_template', 'default'),
(7348, 10792, '_EventShowMapLink', '1'),
(7349, 10792, '_EventShowMap', '1'),
(7350, 10792, '_EventAllDay', 'yes'),
(7351, 10792, '_EventStartDate', '2016-07-02 00:00:00'),
(7352, 10792, '_EventEndDate', '2016-07-04 23:59:59'),
(7353, 10792, '_EventStartDateUTC', '2016-07-02 00:00:00'),
(7354, 10792, '_EventEndDateUTC', '2016-07-04 23:59:59'),
(7355, 10792, '_EventDuration', '259199'),
(7356, 10792, '_EventVenueID', '10799'),
(7357, 10792, '_EventCurrencySymbol', ''),
(7358, 10792, '_EventCurrencyPosition', 'prefix'),
(7359, 10792, '_EventURL', ''),
(7360, 10792, '_EventTimezone', 'UTC+0'),
(7361, 10792, '_EventTimezoneAbbr', ''),
(7362, 10792, '_EventRecurrence', 'a:3:{s:5:\"rules\";a:0:{}s:10:\"exclusions\";a:0:{}s:11:\"description\";N;}'),
(7363, 10792, '_EventOrganizerID', '10798'),
(7364, 10792, '_wp_old_slug', 'title-5'),
(7365, 10792, '_thumbnail_id', '12932'),
(7366, 10792, '_EventCost', '200'),
(7367, 10798, '_OrganizerOrigin', 'events-calendar'),
(7368, 10798, '_tribe_modified_fields', 'a:48:{s:16:\"_OrganizerOrigin\";i:1610043105;s:26:\"cmsmasters_post_image_show\";i:1610043105;s:26:\"cmsmasters_post_image_link\";i:1610043105;s:22:\"cmsmasters_post_images\";i:1610043105;s:26:\"cmsmasters_post_video_type\";i:1610043105;s:26:\"cmsmasters_post_video_link\";i:1610043105;s:27:\"cmsmasters_post_video_links\";i:1610043105;s:27:\"cmsmasters_post_audio_links\";i:1610043105;s:21:\"cmsmasters_post_title\";i:1610043106;s:27:\"cmsmasters_post_sharing_box\";i:1610043106;s:26:\"cmsmasters_post_author_box\";i:1610043106;s:26:\"cmsmasters_post_more_posts\";i:1610043105;s:25:\"cmsmasters_post_read_more\";i:1610043105;s:22:\"cmsmasters_page_scheme\";i:1610043106;s:17:\"cmsmasters_layout\";i:1610043106;s:21:\"cmsmasters_sidebar_id\";i:1610043106;s:25:\"cmsmasters_bottom_sidebar\";i:1610043106;s:28:\"cmsmasters_bottom_sidebar_id\";i:1610043106;s:32:\"cmsmasters_bottom_sidebar_layout\";i:1610043106;s:21:\"cmsmasters_bg_default\";i:1610043106;s:17:\"cmsmasters_bg_col\";i:1610043106;s:24:\"cmsmasters_bg_img_enable\";i:1610043106;s:17:\"cmsmasters_bg_img\";i:1610043106;s:17:\"cmsmasters_bg_rep\";i:1610043106;s:17:\"cmsmasters_bg_pos\";i:1610043106;s:17:\"cmsmasters_bg_att\";i:1610043106;s:18:\"cmsmasters_bg_size\";i:1610043106;s:18:\"cmsmasters_heading\";i:1610043106;s:24:\"cmsmasters_heading_title\";i:1610043106;s:27:\"cmsmasters_heading_subtitle\";i:1610043106;s:23:\"cmsmasters_heading_icon\";i:1610043106;s:28:\"cmsmasters_heading_alignment\";i:1610043106;s:25:\"cmsmasters_heading_scheme\";i:1610043106;s:32:\"cmsmasters_heading_bg_img_enable\";i:1610043106;s:25:\"cmsmasters_heading_bg_img\";i:1610043106;s:25:\"cmsmasters_heading_bg_rep\";i:1610043106;s:25:\"cmsmasters_heading_bg_att\";i:1610043106;s:26:\"cmsmasters_heading_bg_size\";i:1610043106;s:27:\"cmsmasters_heading_bg_color\";i:1610043106;s:25:\"cmsmasters_heading_height\";i:1610043106;s:22:\"cmsmasters_breadcrumbs\";i:1610043106;s:24:\"cmsmasters_composer_show\";i:1610043106;s:30:\"cmsmasters_composer_fullscreen\";i:1610043106;s:19:\"_OrganizerOrganizer\";i:1610043106;s:15:\"_OrganizerPhone\";i:1610043106;s:17:\"_OrganizerWebsite\";i:1610043106;s:15:\"_OrganizerEmail\";i:1610043106;s:14:\"slide_template\";i:1610043106;}'),
(7369, 10798, 'cmsmasters_post_image_show', 'false'),
(7370, 10798, 'cmsmasters_post_image_link', ''),
(7371, 10798, 'cmsmasters_post_images', ''),
(7372, 10798, 'cmsmasters_post_video_type', 'embedded'),
(7373, 10798, 'cmsmasters_post_video_link', ''),
(7374, 10798, 'cmsmasters_post_video_links', ''),
(7375, 10798, 'cmsmasters_post_audio_links', ''),
(7376, 10798, 'cmsmasters_post_title', 'false'),
(7377, 10798, 'cmsmasters_post_sharing_box', 'false'),
(7378, 10798, 'cmsmasters_post_author_box', 'false'),
(7379, 10798, 'cmsmasters_post_more_posts', 'popular'),
(7380, 10798, 'cmsmasters_post_read_more', 'Continue Reading...'),
(7381, 10798, 'cmsmasters_page_scheme', 'default'),
(7382, 10798, 'cmsmasters_layout', 'fullwidth'),
(7383, 10798, 'cmsmasters_sidebar_id', ''),
(7384, 10798, 'cmsmasters_bottom_sidebar', 'true'),
(7385, 10798, 'cmsmasters_bottom_sidebar_id', 'sidebar_bottom'),
(7386, 10798, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(7387, 10798, 'cmsmasters_bg_default', 'true'),
(7388, 10798, 'cmsmasters_bg_col', '#ffffff'),
(7389, 10798, 'cmsmasters_bg_img_enable', 'true'),
(7390, 10798, 'cmsmasters_bg_img', ''),
(7391, 10798, 'cmsmasters_bg_rep', 'no-repeat'),
(7392, 10798, 'cmsmasters_bg_pos', 'top left'),
(7393, 10798, 'cmsmasters_bg_att', 'scroll'),
(7394, 10798, 'cmsmasters_bg_size', 'cover'),
(7395, 10798, 'cmsmasters_heading', 'default'),
(7396, 10798, 'cmsmasters_heading_title', ''),
(7397, 10798, 'cmsmasters_heading_subtitle', ''),
(7398, 10798, 'cmsmasters_heading_icon', ''),
(7399, 10798, 'cmsmasters_heading_alignment', 'center'),
(7400, 10798, 'cmsmasters_heading_scheme', 'default'),
(7401, 10798, 'cmsmasters_heading_bg_img_enable', 'true'),
(7402, 10798, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(7403, 10798, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(7404, 10798, 'cmsmasters_heading_bg_att', 'scroll'),
(7405, 10798, 'cmsmasters_heading_bg_size', 'cover'),
(7406, 10798, 'cmsmasters_heading_bg_color', ''),
(7407, 10798, 'cmsmasters_heading_height', '485'),
(7408, 10798, 'cmsmasters_breadcrumbs', 'true'),
(7409, 10798, 'cmsmasters_composer_show', 'false'),
(7410, 10798, 'cmsmasters_composer_fullscreen', 'false'),
(7411, 10798, '_OrganizerOrganizer', 'Nick Sims'),
(7412, 10798, '_OrganizerPhone', '+1 123 2345 678'),
(7413, 10798, '_OrganizerWebsite', 'example.com'),
(7414, 10798, '_OrganizerEmail', 'sims@example.com'),
(7415, 10798, 'slide_template', 'default'),
(7416, 10799, '_VenueOrigin', 'events-calendar'),
(7417, 10799, '_tribe_modified_fields', 'a:63:{s:12:\"_VenueOrigin\";i:1610043106;s:26:\"cmsmasters_post_image_show\";i:1610043106;s:26:\"cmsmasters_post_image_link\";i:1610043106;s:22:\"cmsmasters_post_images\";i:1610043106;s:26:\"cmsmasters_post_video_type\";i:1610043106;s:26:\"cmsmasters_post_video_link\";i:1610043106;s:27:\"cmsmasters_post_video_links\";i:1610043106;s:27:\"cmsmasters_post_audio_links\";i:1610043106;s:21:\"cmsmasters_post_title\";i:1610043106;s:27:\"cmsmasters_post_sharing_box\";i:1610043106;s:26:\"cmsmasters_post_author_box\";i:1610043106;s:26:\"cmsmasters_post_more_posts\";i:1610043106;s:25:\"cmsmasters_post_read_more\";i:1610043106;s:22:\"cmsmasters_page_scheme\";i:1610043106;s:17:\"cmsmasters_layout\";i:1610043106;s:21:\"cmsmasters_sidebar_id\";i:1610043106;s:25:\"cmsmasters_bottom_sidebar\";i:1610043106;s:28:\"cmsmasters_bottom_sidebar_id\";i:1610043106;s:32:\"cmsmasters_bottom_sidebar_layout\";i:1610043106;s:21:\"cmsmasters_bg_default\";i:1610043106;s:17:\"cmsmasters_bg_col\";i:1610043106;s:24:\"cmsmasters_bg_img_enable\";i:1610043106;s:17:\"cmsmasters_bg_img\";i:1610043106;s:17:\"cmsmasters_bg_rep\";i:1610043106;s:17:\"cmsmasters_bg_pos\";i:1610043106;s:17:\"cmsmasters_bg_att\";i:1610043106;s:18:\"cmsmasters_bg_size\";i:1610043106;s:18:\"cmsmasters_heading\";i:1610043106;s:24:\"cmsmasters_heading_title\";i:1610043106;s:27:\"cmsmasters_heading_subtitle\";i:1610043106;s:23:\"cmsmasters_heading_icon\";i:1610043106;s:28:\"cmsmasters_heading_alignment\";i:1610043106;s:25:\"cmsmasters_heading_scheme\";i:1610043106;s:32:\"cmsmasters_heading_bg_img_enable\";i:1610043106;s:25:\"cmsmasters_heading_bg_img\";i:1610043106;s:25:\"cmsmasters_heading_bg_rep\";i:1610043106;s:25:\"cmsmasters_heading_bg_att\";i:1610043106;s:26:\"cmsmasters_heading_bg_size\";i:1610043106;s:27:\"cmsmasters_heading_bg_color\";i:1610043106;s:25:\"cmsmasters_heading_height\";i:1610043106;s:22:\"cmsmasters_breadcrumbs\";i:1610043106;s:24:\"cmsmasters_composer_show\";i:1610043106;s:30:\"cmsmasters_composer_fullscreen\";i:1610043106;s:17:\"_EventShowMapLink\";i:1610043106;s:13:\"_EventShowMap\";i:1610043106;s:11:\"_VenueVenue\";i:1610043106;s:13:\"_VenueAddress\";i:1610043106;s:10:\"_VenueCity\";i:1610043106;s:13:\"_VenueCountry\";i:1610043106;s:14:\"_VenueProvince\";i:1610043106;s:11:\"_VenueState\";i:1610043106;s:9:\"_VenueZip\";i:1610043106;s:11:\"_VenuePhone\";i:1610043106;s:9:\"_VenueURL\";i:1610043106;s:13:\"_VenueShowMap\";i:1610043106;s:17:\"_VenueShowMapLink\";i:1610043106;s:19:\"_VenueStateProvince\";i:1610043106;s:21:\"_VenueOverwriteCoords\";i:1610043106;s:9:\"_VenueLat\";i:1610043106;s:9:\"_VenueLng\";i:1610043106;s:16:\"_VenueGeoAddress\";i:1610043106;s:14:\"slide_template\";i:1610043106;s:12:\"_wp_old_slug\";i:1610044940;}'),
(7418, 10799, 'cmsmasters_post_image_show', 'false'),
(7419, 10799, 'cmsmasters_post_image_link', ''),
(7420, 10799, 'cmsmasters_post_images', ''),
(7421, 10799, 'cmsmasters_post_video_type', 'embedded'),
(7422, 10799, 'cmsmasters_post_video_link', ''),
(7423, 10799, 'cmsmasters_post_video_links', ''),
(7424, 10799, 'cmsmasters_post_audio_links', ''),
(7425, 10799, 'cmsmasters_post_title', 'false'),
(7426, 10799, 'cmsmasters_post_sharing_box', 'false'),
(7427, 10799, 'cmsmasters_post_author_box', 'false'),
(7428, 10799, 'cmsmasters_post_more_posts', 'popular'),
(7429, 10799, 'cmsmasters_post_read_more', 'Continue Reading...'),
(7430, 10799, 'cmsmasters_page_scheme', 'default'),
(7431, 10799, 'cmsmasters_layout', 'fullwidth'),
(7432, 10799, 'cmsmasters_sidebar_id', ''),
(7433, 10799, 'cmsmasters_bottom_sidebar', 'false'),
(7434, 10799, 'cmsmasters_bottom_sidebar_id', 'sidebar_bottom'),
(7435, 10799, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(7436, 10799, 'cmsmasters_bg_default', 'true'),
(7437, 10799, 'cmsmasters_bg_col', '#ffffff'),
(7438, 10799, 'cmsmasters_bg_img_enable', 'true'),
(7439, 10799, 'cmsmasters_bg_img', ''),
(7440, 10799, 'cmsmasters_bg_rep', 'no-repeat'),
(7441, 10799, 'cmsmasters_bg_pos', 'top left'),
(7442, 10799, 'cmsmasters_bg_att', 'scroll'),
(7443, 10799, 'cmsmasters_bg_size', 'cover'),
(7444, 10799, 'cmsmasters_heading', 'default'),
(7445, 10799, 'cmsmasters_heading_title', ''),
(7446, 10799, 'cmsmasters_heading_subtitle', ''),
(7447, 10799, 'cmsmasters_heading_icon', ''),
(7448, 10799, 'cmsmasters_heading_alignment', 'center'),
(7449, 10799, 'cmsmasters_heading_scheme', 'default'),
(7450, 10799, 'cmsmasters_heading_bg_img_enable', 'true'),
(7451, 10799, 'cmsmasters_heading_bg_img', '12036|http://in-conference.cmsmasters.net/wp-content/uploads/2016/07/heading-2-300x89.jpg'),
(7452, 10799, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(7453, 10799, 'cmsmasters_heading_bg_att', 'scroll'),
(7454, 10799, 'cmsmasters_heading_bg_size', 'cover'),
(7455, 10799, 'cmsmasters_heading_bg_color', ''),
(7456, 10799, 'cmsmasters_heading_height', '360'),
(7457, 10799, 'cmsmasters_breadcrumbs', 'true'),
(7458, 10799, 'cmsmasters_composer_show', 'false'),
(7459, 10799, 'cmsmasters_composer_fullscreen', 'false'),
(7460, 10799, '_EventShowMapLink', ''),
(7461, 10799, '_EventShowMap', ''),
(7462, 10799, '_VenueVenue', 'Eco Press'),
(7463, 10799, '_VenueAddress', '350 5th Ave'),
(7464, 10799, '_VenueCity', 'New York'),
(7465, 10799, '_VenueCountry', 'United States'),
(7466, 10799, '_VenueProvince', ''),
(7467, 10799, '_VenueState', 'NY'),
(7468, 10799, '_VenueZip', ''),
(7469, 10799, '_VenuePhone', '+ 1 (000) 111 2233'),
(7470, 10799, '_VenueURL', ''),
(7471, 10799, '_VenueShowMap', 'true'),
(7472, 10799, '_VenueShowMapLink', 'true'),
(7473, 10799, '_VenueStateProvince', 'NY'),
(7474, 10799, '_VenueOverwriteCoords', '0'),
(7475, 10799, '_VenueLat', '40.7484404'),
(7476, 10799, '_VenueLng', '-73.9856554'),
(7477, 10799, '_VenueGeoAddress', '350 5th Ave New York  NY  United States'),
(7478, 10799, 'slide_template', 'default'),
(7479, 10799, '_wp_old_slug', 'central-park'),
(7480, 10800, '_EventOrigin', 'events-calendar'),
(7481, 10800, '_tribe_modified_fields', 'a:65:{s:12:\"_EventOrigin\";i:1610043106;s:16:\"tribe_events_cat\";i:1610043106;s:26:\"cmsmasters_post_image_show\";i:1610043106;s:26:\"cmsmasters_post_image_link\";i:1610043106;s:22:\"cmsmasters_post_images\";i:1610043106;s:26:\"cmsmasters_post_video_type\";i:1610043106;s:26:\"cmsmasters_post_video_link\";i:1610043106;s:27:\"cmsmasters_post_video_links\";i:1610043106;s:27:\"cmsmasters_post_audio_links\";i:1610043106;s:21:\"cmsmasters_post_title\";i:1610043106;s:27:\"cmsmasters_post_sharing_box\";i:1610043106;s:26:\"cmsmasters_post_author_box\";i:1610043106;s:26:\"cmsmasters_post_more_posts\";i:1610043106;s:25:\"cmsmasters_post_read_more\";i:1610043106;s:22:\"cmsmasters_page_scheme\";i:1610043106;s:17:\"cmsmasters_layout\";i:1610043106;s:21:\"cmsmasters_sidebar_id\";i:1610043106;s:25:\"cmsmasters_bottom_sidebar\";i:1610043106;s:28:\"cmsmasters_bottom_sidebar_id\";i:1610043106;s:32:\"cmsmasters_bottom_sidebar_layout\";i:1610043106;s:21:\"cmsmasters_bg_default\";i:1610043106;s:17:\"cmsmasters_bg_col\";i:1610043106;s:24:\"cmsmasters_bg_img_enable\";i:1610043106;s:17:\"cmsmasters_bg_img\";i:1610043106;s:17:\"cmsmasters_bg_rep\";i:1610043106;s:17:\"cmsmasters_bg_pos\";i:1610043106;s:17:\"cmsmasters_bg_att\";i:1610043106;s:18:\"cmsmasters_bg_size\";i:1610043106;s:18:\"cmsmasters_heading\";i:1610043106;s:24:\"cmsmasters_heading_title\";i:1610043106;s:27:\"cmsmasters_heading_subtitle\";i:1610043106;s:23:\"cmsmasters_heading_icon\";i:1610043106;s:28:\"cmsmasters_heading_alignment\";i:1610043106;s:25:\"cmsmasters_heading_scheme\";i:1610043106;s:32:\"cmsmasters_heading_bg_img_enable\";i:1610043106;s:25:\"cmsmasters_heading_bg_img\";i:1610043106;s:25:\"cmsmasters_heading_bg_rep\";i:1610043106;s:25:\"cmsmasters_heading_bg_att\";i:1610043106;s:26:\"cmsmasters_heading_bg_size\";i:1610043106;s:27:\"cmsmasters_heading_bg_color\";i:1610043106;s:25:\"cmsmasters_heading_height\";i:1610043106;s:22:\"cmsmasters_breadcrumbs\";i:1610043106;s:24:\"cmsmasters_composer_show\";i:1610043106;s:30:\"cmsmasters_composer_fullscreen\";i:1610043106;s:14:\"slide_template\";i:1610043106;s:17:\"_EventShowMapLink\";i:1610043106;s:13:\"_EventShowMap\";i:1610043106;s:12:\"_EventAllDay\";i:1610043106;s:15:\"_EventStartDate\";i:1610043106;s:13:\"_EventEndDate\";i:1610043106;s:18:\"_EventStartDateUTC\";i:1610043106;s:16:\"_EventEndDateUTC\";i:1610043106;s:14:\"_EventDuration\";i:1610043106;s:13:\"_EventVenueID\";i:1610043106;s:20:\"_EventCurrencySymbol\";i:1610043106;s:22:\"_EventCurrencyPosition\";i:1610043106;s:9:\"_EventURL\";i:1610043106;s:14:\"_EventTimezone\";i:1610043106;s:18:\"_EventTimezoneAbbr\";i:1610043106;s:12:\"_dp_original\";i:1610043106;s:17:\"_EventOrganizerID\";i:1610043106;s:12:\"_wp_old_slug\";i:1610044940;s:16:\"_EventRecurrence\";i:1610043106;s:13:\"_thumbnail_id\";i:1610043106;s:10:\"_EventCost\";i:1610043106;}'),
(7482, 10800, 'cmsmasters_post_image_show', 'false'),
(7483, 10800, 'cmsmasters_post_image_link', ''),
(7484, 10800, 'cmsmasters_post_images', ''),
(7485, 10800, 'cmsmasters_post_video_type', 'embedded'),
(7486, 10800, 'cmsmasters_post_video_link', ''),
(7487, 10800, 'cmsmasters_post_video_links', ''),
(7488, 10800, 'cmsmasters_post_audio_links', ''),
(7489, 10800, 'cmsmasters_post_title', 'false'),
(7490, 10800, 'cmsmasters_post_sharing_box', 'false'),
(7491, 10800, 'cmsmasters_post_author_box', 'false'),
(7492, 10800, 'cmsmasters_post_more_posts', 'popular'),
(7493, 10800, 'cmsmasters_post_read_more', 'Continue Reading...'),
(7494, 10800, 'cmsmasters_page_scheme', 'default'),
(7495, 10800, 'cmsmasters_layout', 'fullwidth'),
(7496, 10800, 'cmsmasters_sidebar_id', ''),
(7497, 10800, 'cmsmasters_bottom_sidebar', 'false'),
(7498, 10800, 'cmsmasters_bottom_sidebar_id', 'sidebar_bottom'),
(7499, 10800, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(7500, 10800, 'cmsmasters_bg_default', 'true'),
(7501, 10800, 'cmsmasters_bg_col', '#ffffff'),
(7502, 10800, 'cmsmasters_bg_img_enable', 'true'),
(7503, 10800, 'cmsmasters_bg_img', ''),
(7504, 10800, 'cmsmasters_bg_rep', 'no-repeat'),
(7505, 10800, 'cmsmasters_bg_pos', 'top left'),
(7506, 10800, 'cmsmasters_bg_att', 'scroll'),
(7507, 10800, 'cmsmasters_bg_size', 'cover'),
(7508, 10800, 'cmsmasters_heading', 'default'),
(7509, 10800, 'cmsmasters_heading_title', ''),
(7510, 10800, 'cmsmasters_heading_subtitle', ''),
(7511, 10800, 'cmsmasters_heading_icon', ''),
(7512, 10800, 'cmsmasters_heading_alignment', 'center'),
(7513, 10800, 'cmsmasters_heading_scheme', 'default'),
(7514, 10800, 'cmsmasters_heading_bg_img_enable', 'true'),
(7515, 10800, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(7516, 10800, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(7517, 10800, 'cmsmasters_heading_bg_att', 'scroll'),
(7518, 10800, 'cmsmasters_heading_bg_size', 'cover'),
(7519, 10800, 'cmsmasters_heading_bg_color', ''),
(7520, 10800, 'cmsmasters_heading_height', '360'),
(7521, 10800, 'cmsmasters_breadcrumbs', 'true'),
(7522, 10800, 'cmsmasters_composer_show', 'false'),
(7523, 10800, 'cmsmasters_composer_fullscreen', 'false'),
(7524, 10800, 'slide_template', 'default'),
(7525, 10800, '_EventShowMapLink', '1'),
(7526, 10800, '_EventShowMap', '1'),
(7527, 10800, '_EventAllDay', 'yes'),
(7528, 10800, '_EventStartDate', '2016-07-05 00:00:00'),
(7529, 10800, '_EventEndDate', '2016-07-09 23:59:59'),
(7530, 10800, '_EventStartDateUTC', '2016-07-05 00:00:00'),
(7531, 10800, '_EventEndDateUTC', '2016-07-09 23:59:59'),
(7532, 10800, '_EventDuration', '431999'),
(7533, 10800, '_EventVenueID', '10799'),
(7534, 10800, '_EventCurrencySymbol', ''),
(7535, 10800, '_EventCurrencyPosition', 'prefix'),
(7536, 10800, '_EventURL', ''),
(7537, 10800, '_EventTimezone', 'UTC+0'),
(7538, 10800, '_EventTimezoneAbbr', ''),
(7539, 10800, '_dp_original', '10792'),
(7540, 10800, '_EventOrganizerID', '10798'),
(7541, 10800, '_wp_old_slug', 'title-4'),
(7542, 10800, '_EventRecurrence', 'a:3:{s:5:\"rules\";a:0:{}s:10:\"exclusions\";a:0:{}s:11:\"description\";N;}'),
(7543, 10800, '_thumbnail_id', '12929'),
(7544, 10800, '_EventCost', '120'),
(7545, 10801, '_EventOrigin', 'events-calendar'),
(7546, 10801, '_tribe_modified_fields', 'a:64:{s:12:\"_EventOrigin\";i:1610043106;s:16:\"tribe_events_cat\";i:1610043106;s:26:\"cmsmasters_post_image_show\";i:1610043106;s:26:\"cmsmasters_post_image_link\";i:1610043106;s:22:\"cmsmasters_post_images\";i:1610043106;s:26:\"cmsmasters_post_video_type\";i:1610043106;s:26:\"cmsmasters_post_video_link\";i:1610043106;s:27:\"cmsmasters_post_video_links\";i:1610043106;s:27:\"cmsmasters_post_audio_links\";i:1610043106;s:21:\"cmsmasters_post_title\";i:1610044940;s:27:\"cmsmasters_post_sharing_box\";i:1610044940;s:26:\"cmsmasters_post_author_box\";i:1610044940;s:26:\"cmsmasters_post_more_posts\";i:1610043106;s:25:\"cmsmasters_post_read_more\";i:1610043106;s:22:\"cmsmasters_page_scheme\";i:1610043106;s:17:\"cmsmasters_layout\";i:1610044940;s:21:\"cmsmasters_sidebar_id\";i:1610043106;s:25:\"cmsmasters_bottom_sidebar\";i:1610043106;s:28:\"cmsmasters_bottom_sidebar_id\";i:1610044940;s:32:\"cmsmasters_bottom_sidebar_layout\";i:1610043106;s:21:\"cmsmasters_bg_default\";i:1610043106;s:17:\"cmsmasters_bg_col\";i:1610043106;s:24:\"cmsmasters_bg_img_enable\";i:1610044940;s:17:\"cmsmasters_bg_img\";i:1610043106;s:17:\"cmsmasters_bg_rep\";i:1610043106;s:17:\"cmsmasters_bg_pos\";i:1610044940;s:17:\"cmsmasters_bg_att\";i:1610043106;s:18:\"cmsmasters_bg_size\";i:1610043106;s:18:\"cmsmasters_heading\";i:1610044940;s:24:\"cmsmasters_heading_title\";i:1610043106;s:27:\"cmsmasters_heading_subtitle\";i:1610043106;s:23:\"cmsmasters_heading_icon\";i:1610043106;s:28:\"cmsmasters_heading_alignment\";i:1610043106;s:25:\"cmsmasters_heading_scheme\";i:1610043106;s:32:\"cmsmasters_heading_bg_img_enable\";i:1610043106;s:24:\"cmsmasters_composer_show\";i:1610044940;s:30:\"cmsmasters_composer_fullscreen\";i:1610044940;s:14:\"slide_template\";i:1610044940;s:25:\"cmsmasters_heading_bg_rep\";i:1610044940;s:25:\"cmsmasters_heading_bg_att\";i:1610044940;s:26:\"cmsmasters_heading_bg_size\";i:1610044940;s:25:\"cmsmasters_heading_height\";i:1610044940;s:22:\"cmsmasters_breadcrumbs\";i:1610044940;s:17:\"_EventShowMapLink\";i:1610044940;s:13:\"_EventShowMap\";i:1610044940;s:12:\"_EventAllDay\";i:1610044940;s:15:\"_EventStartDate\";i:1610044940;s:13:\"_EventEndDate\";i:1610044940;s:18:\"_EventStartDateUTC\";i:1610044940;s:16:\"_EventEndDateUTC\";i:1610044940;s:14:\"_EventDuration\";i:1610044940;s:13:\"_EventVenueID\";i:1610044940;s:20:\"_EventCurrencySymbol\";i:1610044940;s:22:\"_EventCurrencyPosition\";i:1610044940;s:9:\"_EventURL\";i:1610044940;s:14:\"_EventTimezone\";i:1610044940;s:18:\"_EventTimezoneAbbr\";i:1610044940;s:25:\"cmsmasters_heading_bg_img\";i:1610044940;s:12:\"_dp_original\";i:1610044940;s:17:\"_EventOrganizerID\";i:1610044940;s:12:\"_wp_old_slug\";i:1610044940;s:16:\"_EventRecurrence\";i:1610044940;s:13:\"_thumbnail_id\";i:1610044940;s:10:\"_EventCost\";i:1610044940;}'),
(7547, 10801, 'cmsmasters_post_image_show', 'false'),
(7548, 10801, 'cmsmasters_post_image_link', ''),
(7549, 10801, 'cmsmasters_post_images', ''),
(7550, 10801, 'cmsmasters_post_video_type', 'embedded'),
(7551, 10801, 'cmsmasters_post_video_link', ''),
(7552, 10801, 'cmsmasters_post_video_links', ''),
(7553, 10801, 'cmsmasters_post_audio_links', ''),
(7554, 10801, 'cmsmasters_post_title', 'false'),
(7555, 10801, 'cmsmasters_post_sharing_box', 'false'),
(7556, 10801, 'cmsmasters_post_author_box', 'false'),
(7557, 10801, 'cmsmasters_post_more_posts', 'popular'),
(7558, 10801, 'cmsmasters_post_read_more', 'Continue Reading...'),
(7559, 10801, 'cmsmasters_page_scheme', 'default'),
(7560, 10801, 'cmsmasters_layout', 'fullwidth'),
(7561, 10801, 'cmsmasters_sidebar_id', ''),
(7562, 10801, 'cmsmasters_bottom_sidebar', 'false'),
(7563, 10801, 'cmsmasters_bottom_sidebar_id', 'sidebar_bottom'),
(7564, 10801, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(7565, 10801, 'cmsmasters_bg_default', 'true'),
(7566, 10801, 'cmsmasters_bg_col', '#ffffff'),
(7567, 10801, 'cmsmasters_bg_img_enable', 'true'),
(7568, 10801, 'cmsmasters_bg_img', ''),
(7569, 10801, 'cmsmasters_bg_rep', 'no-repeat'),
(7570, 10801, 'cmsmasters_bg_pos', 'top left'),
(7571, 10801, 'cmsmasters_bg_att', 'scroll'),
(7572, 10801, 'cmsmasters_bg_size', 'cover'),
(7573, 10801, 'cmsmasters_heading', 'default'),
(7574, 10801, 'cmsmasters_heading_title', ''),
(7575, 10801, 'cmsmasters_heading_subtitle', ''),
(7576, 10801, 'cmsmasters_heading_icon', ''),
(7577, 10801, 'cmsmasters_heading_alignment', 'center'),
(7578, 10801, 'cmsmasters_heading_scheme', 'default'),
(7579, 10801, 'cmsmasters_heading_bg_img_enable', 'true'),
(7580, 13180, '_menu_item_type', 'custom'),
(7581, 13180, '_menu_item_menu_item_parent', '0'),
(7582, 13180, '_menu_item_object_id', '13180'),
(7583, 13180, '_menu_item_object', 'custom'),
(7584, 13180, '_menu_item_target', ''),
(7585, 13180, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7586, 13180, '_menu_item_xfn', ''),
(7587, 13180, '_menu_item_url', ''),
(7588, 13180, '_menu_item_highlight', ''),
(7589, 13180, '_menu_item_color', ''),
(7590, 13180, '_menu_item_icon', ''),
(7591, 13180, '_menu_item_tag', ''),
(7592, 13180, '_menu_item_drop_side', ''),
(7593, 13180, '_menu_item_mega', ''),
(7594, 13180, '_menu_item_mega_cols', ''),
(7595, 13180, '_menu_item_mega_cols_full', ''),
(7596, 13180, '_menu_item_mega_bg_img', ''),
(7597, 13180, '_menu_item_mega_bg_pos', ''),
(7598, 13180, '_menu_item_mega_bg_rep', ''),
(7599, 13180, '_menu_item_mega_bg_size', ''),
(7600, 13180, '_menu_item_hide_text', ''),
(7601, 13180, '_menu_item_subtitle', ''),
(7602, 13180, '_menu_item_mega_descr_text', ''),
(7603, 13181, '_menu_item_type', 'custom'),
(7604, 13181, '_menu_item_menu_item_parent', '13180'),
(7605, 13181, '_menu_item_object_id', '13181'),
(7606, 13181, '_menu_item_object', 'custom'),
(7607, 13181, '_menu_item_target', ''),
(7608, 13181, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7609, 13181, '_menu_item_xfn', ''),
(7610, 13181, '_menu_item_url', ''),
(7611, 13181, '_menu_item_highlight', ''),
(7612, 13181, '_menu_item_color', ''),
(7613, 13181, '_menu_item_icon', ''),
(7614, 13181, '_menu_item_tag', ''),
(7615, 13181, '_menu_item_drop_side', ''),
(7616, 13181, '_menu_item_mega', ''),
(7617, 13181, '_menu_item_mega_cols', ''),
(7618, 13181, '_menu_item_mega_cols_full', ''),
(7619, 13181, '_menu_item_mega_bg_img', ''),
(7620, 13181, '_menu_item_mega_bg_pos', ''),
(7621, 13181, '_menu_item_mega_bg_rep', ''),
(7622, 13181, '_menu_item_mega_bg_size', ''),
(7623, 13181, '_menu_item_hide_text', ''),
(7624, 13181, '_menu_item_subtitle', ''),
(7625, 13181, '_menu_item_mega_descr_text', ''),
(7626, 13182, '_menu_item_type', 'custom'),
(7627, 13182, '_menu_item_menu_item_parent', '13180'),
(7628, 13182, '_menu_item_object_id', '13182'),
(7629, 13182, '_menu_item_object', 'custom'),
(7630, 13182, '_menu_item_target', ''),
(7631, 13182, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7632, 13182, '_menu_item_xfn', ''),
(7633, 13182, '_menu_item_url', ''),
(7634, 13182, '_menu_item_highlight', ''),
(7635, 13182, '_menu_item_color', ''),
(7636, 13182, '_menu_item_icon', ''),
(7637, 13182, '_menu_item_tag', ''),
(7638, 13182, '_menu_item_drop_side', ''),
(7639, 13182, '_menu_item_mega', ''),
(7640, 13182, '_menu_item_mega_cols', ''),
(7641, 13182, '_menu_item_mega_cols_full', ''),
(7642, 13182, '_menu_item_mega_bg_img', ''),
(7643, 13182, '_menu_item_mega_bg_pos', ''),
(7644, 13182, '_menu_item_mega_bg_rep', ''),
(7645, 13182, '_menu_item_mega_bg_size', ''),
(7646, 13182, '_menu_item_hide_text', ''),
(7647, 13182, '_menu_item_subtitle', ''),
(7648, 13182, '_menu_item_mega_descr_text', ''),
(7649, 13183, '_menu_item_type', 'custom'),
(7650, 13183, '_menu_item_menu_item_parent', '13180'),
(7651, 13183, '_menu_item_object_id', '13183'),
(7652, 13183, '_menu_item_object', 'custom'),
(7653, 13183, '_menu_item_target', ''),
(7654, 13183, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7655, 13183, '_menu_item_xfn', ''),
(7656, 13183, '_menu_item_url', ''),
(7657, 13183, '_menu_item_highlight', ''),
(7658, 13183, '_menu_item_color', ''),
(7659, 13183, '_menu_item_icon', ''),
(7660, 13183, '_menu_item_tag', ''),
(7661, 13183, '_menu_item_drop_side', ''),
(7662, 13183, '_menu_item_mega', ''),
(7663, 13183, '_menu_item_mega_cols', ''),
(7664, 13183, '_menu_item_mega_cols_full', ''),
(7665, 13183, '_menu_item_mega_bg_img', ''),
(7666, 13183, '_menu_item_mega_bg_pos', ''),
(7667, 13183, '_menu_item_mega_bg_rep', ''),
(7668, 13183, '_menu_item_mega_bg_size', ''),
(7669, 13183, '_menu_item_hide_text', ''),
(7670, 13183, '_menu_item_subtitle', ''),
(7671, 13183, '_menu_item_mega_descr_text', ''),
(7672, 13184, '_menu_item_type', 'custom'),
(7673, 13184, '_menu_item_menu_item_parent', '0'),
(7674, 13184, '_menu_item_object_id', '13184'),
(7675, 13184, '_menu_item_object', 'custom'),
(7676, 13184, '_menu_item_target', ''),
(7677, 13184, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7678, 13184, '_menu_item_xfn', ''),
(7679, 13184, '_menu_item_url', ''),
(7680, 13184, '_menu_item_highlight', ''),
(7681, 13184, '_menu_item_color', ''),
(7682, 13184, '_menu_item_icon', ''),
(7683, 13184, '_menu_item_tag', ''),
(7684, 13184, '_menu_item_drop_side', ''),
(7685, 13184, '_menu_item_mega', ''),
(7686, 13184, '_menu_item_mega_cols', ''),
(7687, 13184, '_menu_item_mega_cols_full', ''),
(7688, 13184, '_menu_item_mega_bg_img', ''),
(7689, 13184, '_menu_item_mega_bg_pos', ''),
(7690, 13184, '_menu_item_mega_bg_rep', ''),
(7691, 13184, '_menu_item_mega_bg_size', ''),
(7692, 13184, '_menu_item_hide_text', ''),
(7693, 13184, '_menu_item_subtitle', ''),
(7694, 13184, '_menu_item_mega_descr_text', ''),
(7695, 13185, '_menu_item_type', 'custom'),
(7696, 13185, '_menu_item_menu_item_parent', '0'),
(7697, 13185, '_menu_item_object_id', '13185'),
(7698, 13185, '_menu_item_object', 'custom'),
(7699, 13185, '_menu_item_target', ''),
(7700, 13185, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7701, 13185, '_menu_item_xfn', ''),
(7702, 13185, '_menu_item_url', ''),
(7703, 13185, '_menu_item_highlight', ''),
(7704, 13185, '_menu_item_color', ''),
(7705, 13185, '_menu_item_icon', ''),
(7706, 13185, '_menu_item_tag', ''),
(7707, 13185, '_menu_item_drop_side', ''),
(7708, 13185, '_menu_item_mega', ''),
(7709, 13185, '_menu_item_mega_cols', ''),
(7710, 13185, '_menu_item_mega_cols_full', ''),
(7711, 13185, '_menu_item_mega_bg_img', ''),
(7712, 13185, '_menu_item_mega_bg_pos', ''),
(7713, 13185, '_menu_item_mega_bg_rep', ''),
(7714, 13185, '_menu_item_mega_bg_size', ''),
(7715, 13185, '_menu_item_hide_text', ''),
(7716, 13185, '_menu_item_subtitle', ''),
(7717, 13185, '_menu_item_mega_descr_text', ''),
(7718, 13186, '_menu_item_type', 'custom'),
(7719, 13186, '_menu_item_menu_item_parent', '13185'),
(7720, 13186, '_menu_item_object_id', '13186'),
(7721, 13186, '_menu_item_object', 'custom'),
(7722, 13186, '_menu_item_target', ''),
(7723, 13186, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7724, 13186, '_menu_item_xfn', ''),
(7725, 13186, '_menu_item_url', ''),
(7726, 13186, '_menu_item_highlight', ''),
(7727, 13186, '_menu_item_color', ''),
(7728, 13186, '_menu_item_icon', ''),
(7729, 13186, '_menu_item_tag', ''),
(7730, 13186, '_menu_item_drop_side', ''),
(7731, 13186, '_menu_item_mega', ''),
(7732, 13186, '_menu_item_mega_cols', ''),
(7733, 13186, '_menu_item_mega_cols_full', ''),
(7734, 13186, '_menu_item_mega_bg_img', ''),
(7735, 13186, '_menu_item_mega_bg_pos', ''),
(7736, 13186, '_menu_item_mega_bg_rep', ''),
(7737, 13186, '_menu_item_mega_bg_size', ''),
(7738, 13186, '_menu_item_hide_text', ''),
(7739, 13186, '_menu_item_subtitle', ''),
(7740, 13186, '_menu_item_mega_descr_text', ''),
(7741, 13187, '_menu_item_type', 'custom'),
(7742, 13187, '_menu_item_menu_item_parent', '13185'),
(7743, 13187, '_menu_item_object_id', '13187'),
(7744, 13187, '_menu_item_object', 'custom'),
(7745, 13187, '_menu_item_target', ''),
(7746, 13187, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7747, 13187, '_menu_item_xfn', ''),
(7748, 13187, '_menu_item_url', ''),
(7749, 13187, '_menu_item_highlight', ''),
(7750, 13187, '_menu_item_color', ''),
(7751, 13187, '_menu_item_icon', ''),
(7752, 13187, '_menu_item_tag', ''),
(7753, 13187, '_menu_item_drop_side', ''),
(7754, 13187, '_menu_item_mega', ''),
(7755, 13187, '_menu_item_mega_cols', ''),
(7756, 13187, '_menu_item_mega_cols_full', ''),
(7757, 13187, '_menu_item_mega_bg_img', ''),
(7758, 13187, '_menu_item_mega_bg_pos', ''),
(7759, 13187, '_menu_item_mega_bg_rep', ''),
(7760, 13187, '_menu_item_mega_bg_size', ''),
(7761, 13187, '_menu_item_hide_text', ''),
(7762, 13187, '_menu_item_subtitle', ''),
(7763, 13187, '_menu_item_mega_descr_text', ''),
(7764, 13188, '_menu_item_type', 'custom'),
(7765, 13188, '_menu_item_menu_item_parent', '13185'),
(7766, 13188, '_menu_item_object_id', '13188'),
(7767, 13188, '_menu_item_object', 'custom'),
(7768, 13188, '_menu_item_target', ''),
(7769, 13188, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7770, 13188, '_menu_item_xfn', ''),
(7771, 13188, '_menu_item_url', ''),
(7772, 13188, '_menu_item_highlight', ''),
(7773, 13188, '_menu_item_color', ''),
(7774, 13188, '_menu_item_icon', ''),
(7775, 13188, '_menu_item_tag', ''),
(7776, 13188, '_menu_item_drop_side', ''),
(7777, 13188, '_menu_item_mega', ''),
(7778, 13188, '_menu_item_mega_cols', ''),
(7779, 13188, '_menu_item_mega_cols_full', ''),
(7780, 13188, '_menu_item_mega_bg_img', ''),
(7781, 13188, '_menu_item_mega_bg_pos', ''),
(7782, 13188, '_menu_item_mega_bg_rep', ''),
(7783, 13188, '_menu_item_mega_bg_size', ''),
(7784, 13188, '_menu_item_hide_text', ''),
(7785, 13188, '_menu_item_subtitle', ''),
(7786, 13188, '_menu_item_mega_descr_text', ''),
(7787, 13189, '_menu_item_type', 'custom'),
(7788, 13189, '_menu_item_menu_item_parent', '13185'),
(7789, 13189, '_menu_item_object_id', '13189'),
(7790, 13189, '_menu_item_object', 'custom'),
(7791, 13189, '_menu_item_target', ''),
(7792, 13189, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7793, 13189, '_menu_item_xfn', ''),
(7794, 13189, '_menu_item_url', ''),
(7795, 13189, '_menu_item_highlight', ''),
(7796, 13189, '_menu_item_color', ''),
(7797, 13189, '_menu_item_icon', ''),
(7798, 13189, '_menu_item_tag', ''),
(7799, 13189, '_menu_item_drop_side', ''),
(7800, 13189, '_menu_item_mega', ''),
(7801, 13189, '_menu_item_mega_cols', ''),
(7802, 13189, '_menu_item_mega_cols_full', ''),
(7803, 13189, '_menu_item_mega_bg_img', ''),
(7804, 13189, '_menu_item_mega_bg_pos', ''),
(7805, 13189, '_menu_item_mega_bg_rep', ''),
(7806, 13189, '_menu_item_mega_bg_size', ''),
(7807, 13189, '_menu_item_hide_text', ''),
(7808, 13189, '_menu_item_subtitle', ''),
(7809, 13189, '_menu_item_mega_descr_text', ''),
(7810, 13190, '_menu_item_type', 'custom'),
(7811, 13190, '_menu_item_menu_item_parent', '13189'),
(7812, 13190, '_menu_item_object_id', '13190'),
(7813, 13190, '_menu_item_object', 'custom'),
(7814, 13190, '_menu_item_target', ''),
(7815, 13190, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7816, 13190, '_menu_item_xfn', ''),
(7817, 13190, '_menu_item_url', 'http://in-conference.cmsmasters.net/demo/profile/martin-branson/'),
(7818, 13190, '_menu_item_highlight', ''),
(7819, 13190, '_menu_item_color', ''),
(7820, 13190, '_menu_item_icon', ''),
(7821, 13190, '_menu_item_tag', ''),
(7822, 13190, '_menu_item_drop_side', ''),
(7823, 13190, '_menu_item_mega', ''),
(7824, 13190, '_menu_item_mega_cols', ''),
(7825, 13190, '_menu_item_mega_cols_full', ''),
(7826, 13190, '_menu_item_mega_bg_img', ''),
(7827, 13190, '_menu_item_mega_bg_pos', ''),
(7828, 13190, '_menu_item_mega_bg_rep', ''),
(7829, 13190, '_menu_item_mega_bg_size', ''),
(7830, 13190, '_menu_item_hide_text', ''),
(7831, 13190, '_menu_item_subtitle', ''),
(7832, 13190, '_menu_item_mega_descr_text', ''),
(7833, 13191, '_menu_item_type', 'custom'),
(7834, 13191, '_menu_item_menu_item_parent', '13180'),
(7835, 13191, '_menu_item_object_id', '13191'),
(7836, 13191, '_menu_item_object', 'custom'),
(7837, 13191, '_menu_item_target', ''),
(7838, 13191, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7839, 13191, '_menu_item_xfn', ''),
(7840, 13191, '_menu_item_url', ''),
(7841, 13191, '_menu_item_highlight', ''),
(7842, 13191, '_menu_item_color', ''),
(7843, 13191, '_menu_item_icon', ''),
(7844, 13191, '_menu_item_tag', ''),
(7845, 13191, '_menu_item_drop_side', ''),
(7846, 13191, '_menu_item_mega', ''),
(7847, 13191, '_menu_item_mega_cols', ''),
(7848, 13191, '_menu_item_mega_cols_full', ''),
(7849, 13191, '_menu_item_mega_bg_img', ''),
(7850, 13191, '_menu_item_mega_bg_pos', ''),
(7851, 13191, '_menu_item_mega_bg_rep', ''),
(7852, 13191, '_menu_item_mega_bg_size', ''),
(7853, 13191, '_menu_item_hide_text', ''),
(7854, 13191, '_menu_item_subtitle', ''),
(7855, 13191, '_menu_item_mega_descr_text', ''),
(7856, 13192, '_menu_item_type', 'custom'),
(7857, 13192, '_menu_item_menu_item_parent', '0'),
(7858, 13192, '_menu_item_object_id', '13192'),
(7859, 13192, '_menu_item_object', 'custom'),
(7860, 13192, '_menu_item_target', ''),
(7861, 13192, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7862, 13192, '_menu_item_xfn', ''),
(7863, 13192, '_menu_item_url', '#'),
(7864, 13192, '_menu_item_highlight', ''),
(7865, 13192, '_menu_item_color', ''),
(7866, 13192, '_menu_item_icon', ''),
(7867, 13192, '_menu_item_tag', ''),
(7868, 13192, '_menu_item_drop_side', ''),
(7869, 13192, '_menu_item_mega', ''),
(7870, 13192, '_menu_item_mega_cols', ''),
(7871, 13192, '_menu_item_mega_cols_full', ''),
(7872, 13192, '_menu_item_mega_bg_img', ''),
(7873, 13192, '_menu_item_mega_bg_pos', ''),
(7874, 13192, '_menu_item_mega_bg_rep', ''),
(7875, 13192, '_menu_item_mega_bg_size', ''),
(7876, 13192, '_menu_item_hide_text', ''),
(7877, 13192, '_menu_item_subtitle', ''),
(7878, 13192, '_menu_item_mega_descr_text', ''),
(7879, 13193, '_menu_item_type', 'custom'),
(7880, 13193, '_menu_item_menu_item_parent', '0'),
(7881, 13193, '_menu_item_object_id', '13193'),
(7882, 13193, '_menu_item_object', 'custom'),
(7883, 13193, '_menu_item_target', ''),
(7884, 13193, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7885, 13193, '_menu_item_xfn', ''),
(7886, 13193, '_menu_item_url', '#'),
(7887, 13193, '_menu_item_highlight', ''),
(7888, 13193, '_menu_item_color', ''),
(7889, 13193, '_menu_item_icon', ''),
(7890, 13193, '_menu_item_tag', ''),
(7891, 13193, '_menu_item_drop_side', ''),
(7892, 13193, '_menu_item_mega', ''),
(7893, 13193, '_menu_item_mega_cols', ''),
(7894, 13193, '_menu_item_mega_cols_full', ''),
(7895, 13193, '_menu_item_mega_bg_img', ''),
(7896, 13193, '_menu_item_mega_bg_pos', ''),
(7897, 13193, '_menu_item_mega_bg_rep', ''),
(7898, 13193, '_menu_item_mega_bg_size', ''),
(7899, 13193, '_menu_item_hide_text', ''),
(7900, 13193, '_menu_item_subtitle', ''),
(7901, 13193, '_menu_item_mega_descr_text', ''),
(7902, 13194, '_menu_item_type', 'custom'),
(7903, 13194, '_menu_item_menu_item_parent', '0'),
(7904, 13194, '_menu_item_object_id', '13194'),
(7905, 13194, '_menu_item_object', 'custom'),
(7906, 13194, '_menu_item_target', ''),
(7907, 13194, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7908, 13194, '_menu_item_xfn', ''),
(7909, 13194, '_menu_item_url', '#'),
(7910, 13194, '_menu_item_highlight', ''),
(7911, 13194, '_menu_item_color', ''),
(7912, 13194, '_menu_item_icon', ''),
(7913, 13194, '_menu_item_tag', ''),
(7914, 13194, '_menu_item_drop_side', ''),
(7915, 13194, '_menu_item_mega', ''),
(7916, 13194, '_menu_item_mega_cols', ''),
(7917, 13194, '_menu_item_mega_cols_full', ''),
(7918, 13194, '_menu_item_mega_bg_img', ''),
(7919, 13194, '_menu_item_mega_bg_pos', ''),
(7920, 13194, '_menu_item_mega_bg_rep', ''),
(7921, 13194, '_menu_item_mega_bg_size', ''),
(7922, 13194, '_menu_item_hide_text', ''),
(7923, 13194, '_menu_item_subtitle', ''),
(7924, 13194, '_menu_item_mega_descr_text', ''),
(7925, 13195, '_menu_item_type', 'custom'),
(7926, 13195, '_menu_item_menu_item_parent', '0'),
(7927, 13195, '_menu_item_object_id', '13195'),
(7928, 13195, '_menu_item_object', 'custom'),
(7929, 13195, '_menu_item_target', ''),
(7930, 13195, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7931, 13195, '_menu_item_xfn', ''),
(7932, 13195, '_menu_item_url', '#'),
(7933, 13195, '_menu_item_highlight', ''),
(7934, 13195, '_menu_item_color', ''),
(7935, 13195, '_menu_item_icon', ''),
(7936, 13195, '_menu_item_tag', ''),
(7937, 13195, '_menu_item_drop_side', ''),
(7938, 13195, '_menu_item_mega', ''),
(7939, 13195, '_menu_item_mega_cols', ''),
(7940, 13195, '_menu_item_mega_cols_full', ''),
(7941, 13195, '_menu_item_mega_bg_img', ''),
(7942, 13195, '_menu_item_mega_bg_pos', ''),
(7943, 13195, '_menu_item_mega_bg_rep', ''),
(7944, 13195, '_menu_item_mega_bg_size', ''),
(7945, 13195, '_menu_item_hide_text', ''),
(7946, 13195, '_menu_item_subtitle', ''),
(7947, 13195, '_menu_item_mega_descr_text', ''),
(7948, 13196, '_menu_item_type', 'custom'),
(7949, 13196, '_menu_item_menu_item_parent', '0'),
(7950, 13196, '_menu_item_object_id', '13196'),
(7951, 13196, '_menu_item_object', 'custom'),
(7952, 13196, '_menu_item_target', ''),
(7953, 13196, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7954, 13196, '_menu_item_xfn', ''),
(7955, 13196, '_menu_item_url', '#'),
(7956, 13196, '_menu_item_highlight', ''),
(7957, 13196, '_menu_item_color', ''),
(7958, 13196, '_menu_item_icon', ''),
(7959, 13196, '_menu_item_tag', ''),
(7960, 13196, '_menu_item_drop_side', ''),
(7961, 13196, '_menu_item_mega', ''),
(7962, 13196, '_menu_item_mega_cols', ''),
(7963, 13196, '_menu_item_mega_cols_full', ''),
(7964, 13196, '_menu_item_mega_bg_img', ''),
(7965, 13196, '_menu_item_mega_bg_pos', ''),
(7966, 13196, '_menu_item_mega_bg_rep', ''),
(7967, 13196, '_menu_item_mega_bg_size', ''),
(7968, 13196, '_menu_item_hide_text', ''),
(7969, 13196, '_menu_item_subtitle', ''),
(7970, 13196, '_menu_item_mega_descr_text', ''),
(7971, 13197, '_menu_item_type', 'custom'),
(7972, 13197, '_menu_item_menu_item_parent', '0'),
(7973, 13197, '_menu_item_object_id', '13197'),
(7974, 13197, '_menu_item_object', 'custom'),
(7975, 13197, '_menu_item_target', ''),
(7976, 13197, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7977, 13197, '_menu_item_xfn', ''),
(7978, 13197, '_menu_item_url', '#'),
(7979, 13197, '_menu_item_highlight', ''),
(7980, 13197, '_menu_item_color', ''),
(7981, 13197, '_menu_item_icon', ''),
(7982, 13197, '_menu_item_tag', ''),
(7983, 13197, '_menu_item_drop_side', ''),
(7984, 13197, '_menu_item_mega', ''),
(7985, 13197, '_menu_item_mega_cols', ''),
(7986, 13197, '_menu_item_mega_cols_full', ''),
(7987, 13197, '_menu_item_mega_bg_img', ''),
(7988, 13197, '_menu_item_mega_bg_pos', ''),
(7989, 13197, '_menu_item_mega_bg_rep', ''),
(7990, 13197, '_menu_item_mega_bg_size', ''),
(7991, 13197, '_menu_item_hide_text', ''),
(7992, 13197, '_menu_item_subtitle', ''),
(7993, 13197, '_menu_item_mega_descr_text', ''),
(7994, 13198, '_menu_item_type', 'custom'),
(7995, 13198, '_menu_item_menu_item_parent', '0'),
(7996, 13198, '_menu_item_object_id', '13198'),
(7997, 13198, '_menu_item_object', 'custom'),
(7998, 13198, '_menu_item_target', ''),
(7999, 13198, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8000, 13198, '_menu_item_xfn', ''),
(8001, 13198, '_menu_item_url', '#'),
(8002, 13198, '_menu_item_highlight', ''),
(8003, 13198, '_menu_item_color', ''),
(8004, 13198, '_menu_item_icon', ''),
(8005, 13198, '_menu_item_tag', ''),
(8006, 13198, '_menu_item_drop_side', ''),
(8007, 13198, '_menu_item_mega', ''),
(8008, 13198, '_menu_item_mega_cols', ''),
(8009, 13198, '_menu_item_mega_cols_full', ''),
(8010, 13198, '_menu_item_mega_bg_img', ''),
(8011, 13198, '_menu_item_mega_bg_pos', ''),
(8012, 13198, '_menu_item_mega_bg_rep', ''),
(8013, 13198, '_menu_item_mega_bg_size', ''),
(8014, 13198, '_menu_item_hide_text', ''),
(8015, 13198, '_menu_item_subtitle', ''),
(8016, 13198, '_menu_item_mega_descr_text', ''),
(8017, 13199, '_menu_item_type', 'custom'),
(8018, 13199, '_menu_item_menu_item_parent', '0'),
(8019, 13199, '_menu_item_object_id', '13199'),
(8020, 13199, '_menu_item_object', 'custom'),
(8021, 13199, '_menu_item_target', ''),
(8022, 13199, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8023, 13199, '_menu_item_xfn', ''),
(8024, 13199, '_menu_item_url', '#'),
(8025, 13199, '_menu_item_highlight', ''),
(8026, 13199, '_menu_item_color', ''),
(8027, 13199, '_menu_item_icon', ''),
(8028, 13199, '_menu_item_tag', ''),
(8029, 13199, '_menu_item_drop_side', ''),
(8030, 13199, '_menu_item_mega', ''),
(8031, 13199, '_menu_item_mega_cols', ''),
(8032, 13199, '_menu_item_mega_cols_full', ''),
(8033, 13199, '_menu_item_mega_bg_img', ''),
(8034, 13199, '_menu_item_mega_bg_pos', ''),
(8035, 13199, '_menu_item_mega_bg_rep', ''),
(8036, 13199, '_menu_item_mega_bg_size', ''),
(8037, 13199, '_menu_item_hide_text', ''),
(8038, 13199, '_menu_item_subtitle', ''),
(8039, 13199, '_menu_item_mega_descr_text', ''),
(8040, 13200, '_menu_item_type', 'custom'),
(8041, 13200, '_menu_item_menu_item_parent', '0'),
(8042, 13200, '_menu_item_object_id', '13200'),
(8043, 13200, '_menu_item_object', 'custom'),
(8044, 13200, '_menu_item_target', ''),
(8045, 13200, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8046, 13200, '_menu_item_xfn', ''),
(8047, 13200, '_menu_item_url', '#'),
(8048, 13200, '_menu_item_highlight', ''),
(8049, 13200, '_menu_item_color', ''),
(8050, 13200, '_menu_item_icon', ''),
(8051, 13200, '_menu_item_tag', ''),
(8052, 13200, '_menu_item_drop_side', ''),
(8053, 13200, '_menu_item_mega', ''),
(8054, 13200, '_menu_item_mega_cols', ''),
(8055, 13200, '_menu_item_mega_cols_full', ''),
(8056, 13200, '_menu_item_mega_bg_img', ''),
(8057, 13200, '_menu_item_mega_bg_pos', ''),
(8058, 13200, '_menu_item_mega_bg_rep', ''),
(8059, 13200, '_menu_item_mega_bg_size', ''),
(8060, 13200, '_menu_item_hide_text', ''),
(8061, 13200, '_menu_item_subtitle', ''),
(8062, 13200, '_menu_item_mega_descr_text', ''),
(8063, 13201, '_menu_item_type', 'custom'),
(8064, 13201, '_menu_item_menu_item_parent', '0'),
(8065, 13201, '_menu_item_object_id', '13201'),
(8066, 13201, '_menu_item_object', 'custom'),
(8067, 13201, '_menu_item_target', ''),
(8068, 13201, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8069, 13201, '_menu_item_xfn', ''),
(8070, 13201, '_menu_item_url', '#'),
(8071, 13201, '_menu_item_highlight', ''),
(8072, 13201, '_menu_item_color', ''),
(8073, 13201, '_menu_item_icon', ''),
(8074, 13201, '_menu_item_tag', ''),
(8075, 13201, '_menu_item_drop_side', ''),
(8076, 13201, '_menu_item_mega', ''),
(8077, 13201, '_menu_item_mega_cols', ''),
(8078, 13201, '_menu_item_mega_cols_full', ''),
(8079, 13201, '_menu_item_mega_bg_img', ''),
(8080, 13201, '_menu_item_mega_bg_pos', ''),
(8081, 13201, '_menu_item_mega_bg_rep', ''),
(8082, 13201, '_menu_item_mega_bg_size', ''),
(8083, 13201, '_menu_item_hide_text', ''),
(8084, 13201, '_menu_item_subtitle', ''),
(8085, 13201, '_menu_item_mega_descr_text', ''),
(8086, 13202, '_menu_item_type', 'custom'),
(8087, 13202, '_menu_item_menu_item_parent', '0'),
(8088, 13202, '_menu_item_object_id', '13202'),
(8089, 13202, '_menu_item_object', 'custom'),
(8090, 13202, '_menu_item_target', ''),
(8091, 13202, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8092, 13202, '_menu_item_xfn', ''),
(8093, 13202, '_menu_item_url', '#'),
(8094, 13202, '_menu_item_highlight', ''),
(8095, 13202, '_menu_item_color', ''),
(8096, 13202, '_menu_item_icon', ''),
(8097, 13202, '_menu_item_tag', ''),
(8098, 13202, '_menu_item_drop_side', ''),
(8099, 13202, '_menu_item_mega', ''),
(8100, 13202, '_menu_item_mega_cols', ''),
(8101, 13202, '_menu_item_mega_cols_full', ''),
(8102, 13202, '_menu_item_mega_bg_img', ''),
(8103, 13202, '_menu_item_mega_bg_pos', ''),
(8104, 13202, '_menu_item_mega_bg_rep', ''),
(8105, 13202, '_menu_item_mega_bg_size', ''),
(8106, 13202, '_menu_item_hide_text', ''),
(8107, 13202, '_menu_item_subtitle', ''),
(8108, 13202, '_menu_item_mega_descr_text', ''),
(8109, 13203, '_menu_item_type', 'custom'),
(8110, 13203, '_menu_item_menu_item_parent', '0'),
(8111, 13203, '_menu_item_object_id', '13203'),
(8112, 13203, '_menu_item_object', 'custom'),
(8113, 13203, '_menu_item_target', ''),
(8114, 13203, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8115, 13203, '_menu_item_xfn', ''),
(8116, 13203, '_menu_item_url', '#'),
(8117, 13203, '_menu_item_highlight', ''),
(8118, 13203, '_menu_item_color', ''),
(8119, 13203, '_menu_item_icon', ''),
(8120, 13203, '_menu_item_tag', ''),
(8121, 13203, '_menu_item_drop_side', '');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8122, 13203, '_menu_item_mega', ''),
(8123, 13203, '_menu_item_mega_cols', ''),
(8124, 13203, '_menu_item_mega_cols_full', ''),
(8125, 13203, '_menu_item_mega_bg_img', ''),
(8126, 13203, '_menu_item_mega_bg_pos', ''),
(8127, 13203, '_menu_item_mega_bg_rep', ''),
(8128, 13203, '_menu_item_mega_bg_size', ''),
(8129, 13203, '_menu_item_hide_text', ''),
(8130, 13203, '_menu_item_subtitle', ''),
(8131, 13203, '_menu_item_mega_descr_text', ''),
(8132, 13204, '_menu_item_type', 'custom'),
(8133, 13204, '_menu_item_menu_item_parent', '13185'),
(8134, 13204, '_menu_item_object_id', '13204'),
(8135, 13204, '_menu_item_object', 'custom'),
(8136, 13204, '_menu_item_target', ''),
(8137, 13204, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8138, 13204, '_menu_item_xfn', ''),
(8139, 13204, '_menu_item_url', '#'),
(8140, 13204, '_menu_item_highlight', ''),
(8141, 13204, '_menu_item_color', ''),
(8142, 13204, '_menu_item_icon', ''),
(8143, 13204, '_menu_item_tag', ''),
(8144, 13204, '_menu_item_drop_side', ''),
(8145, 13204, '_menu_item_mega', ''),
(8146, 13204, '_menu_item_mega_cols', ''),
(8147, 13204, '_menu_item_mega_cols_full', ''),
(8148, 13204, '_menu_item_mega_bg_img', ''),
(8149, 13204, '_menu_item_mega_bg_pos', ''),
(8150, 13204, '_menu_item_mega_bg_rep', ''),
(8151, 13204, '_menu_item_mega_bg_size', ''),
(8152, 13204, '_menu_item_hide_text', ''),
(8153, 13204, '_menu_item_subtitle', ''),
(8154, 13204, '_menu_item_mega_descr_text', ''),
(8155, 13205, '_menu_item_type', 'custom'),
(8156, 13205, '_menu_item_menu_item_parent', '13204'),
(8157, 13205, '_menu_item_object_id', '13205'),
(8158, 13205, '_menu_item_object', 'custom'),
(8159, 13205, '_menu_item_target', ''),
(8160, 13205, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8161, 13205, '_menu_item_xfn', ''),
(8162, 13205, '_menu_item_url', 'http://in-conference.cmsmasters.net/demo/events/month/'),
(8163, 13205, '_menu_item_highlight', ''),
(8164, 13205, '_menu_item_color', ''),
(8165, 13205, '_menu_item_icon', ''),
(8166, 13205, '_menu_item_tag', ''),
(8167, 13205, '_menu_item_drop_side', ''),
(8168, 13205, '_menu_item_mega', ''),
(8169, 13205, '_menu_item_mega_cols', ''),
(8170, 13205, '_menu_item_mega_cols_full', ''),
(8171, 13205, '_menu_item_mega_bg_img', ''),
(8172, 13205, '_menu_item_mega_bg_pos', ''),
(8173, 13205, '_menu_item_mega_bg_rep', ''),
(8174, 13205, '_menu_item_mega_bg_size', ''),
(8175, 13205, '_menu_item_hide_text', ''),
(8176, 13205, '_menu_item_subtitle', ''),
(8177, 13205, '_menu_item_mega_descr_text', ''),
(8178, 13206, '_menu_item_type', 'custom'),
(8179, 13206, '_menu_item_menu_item_parent', '13204'),
(8180, 13206, '_menu_item_object_id', '13206'),
(8181, 13206, '_menu_item_object', 'custom'),
(8182, 13206, '_menu_item_target', ''),
(8183, 13206, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8184, 13206, '_menu_item_xfn', ''),
(8185, 13206, '_menu_item_url', 'http://in-conference.cmsmasters.net/demo/events/map/'),
(8186, 13206, '_menu_item_highlight', ''),
(8187, 13206, '_menu_item_color', ''),
(8188, 13206, '_menu_item_icon', ''),
(8189, 13206, '_menu_item_tag', ''),
(8190, 13206, '_menu_item_drop_side', ''),
(8191, 13206, '_menu_item_mega', ''),
(8192, 13206, '_menu_item_mega_cols', ''),
(8193, 13206, '_menu_item_mega_cols_full', ''),
(8194, 13206, '_menu_item_mega_bg_img', ''),
(8195, 13206, '_menu_item_mega_bg_pos', ''),
(8196, 13206, '_menu_item_mega_bg_rep', ''),
(8197, 13206, '_menu_item_mega_bg_size', ''),
(8198, 13206, '_menu_item_hide_text', ''),
(8199, 13206, '_menu_item_subtitle', ''),
(8200, 13206, '_menu_item_mega_descr_text', ''),
(8201, 13207, '_menu_item_type', 'custom'),
(8202, 13207, '_menu_item_menu_item_parent', '13204'),
(8203, 13207, '_menu_item_object_id', '13207'),
(8204, 13207, '_menu_item_object', 'custom'),
(8205, 13207, '_menu_item_target', ''),
(8206, 13207, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8207, 13207, '_menu_item_xfn', ''),
(8208, 13207, '_menu_item_url', 'http://in-conference.cmsmasters.net/demo/events/photo/'),
(8209, 13207, '_menu_item_highlight', ''),
(8210, 13207, '_menu_item_color', ''),
(8211, 13207, '_menu_item_icon', ''),
(8212, 13207, '_menu_item_tag', ''),
(8213, 13207, '_menu_item_drop_side', ''),
(8214, 13207, '_menu_item_mega', ''),
(8215, 13207, '_menu_item_mega_cols', ''),
(8216, 13207, '_menu_item_mega_cols_full', ''),
(8217, 13207, '_menu_item_mega_bg_img', ''),
(8218, 13207, '_menu_item_mega_bg_pos', ''),
(8219, 13207, '_menu_item_mega_bg_rep', ''),
(8220, 13207, '_menu_item_mega_bg_size', ''),
(8221, 13207, '_menu_item_hide_text', ''),
(8222, 13207, '_menu_item_subtitle', ''),
(8223, 13207, '_menu_item_mega_descr_text', ''),
(8224, 13208, '_menu_item_type', 'custom'),
(8225, 13208, '_menu_item_menu_item_parent', '13184'),
(8226, 13208, '_menu_item_object_id', '13208'),
(8227, 13208, '_menu_item_object', 'custom'),
(8228, 13208, '_menu_item_target', ''),
(8229, 13208, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8230, 13208, '_menu_item_xfn', ''),
(8231, 13208, '_menu_item_url', 'http://in-conference.cmsmasters.net/demo/events/list/'),
(8232, 13208, '_menu_item_highlight', ''),
(8233, 13208, '_menu_item_color', ''),
(8234, 13208, '_menu_item_icon', ''),
(8235, 13208, '_menu_item_tag', ''),
(8236, 13208, '_menu_item_drop_side', ''),
(8237, 13208, '_menu_item_mega', ''),
(8238, 13208, '_menu_item_mega_cols', ''),
(8239, 13208, '_menu_item_mega_cols_full', ''),
(8240, 13208, '_menu_item_mega_bg_img', ''),
(8241, 13208, '_menu_item_mega_bg_pos', ''),
(8242, 13208, '_menu_item_mega_bg_rep', ''),
(8243, 13208, '_menu_item_mega_bg_size', ''),
(8244, 13208, '_menu_item_hide_text', ''),
(8245, 13208, '_menu_item_subtitle', ''),
(8246, 13208, '_menu_item_mega_descr_text', ''),
(8247, 13209, '_menu_item_type', 'custom'),
(8248, 13209, '_menu_item_menu_item_parent', '0'),
(8249, 13209, '_menu_item_object_id', '13209'),
(8250, 13209, '_menu_item_object', 'custom'),
(8251, 13209, '_menu_item_target', ''),
(8252, 13209, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8253, 13209, '_menu_item_xfn', ''),
(8254, 13209, '_menu_item_url', '#'),
(8255, 13209, '_menu_item_highlight', ''),
(8256, 13209, '_menu_item_color', ''),
(8257, 13209, '_menu_item_icon', ''),
(8258, 13209, '_menu_item_tag', ''),
(8259, 13209, '_menu_item_drop_side', ''),
(8260, 13209, '_menu_item_mega', ''),
(8261, 13209, '_menu_item_mega_cols', ''),
(8262, 13209, '_menu_item_mega_cols_full', ''),
(8263, 13209, '_menu_item_mega_bg_img', ''),
(8264, 13209, '_menu_item_mega_bg_pos', ''),
(8265, 13209, '_menu_item_mega_bg_rep', ''),
(8266, 13209, '_menu_item_mega_bg_size', ''),
(8267, 13209, '_menu_item_hide_text', ''),
(8268, 13209, '_menu_item_subtitle', ''),
(8269, 13209, '_menu_item_mega_descr_text', ''),
(8270, 13210, '_menu_item_type', 'custom'),
(8271, 13210, '_menu_item_menu_item_parent', '0'),
(8272, 13210, '_menu_item_object_id', '13210'),
(8273, 13210, '_menu_item_object', 'custom'),
(8274, 13210, '_menu_item_target', ''),
(8275, 13210, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8276, 13210, '_menu_item_xfn', ''),
(8277, 13210, '_menu_item_url', '#'),
(8278, 13210, '_menu_item_highlight', ''),
(8279, 13210, '_menu_item_color', ''),
(8280, 13210, '_menu_item_icon', ''),
(8281, 13210, '_menu_item_tag', ''),
(8282, 13210, '_menu_item_drop_side', ''),
(8283, 13210, '_menu_item_mega', ''),
(8284, 13210, '_menu_item_mega_cols', ''),
(8285, 13210, '_menu_item_mega_cols_full', ''),
(8286, 13210, '_menu_item_mega_bg_img', ''),
(8287, 13210, '_menu_item_mega_bg_pos', ''),
(8288, 13210, '_menu_item_mega_bg_rep', ''),
(8289, 13210, '_menu_item_mega_bg_size', ''),
(8290, 13210, '_menu_item_hide_text', ''),
(8291, 13210, '_menu_item_subtitle', ''),
(8292, 13210, '_menu_item_mega_descr_text', ''),
(8293, 10801, 'cmsmasters_composer_show', 'false'),
(8294, 10801, 'cmsmasters_composer_fullscreen', 'false'),
(8295, 10801, 'slide_template', 'default'),
(8296, 10801, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(8297, 10801, 'cmsmasters_heading_bg_att', 'scroll'),
(8298, 10801, 'cmsmasters_heading_bg_size', 'cover'),
(8299, 10801, 'cmsmasters_heading_height', '360'),
(8300, 10801, 'cmsmasters_breadcrumbs', 'true'),
(8301, 10801, '_EventShowMapLink', '1'),
(8302, 10801, '_EventShowMap', '1'),
(8303, 10801, '_EventAllDay', 'yes'),
(8304, 10801, '_EventStartDate', '2016-07-13 00:00:00'),
(8305, 10801, '_EventEndDate', '2016-07-17 23:59:59'),
(8306, 10801, '_EventStartDateUTC', '2016-07-13 00:00:00'),
(8307, 10801, '_EventEndDateUTC', '2016-07-17 23:59:59'),
(8308, 10801, '_EventDuration', '431999'),
(8309, 10801, '_EventVenueID', '10799'),
(8310, 10801, '_EventCurrencySymbol', ''),
(8311, 10801, '_EventCurrencyPosition', 'prefix'),
(8312, 10801, '_EventURL', ''),
(8313, 10801, '_EventTimezone', 'UTC+0'),
(8314, 10801, '_EventTimezoneAbbr', ''),
(8315, 10801, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(8316, 10801, '_dp_original', '10800'),
(8317, 10801, '_EventOrganizerID', '10798'),
(8318, 10801, '_wp_old_slug', 'title-3'),
(8319, 10801, '_EventRecurrence', 'a:3:{s:5:\"rules\";a:0:{}s:10:\"exclusions\";a:0:{}s:11:\"description\";N;}'),
(8320, 10801, '_thumbnail_id', '12930'),
(8321, 10801, '_EventCost', '100'),
(8322, 10803, '_EventOrigin', 'events-calendar'),
(8323, 10803, '_tribe_modified_fields', 'a:65:{s:12:\"_EventOrigin\";i:1610044940;s:16:\"tribe_events_cat\";i:1610044940;s:26:\"cmsmasters_post_image_show\";i:1610044940;s:26:\"cmsmasters_post_image_link\";i:1610044940;s:22:\"cmsmasters_post_images\";i:1610044940;s:26:\"cmsmasters_post_video_type\";i:1610044940;s:26:\"cmsmasters_post_video_link\";i:1610044940;s:27:\"cmsmasters_post_video_links\";i:1610044940;s:27:\"cmsmasters_post_audio_links\";i:1610044940;s:21:\"cmsmasters_post_title\";i:1610044940;s:27:\"cmsmasters_post_sharing_box\";i:1610044940;s:26:\"cmsmasters_post_author_box\";i:1610044940;s:26:\"cmsmasters_post_more_posts\";i:1610044940;s:25:\"cmsmasters_post_read_more\";i:1610044940;s:22:\"cmsmasters_page_scheme\";i:1610044940;s:17:\"cmsmasters_layout\";i:1610044940;s:21:\"cmsmasters_sidebar_id\";i:1610044940;s:25:\"cmsmasters_bottom_sidebar\";i:1610044940;s:28:\"cmsmasters_bottom_sidebar_id\";i:1610044940;s:32:\"cmsmasters_bottom_sidebar_layout\";i:1610044940;s:21:\"cmsmasters_bg_default\";i:1610044940;s:17:\"cmsmasters_bg_col\";i:1610044940;s:24:\"cmsmasters_bg_img_enable\";i:1610044940;s:17:\"cmsmasters_bg_img\";i:1610044940;s:17:\"cmsmasters_bg_rep\";i:1610044940;s:17:\"cmsmasters_bg_pos\";i:1610044940;s:17:\"cmsmasters_bg_att\";i:1610044940;s:18:\"cmsmasters_bg_size\";i:1610044940;s:18:\"cmsmasters_heading\";i:1610044940;s:24:\"cmsmasters_heading_title\";i:1610044940;s:27:\"cmsmasters_heading_subtitle\";i:1610044940;s:23:\"cmsmasters_heading_icon\";i:1610044940;s:28:\"cmsmasters_heading_alignment\";i:1610044940;s:25:\"cmsmasters_heading_scheme\";i:1610044940;s:32:\"cmsmasters_heading_bg_img_enable\";i:1610044940;s:25:\"cmsmasters_heading_bg_img\";i:1610044940;s:25:\"cmsmasters_heading_bg_rep\";i:1610044940;s:25:\"cmsmasters_heading_bg_att\";i:1610044940;s:26:\"cmsmasters_heading_bg_size\";i:1610044940;s:27:\"cmsmasters_heading_bg_color\";i:1610044940;s:25:\"cmsmasters_heading_height\";i:1610044940;s:22:\"cmsmasters_breadcrumbs\";i:1610044940;s:24:\"cmsmasters_composer_show\";i:1610044940;s:30:\"cmsmasters_composer_fullscreen\";i:1610044940;s:14:\"slide_template\";i:1610044940;s:17:\"_EventShowMapLink\";i:1610044940;s:13:\"_EventShowMap\";i:1610044940;s:12:\"_EventAllDay\";i:1610044940;s:15:\"_EventStartDate\";i:1610044940;s:13:\"_EventEndDate\";i:1610044940;s:18:\"_EventStartDateUTC\";i:1610044940;s:16:\"_EventEndDateUTC\";i:1610044940;s:14:\"_EventDuration\";i:1610044940;s:13:\"_EventVenueID\";i:1610044940;s:20:\"_EventCurrencySymbol\";i:1610044940;s:22:\"_EventCurrencyPosition\";i:1610044940;s:9:\"_EventURL\";i:1610044940;s:14:\"_EventTimezone\";i:1610044940;s:18:\"_EventTimezoneAbbr\";i:1610044940;s:12:\"_dp_original\";i:1610044940;s:17:\"_EventOrganizerID\";i:1610044940;s:12:\"_wp_old_slug\";i:1610044940;s:16:\"_EventRecurrence\";i:1610044940;s:13:\"_thumbnail_id\";i:1610044940;s:10:\"_EventCost\";i:1610044940;}'),
(8324, 10803, 'cmsmasters_post_image_show', 'false'),
(8325, 10803, 'cmsmasters_post_image_link', ''),
(8326, 10803, 'cmsmasters_post_images', ''),
(8327, 10803, 'cmsmasters_post_video_type', 'embedded'),
(8328, 10803, 'cmsmasters_post_video_link', ''),
(8329, 10803, 'cmsmasters_post_video_links', ''),
(8330, 10803, 'cmsmasters_post_audio_links', ''),
(8331, 10803, 'cmsmasters_post_title', 'false'),
(8332, 10803, 'cmsmasters_post_sharing_box', 'false'),
(8333, 10803, 'cmsmasters_post_author_box', 'false'),
(8334, 10803, 'cmsmasters_post_more_posts', 'popular'),
(8335, 10803, 'cmsmasters_post_read_more', 'Continue Reading...'),
(8336, 10803, 'cmsmasters_page_scheme', 'default'),
(8337, 10803, 'cmsmasters_layout', 'fullwidth'),
(8338, 10803, 'cmsmasters_sidebar_id', ''),
(8339, 10803, 'cmsmasters_bottom_sidebar', 'false'),
(8340, 10803, 'cmsmasters_bottom_sidebar_id', 'sidebar_bottom'),
(8341, 10803, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(8342, 10803, 'cmsmasters_bg_default', 'true'),
(8343, 10803, 'cmsmasters_bg_col', '#ffffff'),
(8344, 10803, 'cmsmasters_bg_img_enable', 'true'),
(8345, 10803, 'cmsmasters_bg_img', ''),
(8346, 10803, 'cmsmasters_bg_rep', 'no-repeat'),
(8347, 10803, 'cmsmasters_bg_pos', 'top left'),
(8348, 10803, 'cmsmasters_bg_att', 'scroll'),
(8349, 10803, 'cmsmasters_bg_size', 'cover'),
(8350, 10803, 'cmsmasters_heading', 'default'),
(8351, 10803, 'cmsmasters_heading_title', ''),
(8352, 10803, 'cmsmasters_heading_subtitle', ''),
(8353, 10803, 'cmsmasters_heading_icon', ''),
(8354, 10803, 'cmsmasters_heading_alignment', 'center'),
(8355, 10803, 'cmsmasters_heading_scheme', 'default'),
(8356, 10803, 'cmsmasters_heading_bg_img_enable', 'true'),
(8357, 10803, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(8358, 10803, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(8359, 10803, 'cmsmasters_heading_bg_att', 'scroll'),
(8360, 10803, 'cmsmasters_heading_bg_size', 'cover'),
(8361, 10803, 'cmsmasters_heading_bg_color', ''),
(8362, 10803, 'cmsmasters_heading_height', '360'),
(8363, 10803, 'cmsmasters_breadcrumbs', 'true'),
(8364, 10803, 'cmsmasters_composer_show', 'false'),
(8365, 10803, 'cmsmasters_composer_fullscreen', 'false'),
(8366, 10803, 'slide_template', 'default'),
(8367, 10803, '_EventShowMapLink', '1'),
(8368, 10803, '_EventShowMap', '1'),
(8369, 10803, '_EventAllDay', 'yes'),
(8370, 10803, '_EventStartDate', '2016-07-18 00:00:00'),
(8371, 10803, '_EventEndDate', '2016-07-22 23:59:59'),
(8372, 10803, '_EventStartDateUTC', '2016-07-18 00:00:00'),
(8373, 10803, '_EventEndDateUTC', '2016-07-22 23:59:59'),
(8374, 10803, '_EventDuration', '431999'),
(8375, 10803, '_EventVenueID', '10799'),
(8376, 10803, '_EventCurrencySymbol', ''),
(8377, 10803, '_EventCurrencyPosition', 'prefix'),
(8378, 10803, '_EventURL', ''),
(8379, 10803, '_EventTimezone', 'UTC+0'),
(8380, 10803, '_EventTimezoneAbbr', ''),
(8381, 10803, '_dp_original', '10801'),
(8382, 10803, '_EventOrganizerID', '10798'),
(8383, 10803, '_wp_old_slug', 'title-2'),
(8384, 10803, '_EventRecurrence', 'a:3:{s:5:\"rules\";a:0:{}s:10:\"exclusions\";a:0:{}s:11:\"description\";N;}'),
(8385, 10803, '_thumbnail_id', '12931'),
(8386, 10803, '_EventCost', '75'),
(8387, 10805, '_EventOrigin', 'events-calendar'),
(8388, 10805, '_tribe_modified_fields', 'a:65:{s:12:\"_EventOrigin\";i:1610044941;s:16:\"tribe_events_cat\";i:1610044941;s:26:\"cmsmasters_post_image_show\";i:1610044941;s:26:\"cmsmasters_post_image_link\";i:1610044941;s:22:\"cmsmasters_post_images\";i:1610044941;s:26:\"cmsmasters_post_video_type\";i:1610044941;s:26:\"cmsmasters_post_video_link\";i:1610044941;s:27:\"cmsmasters_post_video_links\";i:1610044941;s:27:\"cmsmasters_post_audio_links\";i:1610044941;s:21:\"cmsmasters_post_title\";i:1610044941;s:27:\"cmsmasters_post_sharing_box\";i:1610044941;s:26:\"cmsmasters_post_author_box\";i:1610044941;s:26:\"cmsmasters_post_more_posts\";i:1610044941;s:25:\"cmsmasters_post_read_more\";i:1610044941;s:22:\"cmsmasters_page_scheme\";i:1610044941;s:17:\"cmsmasters_layout\";i:1610044941;s:21:\"cmsmasters_sidebar_id\";i:1610044941;s:25:\"cmsmasters_bottom_sidebar\";i:1610044941;s:28:\"cmsmasters_bottom_sidebar_id\";i:1610044941;s:32:\"cmsmasters_bottom_sidebar_layout\";i:1610044941;s:21:\"cmsmasters_bg_default\";i:1610044941;s:17:\"cmsmasters_bg_col\";i:1610044941;s:24:\"cmsmasters_bg_img_enable\";i:1610044941;s:17:\"cmsmasters_bg_img\";i:1610044941;s:17:\"cmsmasters_bg_rep\";i:1610044941;s:17:\"cmsmasters_bg_pos\";i:1610044941;s:17:\"cmsmasters_bg_att\";i:1610044941;s:18:\"cmsmasters_bg_size\";i:1610044941;s:18:\"cmsmasters_heading\";i:1610044941;s:24:\"cmsmasters_heading_title\";i:1610044941;s:27:\"cmsmasters_heading_subtitle\";i:1610044941;s:23:\"cmsmasters_heading_icon\";i:1610044941;s:28:\"cmsmasters_heading_alignment\";i:1610044941;s:25:\"cmsmasters_heading_scheme\";i:1610044941;s:32:\"cmsmasters_heading_bg_img_enable\";i:1610044941;s:25:\"cmsmasters_heading_bg_img\";i:1610044941;s:25:\"cmsmasters_heading_bg_rep\";i:1610044941;s:25:\"cmsmasters_heading_bg_att\";i:1610044941;s:26:\"cmsmasters_heading_bg_size\";i:1610044941;s:27:\"cmsmasters_heading_bg_color\";i:1610044941;s:25:\"cmsmasters_heading_height\";i:1610044941;s:22:\"cmsmasters_breadcrumbs\";i:1610044941;s:24:\"cmsmasters_composer_show\";i:1610044941;s:30:\"cmsmasters_composer_fullscreen\";i:1610044941;s:14:\"slide_template\";i:1610044941;s:17:\"_EventShowMapLink\";i:1610044941;s:13:\"_EventShowMap\";i:1610044941;s:12:\"_EventAllDay\";i:1610044941;s:15:\"_EventStartDate\";i:1610044941;s:13:\"_EventEndDate\";i:1610044941;s:18:\"_EventStartDateUTC\";i:1610044941;s:16:\"_EventEndDateUTC\";i:1610044941;s:14:\"_EventDuration\";i:1610044941;s:13:\"_EventVenueID\";i:1610044941;s:20:\"_EventCurrencySymbol\";i:1610044941;s:22:\"_EventCurrencyPosition\";i:1610044941;s:9:\"_EventURL\";i:1610044941;s:14:\"_EventTimezone\";i:1610044941;s:18:\"_EventTimezoneAbbr\";i:1610044941;s:12:\"_dp_original\";i:1610044941;s:17:\"_EventOrganizerID\";i:1610044941;s:12:\"_wp_old_slug\";i:1610044941;s:16:\"_EventRecurrence\";i:1610044941;s:13:\"_thumbnail_id\";i:1610044941;s:10:\"_EventCost\";i:1610044941;}'),
(8389, 10805, 'cmsmasters_post_image_show', 'false'),
(8390, 10805, 'cmsmasters_post_image_link', ''),
(8391, 10805, 'cmsmasters_post_images', ''),
(8392, 10805, 'cmsmasters_post_video_type', 'embedded'),
(8393, 10805, 'cmsmasters_post_video_link', ''),
(8394, 10805, 'cmsmasters_post_video_links', ''),
(8395, 10805, 'cmsmasters_post_audio_links', ''),
(8396, 10805, 'cmsmasters_post_title', 'false'),
(8397, 10805, 'cmsmasters_post_sharing_box', 'false'),
(8398, 10805, 'cmsmasters_post_author_box', 'false'),
(8399, 10805, 'cmsmasters_post_more_posts', 'popular'),
(8400, 10805, 'cmsmasters_post_read_more', 'Continue Reading...'),
(8401, 10805, 'cmsmasters_page_scheme', 'default'),
(8402, 10805, 'cmsmasters_layout', 'fullwidth'),
(8403, 10805, 'cmsmasters_sidebar_id', ''),
(8404, 10805, 'cmsmasters_bottom_sidebar', 'false'),
(8405, 10805, 'cmsmasters_bottom_sidebar_id', 'sidebar_bottom'),
(8406, 10805, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(8407, 10805, 'cmsmasters_bg_default', 'true'),
(8408, 10805, 'cmsmasters_bg_col', '#ffffff'),
(8409, 10805, 'cmsmasters_bg_img_enable', 'true'),
(8410, 10805, 'cmsmasters_bg_img', ''),
(8411, 10805, 'cmsmasters_bg_rep', 'no-repeat'),
(8412, 10805, 'cmsmasters_bg_pos', 'top left'),
(8413, 10805, 'cmsmasters_bg_att', 'scroll'),
(8414, 10805, 'cmsmasters_bg_size', 'cover'),
(8415, 10805, 'cmsmasters_heading', 'default'),
(8416, 10805, 'cmsmasters_heading_title', ''),
(8417, 10805, 'cmsmasters_heading_subtitle', ''),
(8418, 10805, 'cmsmasters_heading_icon', ''),
(8419, 10805, 'cmsmasters_heading_alignment', 'center'),
(8420, 10805, 'cmsmasters_heading_scheme', 'default'),
(8421, 10805, 'cmsmasters_heading_bg_img_enable', 'true'),
(8422, 10805, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(8423, 10805, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(8424, 10805, 'cmsmasters_heading_bg_att', 'scroll'),
(8425, 10805, 'cmsmasters_heading_bg_size', 'cover'),
(8426, 10805, 'cmsmasters_heading_bg_color', ''),
(8427, 10805, 'cmsmasters_heading_height', '360'),
(8428, 10805, 'cmsmasters_breadcrumbs', 'true'),
(8429, 10805, 'cmsmasters_composer_show', 'false'),
(8430, 10805, 'cmsmasters_composer_fullscreen', 'false'),
(8431, 10805, 'slide_template', 'default'),
(8432, 10805, '_EventShowMapLink', '1'),
(8433, 10805, '_EventShowMap', '1'),
(8434, 10805, '_EventAllDay', 'yes'),
(8435, 10805, '_EventStartDate', '2016-07-26 00:00:00'),
(8436, 10805, '_EventEndDate', '2016-07-30 23:59:59'),
(8437, 10805, '_EventStartDateUTC', '2016-07-26 00:00:00'),
(8438, 10805, '_EventEndDateUTC', '2016-07-30 23:59:59'),
(8439, 10805, '_EventDuration', '431999'),
(8440, 10805, '_EventVenueID', '10799'),
(8441, 10805, '_EventCurrencySymbol', ''),
(8442, 10805, '_EventCurrencyPosition', 'prefix'),
(8443, 10805, '_EventURL', ''),
(8444, 10805, '_EventTimezone', 'UTC+0'),
(8445, 10805, '_EventTimezoneAbbr', ''),
(8446, 10805, '_dp_original', '10803'),
(8447, 10805, '_EventOrganizerID', '10798'),
(8448, 10805, '_wp_old_slug', 'event-registration-breakfast'),
(8449, 10805, '_EventRecurrence', 'a:3:{s:5:\"rules\";a:0:{}s:10:\"exclusions\";a:0:{}s:11:\"description\";N;}'),
(8450, 10805, '_thumbnail_id', '12932'),
(8451, 10805, '_EventCost', '150'),
(8452, 11486, '_form', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),
(8453, 11486, 'cmsmasters_post_image_show', 'false'),
(8454, 11486, 'cmsmasters_post_image_link', ''),
(8455, 11486, 'cmsmasters_post_images', ''),
(8456, 11486, 'cmsmasters_post_video_type', 'embedded'),
(8457, 11486, 'cmsmasters_post_video_link', ''),
(8458, 11486, 'cmsmasters_post_video_links', ''),
(8459, 11486, 'cmsmasters_post_audio_links', ''),
(8460, 11486, 'cmsmasters_post_title', 'true'),
(8461, 11486, 'cmsmasters_post_sharing_box', 'true'),
(8462, 11486, 'cmsmasters_post_author_box', 'true'),
(8463, 11486, 'cmsmasters_post_more_posts', 'popular'),
(8464, 11486, 'cmsmasters_post_read_more', 'Continue Reading...'),
(8465, 11486, 'cmsmasters_page_scheme', 'default'),
(8466, 11486, 'cmsmasters_layout', 'r_sidebar'),
(8467, 11486, 'cmsmasters_sidebar_id', ''),
(8468, 11486, 'cmsmasters_bottom_sidebar', 'false'),
(8469, 11486, 'cmsmasters_bottom_sidebar_id', ''),
(8470, 11486, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(8471, 11486, 'cmsmasters_bg_default', 'true'),
(8472, 11486, 'cmsmasters_bg_col', '#ffffff'),
(8473, 11486, 'cmsmasters_bg_img_enable', 'false'),
(8474, 11486, 'cmsmasters_bg_img', ''),
(8475, 11486, 'cmsmasters_bg_rep', 'no-repeat'),
(8476, 11486, 'cmsmasters_bg_pos', 'top center'),
(8477, 11486, 'cmsmasters_bg_att', 'scroll'),
(8478, 11486, 'cmsmasters_bg_size', 'cover'),
(8479, 11486, 'cmsmasters_heading', 'disabled'),
(8480, 11486, 'cmsmasters_heading_title', ''),
(8481, 11486, 'cmsmasters_heading_subtitle', ''),
(8482, 11486, 'cmsmasters_heading_icon', ''),
(8483, 11486, 'cmsmasters_heading_alignment', 'center'),
(8484, 11486, 'cmsmasters_heading_scheme', 'default'),
(8485, 11486, 'cmsmasters_heading_bg_img_enable', 'true'),
(8486, 11486, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(8487, 11486, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(8488, 11486, 'cmsmasters_heading_bg_att', 'scroll'),
(8489, 11486, 'cmsmasters_heading_bg_size', 'cover'),
(8490, 11486, 'cmsmasters_heading_bg_color', ''),
(8491, 11486, 'cmsmasters_heading_height', '360'),
(8492, 11486, 'cmsmasters_breadcrumbs', 'true'),
(8493, 11486, '_mail', 'a:8:{s:7:\"subject\";s:26:\"Eco Press \"[your-subject]\"\";s:6:\"sender\";s:48:\"[your-name] <wordpress@eco-press.cmsmasters.net>\";s:4:\"body\";s:178:\"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 Eco Press (http://eco-press.cmsmasters.net)\";s:9:\"recipient\";s:19:\"example@example.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(8494, 11486, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:26:\"Eco Press \"[your-subject]\"\";s:6:\"sender\";s:46:\"Eco Press <wordpress@eco-press.cmsmasters.net>\";s:4:\"body\";s:120:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Eco Press (http://eco-press.cmsmasters.net)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: example@example.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(8495, 11486, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(8496, 11486, '_additional_settings', ''),
(8497, 11486, '_locale', 'en_US'),
(8498, 11984, '_form', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),
(8499, 11984, 'cmsmasters_post_image_show', 'false'),
(8500, 11984, 'cmsmasters_post_image_link', ''),
(8501, 11984, 'cmsmasters_post_images', ''),
(8502, 11984, 'cmsmasters_post_video_type', 'embedded'),
(8503, 11984, 'cmsmasters_post_video_link', ''),
(8504, 11984, 'cmsmasters_post_video_links', ''),
(8505, 11984, 'cmsmasters_post_audio_links', ''),
(8506, 11984, 'cmsmasters_post_title', 'true'),
(8507, 11984, 'cmsmasters_post_sharing_box', 'true'),
(8508, 11984, 'cmsmasters_post_author_box', 'true'),
(8509, 11984, 'cmsmasters_post_more_posts', 'popular'),
(8510, 11984, 'cmsmasters_post_read_more', 'Continue Reading...'),
(8511, 11984, 'cmsmasters_page_scheme', 'default'),
(8512, 11984, 'cmsmasters_layout', 'r_sidebar'),
(8513, 11984, 'cmsmasters_sidebar_id', ''),
(8514, 11984, 'cmsmasters_bottom_sidebar', 'false'),
(8515, 11984, 'cmsmasters_bottom_sidebar_id', ''),
(8516, 11984, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(8517, 11984, 'cmsmasters_bg_default', 'true'),
(8518, 11984, 'cmsmasters_bg_col', '#ffffff'),
(8519, 11984, 'cmsmasters_bg_img_enable', 'false'),
(8520, 11984, 'cmsmasters_bg_img', ''),
(8521, 11984, 'cmsmasters_bg_rep', 'no-repeat'),
(8522, 11984, 'cmsmasters_bg_pos', 'top center'),
(8523, 11984, 'cmsmasters_bg_att', 'scroll'),
(8524, 11984, 'cmsmasters_bg_size', 'cover'),
(8525, 11984, 'cmsmasters_heading', 'disabled'),
(8526, 11984, 'cmsmasters_heading_title', ''),
(8527, 11984, 'cmsmasters_heading_subtitle', ''),
(8528, 11984, 'cmsmasters_heading_icon', ''),
(8529, 11984, 'cmsmasters_heading_alignment', 'center'),
(8530, 11984, 'cmsmasters_heading_scheme', 'default'),
(8531, 11984, 'cmsmasters_heading_bg_img_enable', 'true'),
(8532, 11984, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(8533, 11984, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(8534, 11984, 'cmsmasters_heading_bg_att', 'scroll'),
(8535, 11984, 'cmsmasters_heading_bg_size', 'cover'),
(8536, 11984, 'cmsmasters_heading_bg_color', ''),
(8537, 11984, 'cmsmasters_heading_height', '360'),
(8538, 11984, 'cmsmasters_breadcrumbs', 'true'),
(8539, 11984, '_mail', 'a:8:{s:7:\"subject\";s:25:\"Template \"[your-subject]\"\";s:6:\"sender\";s:47:\"[your-name] <wordpress@template.cmsmasters.net>\";s:4:\"body\";s:176:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Template (http://template.cmsmasters.net)\";s:9:\"recipient\";s:19:\"example@example.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(8540, 11984, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:25:\"Template \"[your-subject]\"\";s:6:\"sender\";s:44:\"Template <wordpress@template.cmsmasters.net>\";s:4:\"body\";s:118:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Template (http://template.cmsmasters.net)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: example@example.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(8541, 11984, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(8542, 11984, '_additional_settings', ''),
(8543, 11984, '_locale', 'en_US'),
(8544, 12875, '_form', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),
(8545, 12875, 'cmsmasters_post_image_show', 'false'),
(8546, 12875, 'cmsmasters_post_image_link', ''),
(8547, 12875, 'cmsmasters_post_images', ''),
(8548, 12875, 'cmsmasters_post_video_type', 'embedded'),
(8549, 12875, 'cmsmasters_post_video_link', ''),
(8550, 12875, 'cmsmasters_post_video_links', ''),
(8551, 12875, 'cmsmasters_post_audio_links', ''),
(8552, 12875, 'cmsmasters_post_title', 'true'),
(8553, 12875, 'cmsmasters_post_sharing_box', 'true'),
(8554, 12875, 'cmsmasters_post_author_box', 'true'),
(8555, 12875, 'cmsmasters_post_more_posts', 'popular'),
(8556, 12875, 'cmsmasters_post_read_more', 'Continue Reading...'),
(8557, 12875, 'cmsmasters_page_scheme', 'default'),
(8558, 12875, 'cmsmasters_layout', 'r_sidebar'),
(8559, 12875, 'cmsmasters_sidebar_id', ''),
(8560, 12875, 'cmsmasters_bottom_sidebar', 'false'),
(8561, 12875, 'cmsmasters_bottom_sidebar_id', ''),
(8562, 12875, 'cmsmasters_bottom_sidebar_layout', '14141414'),
(8563, 12875, 'cmsmasters_bg_default', 'true'),
(8564, 12875, 'cmsmasters_bg_col', '#ffffff'),
(8565, 12875, 'cmsmasters_bg_img_enable', 'false'),
(8566, 12875, 'cmsmasters_bg_img', ''),
(8567, 12875, 'cmsmasters_bg_rep', 'no-repeat'),
(8568, 12875, 'cmsmasters_bg_pos', 'top center'),
(8569, 12875, 'cmsmasters_bg_att', 'scroll'),
(8570, 12875, 'cmsmasters_bg_size', 'cover'),
(8571, 12875, 'cmsmasters_heading', 'disabled'),
(8572, 12875, 'cmsmasters_heading_title', ''),
(8573, 12875, 'cmsmasters_heading_subtitle', ''),
(8574, 12875, 'cmsmasters_heading_icon', ''),
(8575, 12875, 'cmsmasters_heading_alignment', 'center'),
(8576, 12875, 'cmsmasters_heading_scheme', 'default'),
(8577, 12875, 'cmsmasters_heading_bg_img_enable', 'true'),
(8578, 12875, 'cmsmasters_heading_bg_img', '12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-300x169.jpg'),
(8579, 12875, 'cmsmasters_heading_bg_rep', 'no-repeat'),
(8580, 12875, 'cmsmasters_heading_bg_att', 'scroll'),
(8581, 12875, 'cmsmasters_heading_bg_size', 'cover'),
(8582, 12875, 'cmsmasters_heading_bg_color', ''),
(8583, 12875, 'cmsmasters_heading_height', '360'),
(8584, 12875, 'cmsmasters_breadcrumbs', 'true'),
(8585, 12875, '_mail', 'a:8:{s:7:\"subject\";s:30:\"In Conference \"[your-subject]\"\";s:6:\"sender\";s:52:\"[your-name] <wordpress@in-conference.cmsmasters.net>\";s:4:\"body\";s:186:\"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 In Conference (http://in-conference.cmsmasters.net)\";s:9:\"recipient\";s:19:\"example@example.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(8586, 12875, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"In Conference \"[your-subject]\"\";s:6:\"sender\";s:54:\"In Conference <wordpress@in-conference.cmsmasters.net>\";s:4:\"body\";s:128:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on In Conference (http://in-conference.cmsmasters.net)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: example@example.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(8587, 12875, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(8588, 12875, '_additional_settings', ''),
(8589, 12875, '_locale', 'en_US'),
(8590, 13211, '_menu_item_type', 'post_type'),
(8591, 13211, '_menu_item_menu_item_parent', '0'),
(8592, 13211, '_menu_item_object_id', '60'),
(8593, 13211, '_menu_item_object', 'page'),
(8594, 13211, '_menu_item_target', ''),
(8595, 13211, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8596, 13211, '_menu_item_xfn', ''),
(8597, 13211, '_menu_item_url', ''),
(8598, 13211, '_menu_item_highlight', ''),
(8599, 13211, '_menu_item_color', ''),
(8600, 13211, '_menu_item_icon', ''),
(8601, 13211, '_menu_item_tag', ''),
(8602, 13211, '_menu_item_drop_side', ''),
(8603, 13211, '_menu_item_mega', ''),
(8604, 13211, '_menu_item_mega_cols', ''),
(8605, 13211, '_menu_item_mega_cols_full', ''),
(8606, 13211, '_menu_item_mega_bg_img', ''),
(8607, 13211, '_menu_item_mega_bg_pos', ''),
(8608, 13211, '_menu_item_mega_bg_rep', ''),
(8609, 13211, '_menu_item_mega_bg_size', ''),
(8610, 13211, '_menu_item_hide_text', ''),
(8611, 13211, '_menu_item_subtitle', ''),
(8612, 13211, '_menu_item_mega_descr_text', ''),
(8613, 13212, '_menu_item_type', 'post_type'),
(8614, 13212, '_menu_item_menu_item_parent', '0'),
(8615, 13212, '_menu_item_object_id', '7566'),
(8616, 13212, '_menu_item_object', 'page'),
(8617, 13212, '_menu_item_target', ''),
(8618, 13212, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8619, 13212, '_menu_item_xfn', ''),
(8620, 13212, '_menu_item_url', ''),
(8621, 13212, '_menu_item_highlight', ''),
(8622, 13212, '_menu_item_color', ''),
(8623, 13212, '_menu_item_icon', ''),
(8624, 13212, '_menu_item_tag', ''),
(8625, 13212, '_menu_item_drop_side', ''),
(8626, 13212, '_menu_item_mega', ''),
(8627, 13212, '_menu_item_mega_cols', ''),
(8628, 13212, '_menu_item_mega_cols_full', ''),
(8629, 13212, '_menu_item_mega_bg_img', ''),
(8630, 13212, '_menu_item_mega_bg_pos', ''),
(8631, 13212, '_menu_item_mega_bg_rep', ''),
(8632, 13212, '_menu_item_mega_bg_size', ''),
(8633, 13212, '_menu_item_hide_text', ''),
(8634, 13212, '_menu_item_subtitle', ''),
(8635, 13212, '_menu_item_mega_descr_text', ''),
(8636, 13213, '_menu_item_type', 'post_type'),
(8637, 13213, '_menu_item_menu_item_parent', '13184'),
(8638, 13213, '_menu_item_object_id', '60'),
(8639, 13213, '_menu_item_object', 'page'),
(8640, 13213, '_menu_item_target', ''),
(8641, 13213, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8642, 13213, '_menu_item_xfn', ''),
(8643, 13213, '_menu_item_url', ''),
(8644, 13213, '_menu_item_highlight', ''),
(8645, 13213, '_menu_item_color', ''),
(8646, 13213, '_menu_item_icon', ''),
(8647, 13213, '_menu_item_tag', ''),
(8648, 13213, '_menu_item_drop_side', ''),
(8649, 13213, '_menu_item_mega', ''),
(8650, 13213, '_menu_item_mega_cols', ''),
(8651, 13213, '_menu_item_mega_cols_full', ''),
(8652, 13213, '_menu_item_mega_bg_img', ''),
(8653, 13213, '_menu_item_mega_bg_pos', ''),
(8654, 13213, '_menu_item_mega_bg_rep', ''),
(8655, 13213, '_menu_item_mega_bg_size', ''),
(8656, 13213, '_menu_item_hide_text', ''),
(8657, 13213, '_menu_item_subtitle', ''),
(8658, 13213, '_menu_item_mega_descr_text', ''),
(8659, 13214, '_menu_item_type', 'post_type'),
(8660, 13214, '_menu_item_menu_item_parent', '13191'),
(8661, 13214, '_menu_item_object_id', '74'),
(8662, 13214, '_menu_item_object', 'page'),
(8663, 13214, '_menu_item_target', ''),
(8664, 13214, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8665, 13214, '_menu_item_xfn', ''),
(8666, 13214, '_menu_item_url', ''),
(8667, 13214, '_menu_item_highlight', ''),
(8668, 13214, '_menu_item_color', ''),
(8669, 13214, '_menu_item_icon', ''),
(8670, 13214, '_menu_item_tag', ''),
(8671, 13214, '_menu_item_drop_side', ''),
(8672, 13214, '_menu_item_mega', ''),
(8673, 13214, '_menu_item_mega_cols', ''),
(8674, 13214, '_menu_item_mega_cols_full', ''),
(8675, 13214, '_menu_item_mega_bg_img', ''),
(8676, 13214, '_menu_item_mega_bg_pos', ''),
(8677, 13214, '_menu_item_mega_bg_rep', ''),
(8678, 13214, '_menu_item_mega_bg_size', ''),
(8679, 13214, '_menu_item_hide_text', ''),
(8680, 13214, '_menu_item_subtitle', ''),
(8681, 13214, '_menu_item_mega_descr_text', ''),
(8682, 13215, '_menu_item_type', 'post_type'),
(8683, 13215, '_menu_item_menu_item_parent', '13191'),
(8684, 13215, '_menu_item_object_id', '116'),
(8685, 13215, '_menu_item_object', 'page'),
(8686, 13215, '_menu_item_target', ''),
(8687, 13215, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8688, 13215, '_menu_item_xfn', ''),
(8689, 13215, '_menu_item_url', ''),
(8690, 13215, '_menu_item_highlight', ''),
(8691, 13215, '_menu_item_color', ''),
(8692, 13215, '_menu_item_icon', ''),
(8693, 13215, '_menu_item_tag', ''),
(8694, 13215, '_menu_item_drop_side', ''),
(8695, 13215, '_menu_item_mega', ''),
(8696, 13215, '_menu_item_mega_cols', ''),
(8697, 13215, '_menu_item_mega_cols_full', ''),
(8698, 13215, '_menu_item_mega_bg_img', ''),
(8699, 13215, '_menu_item_mega_bg_pos', ''),
(8700, 13215, '_menu_item_mega_bg_rep', ''),
(8701, 13215, '_menu_item_mega_bg_size', ''),
(8702, 13215, '_menu_item_hide_text', ''),
(8703, 13215, '_menu_item_subtitle', ''),
(8704, 13215, '_menu_item_mega_descr_text', ''),
(8705, 13216, '_menu_item_type', 'post_type'),
(8706, 13216, '_menu_item_menu_item_parent', '13191'),
(8707, 13216, '_menu_item_object_id', '151'),
(8708, 13216, '_menu_item_object', 'page'),
(8709, 13216, '_menu_item_target', ''),
(8710, 13216, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8711, 13216, '_menu_item_xfn', ''),
(8712, 13216, '_menu_item_url', ''),
(8713, 13216, '_menu_item_highlight', ''),
(8714, 13216, '_menu_item_color', ''),
(8715, 13216, '_menu_item_icon', ''),
(8716, 13216, '_menu_item_tag', ''),
(8717, 13216, '_menu_item_drop_side', ''),
(8718, 13216, '_menu_item_mega', ''),
(8719, 13216, '_menu_item_mega_cols', ''),
(8720, 13216, '_menu_item_mega_cols_full', ''),
(8721, 13216, '_menu_item_mega_bg_img', ''),
(8722, 13216, '_menu_item_mega_bg_pos', ''),
(8723, 13216, '_menu_item_mega_bg_rep', ''),
(8724, 13216, '_menu_item_mega_bg_size', ''),
(8725, 13216, '_menu_item_hide_text', ''),
(8726, 13216, '_menu_item_subtitle', ''),
(8727, 13216, '_menu_item_mega_descr_text', ''),
(8728, 13217, '_menu_item_type', 'post_type'),
(8729, 13217, '_menu_item_menu_item_parent', '13191'),
(8730, 13217, '_menu_item_object_id', '163'),
(8731, 13217, '_menu_item_object', 'page'),
(8732, 13217, '_menu_item_target', ''),
(8733, 13217, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8734, 13217, '_menu_item_xfn', ''),
(8735, 13217, '_menu_item_url', ''),
(8736, 13217, '_menu_item_highlight', ''),
(8737, 13217, '_menu_item_color', ''),
(8738, 13217, '_menu_item_icon', ''),
(8739, 13217, '_menu_item_tag', ''),
(8740, 13217, '_menu_item_drop_side', ''),
(8741, 13217, '_menu_item_mega', ''),
(8742, 13217, '_menu_item_mega_cols', ''),
(8743, 13217, '_menu_item_mega_cols_full', ''),
(8744, 13217, '_menu_item_mega_bg_img', ''),
(8745, 13217, '_menu_item_mega_bg_pos', ''),
(8746, 13217, '_menu_item_mega_bg_rep', ''),
(8747, 13217, '_menu_item_mega_bg_size', ''),
(8748, 13217, '_menu_item_hide_text', ''),
(8749, 13217, '_menu_item_subtitle', ''),
(8750, 13217, '_menu_item_mega_descr_text', ''),
(8751, 13218, '_menu_item_type', 'post_type'),
(8752, 13218, '_menu_item_menu_item_parent', '13191'),
(8753, 13218, '_menu_item_object_id', '169'),
(8754, 13218, '_menu_item_object', 'page'),
(8755, 13218, '_menu_item_target', ''),
(8756, 13218, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8757, 13218, '_menu_item_xfn', ''),
(8758, 13218, '_menu_item_url', ''),
(8759, 13218, '_menu_item_highlight', ''),
(8760, 13218, '_menu_item_color', ''),
(8761, 13218, '_menu_item_icon', ''),
(8762, 13218, '_menu_item_tag', ''),
(8763, 13218, '_menu_item_drop_side', ''),
(8764, 13218, '_menu_item_mega', ''),
(8765, 13218, '_menu_item_mega_cols', ''),
(8766, 13218, '_menu_item_mega_cols_full', ''),
(8767, 13218, '_menu_item_mega_bg_img', ''),
(8768, 13218, '_menu_item_mega_bg_pos', ''),
(8769, 13218, '_menu_item_mega_bg_rep', ''),
(8770, 13218, '_menu_item_mega_bg_size', ''),
(8771, 13218, '_menu_item_hide_text', ''),
(8772, 13218, '_menu_item_subtitle', ''),
(8773, 13218, '_menu_item_mega_descr_text', ''),
(8774, 13219, '_menu_item_type', 'post_type'),
(8775, 13219, '_menu_item_menu_item_parent', '13191'),
(8776, 13219, '_menu_item_object_id', '213'),
(8777, 13219, '_menu_item_object', 'page'),
(8778, 13219, '_menu_item_target', ''),
(8779, 13219, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8780, 13219, '_menu_item_xfn', ''),
(8781, 13219, '_menu_item_url', ''),
(8782, 13219, '_menu_item_highlight', ''),
(8783, 13219, '_menu_item_color', ''),
(8784, 13219, '_menu_item_icon', ''),
(8785, 13219, '_menu_item_tag', ''),
(8786, 13219, '_menu_item_drop_side', ''),
(8787, 13219, '_menu_item_mega', ''),
(8788, 13219, '_menu_item_mega_cols', ''),
(8789, 13219, '_menu_item_mega_cols_full', ''),
(8790, 13219, '_menu_item_mega_bg_img', ''),
(8791, 13219, '_menu_item_mega_bg_pos', ''),
(8792, 13219, '_menu_item_mega_bg_rep', ''),
(8793, 13219, '_menu_item_mega_bg_size', ''),
(8794, 13219, '_menu_item_hide_text', ''),
(8795, 13219, '_menu_item_subtitle', ''),
(8796, 13219, '_menu_item_mega_descr_text', ''),
(8797, 13220, '_menu_item_type', 'post_type'),
(8798, 13220, '_menu_item_menu_item_parent', '13191'),
(8799, 13220, '_menu_item_object_id', '216'),
(8800, 13220, '_menu_item_object', 'page'),
(8801, 13220, '_menu_item_target', ''),
(8802, 13220, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8803, 13220, '_menu_item_xfn', ''),
(8804, 13220, '_menu_item_url', ''),
(8805, 13220, '_menu_item_highlight', ''),
(8806, 13220, '_menu_item_color', ''),
(8807, 13220, '_menu_item_icon', ''),
(8808, 13220, '_menu_item_tag', ''),
(8809, 13220, '_menu_item_drop_side', ''),
(8810, 13220, '_menu_item_mega', ''),
(8811, 13220, '_menu_item_mega_cols', ''),
(8812, 13220, '_menu_item_mega_cols_full', ''),
(8813, 13220, '_menu_item_mega_bg_img', ''),
(8814, 13220, '_menu_item_mega_bg_pos', ''),
(8815, 13220, '_menu_item_mega_bg_rep', ''),
(8816, 13220, '_menu_item_mega_bg_size', ''),
(8817, 13220, '_menu_item_hide_text', ''),
(8818, 13220, '_menu_item_subtitle', ''),
(8819, 13220, '_menu_item_mega_descr_text', ''),
(8820, 13221, '_menu_item_type', 'post_type'),
(8821, 13221, '_menu_item_menu_item_parent', '13181'),
(8822, 13221, '_menu_item_object_id', '358'),
(8823, 13221, '_menu_item_object', 'page'),
(8824, 13221, '_menu_item_target', ''),
(8825, 13221, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8826, 13221, '_menu_item_xfn', ''),
(8827, 13221, '_menu_item_url', ''),
(8828, 13221, '_menu_item_highlight', ''),
(8829, 13221, '_menu_item_color', ''),
(8830, 13221, '_menu_item_icon', ''),
(8831, 13221, '_menu_item_tag', ''),
(8832, 13221, '_menu_item_drop_side', ''),
(8833, 13221, '_menu_item_mega', ''),
(8834, 13221, '_menu_item_mega_cols', ''),
(8835, 13221, '_menu_item_mega_cols_full', ''),
(8836, 13221, '_menu_item_mega_bg_img', ''),
(8837, 13221, '_menu_item_mega_bg_pos', ''),
(8838, 13221, '_menu_item_mega_bg_rep', ''),
(8839, 13221, '_menu_item_mega_bg_size', ''),
(8840, 13221, '_menu_item_hide_text', ''),
(8841, 13221, '_menu_item_subtitle', ''),
(8842, 13221, '_menu_item_mega_descr_text', ''),
(8843, 13222, '_menu_item_type', 'post_type'),
(8844, 13222, '_menu_item_menu_item_parent', '13181'),
(8845, 13222, '_menu_item_object_id', '317'),
(8846, 13222, '_menu_item_object', 'page'),
(8847, 13222, '_menu_item_target', ''),
(8848, 13222, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8849, 13222, '_menu_item_xfn', ''),
(8850, 13222, '_menu_item_url', ''),
(8851, 13222, '_menu_item_highlight', ''),
(8852, 13222, '_menu_item_color', ''),
(8853, 13222, '_menu_item_icon', ''),
(8854, 13222, '_menu_item_tag', ''),
(8855, 13222, '_menu_item_drop_side', ''),
(8856, 13222, '_menu_item_mega', ''),
(8857, 13222, '_menu_item_mega_cols', ''),
(8858, 13222, '_menu_item_mega_cols_full', ''),
(8859, 13222, '_menu_item_mega_bg_img', ''),
(8860, 13222, '_menu_item_mega_bg_pos', ''),
(8861, 13222, '_menu_item_mega_bg_rep', ''),
(8862, 13222, '_menu_item_mega_bg_size', ''),
(8863, 13222, '_menu_item_hide_text', ''),
(8864, 13222, '_menu_item_subtitle', ''),
(8865, 13222, '_menu_item_mega_descr_text', ''),
(8866, 13223, '_menu_item_type', 'post_type'),
(8867, 13223, '_menu_item_menu_item_parent', '13181'),
(8868, 13223, '_menu_item_object_id', '289'),
(8869, 13223, '_menu_item_object', 'page'),
(8870, 13223, '_menu_item_target', ''),
(8871, 13223, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8872, 13223, '_menu_item_xfn', ''),
(8873, 13223, '_menu_item_url', ''),
(8874, 13223, '_menu_item_highlight', ''),
(8875, 13223, '_menu_item_color', ''),
(8876, 13223, '_menu_item_icon', ''),
(8877, 13223, '_menu_item_tag', ''),
(8878, 13223, '_menu_item_drop_side', ''),
(8879, 13223, '_menu_item_mega', ''),
(8880, 13223, '_menu_item_mega_cols', ''),
(8881, 13223, '_menu_item_mega_cols_full', ''),
(8882, 13223, '_menu_item_mega_bg_img', ''),
(8883, 13223, '_menu_item_mega_bg_pos', ''),
(8884, 13223, '_menu_item_mega_bg_rep', ''),
(8885, 13223, '_menu_item_mega_bg_size', ''),
(8886, 13223, '_menu_item_hide_text', ''),
(8887, 13223, '_menu_item_subtitle', ''),
(8888, 13223, '_menu_item_mega_descr_text', ''),
(8889, 13224, '_menu_item_type', 'post_type'),
(8890, 13224, '_menu_item_menu_item_parent', '13181'),
(8891, 13224, '_menu_item_object_id', '270'),
(8892, 13224, '_menu_item_object', 'page'),
(8893, 13224, '_menu_item_target', ''),
(8894, 13224, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8895, 13224, '_menu_item_xfn', ''),
(8896, 13224, '_menu_item_url', ''),
(8897, 13224, '_menu_item_highlight', ''),
(8898, 13224, '_menu_item_color', ''),
(8899, 13224, '_menu_item_icon', ''),
(8900, 13224, '_menu_item_tag', ''),
(8901, 13224, '_menu_item_drop_side', ''),
(8902, 13224, '_menu_item_mega', ''),
(8903, 13224, '_menu_item_mega_cols', ''),
(8904, 13224, '_menu_item_mega_cols_full', ''),
(8905, 13224, '_menu_item_mega_bg_img', ''),
(8906, 13224, '_menu_item_mega_bg_pos', ''),
(8907, 13224, '_menu_item_mega_bg_rep', ''),
(8908, 13224, '_menu_item_mega_bg_size', ''),
(8909, 13224, '_menu_item_hide_text', ''),
(8910, 13224, '_menu_item_subtitle', ''),
(8911, 13224, '_menu_item_mega_descr_text', ''),
(8912, 13225, '_menu_item_type', 'post_type'),
(8913, 13225, '_menu_item_menu_item_parent', '13181'),
(8914, 13225, '_menu_item_object_id', '261'),
(8915, 13225, '_menu_item_object', 'page'),
(8916, 13225, '_menu_item_target', ''),
(8917, 13225, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8918, 13225, '_menu_item_xfn', ''),
(8919, 13225, '_menu_item_url', ''),
(8920, 13225, '_menu_item_highlight', ''),
(8921, 13225, '_menu_item_color', ''),
(8922, 13225, '_menu_item_icon', ''),
(8923, 13225, '_menu_item_tag', ''),
(8924, 13225, '_menu_item_drop_side', ''),
(8925, 13225, '_menu_item_mega', ''),
(8926, 13225, '_menu_item_mega_cols', ''),
(8927, 13225, '_menu_item_mega_cols_full', ''),
(8928, 13225, '_menu_item_mega_bg_img', ''),
(8929, 13225, '_menu_item_mega_bg_pos', ''),
(8930, 13225, '_menu_item_mega_bg_rep', ''),
(8931, 13225, '_menu_item_mega_bg_size', ''),
(8932, 13225, '_menu_item_hide_text', ''),
(8933, 13225, '_menu_item_subtitle', ''),
(8934, 13225, '_menu_item_mega_descr_text', ''),
(8935, 13226, '_menu_item_type', 'post_type'),
(8936, 13226, '_menu_item_menu_item_parent', '13181'),
(8937, 13226, '_menu_item_object_id', '231'),
(8938, 13226, '_menu_item_object', 'page'),
(8939, 13226, '_menu_item_target', ''),
(8940, 13226, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8941, 13226, '_menu_item_xfn', ''),
(8942, 13226, '_menu_item_url', ''),
(8943, 13226, '_menu_item_highlight', ''),
(8944, 13226, '_menu_item_color', ''),
(8945, 13226, '_menu_item_icon', ''),
(8946, 13226, '_menu_item_tag', ''),
(8947, 13226, '_menu_item_drop_side', ''),
(8948, 13226, '_menu_item_mega', ''),
(8949, 13226, '_menu_item_mega_cols', ''),
(8950, 13226, '_menu_item_mega_cols_full', ''),
(8951, 13226, '_menu_item_mega_bg_img', ''),
(8952, 13226, '_menu_item_mega_bg_pos', ''),
(8953, 13226, '_menu_item_mega_bg_rep', ''),
(8954, 13226, '_menu_item_mega_bg_size', ''),
(8955, 13226, '_menu_item_hide_text', ''),
(8956, 13226, '_menu_item_subtitle', ''),
(8957, 13226, '_menu_item_mega_descr_text', ''),
(8958, 13227, '_menu_item_type', 'post_type'),
(8959, 13227, '_menu_item_menu_item_parent', '13181'),
(8960, 13227, '_menu_item_object_id', '252'),
(8961, 13227, '_menu_item_object', 'page'),
(8962, 13227, '_menu_item_target', ''),
(8963, 13227, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8964, 13227, '_menu_item_xfn', ''),
(8965, 13227, '_menu_item_url', ''),
(8966, 13227, '_menu_item_highlight', ''),
(8967, 13227, '_menu_item_color', ''),
(8968, 13227, '_menu_item_icon', ''),
(8969, 13227, '_menu_item_tag', ''),
(8970, 13227, '_menu_item_drop_side', ''),
(8971, 13227, '_menu_item_mega', ''),
(8972, 13227, '_menu_item_mega_cols', ''),
(8973, 13227, '_menu_item_mega_cols_full', ''),
(8974, 13227, '_menu_item_mega_bg_img', ''),
(8975, 13227, '_menu_item_mega_bg_pos', ''),
(8976, 13227, '_menu_item_mega_bg_rep', ''),
(8977, 13227, '_menu_item_mega_bg_size', ''),
(8978, 13227, '_menu_item_hide_text', ''),
(8979, 13227, '_menu_item_subtitle', '');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8980, 13227, '_menu_item_mega_descr_text', ''),
(8981, 13228, '_menu_item_type', 'post_type'),
(8982, 13228, '_menu_item_menu_item_parent', '13182'),
(8983, 13228, '_menu_item_object_id', '375'),
(8984, 13228, '_menu_item_object', 'page'),
(8985, 13228, '_menu_item_target', ''),
(8986, 13228, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8987, 13228, '_menu_item_xfn', ''),
(8988, 13228, '_menu_item_url', ''),
(8989, 13228, '_menu_item_highlight', ''),
(8990, 13228, '_menu_item_color', ''),
(8991, 13228, '_menu_item_icon', ''),
(8992, 13228, '_menu_item_tag', ''),
(8993, 13228, '_menu_item_drop_side', ''),
(8994, 13228, '_menu_item_mega', ''),
(8995, 13228, '_menu_item_mega_cols', ''),
(8996, 13228, '_menu_item_mega_cols_full', ''),
(8997, 13228, '_menu_item_mega_bg_img', ''),
(8998, 13228, '_menu_item_mega_bg_pos', ''),
(8999, 13228, '_menu_item_mega_bg_rep', ''),
(9000, 13228, '_menu_item_mega_bg_size', ''),
(9001, 13228, '_menu_item_hide_text', ''),
(9002, 13228, '_menu_item_subtitle', ''),
(9003, 13228, '_menu_item_mega_descr_text', ''),
(9004, 13229, '_menu_item_type', 'post_type'),
(9005, 13229, '_menu_item_menu_item_parent', '13182'),
(9006, 13229, '_menu_item_object_id', '391'),
(9007, 13229, '_menu_item_object', 'page'),
(9008, 13229, '_menu_item_target', ''),
(9009, 13229, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9010, 13229, '_menu_item_xfn', ''),
(9011, 13229, '_menu_item_url', ''),
(9012, 13229, '_menu_item_highlight', ''),
(9013, 13229, '_menu_item_color', ''),
(9014, 13229, '_menu_item_icon', ''),
(9015, 13229, '_menu_item_tag', ''),
(9016, 13229, '_menu_item_drop_side', ''),
(9017, 13229, '_menu_item_mega', ''),
(9018, 13229, '_menu_item_mega_cols', ''),
(9019, 13229, '_menu_item_mega_cols_full', ''),
(9020, 13229, '_menu_item_mega_bg_img', ''),
(9021, 13229, '_menu_item_mega_bg_pos', ''),
(9022, 13229, '_menu_item_mega_bg_rep', ''),
(9023, 13229, '_menu_item_mega_bg_size', ''),
(9024, 13229, '_menu_item_hide_text', ''),
(9025, 13229, '_menu_item_subtitle', ''),
(9026, 13229, '_menu_item_mega_descr_text', ''),
(9027, 13230, '_menu_item_type', 'post_type'),
(9028, 13230, '_menu_item_menu_item_parent', '13182'),
(9029, 13230, '_menu_item_object_id', '401'),
(9030, 13230, '_menu_item_object', 'page'),
(9031, 13230, '_menu_item_target', ''),
(9032, 13230, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9033, 13230, '_menu_item_xfn', ''),
(9034, 13230, '_menu_item_url', ''),
(9035, 13230, '_menu_item_highlight', ''),
(9036, 13230, '_menu_item_color', ''),
(9037, 13230, '_menu_item_icon', ''),
(9038, 13230, '_menu_item_tag', ''),
(9039, 13230, '_menu_item_drop_side', ''),
(9040, 13230, '_menu_item_mega', ''),
(9041, 13230, '_menu_item_mega_cols', ''),
(9042, 13230, '_menu_item_mega_cols_full', ''),
(9043, 13230, '_menu_item_mega_bg_img', ''),
(9044, 13230, '_menu_item_mega_bg_pos', ''),
(9045, 13230, '_menu_item_mega_bg_rep', ''),
(9046, 13230, '_menu_item_mega_bg_size', ''),
(9047, 13230, '_menu_item_hide_text', ''),
(9048, 13230, '_menu_item_subtitle', ''),
(9049, 13230, '_menu_item_mega_descr_text', ''),
(9050, 13231, '_menu_item_type', 'post_type'),
(9051, 13231, '_menu_item_menu_item_parent', '13182'),
(9052, 13231, '_menu_item_object_id', '405'),
(9053, 13231, '_menu_item_object', 'page'),
(9054, 13231, '_menu_item_target', ''),
(9055, 13231, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9056, 13231, '_menu_item_xfn', ''),
(9057, 13231, '_menu_item_url', ''),
(9058, 13231, '_menu_item_highlight', ''),
(9059, 13231, '_menu_item_color', ''),
(9060, 13231, '_menu_item_icon', ''),
(9061, 13231, '_menu_item_tag', ''),
(9062, 13231, '_menu_item_drop_side', ''),
(9063, 13231, '_menu_item_mega', ''),
(9064, 13231, '_menu_item_mega_cols', ''),
(9065, 13231, '_menu_item_mega_cols_full', ''),
(9066, 13231, '_menu_item_mega_bg_img', ''),
(9067, 13231, '_menu_item_mega_bg_pos', ''),
(9068, 13231, '_menu_item_mega_bg_rep', ''),
(9069, 13231, '_menu_item_mega_bg_size', ''),
(9070, 13231, '_menu_item_hide_text', ''),
(9071, 13231, '_menu_item_subtitle', ''),
(9072, 13231, '_menu_item_mega_descr_text', ''),
(9073, 13232, '_menu_item_type', 'post_type'),
(9074, 13232, '_menu_item_menu_item_parent', '13183'),
(9075, 13232, '_menu_item_object_id', '434'),
(9076, 13232, '_menu_item_object', 'page'),
(9077, 13232, '_menu_item_target', ''),
(9078, 13232, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9079, 13232, '_menu_item_xfn', ''),
(9080, 13232, '_menu_item_url', ''),
(9081, 13232, '_menu_item_highlight', ''),
(9082, 13232, '_menu_item_color', ''),
(9083, 13232, '_menu_item_icon', ''),
(9084, 13232, '_menu_item_tag', ''),
(9085, 13232, '_menu_item_drop_side', ''),
(9086, 13232, '_menu_item_mega', ''),
(9087, 13232, '_menu_item_mega_cols', ''),
(9088, 13232, '_menu_item_mega_cols_full', ''),
(9089, 13232, '_menu_item_mega_bg_img', ''),
(9090, 13232, '_menu_item_mega_bg_pos', ''),
(9091, 13232, '_menu_item_mega_bg_rep', ''),
(9092, 13232, '_menu_item_mega_bg_size', ''),
(9093, 13232, '_menu_item_hide_text', ''),
(9094, 13232, '_menu_item_subtitle', ''),
(9095, 13232, '_menu_item_mega_descr_text', ''),
(9096, 13233, '_menu_item_type', 'post_type'),
(9097, 13233, '_menu_item_menu_item_parent', '13182'),
(9098, 13233, '_menu_item_object_id', '426'),
(9099, 13233, '_menu_item_object', 'page'),
(9100, 13233, '_menu_item_target', ''),
(9101, 13233, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9102, 13233, '_menu_item_xfn', ''),
(9103, 13233, '_menu_item_url', ''),
(9104, 13233, '_menu_item_highlight', ''),
(9105, 13233, '_menu_item_color', ''),
(9106, 13233, '_menu_item_icon', ''),
(9107, 13233, '_menu_item_tag', ''),
(9108, 13233, '_menu_item_drop_side', ''),
(9109, 13233, '_menu_item_mega', ''),
(9110, 13233, '_menu_item_mega_cols', ''),
(9111, 13233, '_menu_item_mega_cols_full', ''),
(9112, 13233, '_menu_item_mega_bg_img', ''),
(9113, 13233, '_menu_item_mega_bg_pos', ''),
(9114, 13233, '_menu_item_mega_bg_rep', ''),
(9115, 13233, '_menu_item_mega_bg_size', ''),
(9116, 13233, '_menu_item_hide_text', ''),
(9117, 13233, '_menu_item_subtitle', ''),
(9118, 13233, '_menu_item_mega_descr_text', ''),
(9119, 13234, '_menu_item_type', 'post_type'),
(9120, 13234, '_menu_item_menu_item_parent', '13182'),
(9121, 13234, '_menu_item_object_id', '430'),
(9122, 13234, '_menu_item_object', 'page'),
(9123, 13234, '_menu_item_target', ''),
(9124, 13234, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9125, 13234, '_menu_item_xfn', ''),
(9126, 13234, '_menu_item_url', ''),
(9127, 13234, '_menu_item_highlight', ''),
(9128, 13234, '_menu_item_color', ''),
(9129, 13234, '_menu_item_icon', ''),
(9130, 13234, '_menu_item_tag', ''),
(9131, 13234, '_menu_item_drop_side', ''),
(9132, 13234, '_menu_item_mega', ''),
(9133, 13234, '_menu_item_mega_cols', ''),
(9134, 13234, '_menu_item_mega_cols_full', ''),
(9135, 13234, '_menu_item_mega_bg_img', ''),
(9136, 13234, '_menu_item_mega_bg_pos', ''),
(9137, 13234, '_menu_item_mega_bg_rep', ''),
(9138, 13234, '_menu_item_mega_bg_size', ''),
(9139, 13234, '_menu_item_hide_text', ''),
(9140, 13234, '_menu_item_subtitle', ''),
(9141, 13234, '_menu_item_mega_descr_text', ''),
(9142, 13235, '_menu_item_type', 'post_type'),
(9143, 13235, '_menu_item_menu_item_parent', '13182'),
(9144, 13235, '_menu_item_object_id', '545'),
(9145, 13235, '_menu_item_object', 'page'),
(9146, 13235, '_menu_item_target', ''),
(9147, 13235, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9148, 13235, '_menu_item_xfn', ''),
(9149, 13235, '_menu_item_url', ''),
(9150, 13235, '_menu_item_highlight', ''),
(9151, 13235, '_menu_item_color', ''),
(9152, 13235, '_menu_item_icon', ''),
(9153, 13235, '_menu_item_tag', ''),
(9154, 13235, '_menu_item_drop_side', ''),
(9155, 13235, '_menu_item_mega', ''),
(9156, 13235, '_menu_item_mega_cols', ''),
(9157, 13235, '_menu_item_mega_cols_full', ''),
(9158, 13235, '_menu_item_mega_bg_img', ''),
(9159, 13235, '_menu_item_mega_bg_pos', ''),
(9160, 13235, '_menu_item_mega_bg_rep', ''),
(9161, 13235, '_menu_item_mega_bg_size', ''),
(9162, 13235, '_menu_item_hide_text', ''),
(9163, 13235, '_menu_item_subtitle', ''),
(9164, 13235, '_menu_item_mega_descr_text', ''),
(9165, 13236, '_menu_item_type', 'post_type'),
(9166, 13236, '_menu_item_menu_item_parent', '13183'),
(9167, 13236, '_menu_item_object_id', '575'),
(9168, 13236, '_menu_item_object', 'page'),
(9169, 13236, '_menu_item_target', ''),
(9170, 13236, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9171, 13236, '_menu_item_xfn', ''),
(9172, 13236, '_menu_item_url', ''),
(9173, 13236, '_menu_item_highlight', ''),
(9174, 13236, '_menu_item_color', ''),
(9175, 13236, '_menu_item_icon', ''),
(9176, 13236, '_menu_item_tag', ''),
(9177, 13236, '_menu_item_drop_side', ''),
(9178, 13236, '_menu_item_mega', ''),
(9179, 13236, '_menu_item_mega_cols', ''),
(9180, 13236, '_menu_item_mega_cols_full', ''),
(9181, 13236, '_menu_item_mega_bg_img', ''),
(9182, 13236, '_menu_item_mega_bg_pos', ''),
(9183, 13236, '_menu_item_mega_bg_rep', ''),
(9184, 13236, '_menu_item_mega_bg_size', ''),
(9185, 13236, '_menu_item_hide_text', ''),
(9186, 13236, '_menu_item_subtitle', ''),
(9187, 13236, '_menu_item_mega_descr_text', ''),
(9188, 13237, '_menu_item_type', 'post_type'),
(9189, 13237, '_menu_item_menu_item_parent', '13183'),
(9190, 13237, '_menu_item_object_id', '567'),
(9191, 13237, '_menu_item_object', 'page'),
(9192, 13237, '_menu_item_target', ''),
(9193, 13237, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9194, 13237, '_menu_item_xfn', ''),
(9195, 13237, '_menu_item_url', ''),
(9196, 13237, '_menu_item_highlight', ''),
(9197, 13237, '_menu_item_color', ''),
(9198, 13237, '_menu_item_icon', ''),
(9199, 13237, '_menu_item_tag', ''),
(9200, 13237, '_menu_item_drop_side', ''),
(9201, 13237, '_menu_item_mega', ''),
(9202, 13237, '_menu_item_mega_cols', ''),
(9203, 13237, '_menu_item_mega_cols_full', ''),
(9204, 13237, '_menu_item_mega_bg_img', ''),
(9205, 13237, '_menu_item_mega_bg_pos', ''),
(9206, 13237, '_menu_item_mega_bg_rep', ''),
(9207, 13237, '_menu_item_mega_bg_size', ''),
(9208, 13237, '_menu_item_hide_text', ''),
(9209, 13237, '_menu_item_subtitle', ''),
(9210, 13237, '_menu_item_mega_descr_text', ''),
(9211, 13238, '_menu_item_type', 'post_type'),
(9212, 13238, '_menu_item_menu_item_parent', '13183'),
(9213, 13238, '_menu_item_object_id', '564'),
(9214, 13238, '_menu_item_object', 'page'),
(9215, 13238, '_menu_item_target', ''),
(9216, 13238, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9217, 13238, '_menu_item_xfn', ''),
(9218, 13238, '_menu_item_url', ''),
(9219, 13238, '_menu_item_highlight', ''),
(9220, 13238, '_menu_item_color', ''),
(9221, 13238, '_menu_item_icon', ''),
(9222, 13238, '_menu_item_tag', ''),
(9223, 13238, '_menu_item_drop_side', ''),
(9224, 13238, '_menu_item_mega', ''),
(9225, 13238, '_menu_item_mega_cols', ''),
(9226, 13238, '_menu_item_mega_cols_full', ''),
(9227, 13238, '_menu_item_mega_bg_img', ''),
(9228, 13238, '_menu_item_mega_bg_pos', ''),
(9229, 13238, '_menu_item_mega_bg_rep', ''),
(9230, 13238, '_menu_item_mega_bg_size', ''),
(9231, 13238, '_menu_item_hide_text', ''),
(9232, 13238, '_menu_item_subtitle', ''),
(9233, 13238, '_menu_item_mega_descr_text', ''),
(9234, 13239, '_menu_item_type', 'post_type'),
(9235, 13239, '_menu_item_menu_item_parent', '13183'),
(9236, 13239, '_menu_item_object_id', '552'),
(9237, 13239, '_menu_item_object', 'page'),
(9238, 13239, '_menu_item_target', ''),
(9239, 13239, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9240, 13239, '_menu_item_xfn', ''),
(9241, 13239, '_menu_item_url', ''),
(9242, 13239, '_menu_item_highlight', ''),
(9243, 13239, '_menu_item_color', ''),
(9244, 13239, '_menu_item_icon', ''),
(9245, 13239, '_menu_item_tag', ''),
(9246, 13239, '_menu_item_drop_side', ''),
(9247, 13239, '_menu_item_mega', ''),
(9248, 13239, '_menu_item_mega_cols', ''),
(9249, 13239, '_menu_item_mega_cols_full', ''),
(9250, 13239, '_menu_item_mega_bg_img', ''),
(9251, 13239, '_menu_item_mega_bg_pos', ''),
(9252, 13239, '_menu_item_mega_bg_rep', ''),
(9253, 13239, '_menu_item_mega_bg_size', ''),
(9254, 13239, '_menu_item_hide_text', ''),
(9255, 13239, '_menu_item_subtitle', ''),
(9256, 13239, '_menu_item_mega_descr_text', ''),
(9257, 13240, '_menu_item_type', 'post_type'),
(9258, 13240, '_menu_item_menu_item_parent', '13183'),
(9259, 13240, '_menu_item_object_id', '548'),
(9260, 13240, '_menu_item_object', 'page'),
(9261, 13240, '_menu_item_target', ''),
(9262, 13240, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9263, 13240, '_menu_item_xfn', ''),
(9264, 13240, '_menu_item_url', ''),
(9265, 13240, '_menu_item_highlight', ''),
(9266, 13240, '_menu_item_color', ''),
(9267, 13240, '_menu_item_icon', ''),
(9268, 13240, '_menu_item_tag', ''),
(9269, 13240, '_menu_item_drop_side', ''),
(9270, 13240, '_menu_item_mega', ''),
(9271, 13240, '_menu_item_mega_cols', ''),
(9272, 13240, '_menu_item_mega_cols_full', ''),
(9273, 13240, '_menu_item_mega_bg_img', ''),
(9274, 13240, '_menu_item_mega_bg_pos', ''),
(9275, 13240, '_menu_item_mega_bg_rep', ''),
(9276, 13240, '_menu_item_mega_bg_size', ''),
(9277, 13240, '_menu_item_hide_text', ''),
(9278, 13240, '_menu_item_subtitle', ''),
(9279, 13240, '_menu_item_mega_descr_text', ''),
(9280, 13241, '_menu_item_type', 'post_type'),
(9281, 13241, '_menu_item_menu_item_parent', '13186'),
(9282, 13241, '_menu_item_object_id', '889'),
(9283, 13241, '_menu_item_object', 'page'),
(9284, 13241, '_menu_item_target', ''),
(9285, 13241, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9286, 13241, '_menu_item_xfn', ''),
(9287, 13241, '_menu_item_url', ''),
(9288, 13241, '_menu_item_highlight', ''),
(9289, 13241, '_menu_item_color', ''),
(9290, 13241, '_menu_item_icon', ''),
(9291, 13241, '_menu_item_tag', ''),
(9292, 13241, '_menu_item_drop_side', ''),
(9293, 13241, '_menu_item_mega', ''),
(9294, 13241, '_menu_item_mega_cols', ''),
(9295, 13241, '_menu_item_mega_cols_full', ''),
(9296, 13241, '_menu_item_mega_bg_img', ''),
(9297, 13241, '_menu_item_mega_bg_pos', ''),
(9298, 13241, '_menu_item_mega_bg_rep', ''),
(9299, 13241, '_menu_item_mega_bg_size', ''),
(9300, 13241, '_menu_item_hide_text', ''),
(9301, 13241, '_menu_item_subtitle', ''),
(9302, 13241, '_menu_item_mega_descr_text', ''),
(9303, 13242, '_menu_item_type', 'post_type'),
(9304, 13242, '_menu_item_menu_item_parent', '13186'),
(9305, 13242, '_menu_item_object_id', '887'),
(9306, 13242, '_menu_item_object', 'page'),
(9307, 13242, '_menu_item_target', ''),
(9308, 13242, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9309, 13242, '_menu_item_xfn', ''),
(9310, 13242, '_menu_item_url', ''),
(9311, 13242, '_menu_item_highlight', ''),
(9312, 13242, '_menu_item_color', ''),
(9313, 13242, '_menu_item_icon', ''),
(9314, 13242, '_menu_item_tag', ''),
(9315, 13242, '_menu_item_drop_side', ''),
(9316, 13242, '_menu_item_mega', ''),
(9317, 13242, '_menu_item_mega_cols', ''),
(9318, 13242, '_menu_item_mega_cols_full', ''),
(9319, 13242, '_menu_item_mega_bg_img', ''),
(9320, 13242, '_menu_item_mega_bg_pos', ''),
(9321, 13242, '_menu_item_mega_bg_rep', ''),
(9322, 13242, '_menu_item_mega_bg_size', ''),
(9323, 13242, '_menu_item_hide_text', ''),
(9324, 13242, '_menu_item_subtitle', ''),
(9325, 13242, '_menu_item_mega_descr_text', ''),
(9326, 13243, '_menu_item_type', 'post_type'),
(9327, 13243, '_menu_item_menu_item_parent', '13186'),
(9328, 13243, '_menu_item_object_id', '882'),
(9329, 13243, '_menu_item_object', 'page'),
(9330, 13243, '_menu_item_target', ''),
(9331, 13243, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9332, 13243, '_menu_item_xfn', ''),
(9333, 13243, '_menu_item_url', ''),
(9334, 13243, '_menu_item_highlight', ''),
(9335, 13243, '_menu_item_color', ''),
(9336, 13243, '_menu_item_icon', ''),
(9337, 13243, '_menu_item_tag', ''),
(9338, 13243, '_menu_item_drop_side', ''),
(9339, 13243, '_menu_item_mega', ''),
(9340, 13243, '_menu_item_mega_cols', ''),
(9341, 13243, '_menu_item_mega_cols_full', ''),
(9342, 13243, '_menu_item_mega_bg_img', ''),
(9343, 13243, '_menu_item_mega_bg_pos', ''),
(9344, 13243, '_menu_item_mega_bg_rep', ''),
(9345, 13243, '_menu_item_mega_bg_size', ''),
(9346, 13243, '_menu_item_hide_text', ''),
(9347, 13243, '_menu_item_subtitle', ''),
(9348, 13243, '_menu_item_mega_descr_text', ''),
(9349, 13244, '_menu_item_type', 'post_type'),
(9350, 13244, '_menu_item_menu_item_parent', '13187'),
(9351, 13244, '_menu_item_object_id', '907'),
(9352, 13244, '_menu_item_object', 'page'),
(9353, 13244, '_menu_item_target', ''),
(9354, 13244, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9355, 13244, '_menu_item_xfn', ''),
(9356, 13244, '_menu_item_url', ''),
(9357, 13244, '_menu_item_highlight', ''),
(9358, 13244, '_menu_item_color', ''),
(9359, 13244, '_menu_item_icon', ''),
(9360, 13244, '_menu_item_tag', ''),
(9361, 13244, '_menu_item_drop_side', ''),
(9362, 13244, '_menu_item_mega', ''),
(9363, 13244, '_menu_item_mega_cols', ''),
(9364, 13244, '_menu_item_mega_cols_full', ''),
(9365, 13244, '_menu_item_mega_bg_img', ''),
(9366, 13244, '_menu_item_mega_bg_pos', ''),
(9367, 13244, '_menu_item_mega_bg_rep', ''),
(9368, 13244, '_menu_item_mega_bg_size', ''),
(9369, 13244, '_menu_item_hide_text', ''),
(9370, 13244, '_menu_item_subtitle', ''),
(9371, 13244, '_menu_item_mega_descr_text', ''),
(9372, 13245, '_menu_item_type', 'post_type'),
(9373, 13245, '_menu_item_menu_item_parent', '13187'),
(9374, 13245, '_menu_item_object_id', '901'),
(9375, 13245, '_menu_item_object', 'page'),
(9376, 13245, '_menu_item_target', ''),
(9377, 13245, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9378, 13245, '_menu_item_xfn', ''),
(9379, 13245, '_menu_item_url', ''),
(9380, 13245, '_menu_item_highlight', ''),
(9381, 13245, '_menu_item_color', ''),
(9382, 13245, '_menu_item_icon', ''),
(9383, 13245, '_menu_item_tag', ''),
(9384, 13245, '_menu_item_drop_side', ''),
(9385, 13245, '_menu_item_mega', ''),
(9386, 13245, '_menu_item_mega_cols', ''),
(9387, 13245, '_menu_item_mega_cols_full', ''),
(9388, 13245, '_menu_item_mega_bg_img', ''),
(9389, 13245, '_menu_item_mega_bg_pos', ''),
(9390, 13245, '_menu_item_mega_bg_rep', ''),
(9391, 13245, '_menu_item_mega_bg_size', ''),
(9392, 13245, '_menu_item_hide_text', ''),
(9393, 13245, '_menu_item_subtitle', ''),
(9394, 13245, '_menu_item_mega_descr_text', ''),
(9395, 13246, '_menu_item_type', 'post_type'),
(9396, 13246, '_menu_item_menu_item_parent', '0'),
(9397, 13246, '_menu_item_object_id', '529'),
(9398, 13246, '_menu_item_object', 'page'),
(9399, 13246, '_menu_item_target', ''),
(9400, 13246, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9401, 13246, '_menu_item_xfn', ''),
(9402, 13246, '_menu_item_url', ''),
(9403, 13246, '_menu_item_highlight', ''),
(9404, 13246, '_menu_item_color', ''),
(9405, 13246, '_menu_item_icon', ''),
(9406, 13246, '_menu_item_tag', ''),
(9407, 13246, '_menu_item_drop_side', ''),
(9408, 13246, '_menu_item_mega', ''),
(9409, 13246, '_menu_item_mega_cols', ''),
(9410, 13246, '_menu_item_mega_cols_full', ''),
(9411, 13246, '_menu_item_mega_bg_img', ''),
(9412, 13246, '_menu_item_mega_bg_pos', ''),
(9413, 13246, '_menu_item_mega_bg_rep', ''),
(9414, 13246, '_menu_item_mega_bg_size', ''),
(9415, 13246, '_menu_item_hide_text', ''),
(9416, 13246, '_menu_item_subtitle', ''),
(9417, 13246, '_menu_item_mega_descr_text', ''),
(9418, 13247, '_menu_item_type', 'post_type'),
(9419, 13247, '_menu_item_menu_item_parent', '13184'),
(9420, 13247, '_menu_item_object_id', '529'),
(9421, 13247, '_menu_item_object', 'page'),
(9422, 13247, '_menu_item_target', ''),
(9423, 13247, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9424, 13247, '_menu_item_xfn', ''),
(9425, 13247, '_menu_item_url', ''),
(9426, 13247, '_menu_item_highlight', ''),
(9427, 13247, '_menu_item_color', ''),
(9428, 13247, '_menu_item_icon', ''),
(9429, 13247, '_menu_item_tag', ''),
(9430, 13247, '_menu_item_drop_side', ''),
(9431, 13247, '_menu_item_mega', ''),
(9432, 13247, '_menu_item_mega_cols', ''),
(9433, 13247, '_menu_item_mega_cols_full', ''),
(9434, 13247, '_menu_item_mega_bg_img', ''),
(9435, 13247, '_menu_item_mega_bg_pos', ''),
(9436, 13247, '_menu_item_mega_bg_rep', ''),
(9437, 13247, '_menu_item_mega_bg_size', ''),
(9438, 13247, '_menu_item_hide_text', ''),
(9439, 13247, '_menu_item_subtitle', ''),
(9440, 13247, '_menu_item_mega_descr_text', ''),
(9441, 13248, '_menu_item_type', 'post_type'),
(9442, 13248, '_menu_item_menu_item_parent', '13187'),
(9443, 13248, '_menu_item_object_id', '903'),
(9444, 13248, '_menu_item_object', 'page'),
(9445, 13248, '_menu_item_target', ''),
(9446, 13248, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9447, 13248, '_menu_item_xfn', ''),
(9448, 13248, '_menu_item_url', ''),
(9449, 13248, '_menu_item_highlight', ''),
(9450, 13248, '_menu_item_color', ''),
(9451, 13248, '_menu_item_icon', ''),
(9452, 13248, '_menu_item_tag', ''),
(9453, 13248, '_menu_item_drop_side', ''),
(9454, 13248, '_menu_item_mega', ''),
(9455, 13248, '_menu_item_mega_cols', ''),
(9456, 13248, '_menu_item_mega_cols_full', ''),
(9457, 13248, '_menu_item_mega_bg_img', ''),
(9458, 13248, '_menu_item_mega_bg_pos', ''),
(9459, 13248, '_menu_item_mega_bg_rep', ''),
(9460, 13248, '_menu_item_mega_bg_size', ''),
(9461, 13248, '_menu_item_hide_text', ''),
(9462, 13248, '_menu_item_subtitle', ''),
(9463, 13248, '_menu_item_mega_descr_text', ''),
(9464, 13249, '_menu_item_type', 'post_type'),
(9465, 13249, '_menu_item_menu_item_parent', '13188'),
(9466, 13249, '_menu_item_object_id', '922'),
(9467, 13249, '_menu_item_object', 'page'),
(9468, 13249, '_menu_item_target', ''),
(9469, 13249, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9470, 13249, '_menu_item_xfn', ''),
(9471, 13249, '_menu_item_url', ''),
(9472, 13249, '_menu_item_highlight', ''),
(9473, 13249, '_menu_item_color', ''),
(9474, 13249, '_menu_item_icon', ''),
(9475, 13249, '_menu_item_tag', ''),
(9476, 13249, '_menu_item_drop_side', ''),
(9477, 13249, '_menu_item_mega', ''),
(9478, 13249, '_menu_item_mega_cols', ''),
(9479, 13249, '_menu_item_mega_cols_full', ''),
(9480, 13249, '_menu_item_mega_bg_img', ''),
(9481, 13249, '_menu_item_mega_bg_pos', ''),
(9482, 13249, '_menu_item_mega_bg_rep', ''),
(9483, 13249, '_menu_item_mega_bg_size', ''),
(9484, 13249, '_menu_item_hide_text', ''),
(9485, 13249, '_menu_item_subtitle', ''),
(9486, 13249, '_menu_item_mega_descr_text', ''),
(9487, 13250, '_menu_item_type', 'post_type'),
(9488, 13250, '_menu_item_menu_item_parent', '13188'),
(9489, 13250, '_menu_item_object_id', '919'),
(9490, 13250, '_menu_item_object', 'page'),
(9491, 13250, '_menu_item_target', ''),
(9492, 13250, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9493, 13250, '_menu_item_xfn', ''),
(9494, 13250, '_menu_item_url', ''),
(9495, 13250, '_menu_item_highlight', ''),
(9496, 13250, '_menu_item_color', ''),
(9497, 13250, '_menu_item_icon', ''),
(9498, 13250, '_menu_item_tag', ''),
(9499, 13250, '_menu_item_drop_side', ''),
(9500, 13250, '_menu_item_mega', ''),
(9501, 13250, '_menu_item_mega_cols', ''),
(9502, 13250, '_menu_item_mega_cols_full', ''),
(9503, 13250, '_menu_item_mega_bg_img', ''),
(9504, 13250, '_menu_item_mega_bg_pos', ''),
(9505, 13250, '_menu_item_mega_bg_rep', ''),
(9506, 13250, '_menu_item_mega_bg_size', ''),
(9507, 13250, '_menu_item_hide_text', ''),
(9508, 13250, '_menu_item_subtitle', ''),
(9509, 13250, '_menu_item_mega_descr_text', ''),
(9510, 13251, '_menu_item_type', 'post_type'),
(9511, 13251, '_menu_item_menu_item_parent', '13189'),
(9512, 13251, '_menu_item_object_id', '933'),
(9513, 13251, '_menu_item_object', 'page'),
(9514, 13251, '_menu_item_target', ''),
(9515, 13251, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9516, 13251, '_menu_item_xfn', ''),
(9517, 13251, '_menu_item_url', ''),
(9518, 13251, '_menu_item_highlight', ''),
(9519, 13251, '_menu_item_color', ''),
(9520, 13251, '_menu_item_icon', ''),
(9521, 13251, '_menu_item_tag', ''),
(9522, 13251, '_menu_item_drop_side', ''),
(9523, 13251, '_menu_item_mega', ''),
(9524, 13251, '_menu_item_mega_cols', ''),
(9525, 13251, '_menu_item_mega_cols_full', ''),
(9526, 13251, '_menu_item_mega_bg_img', ''),
(9527, 13251, '_menu_item_mega_bg_pos', ''),
(9528, 13251, '_menu_item_mega_bg_rep', ''),
(9529, 13251, '_menu_item_mega_bg_size', ''),
(9530, 13251, '_menu_item_hide_text', ''),
(9531, 13251, '_menu_item_subtitle', ''),
(9532, 13251, '_menu_item_mega_descr_text', ''),
(9533, 13252, '_menu_item_type', 'post_type'),
(9534, 13252, '_menu_item_menu_item_parent', '13189'),
(9535, 13252, '_menu_item_object_id', '929'),
(9536, 13252, '_menu_item_object', 'page'),
(9537, 13252, '_menu_item_target', ''),
(9538, 13252, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9539, 13252, '_menu_item_xfn', ''),
(9540, 13252, '_menu_item_url', ''),
(9541, 13252, '_menu_item_highlight', ''),
(9542, 13252, '_menu_item_color', ''),
(9543, 13252, '_menu_item_icon', ''),
(9544, 13252, '_menu_item_tag', ''),
(9545, 13252, '_menu_item_drop_side', ''),
(9546, 13252, '_menu_item_mega', ''),
(9547, 13252, '_menu_item_mega_cols', ''),
(9548, 13252, '_menu_item_mega_cols_full', ''),
(9549, 13252, '_menu_item_mega_bg_img', ''),
(9550, 13252, '_menu_item_mega_bg_pos', ''),
(9551, 13252, '_menu_item_mega_bg_rep', ''),
(9552, 13252, '_menu_item_mega_bg_size', ''),
(9553, 13252, '_menu_item_hide_text', ''),
(9554, 13252, '_menu_item_subtitle', ''),
(9555, 13252, '_menu_item_mega_descr_text', ''),
(9556, 13253, '_menu_item_type', 'post_type'),
(9557, 13253, '_menu_item_menu_item_parent', '13188'),
(9558, 13253, '_menu_item_object_id', '924'),
(9559, 13253, '_menu_item_object', 'page'),
(9560, 13253, '_menu_item_target', ''),
(9561, 13253, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9562, 13253, '_menu_item_xfn', ''),
(9563, 13253, '_menu_item_url', ''),
(9564, 13253, '_menu_item_highlight', ''),
(9565, 13253, '_menu_item_color', ''),
(9566, 13253, '_menu_item_icon', ''),
(9567, 13253, '_menu_item_tag', ''),
(9568, 13253, '_menu_item_drop_side', ''),
(9569, 13253, '_menu_item_mega', ''),
(9570, 13253, '_menu_item_mega_cols', ''),
(9571, 13253, '_menu_item_mega_cols_full', ''),
(9572, 13253, '_menu_item_mega_bg_img', ''),
(9573, 13253, '_menu_item_mega_bg_pos', ''),
(9574, 13253, '_menu_item_mega_bg_rep', ''),
(9575, 13253, '_menu_item_mega_bg_size', ''),
(9576, 13253, '_menu_item_hide_text', ''),
(9577, 13253, '_menu_item_subtitle', ''),
(9578, 13253, '_menu_item_mega_descr_text', ''),
(9579, 13254, '_menu_item_type', 'post_type'),
(9580, 13254, '_menu_item_menu_item_parent', '0'),
(9581, 13254, '_menu_item_object_id', '7366'),
(9582, 13254, '_menu_item_object', 'page'),
(9583, 13254, '_menu_item_target', ''),
(9584, 13254, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9585, 13254, '_menu_item_xfn', ''),
(9586, 13254, '_menu_item_url', ''),
(9587, 13254, '_menu_item_highlight', ''),
(9588, 13254, '_menu_item_color', ''),
(9589, 13254, '_menu_item_icon', ''),
(9590, 13254, '_menu_item_tag', ''),
(9591, 13254, '_menu_item_drop_side', ''),
(9592, 13254, '_menu_item_mega', ''),
(9593, 13254, '_menu_item_mega_cols', ''),
(9594, 13254, '_menu_item_mega_cols_full', ''),
(9595, 13254, '_menu_item_mega_bg_img', ''),
(9596, 13254, '_menu_item_mega_bg_pos', ''),
(9597, 13254, '_menu_item_mega_bg_rep', ''),
(9598, 13254, '_menu_item_mega_bg_size', ''),
(9599, 13254, '_menu_item_hide_text', ''),
(9600, 13254, '_menu_item_subtitle', ''),
(9601, 13254, '_menu_item_mega_descr_text', ''),
(9602, 13255, '_menu_item_type', 'post_type'),
(9603, 13255, '_menu_item_menu_item_parent', '0'),
(9604, 13255, '_menu_item_object_id', '8946'),
(9605, 13255, '_menu_item_object', 'page'),
(9606, 13255, '_menu_item_target', ''),
(9607, 13255, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9608, 13255, '_menu_item_xfn', ''),
(9609, 13255, '_menu_item_url', ''),
(9610, 13255, '_menu_item_highlight', ''),
(9611, 13255, '_menu_item_color', ''),
(9612, 13255, '_menu_item_icon', ''),
(9613, 13255, '_menu_item_tag', ''),
(9614, 13255, '_menu_item_drop_side', ''),
(9615, 13255, '_menu_item_mega', ''),
(9616, 13255, '_menu_item_mega_cols', ''),
(9617, 13255, '_menu_item_mega_cols_full', ''),
(9618, 13255, '_menu_item_mega_bg_img', ''),
(9619, 13255, '_menu_item_mega_bg_pos', ''),
(9620, 13255, '_menu_item_mega_bg_rep', ''),
(9621, 13255, '_menu_item_mega_bg_size', ''),
(9622, 13255, '_menu_item_hide_text', ''),
(9623, 13255, '_menu_item_subtitle', ''),
(9624, 13255, '_menu_item_mega_descr_text', ''),
(9625, 13256, '_menu_item_type', 'post_type'),
(9626, 13256, '_menu_item_menu_item_parent', '13184'),
(9627, 13256, '_menu_item_object_id', '9861'),
(9628, 13256, '_menu_item_object', 'page'),
(9629, 13256, '_menu_item_target', ''),
(9630, 13256, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9631, 13256, '_menu_item_xfn', ''),
(9632, 13256, '_menu_item_url', ''),
(9633, 13256, '_menu_item_highlight', ''),
(9634, 13256, '_menu_item_color', ''),
(9635, 13256, '_menu_item_icon', ''),
(9636, 13256, '_menu_item_tag', ''),
(9637, 13256, '_menu_item_drop_side', ''),
(9638, 13256, '_menu_item_mega', ''),
(9639, 13256, '_menu_item_mega_cols', ''),
(9640, 13256, '_menu_item_mega_cols_full', ''),
(9641, 13256, '_menu_item_mega_bg_img', ''),
(9642, 13256, '_menu_item_mega_bg_pos', ''),
(9643, 13256, '_menu_item_mega_bg_rep', ''),
(9644, 13256, '_menu_item_mega_bg_size', ''),
(9645, 13256, '_menu_item_hide_text', ''),
(9646, 13256, '_menu_item_subtitle', ''),
(9647, 13256, '_menu_item_mega_descr_text', ''),
(9648, 13257, '_menu_item_type', 'post_type'),
(9649, 13257, '_menu_item_menu_item_parent', '13184'),
(9650, 13257, '_menu_item_object_id', '11258'),
(9651, 13257, '_menu_item_object', 'page'),
(9652, 13257, '_menu_item_target', ''),
(9653, 13257, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9654, 13257, '_menu_item_xfn', ''),
(9655, 13257, '_menu_item_url', ''),
(9656, 13257, '_menu_item_highlight', ''),
(9657, 13257, '_menu_item_color', ''),
(9658, 13257, '_menu_item_icon', ''),
(9659, 13257, '_menu_item_tag', ''),
(9660, 13257, '_menu_item_drop_side', ''),
(9661, 13257, '_menu_item_mega', ''),
(9662, 13257, '_menu_item_mega_cols', ''),
(9663, 13257, '_menu_item_mega_cols_full', ''),
(9664, 13257, '_menu_item_mega_bg_img', ''),
(9665, 13257, '_menu_item_mega_bg_pos', ''),
(9666, 13257, '_menu_item_mega_bg_rep', ''),
(9667, 13257, '_menu_item_mega_bg_size', ''),
(9668, 13257, '_menu_item_hide_text', ''),
(9669, 13257, '_menu_item_subtitle', ''),
(9670, 13257, '_menu_item_mega_descr_text', ''),
(9671, 13258, '_menu_item_type', 'post_type'),
(9672, 13258, '_menu_item_menu_item_parent', '0'),
(9673, 13258, '_menu_item_object_id', '11258'),
(9674, 13258, '_menu_item_object', 'page'),
(9675, 13258, '_menu_item_target', ''),
(9676, 13258, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9677, 13258, '_menu_item_xfn', ''),
(9678, 13258, '_menu_item_url', ''),
(9679, 13258, '_menu_item_highlight', ''),
(9680, 13258, '_menu_item_color', ''),
(9681, 13258, '_menu_item_icon', ''),
(9682, 13258, '_menu_item_tag', ''),
(9683, 13258, '_menu_item_drop_side', ''),
(9684, 13258, '_menu_item_mega', ''),
(9685, 13258, '_menu_item_mega_cols', ''),
(9686, 13258, '_menu_item_mega_cols_full', ''),
(9687, 13258, '_menu_item_mega_bg_img', ''),
(9688, 13258, '_menu_item_mega_bg_pos', ''),
(9689, 13258, '_menu_item_mega_bg_rep', ''),
(9690, 13258, '_menu_item_mega_bg_size', ''),
(9691, 13258, '_menu_item_hide_text', ''),
(9692, 13258, '_menu_item_subtitle', ''),
(9693, 13258, '_menu_item_mega_descr_text', ''),
(9694, 13259, '_menu_item_type', 'post_type'),
(9695, 13259, '_menu_item_menu_item_parent', '0'),
(9696, 13259, '_menu_item_object_id', '9861'),
(9697, 13259, '_menu_item_object', 'page'),
(9698, 13259, '_menu_item_target', ''),
(9699, 13259, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9700, 13259, '_menu_item_xfn', ''),
(9701, 13259, '_menu_item_url', ''),
(9702, 13259, '_menu_item_highlight', ''),
(9703, 13259, '_menu_item_color', ''),
(9704, 13259, '_menu_item_icon', ''),
(9705, 13259, '_menu_item_tag', ''),
(9706, 13259, '_menu_item_drop_side', ''),
(9707, 13259, '_menu_item_mega', ''),
(9708, 13259, '_menu_item_mega_cols', ''),
(9709, 13259, '_menu_item_mega_cols_full', ''),
(9710, 13259, '_menu_item_mega_bg_img', ''),
(9711, 13259, '_menu_item_mega_bg_pos', ''),
(9712, 13259, '_menu_item_mega_bg_rep', ''),
(9713, 13259, '_menu_item_mega_bg_size', ''),
(9714, 13259, '_menu_item_hide_text', ''),
(9715, 13259, '_menu_item_subtitle', ''),
(9716, 13259, '_menu_item_mega_descr_text', ''),
(9717, 13260, '_menu_item_type', 'post_type'),
(9718, 13260, '_menu_item_menu_item_parent', '0'),
(9719, 13260, '_menu_item_object_id', '8946'),
(9720, 13260, '_menu_item_object', 'page'),
(9721, 13260, '_menu_item_target', ''),
(9722, 13260, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9723, 13260, '_menu_item_xfn', ''),
(9724, 13260, '_menu_item_url', ''),
(9725, 13260, '_menu_item_highlight', ''),
(9726, 13260, '_menu_item_color', ''),
(9727, 13260, '_menu_item_icon', ''),
(9728, 13260, '_menu_item_tag', ''),
(9729, 13260, '_menu_item_drop_side', ''),
(9730, 13260, '_menu_item_mega', ''),
(9731, 13260, '_menu_item_mega_cols', ''),
(9732, 13260, '_menu_item_mega_cols_full', ''),
(9733, 13260, '_menu_item_mega_bg_img', ''),
(9734, 13260, '_menu_item_mega_bg_pos', ''),
(9735, 13260, '_menu_item_mega_bg_rep', ''),
(9736, 13260, '_menu_item_mega_bg_size', ''),
(9737, 13260, '_menu_item_hide_text', ''),
(9738, 13260, '_menu_item_subtitle', ''),
(9739, 13260, '_menu_item_mega_descr_text', ''),
(9740, 13261, '_wp_attached_file', 'layerslider/HomePage-Slider/05.jpg'),
(9741, 13261, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"layerslider/HomePage-Slider/05.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"05-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"05-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"05-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"05-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"05-860x500.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:12:\"05-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:14:\"05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"05-580x370.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:14:\"05-580x400.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"cmsmasters-project-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"05-580x326.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"05-860x484.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"cmsmasters-full-thumb\";a:4:{s:4:\"file\";s:15:\"05-1160x600.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-project-full-thumb\";a:4:{s:4:\"file\";s:15:\"05-1160x650.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-full-masonry-thumb\";a:4:{s:4:\"file\";s:15:\"05-1160x653.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:14:\"05-580x380.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9742, 13262, '_wp_attached_file', 'layerslider/HomePage-Slider/06.jpg'),
(9743, 13262, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"layerslider/HomePage-Slider/06.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"06-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"06-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"06-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"06-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"06-860x500.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:12:\"06-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"cmsmasters-square-thumb\";a:4:{s:4:\"file\";s:14:\"06-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-blog-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"06-580x370.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-project-thumb\";a:4:{s:4:\"file\";s:14:\"06-580x400.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"cmsmasters-project-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"06-580x326.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"cmsmasters-masonry-thumb\";a:4:{s:4:\"file\";s:14:\"06-860x484.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"cmsmasters-full-thumb\";a:4:{s:4:\"file\";s:15:\"06-1160x600.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-project-full-thumb\";a:4:{s:4:\"file\";s:15:\"06-1160x650.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cmsmasters-full-masonry-thumb\";a:4:{s:4:\"file\";s:15:\"06-1160x653.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"cmsmasters-event-thumb\";a:4:{s:4:\"file\";s:14:\"06-580x380.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9744, 7366, '_edit_lock', '1610454587:1'),
(9745, 13263, '_wp_attached_file', '2021/01/logo.png'),
(9746, 13263, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:253;s:6:\"height\";i:144;s:4:\"file\";s:16:\"2021/01/logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x144.png\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"cmsmasters-small-thumb\";a:4:{s:4:\"file\";s:14:\"logo-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9747, 7366, '_edit_last', '1'),
(9748, 7366, '_yoast_wpseo_content_score', '30');

-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2021-01-07 18:03:57', '2021-01-07 18:03:57', '<!-- wp:paragraph -->\n<p>Bem-vindo ao WordPress. Este é o seu primeiro artigo. Edite-o ou elimine-o, e depois comece a escrever!</p>\n<!-- /wp:paragraph -->', 'Olá, mundo!', '', 'publish', 'open', 'open', '', 'ola-mundo', '', '', '2021-01-07 18:03:57', '2021-01-07 18:03:57', '', 0, 'http://pawea-global.com/index/?p=1', 0, 'post', '', 1),
(2, 1, '2021-01-07 18:03:57', '2021-01-07 18:03:57', '<!-- wp:paragraph -->\n<p>Isto é um exemplo de página. É diferente de um artigo porque fica no mesmo sítio e aparece na navegação do seu site (na maior parte dos temas). O normal é começar com uma página \"Sobre mim\"/\"Sobre nós\", que apresenta o site aos visitantes. Pode ser qualquer coisa deste tipo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Olá! Faço entregas durante o dia, mas estudo para ser actor à noite. Este é o meu site. Vivo em Lisboa, tenho um cão chamado Belarmino e gosto de caipirinhas (e de ver a relva a crescer).</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>... ou algo como isto:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A Gambozinos XPTO foi fundada em 1971 e tem, desde então, fornecido gambuzinos da mais alta qualidade aos seus clientes. Localizada em Gotham, a Gambozinos XPTO emprega mais de 2 000 colaboradores, e é um dos pilares da comunidade.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Como novo utilizador do WordPress, deveria ir ao <a href=\"http://pawea-global.com/index/wp-admin/\">seu painel</a> para eliminar esta página e criar novas páginas do seu próprio conteúdo. Divirta-se!</p>\n<!-- /wp:paragraph -->', 'Exemplo de página', '', 'publish', 'closed', 'open', '', 'pagina-exemplo', '', '', '2021-01-07 18:03:57', '2021-01-07 18:03:57', '', 0, 'http://pawea-global.com/index/?page_id=2', 0, 'page', '', 0),
(3, 1, '2021-01-07 18:03:57', '2021-01-07 18:03:57', '<!-- wp:heading --><h2>Quem somos</h2><!-- /wp:heading --><!-- wp:paragraph --><p>O endereço do nosso site é: http://pawea-global.com/index.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Que dados pessoais são recolhidos e porquê</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comentários</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Quando os visitantes deixam comentários no site, são guardados os dados presentes no formulário dos comentários, bem como o endereço de IP e o agente do utilizador do navegador, para ajudar com a detecção de spam.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Uma string anónima criada a partir do seu endereço de email (também designada por hash) pode ser enviada para o serviço Gravatar para verificar se o está a utilizar. A política de privacidade do serviço Gravatar está disponível aqui: https://automattic.com/privacy/. Depois do seu comentário ser aprovado, a fotografia do ser perfil fica visível para o público no contexto do seu comentário.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Multimédia</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Ao carregar imagens para o site, deve evitar carregar imagens com dados incorporados de geolocalização (EXIF GPS). Os visitantes podem descarregar e extrair os dados de geolocalização das imagens do site.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Formulários de contacto</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Se deixar um comentário no nosso site pode optar por guardar o seu nome, endereço de email e site nos cookies. Isto é para sua conveniência para não ter de preencher novamente os seus dados quando deixar outro comentário. Estes cookies durarão um ano.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Se visitar a página de início de sessão, será configurado um cookie temporário para determinar se o seu navegador aceita cookies. Este cookie não contém dados pessoais e será eliminado ao fechar o seu navegador.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Ao iniciar a sessão, serão configurados alguns cookies para guardar a sua informação de sessão e as suas escolhas de visualização de ecrã. Os cookies de início de sessão duram um ano. Se seleccionar &quot;Lembrar-me&quot;, a sua sessão irá persistir durante duas semanas. Ao terminar a sessão, os cookies de inicio de sessão serão removidos.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Se editar ou publicar um artigo, será guardado no seu navegador um cookie adicional. Este cookie não inclui dados pessoais apenas indica o ID de conteúdo do artigo que acabou de editar. Expira ao fim de 1 dia.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Conteúdo incorporado de outros sites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Os artigos neste site podem incluir conteúdo incorporado (por exemplo: vídeos, imagens, artigos, etc.). O conteúdo incorporado de outros sites comporta-se tal como se o utilizador visitasse esses sites.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Este site pode recolher dados sobre si, usar cookies, incorporar rastreio feito por terceiros, monitorizar as suas interacções com o mesmo, incluindo registar as interacções com conteúdo incorporado se tiver uma conta e estiver com sessão iniciada nesse site.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Dados analíticos</h3><!-- /wp:heading --><!-- wp:heading --><h2>Com quem são partilhados os seus dados</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Se solicitar uma redefinição de senha, o seu endereço de IP será incluído no email de redefinição.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Por quanto tempo são retidos os seus dados</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Se deixar um comentário, o comentário e os seus metadados são guardados indefinidamente. Isto acontece de modo a ser possível reconhecer e aprovar automaticamente quaisquer comentários seguintes, em vez de os colocar numa fila de moderação.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Para utilizadores que se registem no nosso site (se algum), guardamos a informação pessoal fornecida no seu perfil de utilizador. Todos os utilizadores podem ver, editar, ou eliminar a sua informação pessoal a qualquer momento (com a excepção de não poderem alterar o nome de utilizador). Os administradores do site podem também ver e editar essa informação.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Que direitos tem sobre os seus dados</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Se tiver uma conta neste site, ou deixou comentários, pode pedir para receber um ficheiro de exportação com os dados pessoais guardados sobre si, incluindo qualquer dado pessoal que indicou. Também pode solicitar que os dados guardados sejam eliminados. Isto não inclui qualquer dado pessoal que seja obrigatório manter para fins administrativos, legais ou de segurança.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Para onde são enviados os seus dados</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Os comentários dos visitantes podem ser verificados através de um serviço automático de detecção de spam.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>As suas informações de contacto</h2><!-- /wp:heading --><!-- wp:heading --><h2>Informações adicionais</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Como são protegidos os seus dados</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Procedimentos previstos perante uma violação de dados</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>De que terceiros recebemos dados</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Que decisões e/ou definições de perfil automatizadas nós fazemos com os dados de utilizador</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Requisitos de comunicação do sector regulamentado</h3><!-- /wp:heading -->', 'Política de privacidade', '', 'draft', 'closed', 'open', '', 'politica-privacidade', '', '', '2021-01-07 18:03:57', '2021-01-07 18:03:57', '', 0, 'http://pawea-global.com/index/?page_id=3', 0, 'page', '', 0),
(5, 1, '2021-01-07 18:08:17', '2021-01-07 18:08:17', '<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@pawea-global.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@pawea-global.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2021-01-07 18:08:17', '2021-01-07 18:08:17', '', 0, 'http://pawea-global.com/index/?post_type=wpcf7_contact_form&p=5', 0, 'wpcf7_contact_form', '', 0),
(8, 1, '2016-06-30 13:36:29', '2016-06-30 13:36:29', '[woocommerce_my_account]', 'My Account', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2016-06-30 13:36:29', '2016-06-30 13:36:29', '', 0, 'http://in-conference.cmsmasters.net/index.php/my-account/', 0, 'page', '', 0),
(10, 1, '2016-06-30 13:43:31', '2016-06-30 13:43:31', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"70\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_blog orderby=\"date\" order=\"DESC\" count=\"12\" layout=\"standard\" layout_mode=\"grid\" columns=\"3\" metadata=\"date,categories,author,comments,likes,more\" pagination=\"pagination\"][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'publish', 'closed', 'closed', '', 'test', '', '', '2016-06-30 13:43:31', '2016-06-30 13:43:31', '', 0, 'http://in-conference.cmsmasters.net/?page_id=10', 0, 'page', '', 0),
(60, 1, '2015-04-15 10:57:41', '2015-04-15 10:57:41', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_img=\"12724|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/map-1.jpg|full\" data_bg_position=\"center center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"290\" data_padding_bottom=\"290\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h1\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" animation_delay=\"0\"][/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"0\" data_classes=\"cmsasmters_heading_up\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h1\" font_size=\"44\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" bg_color=\"#ffffff\" margin_top=\"15\" margin_bottom=\"0\" animation_delay=\"0\"]USA[/cmsmasters_heading][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_bg_parallax_ratio=\"0.5\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"3\" data_padding_left=\"3\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h1\" font_size=\"44\" font_weight=\"normal\" font_style=\"italic\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]England[/cmsmasters_heading][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_bg_parallax_ratio=\"0.5\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"3\" data_padding_left=\"3\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Regent St, London, England [/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"50\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/4\"][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center\"><span style=\"font-size: 44px\"><em>Contact </em>Us\n</span></h1>\n[/cmsmasters_text][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"][cmsmasters_contact_form form_plugin=\"cfb\" form_cfb=\"164\" email_cfb=\"example@example.com\" animation_delay=\"0\"][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][/cmsmasters_column][/cmsmasters_row]', 'Contacts', '', 'publish', 'closed', 'closed', '', 'contacts', '', '', '2015-04-15 10:57:41', '2015-04-15 10:57:41', '', 0, 'http://welfare.cmsmasters.net/?page_id=60', 0, 'page', '', 0),
(67, 1, '2015-04-15 11:04:40', '2015-04-15 11:04:40', '', 'Features', '', 'publish', 'closed', 'open', '', 'features-2', '', '', '2015-04-15 11:04:40', '2015-04-15 11:04:40', '', 0, 'http://welfare.cmsmasters.net/?page_id=67', 0, 'page', '', 0),
(74, 1, '2015-04-15 11:52:32', '2015-04-15 11:52:32', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"70\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_blog orderby=\"date\" order=\"ASC\" count=\"6\" categories=\"creative,events-app,idea,uncategorized,work\" layout=\"standard\" metadata=\"date,categories,author,comments,likes\" pagination=\"more\"][/cmsmasters_column][/cmsmasters_row]', 'Blog Shortcode', '', 'publish', 'closed', 'open', '', 'blog-shortcode', '', '', '2015-04-15 11:52:32', '2015-04-15 11:52:32', '', 0, 'http://welfare.cmsmasters.net/?page_id=74', 0, 'page', '', 0),
(85, 1, '2015-11-10 04:52:43', '2015-11-10 04:52:43', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"50\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12927|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/01.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row][cmsmasters_column data_width=\"1/1\"][cmsmasters_text]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor. Nunc pretium tortor felis, eget cursus magna accumsan a.\n\nEtiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus. Aliquam auctor, sapien sit amet accumsan facilisis, enim enim aliquet arcu, tincidunt pellentesque justo turpis id neque. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero sem.\n\nSed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam. Vivamus laoreet non mauris eget mattis. Nam turpis orci, consectetur vel accumsan sed, condimentum at sapien. Nunc ut egestas neque, eu hendrerit lacus. Suspendisse fermentum congue dui nec fringilla. Duis volutpat nunc lectus. Suspendisse potenti. Suspendisse egestas venenatis nunc. Donec at laoreet lacus.\n\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aliquam quam elit, mollis at odio gravida, ultrices pulvinar justo. Vivamus eleifend mollis dolor, et ornare turpis vehicula in. Pellentesque auctor ac enim sit amet euismod. Ut eu accumsan nunc. Nam ultrices, orci a volutpat molestie, ipsum magna posuere ex, vel lobortis dolor purus tristique purus. Integer arcu libero, feugiat non eros vel, aliquet sodales justo. Aliquam lobortis efficitur velit, vel tempor dui iaculis non. Mauris non ullamcorper leo. Nulla consectetur arcu eget condimentum auctor. Aliquam sagittis dictum augue. Duis fringilla nec augue eu laoreet.\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'How To Succeed In Meetings', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis semper tortor. Quisque non felis elementum augue ullamcorper laoreet.\n\n', 'publish', 'open', 'open', '', 'how-to-succeed-in-meetings-2', '', '', '2015-11-10 04:52:43', '2015-11-10 04:52:43', '', 0, 'http://welfare.cmsmasters.net/?p=85', 0, 'post', '', 0),
(87, 1, '2015-11-15 12:08:47', '2015-11-15 12:08:47', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"50\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12928|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/02.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row][cmsmasters_column data_width=\"1/1\"][cmsmasters_text]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis semper tortor. Quisque non felis elementum augue ullamcorper laoreet. Nam porta leo ut felis suscipit, vel semper lectus vehicula. Nulla vitae porta leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce bibendum arcu in lacinia condimentum. Aenean id nunc quis ex congue facilisis. Proin non tempus arcu. Donec dictum elementum ex et aliquet. Praesent at pulvinar augue, ut ultricies mauris. Nulla congue nulla in semper cursus. Sed auctor condimentum sem a tincidunt. Duis rhoncus maximus varius. Nullam imperdiet imperdiet massa vel lacinia. Nam auctor odio velit, at ultricies nisi dictum quis. Vestibulum tempus tellus nec leo malesuada, in tempus quam vehicula.\n\nSed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam. Vivamus laoreet non mauris eget mattis. Nam turpis orci, consectetur vel accumsan sed, condimentum at sapien. Nunc ut egestas neque, eu hendrerit lacus. Suspendisse fermentum congue dui nec fringilla. Duis volutpat nunc lectus. Suspendisse potenti. Suspendisse egestas venenatis nunc. Donec at laoreet lacus.\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', '5 Secrets of organizing event', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis semper tortor. Quisque non felis elementum augue ullamcorper laoreet.\n', 'publish', 'open', 'open', '', '5-secrets-of-organizing-a-perfect-event', '', '', '2015-11-15 12:08:47', '2015-11-15 12:08:47', '', 0, 'http://welfare.cmsmasters.net/?p=87', 0, 'post', '', 0),
(103, 1, '2015-11-23 09:38:24', '2015-11-23 09:38:24', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"50\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"none\" animation_delay=\"0\"]12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row][cmsmasters_column data_width=\"1/1\"][cmsmasters_text]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor. Nunc pretium tortor felis, eget cursus magna accumsan a.\n\nEtiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus. Aliquam auctor, sapien sit amet accumsan facilisis, enim enim aliquet arcu, tincidunt pellentesque justo turpis id neque. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero sem.\n\nSed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam. Vivamus laoreet non mauris eget mattis. Nam turpis orci, consectetur vel accumsan sed, condimentum at sapien. Nunc ut egestas neque, eu hendrerit lacus. Suspendisse fermentum congue dui nec fringilla. Duis volutpat nunc lectus. Suspendisse potenti. Suspendisse egestas venenatis nunc. Donec at laoreet lacus.\n\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aliquam quam elit, mollis at odio gravida, ultrices pulvinar justo. Vivamus eleifend mollis dolor, et ornare turpis vehicula in. Pellentesque auctor ac enim sit amet euismod. Ut eu accumsan nunc. Nam ultrices, orci a volutpat molestie, ipsum magna posuere ex, vel lobortis dolor purus tristique purus. Integer arcu libero, feugiat non eros vel, aliquet sodales justo. Aliquam lobortis efficitur velit, vel tempor dui iaculis non. Mauris non ullamcorper leo. Nulla consectetur arcu eget condimentum auctor. Aliquam sagittis dictum augue. Duis fringilla nec augue eu laoreet.\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Work With Comfort', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis semper tortor. Quisque non felis elementum augue ullamcorper laoreet.\n\n', 'publish', 'open', 'open', '', 'work-with-comfort', '', '', '2015-11-23 09:38:24', '2015-11-23 09:38:24', '', 0, 'http://welfare.cmsmasters.net/?p=103', 0, 'post', '', 0),
(106, 1, '2015-10-28 12:44:48', '2015-10-28 12:44:48', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"50\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"none\" animation_delay=\"0\"]12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row][cmsmasters_column data_width=\"1/1\"][cmsmasters_text]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis semper tortor. Quisque non felis elementum augue ullamcorper laoreet. Nam porta leo ut felis suscipit, vel semper lectus vehicula. Nulla vitae porta leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce bibendum arcu in lacinia condimentum. Aenean id nunc quis ex congue facilisis. Proin non tempus arcu. Donec dictum elementum ex et aliquet. Praesent at pulvinar augue, ut ultricies mauris. Nulla congue nulla in semper cursus. Sed auctor condimentum sem a tincidunt. Duis rhoncus maximus varius. Nullam imperdiet imperdiet massa vel lacinia. Nam auctor odio velit, at ultricies nisi dictum quis. Vestibulum tempus tellus nec leo malesuada, in tempus quam vehicula.\n\nSed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam. Vivamus laoreet non mauris eget mattis. Nam turpis orci, consectetur vel accumsan sed, condimentum at sapien. Nunc ut egestas neque, eu hendrerit lacus. Suspendisse fermentum congue dui nec fringilla. Duis volutpat nunc lectus. Suspendisse potenti. Suspendisse egestas venenatis nunc. Donec at laoreet lacus.\n\nPellentesque tristique nisi justo. Mauris quis risus luctus, suscipit dui et, fermentum purus. Donec dui magna, sollicitudin nec malesuada in, porttitor eu augue. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque non est sollicitudin, luctus lacus quis, rhoncus sapien. Pellentesque pellentesque sodales enim a faucibus. Aliquam commodo non nisl posuere lobortis. Quisque mi nibh, pharetra quis efficitur eu, lobortis dignissim dui. Cras vitae laoreet massa, in maximus nisi. Donec a posuere massa, et bibendum metus. Ut urna magna, sollicitudin in tellus a, varius vulputate est. Aliquam sit amet iaculis purus. Maecenas aliquam tellus eu ultrices auctor. Etiam in hendrerit tellus.\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Final Preparations', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis semper tortor. Quisque non felis elementum augue ullamcorper laoreet.\n\n', 'publish', 'open', 'open', '', 'final-preparations', '', '', '2015-10-28 12:44:48', '2015-10-28 12:44:48', '', 0, 'http://welfare.cmsmasters.net/?p=106', 0, 'post', '', 0),
(116, 1, '2015-04-15 12:59:24', '2015-04-15 12:59:24', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"70\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"80\" animation_delay=\"0\"]Unilmited Button Styles. Any Size, Color, Font, Width, Height and Icons. Well Animated.[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/4\"][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\" animation_delay=\"0\"]Button[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_text_color=\"#3a6ee8\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#3a6ee8\" button_text_color_h=\"#ffffff\" button_border_color_h=\"#3a6ee8\" animation_delay=\"0\"]Button[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_style=\"cmsmasters_but_bg_expand_diag\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_border_radius=\"5 px\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#3a6ee8\" animation_delay=\"0\"]Button[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"#ffffff\" button_text_color=\"#3a6ee8\" button_border_color=\"#3a6ee8\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\" animation_delay=\"0\"]Button[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_bg_parallax_ratio=\"0.5\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_color=\"default\" data_padding_right=\"3\" data_padding_left=\"3\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/4\"][cmsmasters_button button_type=\"regular\" button_link=\"#\" button_target=\"self\" button_text_align=\"center\" button_style=\"cmsmasters_but_shadow\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]Button[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_button button_link=\"#\" button_target=\"self\" button_text_align=\"center\" button_style=\"cmsmasters_but_icon_divider\" button_font_weight=\"bold\" button_font_style=\"normal\" button_icon=\"cmsmasters-icon-picture-1\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"#ffffff\" button_text_color=\"#3a6ee8\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#3a6ee8\" button_text_color_h=\"#ffffff\" button_border_color_h=\"#3a6ee8\" animation_delay=\"0\"]Button[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_button button_link=\"#\" button_target=\"self\" button_text_align=\"center\" button_style=\"cmsmasters_but_bg_hover\" button_font_weight=\"bold\" button_font_style=\"normal\" button_icon=\"cmsmasters-icon-plug\" button_border_style=\"outset\" button_border_radius=\"20px\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#3a6ee8\" animation_delay=\"0\"]Button[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_style=\"cmsmasters_but_bg_slide_bottom\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"15\" button_border_width=\"3\" button_border_style=\"double\" button_text_color=\"#3a6ee8\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#3a6ee8\" button_text_color_h=\"#ffffff\" animation_delay=\"0\"]Button[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_bg_parallax_ratio=\"0.5\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_color=\"default\" data_padding_right=\"3\" data_padding_left=\"3\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/4\"][cmsmasters_button button_link=\"#\" button_target=\"self\" button_text_align=\"center\" button_style=\"cmsmasters_but_icon_dark_bg\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"15\" button_icon=\"cmsmasters-icon-pagelines\" button_border_width=\"2\" button_border_style=\"solid\" button_border_radius=\"10px\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\" animation_delay=\"0\"]Button[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_button button_type=\"regular\" button_target=\"self\" button_text_align=\"center\" button_style=\"cmsmasters_but_bg_slide_left\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_border_radius=\"0\" button_text_color_h=\"#ffffff\" animation_delay=\"0\"]Button[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_style=\"cmsmasters_but_bg_hover\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"outset\" button_border_radius=\"0\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#3a6ee8\" button_border_color_h=\"#3a6ee8\" animation_delay=\"0\"]Button[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_button button_link=\"#\" button_target=\"self\" button_text_align=\"center\" button_style=\"cmsmasters_but_bg_expand_vert\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_text_color=\"#3a6ee8\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#e0e0e0\" button_text_color_h=\"#3a6ee8\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Button[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/4\"][cmsmasters_button button_type=\"regular\" button_link=\"#\" button_target=\"self\" button_text_align=\"center\" button_style=\"cmsmasters_but_icon_hover_slide_left\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"25\" button_icon=\"cmsmasters-icon-umbrella-1\" button_border_style=\"solid\" button_border_radius=\"5px\" animation_delay=\"0\"]Button[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"#ffffff\" button_text_color=\"#2d2d2d\" button_border_color=\"#e0e0e0\" button_text_color_h=\"#3a6ee8\" button_border_color_h=\"#3a6ee8\" animation_delay=\"0\"]Button[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_style=\"cmsmasters_but_icon_light_bg\" button_font_weight=\"bold\" button_font_style=\"normal\" button_icon=\"cmsmasters-icon-megaphone-1\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#3a6ee8\" button_text_color_h=\"#ffffff\" button_border_color_h=\"#3a6ee8\" animation_delay=\"0\"]Button[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_button button_link=\"#\" button_target=\"self\" button_text_align=\"center\" button_style=\"cmsmasters_but_bg_slide_right\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_border_radius=\"5px\" button_bg_color=\"#ffffff\" button_text_color=\"#3a6ee8\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#3a6ee8\" button_text_color_h=\"#ffffff\" button_border_color_h=\"#3a6ee8\" animation_delay=\"0\"]Button[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"80\" margin_bottom=\"80\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"80\" animation_delay=\"0\"] 2000 + Icons with flexible settings[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"70\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/4\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-plane-1\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"15%\" color=\"#ffffff\" bg_color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-pagelines\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"2\" border_radius=\"50%\" color=\"#3a6ee8\" bg_color=\"#ffffff\" bd_color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-flag-empty\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"25%\" color=\"#ffffff\" bg_color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-cubes\" size=\"35\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"70\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/4\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-megaphone-1\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#ffffff\" bg_color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-plug\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"2\" border_radius=\"0%\" color=\"#3a6ee8\" bg_color=\"#ffffff\" bd_color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-lightbulb-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"2\" border_radius=\"50%\" color=\"#ffffff\" bg_color=\"#3a6ee8\" bd_color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-edit-2\" size=\"35\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"2\" border_radius=\"5%\" color=\"#3a6ee8\" bg_color=\"#ffffff\" bd_color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"80\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/4\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-users-1\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"0%\" color=\"#ffffff\" bg_color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-calendar\" size=\"40\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"1\" border_radius=\"50%\" color=\"#3a6ee8\" bg_color=\"#ffffff\" bd_color=\"#ffffff\" animation_delay=\"0\"][/cmsmasters_simple_icon][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-briefcase\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"0%\" color=\"#ffffff\" bg_color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-gift-3\" size=\"35\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"10%\" color=\"#3a6ee8\" bg_color=\"#ffffff\" animation_delay=\"0\"][/cmsmasters_simple_icon][/cmsmasters_column][/cmsmasters_row]', 'Buttons & Icons', '', 'publish', 'closed', 'open', '', 'buttons-icons', '', '', '2015-04-15 12:59:24', '2015-04-15 12:59:24', '', 0, 'http://welfare.cmsmasters.net/?page_id=116', 0, 'page', '', 0),
(151, 1, '2015-04-15 14:00:43', '2015-04-15 14:00:43', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"50\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_clients columns=\"5\" layout=\"grid\" height=\"220\" animation_delay=\"0\"][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance[/cmsmasters_client][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][/cmsmasters_clients][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"70\" animation_delay=\"0\"][cmsmasters_clients columns=\"5\" layout=\"slider\" height=\"220\" animation_delay=\"0\"][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance[/cmsmasters_client][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row]', 'Clients', '', 'publish', 'closed', 'open', '', 'clients', '', '', '2015-04-15 14:00:43', '2015-04-15 14:00:43', '', 0, 'http://welfare.cmsmasters.net/?page_id=151', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(163, 1, '2015-04-15 14:16:46', '2015-04-15 14:16:46', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"10\" margin_bottom=\"40\" animation_delay=\"0\"]Form Builder[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\nA powerful <strong>Form Builder Tool</strong>, customly developed by CMSMasters, lets you create an <strong>unlimited amount of forms</strong> of different types and complexity, from simple <strong>contact forms</strong> to<strong>complex questionnaires</strong> with numerous fields, radio-buttons, checkboxes and dropdowns, text areas, as well as set validation for these fields. You can decide how to arrange fields. Activate Captcha and even select how received message will look like with Message Composer.\n\n[/cmsmasters_text][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"50\" margin_bottom=\"60\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"70\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]Simple Form[/cmsmasters_heading][cmsmasters_contact_form form_plugin=\"cfb\" form_cfb=\"164\" email_cfb=\"example@domain.com\" animation_delay=\"0\"][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]Questionnaire Form[/cmsmasters_heading][cmsmasters_contact_form form_plugin=\"cfb\" form_cfb=\"710\" email_cfb=\"example@domain.com\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row]', 'Contact forms', '', 'publish', 'closed', 'open', '', 'contact-forms', '', '', '2015-04-15 14:16:46', '2015-04-15 14:16:46', '', 0, 'http://welfare.cmsmasters.net/?page_id=163', 0, 'page', '', 0),
(169, 1, '2015-04-15 14:28:03', '2015-04-15 14:28:03', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"70\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" animation_delay=\"0\"]Horizontal Progress Bar[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"0\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_stats mode=\"bars\" type=\"horizontal\" count=\"4\" animation_delay=\"0\"][cmsmasters_stat progress=\"75\"]Brand Identity[/cmsmasters_stat][cmsmasters_stat progress=\"80\"]Graphic Design[/cmsmasters_stat][cmsmasters_stat subtitle=\"Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.\" progress=\"95\"]HTML Coding [/cmsmasters_stat][cmsmasters_stat progress=\"70\"]Market Analysis[/cmsmasters_stat][/cmsmasters_stats][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"0\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"2\" style=\"solid\" position=\"center\" margin_top=\"70\" margin_bottom=\"70\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"20\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]Round Skills[/cmsmasters_heading][cmsmasters_stats mode=\"circles\" count=\"4\" animation_delay=\"0\"][cmsmasters_stat subtitle=\"Lorem ipsum amet, consectetur adipiscing phasellus. Sagittis semper.\" progress=\"75\"]Brand Identity [/cmsmasters_stat][cmsmasters_stat subtitle=\"Lorem ipsum amet, consectetur adipiscing phasellus. Sagittis semper.\" progress=\"80\"]Graphic Design [/cmsmasters_stat][cmsmasters_stat subtitle=\"Lorem ipsum amet, consectetur adipiscing phasellus. Sagittis semper.\" progress=\"95\"]HTML Coding [/cmsmasters_stat][cmsmasters_stat subtitle=\"Lorem ipsum amet, consectetur adipiscing phasellus. Sagittis semper.\" progress=\"70\"]Market Analysis [/cmsmasters_stat][/cmsmasters_stats][cmsmasters_divider width=\"long\" height=\"2\" style=\"solid\" position=\"center\" margin_top=\"30\" margin_bottom=\"70\" animation_delay=\"0\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]Vertical Skills[/cmsmasters_heading][cmsmasters_stats mode=\"bars\" type=\"vertical\" count=\"5\" animation_delay=\"0\"][cmsmasters_stat progress=\"88\"]Brand Identity [/cmsmasters_stat][cmsmasters_stat progress=\"68\"]Graphic Design [/cmsmasters_stat][cmsmasters_stat progress=\"84\"]HTML Coding [/cmsmasters_stat][cmsmasters_stat progress=\"75\"]Market Analysis [/cmsmasters_stat][cmsmasters_stat progress=\"77\"]Support 24/7[/cmsmasters_stat][/cmsmasters_stats][cmsmasters_divider width=\"long\" height=\"2\" style=\"solid\" position=\"center\" margin_top=\"30\" margin_bottom=\"70\" animation_delay=\"0\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"40\" margin_bottom=\"30\" animation_delay=\"0\"]Top Icons[/cmsmasters_heading][cmsmasters_counters type=\"vertical\" count=\"4\" icon_size=\"30\" icon_space=\"55\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"2354\" icon_type=\"icon\" icon=\"cmsmasters-icon-dollar\"]Investment[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"3758\" icon_type=\"icon\" icon=\"cmsmasters-icon-chart-pie\"]Capitalization[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"837\" icon_type=\"icon\" icon=\"cmsmasters-icon-users-1\"]Cooperation[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"1285\" icon_type=\"icon\" icon=\"cmsmasters-icon-credit-card\"]Deposit[/cmsmasters_counter][/cmsmasters_counters][cmsmasters_divider width=\"long\" height=\"2\" style=\"solid\" position=\"center\" margin_top=\"30\" margin_bottom=\"70\" animation_delay=\"0\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_bottom=\"30\" animation_delay=\"0\"]Side Icons[/cmsmasters_heading][cmsmasters_counters type=\"horizontal\" count=\"4\" icon_size=\"30\" icon_space=\"55\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"2354\" icon_type=\"icon\" icon=\"cmsmasters-icon-dollar\"]Investment[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"3758\" icon_type=\"icon\" icon=\"cmsmasters-icon-chart-pie\"]Marketing[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"837\" icon_type=\"icon\" icon=\"cmsmasters-icon-users-1\"]Team[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"1285\" icon_type=\"icon\" icon=\"cmsmasters-icon-credit-card\"]Deposit[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row]', 'Counters & Progress Bars', '', 'publish', 'closed', 'open', '', 'counters-progress-bars', '', '', '2015-04-15 14:28:03', '2015-04-15 14:28:03', '', 0, 'http://welfare.cmsmasters.net/?page_id=169', 0, 'page', '', 0),
(213, 1, '2015-04-16 08:09:51', '2015-04-16 08:09:51', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"80\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text]\n<p style=\"text-align: center;\">Custom HTML, CS and JS are powerful instruments for experienced developers, who’d like to add their own code, styles or scripts directly to the certain page.</p>\n[/cmsmasters_text][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_bottom=\"40\" animation_delay=\"0\"][cmsmasters_image align=\"center\" link=\"http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/04/2015-07-22_12491.png\" lightbox=\"true\" animation_delay=\"0\"]5201|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/04/2015-07-22_12491.png|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row]', 'Custom HTML, CSS, JS', '', 'publish', 'closed', 'open', '', 'custom-html-css-js', '', '', '2015-04-16 08:09:51', '2015-04-16 08:09:51', '', 0, 'http://welfare.cmsmasters.net/?page_id=213', 0, 'page', '', 0),
(216, 1, '2015-04-16 08:17:19', '2015-04-16 08:17:19', '[cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"40\" margin_bottom=\"30\" animation_delay=\"0\"]Solid[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"short\" height=\"2\" style=\"solid\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"medium\" height=\"3\" style=\"solid\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"4\" style=\"solid\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"40\" margin_bottom=\"30\" animation_delay=\"0\"]Dotted[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"short\" height=\"2\" style=\"dotted\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"medium\" height=\"3\" style=\"dotted\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"4\" style=\"dotted\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"40\" margin_bottom=\"30\" animation_delay=\"0\"]Dashed[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"short\" height=\"2\" style=\"dashed\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"medium\" height=\"3\" style=\"dashed\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"4\" style=\"dashed\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"40\" margin_bottom=\"30\" animation_delay=\"0\"]Double[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"short\" height=\"3\" style=\"double\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"medium\" height=\"4\" style=\"double\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"5\" style=\"double\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"40\" margin_bottom=\"30\" animation_delay=\"0\"]Groove[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"short\" height=\"2\" style=\"groove\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"medium\" height=\"3\" style=\"groove\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"4\" style=\"groove\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"40\" margin_bottom=\"30\" animation_delay=\"0\"]Ridge[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"short\" height=\"2\" style=\"ridge\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"medium\" height=\"3\" style=\"ridge\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"80\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"4\" style=\"ridge\" position=\"left\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row]', 'Dividers', '', 'publish', 'closed', 'open', '', 'dividers', '', '', '2015-04-16 08:17:19', '2015-04-16 08:17:19', '', 0, 'http://welfare.cmsmasters.net/?page_id=216', 0, 'page', '', 0),
(231, 1, '2015-04-16 08:53:18', '2015-04-16 08:53:18', '[cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"70\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" animation_delay=\"0\"]Youtube[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/4\"][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_embed link=\"https://www.youtube.com/watch?v=BCHhwxvQqxg\" wrap=\"true\" animation_delay=\"0\"][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"60\" animation_delay=\"0\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" margin_top=\"60\" animation_delay=\"0\"]Vimeo[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/4\"][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_embed link=\"http://vimeo.com/87656584\" wrap=\"true\" animation_delay=\"0\"][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" margin_top=\"60\" animation_delay=\"0\"]Soundcloud[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"70\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/4\"][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_embed link=\"https://soundcloud.com/vallisalps\" height=\"300\" wrap=\"true\" animation_delay=\"0\"][/cmsmasters_column][cmsmasters_column data_width=\"1/4\"][/cmsmasters_column][/cmsmasters_row]', 'Embedded', '', 'publish', 'closed', 'open', '', 'embedded', '', '', '2015-04-16 08:53:18', '2015-04-16 08:53:18', '', 0, 'http://welfare.cmsmasters.net/?page_id=231', 0, 'page', '', 0),
(252, 1, '2015-04-16 09:25:17', '2015-04-16 09:25:17', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"70\" data_padding_bottom=\"0\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_featured_block text_width=\"36\" text_position=\"left\" text_padding=\"40px 40px 40px 40px\" text_align=\"left\" color_overlay=\"#3a6ee8\" bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" bg_position=\"bottom left\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"0\" bottom_padding=\"0\" border_radius=\"5px\" animation_delay=\"0\"]\n<h2 class=\"edgtf-st-title\"><span style=\"color: #ffffff;\">Creative Elements</span></h2>\n<p id=\"cmsms_heading_5757ce4780801\" class=\"cmsms_heading\"><span style=\"color: #ffffff; font-family: Arial, Helvetica, \'Nimbus Sans L\', sans-serif; font-size: 13px; line-height: 20px;\">Duis interdum risus ligula, in consequat lectus eleifend quis. In malesuada finibus arcu eu volutpat. Suspendisse ornare lacus ligula, quis mollis augue accumsan et. Phasellus et ante id ante finibus consectetur at ut lorem. Etiam id facilisis lorem. Aliquam eleifend orci ligula, sit amet posuere lectus egestas vitae. Morbi et felis vestibulum, euismod magna in, tempor enim. Vivamus placerat dictum enim eget pellentesque. Mauris egestas cursus malesuada. Aliquam auctor placerat dolor vel sagittis. In nec metus arcu. Vestibulum tincidunt nec lorem eget tincidunt.</span></p>\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"0\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"60\" margin_bottom=\"60\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"80\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_featured_block text_width=\"100\" text_position=\"left\" text_padding=\"40px 30px 40px 30px\" text_align=\"left\" fb_bg_color=\"#f9f9f9\" top_padding=\"0\" bottom_padding=\"0\" border_radius=\"5px\" animation_delay=\"0\"]\n<h4 class=\"edgtf-iwt-title\">Fully Responsive</h4>\nAt vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate.\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]Learn More[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_featured_block text_width=\"100\" text_position=\"left\" text_padding=\"40px 30px 40px 30px\" text_align=\"left\" fb_bg_color=\"#f9f9f9\" top_padding=\"0\" bottom_padding=\"0\" border_radius=\"5px\" animation_delay=\"0\"]\n<h4 class=\"edgtf-iwt-title\">Free Plugins Included</h4>\nAt vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate.\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]Learn More[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_featured_block text_width=\"100\" text_position=\"left\" text_padding=\"40px 30px 40px 30px\" text_align=\"left\" fb_bg_color=\"#f9f9f9\" top_padding=\"0\" bottom_padding=\"0\" border_radius=\"5px\" animation_delay=\"0\"]\n<h4 class=\"edgtf-iwt-title\">Extensive Documentation</h4>\nAt vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate.\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]Learn More[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row]', 'Featured Blocks', '', 'publish', 'closed', 'open', '', 'featured-blocks', '', '', '2015-04-16 09:25:17', '2015-04-16 09:25:17', '', 0, 'http://welfare.cmsmasters.net/?page_id=252', 0, 'page', '', 0),
(261, 1, '2015-04-16 09:41:22', '2015-04-16 09:41:22', '[cmsmasters_row data_padding_top=\"70\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]Slider[/cmsmasters_heading][cmsmasters_gallery layout=\"slider\" image_size_slider=\"full\" slider_effect=\"slide\" slider_nav_arrow=\"true\" animation_delay=\"0\"]12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-150x150.jpg,12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05-150x150.jpg,12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04-150x150.jpg,12929|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/03-150x150.jpg[/cmsmasters_gallery][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]Hover Slider[/cmsmasters_heading][cmsmasters_gallery layout=\"hover\" animation_delay=\"0\"]12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05-150x150.jpg,12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-150x150.jpg,12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04-150x150.jpg,12929|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/03-150x150.jpg[/cmsmasters_gallery][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"70\" margin_bottom=\"70\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"70\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]Image Gallery[/cmsmasters_heading][cmsmasters_gallery layout=\"gallery\" gallery_type=\"grid\" image_size_gallery=\"full\" gallery_columns=\"3\" gallery_links=\"lightbox\" animation_delay=\"0\"]12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-150x150.jpg,12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05-150x150.jpg,12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04-150x150.jpg[/cmsmasters_gallery][/cmsmasters_column][/cmsmasters_row]', 'Gallery', '', 'publish', 'closed', 'open', '', 'gallery', '', '', '2015-04-16 09:41:22', '2015-04-16 09:41:22', '', 0, 'http://welfare.cmsmasters.net/?page_id=261', 0, 'page', '', 0),
(270, 1, '2015-04-16 11:05:18', '2015-04-16 11:05:18', '[cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_bg_parallax_ratio=\"0.5\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_color=\"default\" data_padding_right=\"3\" data_padding_left=\"3\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"60\" margin_bottom=\"40\" animation_delay=\"0\"]Roadmap[/cmsmasters_heading][cmsmasters_google_map_markers address_type=\"address\" address=\"7850 Melrose Ave Los Angeles, CA 90046\" type=\"ROADMAP\" zoom=\"14\" height_type=\"auto\" scroll_wheel=\"true\" double_click_zoom=\"true\" pan_control=\"true\" zoom_control=\"true\" map_type_control=\"true\" scale_control=\"true\" street_view_control=\"true\" overview_map_control=\"true\" animation_delay=\"0\"][cmsmasters_google_map_marker address_type=\"address\" address=\"7850 Melrose Ave Los Angeles, CA 90046\"]Ahoy![/cmsmasters_google_map_marker][/cmsmasters_google_map_markers][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"60\" margin_bottom=\"40\" animation_delay=\"0\"]Terrain[/cmsmasters_heading][cmsmasters_google_map_markers address_type=\"address\" address=\"7850 Melrose Ave Los Angeles, CA 90046\" type=\"TERRAIN\" zoom=\"10\" height_type=\"auto\" scroll_wheel=\"true\" double_click_zoom=\"true\" pan_control=\"true\" zoom_control=\"true\" map_type_control=\"true\" scale_control=\"true\" street_view_control=\"true\" overview_map_control=\"true\" animation_delay=\"0\"][cmsmasters_google_map_marker address_type=\"address\" address=\"7850 Melrose Ave Los Angeles, CA 90046\"]Ahoy![/cmsmasters_google_map_marker][/cmsmasters_google_map_markers][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"0\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"60\" margin_bottom=\"40\" animation_delay=\"0\"]Hybrid[/cmsmasters_heading][cmsmasters_google_map_markers address_type=\"address\" address=\"7850 Melrose Ave Los Angeles, CA 90046\" type=\"HYBRID\" zoom=\"9\" height_type=\"auto\" scroll_wheel=\"true\" double_click_zoom=\"true\" pan_control=\"true\" zoom_control=\"true\" map_type_control=\"true\" scale_control=\"true\" street_view_control=\"true\" overview_map_control=\"true\" animation_delay=\"0\"][cmsmasters_google_map_marker address_type=\"address\" address=\"7850 Melrose Ave Los Angeles, CA 90046\"]Ahoy![/cmsmasters_google_map_marker][/cmsmasters_google_map_markers][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"60\" margin_bottom=\"40\" animation_delay=\"0\"]Satellite[/cmsmasters_heading][cmsmasters_google_map_markers address_type=\"address\" address=\"7850 Melrose Ave Los Angeles, CA 90046\" type=\"SATELLITE\" zoom=\"2\" height_type=\"auto\" scroll_wheel=\"true\" double_click_zoom=\"true\" pan_control=\"true\" zoom_control=\"true\" map_type_control=\"true\" scale_control=\"true\" street_view_control=\"true\" overview_map_control=\"true\" animation_delay=\"0\"][cmsmasters_google_map_marker address_type=\"address\" address=\"7850 Melrose Ave Los Angeles, CA 90046\"]Ahoy![/cmsmasters_google_map_marker][/cmsmasters_google_map_markers][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"70\" margin_bottom=\"60\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Full[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_google_map_markers address_type=\"address\" type=\"ROADMAP\" zoom=\"15\" height_type=\"fixed\" height=\"400\" scroll_wheel=\"true\" double_click_zoom=\"true\" pan_control=\"true\" zoom_control=\"true\" map_type_control=\"true\" scale_control=\"true\" street_view_control=\"true\" overview_map_control=\"true\" animation_delay=\"0\"][cmsmasters_google_map_marker address_type=\"address\" address=\"7850 Melrose Ave Los Angeles, CA 90046\"][/cmsmasters_google_map_marker][/cmsmasters_google_map_markers][/cmsmasters_column][/cmsmasters_row]', 'Google Maps', '', 'publish', 'closed', 'open', '', 'google-maps', '', '', '2015-04-16 11:05:18', '2015-04-16 11:05:18', '', 0, 'http://welfare.cmsmasters.net/?page_id=270', 0, 'page', '', 0),
(285, 1, '2015-11-20 11:28:50', '2015-11-20 11:28:50', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"100\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12929|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/03.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row][cmsmasters_column data_width=\"1/1\"][cmsmasters_text]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor. Nunc pretium tortor felis, eget cursus magna accumsan a.\n\nEtiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus. Aliquam auctor, sapien sit amet accumsan facilisis, enim enim aliquet arcu, tincidunt pellentesque justo turpis id neque. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero sem.\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Hot to Create Great Flyers', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis semper tortor. Quisque non felis elementum augue ullamcorper laoreet.\n\n', 'publish', 'open', 'open', '', 'hot-to-create-great-flyers', '', '', '2015-11-20 11:28:50', '2015-11-20 11:28:50', '', 0, 'http://welfare.cmsmasters.net/?p=285', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(289, 1, '2015-04-16 11:34:22', '2015-04-16 11:34:22', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"70\" data_padding_bottom=\"60\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" animation_delay=\"0\"]Centred box with icon above the title[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_box box_type=\"cmsmasters_icon_top\" title=\"Fully Responsive \" heading_type=\"h3\" box_icon_type=\"icon\" box_icon=\"cmsmasters-icon-print-3\" box_icon_size=\"30\" box_icon_space=\"60\" box_icon_border_width=\"0\" box_icon_border_radius=\"50%\" box_border_width=\"2\" box_border_radius=\"5px\" animation_delay=\"0\"]\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, ectetur adipiscing elit. Phasellus sagittis semper tortor. Nam porta leo ut suscipit. Nam porta leo ut suscipit.</p>\n[/cmsmasters_icon_box][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_box box_type=\"cmsmasters_icon_top\" title=\"Free Plugins Included\" heading_type=\"h3\" box_icon_type=\"icon\" box_icon=\"cmsmasters-icon-folder-alt\" box_icon_size=\"30\" box_icon_space=\"60\" box_icon_border_width=\"0\" box_icon_border_radius=\"50%\" box_border_width=\"2\" box_border_radius=\"5px\" animation_delay=\"0\"]\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, ectetur adipiscing elit. Phasellus sagittis semper tortor. Nam porta leo ut suscipit. Nam porta leo ut suscipit.</p>\n[/cmsmasters_icon_box][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_box box_type=\"cmsmasters_icon_top\" title=\"Pixel-Perfect Design\" heading_type=\"h3\" box_icon_type=\"icon\" box_icon=\"cmsmasters-icon-book-2\" box_icon_size=\"30\" box_icon_space=\"60\" box_icon_border_width=\"0\" box_icon_border_radius=\"50%\" box_border_width=\"2\" box_border_radius=\"5px\" animation_delay=\"0\"]\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, ectetur adipiscing elit. Phasellus sagittis semper tortor. Nam porta leo ut suscipit. Nam porta leo ut suscipit.</p>\n[/cmsmasters_icon_box][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"0\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"70\" margin_bottom=\"70\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"60\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Box with icon at the left of[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"0\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_box box_type=\"cmsmasters_icon_box_left\" title=\"Fully Responsive\" heading_type=\"h3\" box_icon_type=\"icon\" box_icon=\"cmsmasters-icon-print-3\" box_icon_size=\"30\" box_icon_space=\"65\" box_icon_border_width=\"0\" box_icon_border_radius=\"50%\" box_border_width=\"0\" box_border_radius=\"5px\" animation_delay=\"0\"]\n<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis semper tortor.Nam porta leo ut felis suscipit.Nam porta leo ut felis suscipit.</p>\n[/cmsmasters_icon_box][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_box box_type=\"cmsmasters_icon_box_left\" title=\"Plugins Included\" heading_type=\"h3\" box_icon_type=\"icon\" box_icon=\"cmsmasters-icon-folder-alt\" box_icon_size=\"30\" box_icon_space=\"65\" box_icon_border_width=\"0\" box_icon_border_radius=\"50%\" box_border_width=\"0\" box_border_radius=\"5px\" animation_delay=\"0\"]\n<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis semper tortor.Nam porta leo ut felis suscipit.Nam porta leo ut felis suscipit.</p>\n[/cmsmasters_icon_box][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_box box_type=\"cmsmasters_icon_box_left\" title=\"Perfect Design\" heading_type=\"h3\" box_icon_type=\"icon\" box_icon=\"cmsmasters-icon-map-2\" box_icon_size=\"30\" box_icon_space=\"65\" box_icon_border_width=\"0\" box_icon_border_radius=\"50%\" box_border_width=\"0\" box_border_radius=\"5px\" animation_delay=\"0\"]\n<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis semper tortor.Nam porta leo ut felis suscipit.Nam porta leo ut felis suscipit.</p>\n[/cmsmasters_icon_box][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"0\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"70\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"60\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Box with icon before title[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_box box_type=\"cmsmasters_icon_heading_left\" title=\"Fully Responsive\" heading_type=\"h3\" box_icon_type=\"icon\" box_icon=\"cmsmasters-icon-print-3\" box_icon_size=\"35\" box_icon_space=\"60\" box_icon_border_width=\"0\" box_icon_border_radius=\"50%\" box_border_width=\"2\" box_border_radius=\"5px\" animation_delay=\"0\"]\n<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, ectetur adipiscing elit. Phasellus sagittis semper tortor. Nam porta leo ut suscipit. Nam porta leo ut suscipit.</p>\n[/cmsmasters_icon_box][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_box box_type=\"cmsmasters_icon_heading_left\" title=\"Plugins Included\" heading_type=\"h3\" box_icon_type=\"icon\" box_icon=\"cmsmasters-icon-folder-alt\" box_icon_size=\"35\" box_icon_space=\"60\" box_icon_border_width=\"0\" box_icon_border_radius=\"50%\" box_icon_color=\"#3a6ee8\" box_icon_bg_color=\"#ffffff\" box_border_width=\"2\" box_border_radius=\"5px\" box_bd_color=\"#dfdfdf\" animation_delay=\"0\"]\n<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, ectetur adipiscing elit. Phasellus sagittis semper tortor. Nam porta leo ut suscipit. Nam porta leo ut suscipit.</p>\n[/cmsmasters_icon_box][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_box box_type=\"cmsmasters_icon_heading_left\" title=\"Perfect Design\" heading_type=\"h3\" box_icon_type=\"icon\" box_icon=\"cmsmasters-icon-layers\" box_icon_size=\"35\" box_icon_space=\"60\" box_icon_border_width=\"0\" box_icon_border_radius=\"50%\" box_border_width=\"2\" box_border_radius=\"5px\" animation_delay=\"0\"]\n<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, ectetur adipiscing elit. Phasellus sagittis semper tortor. Nam porta leo ut suscipit. Nam porta leo ut suscipit.</p>\n[/cmsmasters_icon_box][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"0\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"70\" margin_bottom=\"70\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"40\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Box with icon at the left top of[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"90\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_box box_type=\"cmsmasters_icon_box_left_top\" title=\"Fully Responsive\" heading_type=\"h3\" box_icon_type=\"icon\" box_icon=\"cmsmasters-icon-print-3\" box_icon_size=\"25\" box_icon_space=\"60\" box_icon_border_width=\"0\" box_icon_border_radius=\"50%\" box_border_width=\"1\" box_border_radius=\"7px\" animation_delay=\"0\"]\n<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis semper tortor.Nam porta leo ut felis suscipit.Nam porta leo ut felis suscipit.</p>\n[/cmsmasters_icon_box][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_box box_type=\"cmsmasters_icon_box_left_top\" title=\"Plugins Included\" heading_type=\"h3\" box_icon_type=\"icon\" box_icon=\"cmsmasters-icon-folder-alt\" box_icon_size=\"25\" box_icon_space=\"60\" box_icon_border_width=\"0\" box_icon_border_radius=\"50%\" box_border_width=\"1\" box_border_radius=\"7px\" animation_delay=\"0\"]\n<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis semper tortor.Nam porta leo ut felis suscipit.Nam porta leo ut felis suscipit.</p>\n[/cmsmasters_icon_box][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_box box_type=\"cmsmasters_icon_box_left_top\" title=\"Perfect Design\" heading_type=\"h3\" box_icon_type=\"icon\" box_icon=\"cmsmasters-icon-book-2\" box_icon_size=\"25\" box_icon_space=\"60\" box_icon_border_width=\"0\" box_icon_border_radius=\"50%\" box_border_width=\"1\" box_border_radius=\"7px\" animation_delay=\"0\"]\n<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis semper tortor.Nam porta leo ut felis suscipit.Nam porta leo ut felis suscipit.</p>\n[/cmsmasters_icon_box][/cmsmasters_column][/cmsmasters_row]', 'Icon Boxes', '', 'publish', 'closed', 'open', '', 'icon-boxes', '', '', '2015-04-16 11:34:22', '2015-04-16 11:34:22', '', 0, 'http://welfare.cmsmasters.net/?page_id=289', 0, 'page', '', 0),
(317, 1, '2015-04-16 12:52:51', '2015-04-16 12:52:51', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"70\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_icon_list_items type=\"block\" icon_type=\"icon\" icon_size=\"30\" heading=\"h3\" icon_space=\"80\" items_color_type=\"icon\" border_width=\"1\" border_radius=\"50%\" unifier_width=\"2\" position=\"left\" animation_delay=\"0\"][cmsmasters_icon_list_item icon=\"cmsmasters-icon-puzzle-2\" title=\"Fully Responsive \"]Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero.[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-folder-alt\" title=\"Free Plugins Included\"]Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero.[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-book-2\" title=\"Pixel-Perfect Design\"]Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero.[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-dropbox-3\" title=\" Extensive Documentation\"]Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero.[/cmsmasters_icon_list_item][/cmsmasters_icon_list_items][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_icon_list_items type=\"block\" icon_type=\"icon\" icon_size=\"30\" heading=\"h3\" icon_space=\"80\" items_color_type=\"border\" border_width=\"3\" border_radius=\"50%\" unifier_width=\"2\" position=\"left\" animation_delay=\"0\"][cmsmasters_icon_list_item icon=\"cmsmasters-icon-print-3\" title=\"Fully Responsive\"]Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero.[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-folder-alt\" title=\" Free Plugins Included\"]Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero.[/cmsmasters_icon_list_item][/cmsmasters_icon_list_items][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"][cmsmasters_icon_list_items type=\"block\" icon_type=\"icon\" icon_size=\"30\" heading=\"h3\" icon_space=\"75\" items_color_type=\"bg\" border_width=\"2\" border_radius=\"50px\" unifier_width=\"2\" position=\"left\" animation_delay=\"0\"][cmsmasters_icon_list_item icon=\"cmsmasters-icon-layers\" title=\"Pixel-Perfect Design\"]Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero.[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-gift-3\" title=\"Extensive Documentation\"]Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero.[/cmsmasters_icon_list_item][/cmsmasters_icon_list_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_bg_parallax_ratio=\"0.5\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_color=\"default\" data_padding_right=\"3\" data_padding_left=\"3\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"60\" margin_bottom=\"30\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_bg_parallax_ratio=\"0.5\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_color=\"default\" data_padding_right=\"3\" data_padding_left=\"3\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_list_items type=\"block\" icon_type=\"icon\" icon=\"cmsmasters-icon-thumbs-up-5\" icon_size=\"30\" heading=\"h3\" icon_space=\"100\" items_color_type=\"icon\" border_width=\"1\" border_radius=\"20%\" unifier_width=\"1\" position=\"left\" animation_delay=\"0\"][cmsmasters_icon_list_item icon=\"cmsmasters-icon-print-3\" title=\"Design\"]Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod.[/cmsmasters_icon_list_item][/cmsmasters_icon_list_items][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_list_items type=\"block\" icon_type=\"icon\" icon=\"cmsmasters-icon-thumbs-up-5\" icon_size=\"30\" heading=\"h3\" icon_space=\"100\" items_color_type=\"icon\" border_width=\"1\" border_radius=\"50% 50% 50% 50%/50% 50% 0% 50%; \" unifier_width=\"1\" position=\"left\" animation_delay=\"0\"][cmsmasters_icon_list_item icon=\"cmsmasters-icon-folder-alt\" title=\"Free Plugins\"]Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod.[/cmsmasters_icon_list_item][/cmsmasters_icon_list_items][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_list_items type=\"block\" icon_type=\"icon\" icon=\"cmsmasters-icon-thumbs-up-5\" icon_size=\"30\" heading=\"h3\" icon_space=\"100\" items_color_type=\"icon\" border_width=\"1\" border_radius=\"0%\" unifier_width=\"1\" position=\"left\" animation_delay=\"0\"][cmsmasters_icon_list_item icon=\"cmsmasters-icon-gift-3\" title=\"Projects\"]Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod.[/cmsmasters_icon_list_item][/cmsmasters_icon_list_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_list_items type=\"block\" icon_type=\"icon\" icon=\"cmsmasters-icon-thumbs-up-5\" icon_size=\"30\" heading=\"h3\" icon_space=\"100\" items_color_type=\"icon\" border_width=\"1\" border_radius=\"22% 50% 22% 50%/22% 50% 22% 50%; \" unifier_width=\"1\" position=\"left\" animation_delay=\"0\"][cmsmasters_icon_list_item icon=\"cmsmasters-icon-briefcase-4\" title=\"Design\"]Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod.[/cmsmasters_icon_list_item][/cmsmasters_icon_list_items][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_list_items type=\"block\" icon_type=\"icon\" icon=\"cmsmasters-icon-thumbs-up-5\" icon_size=\"30\" heading=\"h3\" icon_space=\"100\" items_color_type=\"icon\" border_width=\"1\" border_radius=\"50%\" unifier_width=\"1\" position=\"left\" animation_delay=\"0\"][cmsmasters_icon_list_item icon=\"cmsmasters-icon-umbrella-1\" title=\"Free Plugins\"]Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod.[/cmsmasters_icon_list_item][/cmsmasters_icon_list_items][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_list_items type=\"block\" icon_type=\"icon\" icon=\"cmsmasters-icon-thumbs-up-5\" icon_size=\"30\" heading=\"h3\" icon_space=\"100\" items_color_type=\"icon\" border_width=\"1\" border_radius=\"0% 0% 50% 0%/0% 50% 50% 0%; \" unifier_width=\"1\" position=\"left\" animation_delay=\"0\"][cmsmasters_icon_list_item icon=\"cmsmasters-icon-dropbox-3\" title=\"Projects\"]Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod.[/cmsmasters_icon_list_item][/cmsmasters_icon_list_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"70\" margin_bottom=\"70\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"90\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_list_items type=\"list\" icon_size=\"18\" animation_delay=\"0\"][cmsmasters_icon_list_item icon=\"cmsmasters-icon-angle-right\" title=\"Facebook\"]Click here to change this text[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-angle-right\" title=\"Instagram\"]Click here to change this text[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-angle-right\" title=\"Pinterest\"]Click here to change this text[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-angle-right\" title=\"Skype\"]Click here to change this text[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-angle-right\" title=\"Vimeo\"]Click here to change this text[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-angle-right\" title=\"YouTube\"]Click here to change this text[/cmsmasters_icon_list_item][/cmsmasters_icon_list_items][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_list_items type=\"list\" icon_size=\"18\" animation_delay=\"0\"][cmsmasters_icon_list_item icon=\"cmsmasters-icon-facebook\" title=\"Facebook\"]Click here to change this text[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-instagram\" title=\"Instagram\"]Click here to change this text[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-pinterest-circled\" title=\"Pinterest\"]Click here to change this text[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-skype\" title=\"Skype\"]Click here to change this text[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-vimeo-squared\" title=\"Vimeo\"]Click here to change this text[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-youtube\" title=\"YouTube\"]Click here to change this text[/cmsmasters_icon_list_item][/cmsmasters_icon_list_items][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_list_items type=\"list\" icon_size=\"18\" animation_delay=\"0\"][cmsmasters_icon_list_item icon=\"cmsmasters-icon-check-1\" title=\"Facebook\"]Click here to change this text[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-check-1\" title=\"Instagram\"]Click here to change this text[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-check-1\" title=\"Pinterest\"]Click here to change this text[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-check-1\" title=\"Skype\"]Click here to change this text[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-check-1\" title=\"Vimeo\"]Click here to change this text[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-check-1\" title=\"YouTube\"]Click here to change this text[/cmsmasters_icon_list_item][/cmsmasters_icon_list_items][/cmsmasters_column][/cmsmasters_row]', 'Icon Lists', '', 'publish', 'closed', 'open', '', 'icon-lists', '', '', '2015-04-16 12:52:51', '2015-04-16 12:52:51', '', 0, 'http://welfare.cmsmasters.net/?page_id=317', 0, 'page', '', 0),
(358, 1, '2015-04-16 13:51:36', '2015-04-16 13:51:36', '[cmsmasters_row data_padding_bottom=\"70\" data_padding_top=\"70\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"70\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_image align=\"none\" animation_delay=\"0\"]12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full[/cmsmasters_image][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_image align=\"none\" animation_delay=\"0\"]12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full[/cmsmasters_image][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_image align=\"none\" animation_delay=\"0\"]12929|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/03.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row]', 'Images', '', 'publish', 'closed', 'open', '', 'images', '', '', '2015-04-16 13:51:36', '2015-04-16 13:51:36', '', 0, 'http://welfare.cmsmasters.net/?page_id=358', 0, 'page', '', 0),
(375, 1, '2015-04-16 14:10:49', '2015-04-16 14:10:49', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"70\" data_padding_bottom=\"60\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_notice type=\"cmsmasters_notice_success\" close=\"true\" icon=\"cmsmasters-icon-ok-1\" animation_delay=\"0\"]Success Message.[/cmsmasters_notice][cmsmasters_notice type=\"cmsmasters_notice_error\" close=\"true\" icon=\"cmsmasters-icon-cancel-1\" animation_delay=\"0\"]Error Message.[/cmsmasters_notice][cmsmasters_notice type=\"cmsmasters_notice_info\" close=\"true\" icon=\"cmsmasters-icon-info-3\" animation_delay=\"0\"]Info Message.[/cmsmasters_notice][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_notice type=\"cmsmasters_notice_warning\" close=\"true\" icon=\"cmsmasters-icon-bell-3\" animation_delay=\"0\"]Warning Message.[/cmsmasters_notice][cmsmasters_notice type=\"cmsmasters_notice_download\" close=\"true\" icon=\"cmsmasters-icon-download-3\" animation_delay=\"0\"]Download.[/cmsmasters_notice][cmsmasters_notice type=\"cmsmasters_notice_custom\" bg_color=\"#f8f8f8\" close=\"true\" animation_delay=\"0\"]Custom.[/cmsmasters_notice][/cmsmasters_column][/cmsmasters_row]', 'Notice Boxes', '', 'publish', 'closed', 'open', '', 'notice-boxes', '', '', '2015-04-16 14:10:49', '2015-04-16 14:10:49', '', 0, 'http://welfare.cmsmasters.net/?page_id=375', 0, 'page', '', 0),
(391, 1, '2015-04-16 14:24:24', '2015-04-16 14:24:24', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"70\" data_padding_bottom=\"70\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_bottom=\"40\" animation_delay=\"0\"]Posts Slider[/cmsmasters_heading][cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"15\" pause=\"3\" blog_metadata=\"title,excerpt,date,categories,comments,likes\" animation_delay=\"0\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"50\" margin_bottom=\"50\" animation_delay=\"0\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"40\" margin_bottom=\"40\" animation_delay=\"0\"]Projects Slider[/cmsmasters_heading][cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"project\" portfolio_categories=\"business,corporate,design\" columns=\"3\" count=\"12\" pause=\"5\" portfolio_metadata=\"title\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row]', 'Posts or Projects Slider', '', 'publish', 'closed', 'open', '', 'posts-or-projects-slider', '', '', '2015-04-16 14:24:24', '2015-04-16 14:24:24', '', 0, 'http://welfare.cmsmasters.net/?page_id=391', 0, 'page', '', 0),
(401, 1, '2015-04-16 14:33:01', '2015-04-16 14:33:01', '[cmsmasters_row data_padding_bottom=\"70\" data_padding_top=\"90\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}||title{Shortcodes pack}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}||title{Shortcodes pack}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}||title{Shortcodes pack}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}||title{Shortcodes pack}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row]', 'Pricing Tables', '', 'publish', 'closed', 'open', '', 'pricing-tables', '', '', '2015-04-16 14:33:01', '2015-04-16 14:33:01', '', 0, 'http://welfare.cmsmasters.net/?page_id=401', 0, 'page', '', 0),
(405, 1, '2015-04-16 14:40:10', '2015-04-16 14:40:10', '[cmsmasters_row data_padding_bottom=\"80\" data_padding_top=\"70\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Profiles Vertical Layout[/cmsmasters_heading][cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"1\" categories=\"web-designer\" layout=\"vertical\" animation_delay=\"0\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"70\" margin_bottom=\"70\" animation_delay=\"0\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"60\" margin_bottom=\"60\" animation_delay=\"0\"]Profiles Horizontal Layout[/cmsmasters_heading][cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"3\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row]', 'Profiles', '', 'publish', 'closed', 'open', '', 'profiles', '', '', '2015-04-16 14:40:10', '2015-04-16 14:40:10', '', 0, 'http://welfare.cmsmasters.net/?page_id=405', 0, 'page', '', 0),
(426, 1, '2015-04-16 15:00:24', '2015-04-16 15:00:24', '[cmsmasters_row data_padding_top=\"80\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote image=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-150x150.jpg|thumbnail\" name=\"Grace Hall\" subtitle=\"Manager\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam.[/cmsmasters_quote][cmsmasters_quote image=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05-150x150.jpg|thumbnail\" name=\"Connor Walker\" subtitle=\"Manager\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam.[/cmsmasters_quote][cmsmasters_quote image=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04-150x150.jpg|thumbnail\" name=\"Kira Wood\" subtitle=\"Design\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam.[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"50\" margin_bottom=\"80\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"70\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"grid\" columns=\"2\" animation_delay=\"0\"][cmsmasters_quote image=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06-150x150.jpg|thumbnail\" name=\"Grace Hall\" subtitle=\"Manager\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam.[/cmsmasters_quote][cmsmasters_quote image=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05-150x150.jpg|thumbnail\" name=\"Connor Walker\" subtitle=\"Manager\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam.[/cmsmasters_quote][cmsmasters_quote image=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04-150x150.jpg|thumbnail\" name=\"Daniel Sims\" subtitle=\"Manager\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam.[/cmsmasters_quote][cmsmasters_quote image=\"12929|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/03-150x150.jpg|thumbnail\" name=\"Kira Wood\" subtitle=\"Design\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam.[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row]', 'Quotes', '', 'publish', 'closed', 'open', '', 'quotes', '', '', '2015-04-16 15:00:24', '2015-04-16 15:00:24', '', 0, 'http://welfare.cmsmasters.net/?page_id=426', 0, 'page', '', 0),
(430, 1, '2015-04-16 15:03:46', '2015-04-16 15:03:46', '[cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"70\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_sidebar sidebar=\"sidebar_default\"][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_sidebar sidebar=\"sidebar_default\"][/cmsmasters_column][/cmsmasters_row]', 'Sidebars', '', 'publish', 'closed', 'open', '', 'sidebar', '', '', '2015-04-16 15:03:46', '2015-04-16 15:03:46', '', 0, 'http://welfare.cmsmasters.net/?page_id=430', 0, 'page', '', 0),
(434, 1, '2015-04-20 07:24:33', '2015-04-20 07:24:33', '[cmsmasters_row data_padding_bottom=\"70\" data_padding_top=\"70\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_bottom=\"40\" animation_delay=\"0\"]Layer Slider[/cmsmasters_heading][cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"2\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"70\" margin_bottom=\"70\" animation_delay=\"0\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Revolution Slider[/cmsmasters_heading][cmsmasters_slider slider_plugin=\"rev\" slider_rev=\"shortcode\"][/cmsmasters_column][/cmsmasters_row]', 'Sliders', '', 'publish', 'closed', 'open', '', 'sliders', '', '', '2015-04-20 07:24:33', '2015-04-20 07:24:33', '', 0, 'http://welfare.cmsmasters.net/?page_id=434', 0, 'page', '', 0),
(446, 1, '2015-04-20 08:27:17', '2015-04-20 08:27:17', '[cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n\nInteger dignissim dolor quis lorem semper, sit amet convallis ipsum dignissim. Sed diam quam, aliquam a fringilla at, lobortis sed velit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla iaculis enim id mauris pharetra laoreet. Aliquam a ipsum fringilla purus euismod bibendum et et ipsum. Suspendisse eget sagittis sem. Nam vitae purus ante. Nam aliquam luctus diam.\n\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam vel erat vitae lectus dictum lacinia. Sed nec dolor at lacus sagittis ultrices a et lorem. Aliquam fermentum consequat dolor, nec lacinia lectus fermentum ut. In et justo id justo tristique placerat. Nulla facilisi. Maecenas commodo erat in nisi vehicula lobortis in vitae urna. Sed rhoncus mi quis nulla aliquam, vel eleifend purus molestie. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se Maecenas ornare consequat massa ullamcorper dapibus. Aliquam auctor, sapien sit amet accumsan facilisis, enim enim aliquet arcu, tincidunt pellentesque justo turpis id neque. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus.\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Julia Jameson', 'Etiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus.', 'publish', 'closed', 'open', '', 'julia-jameson', '', '', '2015-04-20 08:27:17', '2015-04-20 08:27:17', '', 0, 'http://welfare.cmsmasters.net/?post_type=profile&amp;p=446', 0, 'profile', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(529, 1, '2015-04-20 11:50:56', '2015-04-20 11:50:56', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"270\" data_padding_bottom=\"170\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_size=\"20\" font_weight=\"400\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]IN OUR TEAM[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_size=\"120\" line_height=\"150\" tablet_check=\"true\" tablet_font_size=\"60\" tablet_line_height=\"80\" font_weight=\"normal\" font_style=\"italic\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]Getting Involved[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]New York Exhibition Center, USA [/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"100\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"400\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]PRICING TABLE[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><em><span style=\"font-size: 44px;\">Get Your </span></em><span style=\"font-size: 44px;\">Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/wp-content/uploads/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_text animation_delay=\"0\"]Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur dapibus elit. Donec nec magna id lacus consequat posuere. Aenean ut diam vitae ante interdum interdum ut sit amet metus. Ut tortor nibh, gravida vitae pellentesque.[/cmsmasters_text][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_text animation_delay=\"0\"]Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur dapibus elit. Donec nec magna id lacus consequat posuere. Aenean ut diam vitae ante interdum interdum ut sit amet metus. Ut tortor nibh, gravida vitae pellentesque.[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"100\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_bg_size=\"auto\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"400\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]GET INVOLVED[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><em><span style=\"font-size: 44px;\">Conference </span></em><span style=\"font-size: 44px;\">Sсhedule</span></span></h1>\n[/cmsmasters_text][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"][cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"65\" data_bg_color=\"#323232\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"horizontal\" count=\"4\" icon_size=\"30\" icon_space=\"40\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"2354\" color=\"#ffffff\" icon_type=\"icon\" icon=\"cmsmasters-icon-award-alt\" icon_color=\"#ffffff\" icon_bg_color=\"rgba(255,255,255,0)\"]Investment[/cmsmasters_counter][cmsmasters_counter value=\"3758\" color=\"#ffffff\" icon_type=\"icon\" icon=\"cmsmasters-icon-chart-pie-3\" icon_color=\"#ffffff\" icon_bg_color=\"rgba(255,255,255,0)\"]Capitalization[/cmsmasters_counter][cmsmasters_counter value=\"837\" color=\"#ffffff\" icon_type=\"icon\" icon=\"cmsmasters-icon-user-group\" icon_color=\"#ffffff\" icon_bg_color=\"rgba(255,255,255,0)\"]Cooperation[/cmsmasters_counter][cmsmasters_counter value=\"1285\" color=\"#ffffff\" icon_type=\"icon\" icon=\"cmsmasters-icon-card\" icon_color=\"#ffffff\" icon_bg_color=\"rgba(255,255,255,0)\"]Deposit[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"100\" data_padding_bottom=\"0\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]EVENTS LISTS[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><em><span style=\"font-size: 44px;\">Next </span></em><span style=\"font-size: 28pt;\">Events</span><em><span style=\"font-size: 28pt;\">\n</span></em></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"][cmsmasters_sidebar sidebar=\"event-list\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_img=\"12928|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/02.jpg|full\" data_bg_position=\"center right\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_padding_top=\"100\" data_padding_bottom=\"150\"][cmsmasters_column data_width=\"1/2\"][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#707176\" margin_top=\"150\" margin_bottom=\"0\" animation_delay=\"0\"]IN CONFERENCE[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: left;\"><em><span style=\"font-size: 44px;\">Register </span></em><span style=\"font-size: 44px;\">Now</span></h1>\n[/cmsmasters_text][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"][cmsmasters_text animation_delay=\"0\"]Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec[/cmsmasters_text][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\" animation_delay=\"0\"]REGISTER NOW[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"fullwidth\" data_padding_left=\"28\" data_padding_right=\"28\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_color=\"#3a6ee8\" data_padding_top=\"50\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_heading type=\"h2\" font_size=\"40\" line_height=\"80\" font_weight=\"normal\" font_style=\"italic\" text_align=\"left\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]You have questions?[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"0\" animation_delay=\"0\"][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#ffffff\" button_text_color=\"#3a6ee8\" button_border_color=\"#ffffff\" button_bg_color_h=\"rgba(255,255,255,0.85)\" button_text_color_h=\"#3a6ee8\" button_border_color_h=\"rgba(255,255,255,0.85)\" animation_delay=\"0\"]Let`s Talk[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row]', 'Getting Involved', '', 'publish', 'closed', 'closed', '', 'getting-involved-4', '', '', '2015-04-20 11:50:56', '2015-04-20 11:50:56', '', 0, 'http://welfare.cmsmasters.net/?page_id=529', 0, 'page', '', 0),
(533, 1, '2015-04-20 11:55:00', '2015-04-20 11:55:00', '[cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_blog orderby=\"date\" order=\"DESC\" count=\"8\" categories=\"architecture,bedroom,custom,interior-design-ideas,kitchen,news\" layout=\"standard\" metadata=\"date,categories,author,comments,likes,more\" pagination=\"more\"][/cmsmasters_column][/cmsmasters_row]', 'Standard', '', 'publish', 'closed', 'open', '', 'standard', '', '', '2015-04-20 11:55:00', '2015-04-20 11:55:00', '', 0, 'http://welfare.cmsmasters.net/?page_id=533', 0, 'page', '', 0),
(535, 1, '2015-04-20 11:55:18', '2015-04-20 11:55:18', '[cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_bg_parallax_ratio=\"0.5\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_color=\"default\" data_padding_right=\"3\" data_padding_left=\"3\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_bottom=\"70\" animation_delay=\"0\"][cmsmasters_blog orderby=\"date\" order=\"ASC\" count=\"12\" categories=\"interior-design-ideas\" layout=\"timeline\" metadata=\"date,categories,author,comments,likes,more\" pagination=\"more\"][/cmsmasters_column][/cmsmasters_row]', 'Timeline', '', 'publish', 'closed', 'open', '', 'timeline', '', '', '2015-04-20 11:55:18', '2015-04-20 11:55:18', '', 0, 'http://welfare.cmsmasters.net/?page_id=535', 0, 'page', '', 0),
(545, 1, '2015-04-20 12:05:44', '2015-04-20 12:05:44', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"70\" data_padding_bottom=\"0\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"] Portfolio Grid with Large Gap [/cmsmasters_heading][cmsmasters_portfolio orderby=\"date\" order=\"ASC\" count=\"6\" layout=\"grid\" layout_mode=\"perfect\" columns=\"3\" metadata_grid=\"title,categories,rollover\" gap=\"large\" pagination=\"more\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"70\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"] Portfolio Grid with 1 Pixel Gap [/cmsmasters_heading][cmsmasters_portfolio orderby=\"date\" order=\"ASC\" count=\"6\" categories=\"business,corporate,design\" layout=\"grid\" layout_mode=\"perfect\" columns=\"3\" metadata_grid=\"title,categories,rollover\" gap=\"small\" pagination=\"more\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"80\" data_padding_top=\"70\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"] Portfolio Grid with No Gap [/cmsmasters_heading][cmsmasters_portfolio orderby=\"date\" order=\"ASC\" count=\"6\" categories=\"business,corporate,design\" layout=\"grid\" layout_mode=\"perfect\" columns=\"3\" metadata_grid=\"title,categories,rollover\" gap=\"zero\" pagination=\"more\"][/cmsmasters_column][/cmsmasters_row]', 'Portfolio Shortcode', '', 'publish', 'closed', 'open', '', 'portfolio-shortcode', '', '', '2015-04-20 12:05:44', '2015-04-20 12:05:44', '', 0, 'http://welfare.cmsmasters.net/?page_id=545', 0, 'page', '', 0),
(548, 1, '2015-04-20 12:28:17', '2015-04-20 12:28:17', '[cmsmasters_row data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"80\" margin_bottom=\"60\" animation_delay=\"0\"]Social Sharing Horizontal[/cmsmasters_heading][cmsmasters_social facebook=\"true\" twitter=\"true\" google=\"true\" pinterest=\"true\" type=\"horizontal\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"40\" margin_bottom=\"60\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"70\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"60\" animation_delay=\"0\"]Social Sharing Vertical[/cmsmasters_heading][cmsmasters_social facebook=\"true\" twitter=\"true\" google=\"true\" pinterest=\"true\" type=\"vertical\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row]', 'Social Sharing', '', 'publish', 'closed', 'open', '', 'social-sharing', '', '', '2015-04-20 12:28:17', '2015-04-20 12:28:17', '', 0, 'http://welfare.cmsmasters.net/?page_id=548', 0, 'page', '', 0),
(552, 1, '2015-04-20 12:35:00', '2015-04-20 12:35:00', '[cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h1\" font_size=\"60\" line_height=\"70\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#3a6ee8\" margin_top=\"70\" margin_bottom=\"20\" animation_delay=\"0\"]Choose any color[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Roboto:300,300italic,400,400italic,500,500italic,700,700italic\" font_size=\"140\" line_height=\"140\" font_weight=\"400\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Size[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Roboto:300,300italic,400,400italic,500,500italic,700,700italic\" font_size=\"48\" line_height=\"64\" font_weight=\"lighter\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Weight[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Lobster\" font_size=\"48\" line_height=\"64\" font_weight=\"500\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Google Font[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Roboto:300,300italic,400,400italic,500,500italic,700,700italic\" font_weight=\"500\" font_style=\"oblique\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]and Style[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Special Headings', '', 'publish', 'closed', 'open', '', 'special-headings', '', '', '2015-04-20 12:35:00', '2015-04-20 12:35:00', '', 0, 'http://welfare.cmsmasters.net/?page_id=552', 0, 'page', '', 0),
(564, 1, '2015-04-20 12:51:44', '2015-04-20 12:51:44', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"50\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_table caption=\"Caption Example\" animation_delay=\"0\"][cmsmasters_tr type=\"header\"][cmsmasters_td type=\"header\" align=\"center\"]HEADER[/cmsmasters_td][cmsmasters_td type=\"header\" align=\"center\"]HEADER[/cmsmasters_td][cmsmasters_td type=\"header\" align=\"center\"]HEADER[/cmsmasters_td][cmsmasters_td type=\"header\" align=\"center\"]HEADER[/cmsmasters_td][cmsmasters_td type=\"header\" align=\"center\"]HEADER[/cmsmasters_td][/cmsmasters_tr][cmsmasters_tr][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][/cmsmasters_tr][cmsmasters_tr][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][/cmsmasters_tr][cmsmasters_tr][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][/cmsmasters_tr][cmsmasters_tr][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][/cmsmasters_tr][cmsmasters_tr][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][cmsmasters_td align=\"center\"]Division[/cmsmasters_td][/cmsmasters_tr][cmsmasters_tr type=\"footer\"][cmsmasters_td align=\"center\"]FOOTER[/cmsmasters_td][cmsmasters_td align=\"center\"]FOOTER[/cmsmasters_td][cmsmasters_td align=\"center\"]FOOTER[/cmsmasters_td][cmsmasters_td align=\"center\"]FOOTER[/cmsmasters_td][cmsmasters_td align=\"center\"]FOOTER[/cmsmasters_td][/cmsmasters_tr][/cmsmasters_table][/cmsmasters_column][/cmsmasters_row]', 'Tables', '', 'publish', 'closed', 'open', '', 'tables', '', '', '2015-04-20 12:51:44', '2015-04-20 12:51:44', '', 0, 'http://welfare.cmsmasters.net/?page_id=564', 0, 'page', '', 0),
(567, 1, '2015-04-20 12:57:48', '2015-04-20 12:57:48', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_bottom=\"50\" animation_delay=\"0\"]Tabs[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_tabs mode=\"tab\" active=\"1\" animation_delay=\"0\"][cmsmasters_tab title=\"Tab One\" icon=\"cmsmasters-icon-rocket-2\"]\n<p style=\"text-align: left;\">Cras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit. Etiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus.</p>\n[/cmsmasters_tab][cmsmasters_tab title=\"Tab Two\" icon=\"cmsmasters-icon-award-1\"]\n\nCras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit. Etiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus.\n\n[/cmsmasters_tab][cmsmasters_tab title=\"Tab Three\" icon=\"cmsmasters-icon-plane-1\"]\n\nCras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit. Etiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus.\n\n[/cmsmasters_tab][cmsmasters_tab title=\"Tab Four\" icon=\"cmsmasters-icon-briefcase-4\"]\n\nCras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit. Etiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus.\n\n[/cmsmasters_tab][cmsmasters_tab title=\"Tab Five\" icon=\"cmsmasters-icon-book-2\"]Cras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit. Etiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus.[/cmsmasters_tab][/cmsmasters_tabs][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"70\" margin_bottom=\"70\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_bottom=\"50\" animation_delay=\"0\"]Left Side Tour[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_tabs mode=\"tour\" position=\"left\" active=\"1\" animation_delay=\"0\"][cmsmasters_tab title=\"Tab One\" icon=\"cmsmasters-icon-rocket-2\"]\n<p style=\"text-align: left;\">Cras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit. Etiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus.</p>\n[/cmsmasters_tab][cmsmasters_tab title=\"Tab Two\" icon=\"cmsmasters-icon-award-1\"]\n\nCras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit. Etiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus.\n\n[/cmsmasters_tab][cmsmasters_tab title=\"Tab Three\" icon=\"cmsmasters-icon-plane-1\"]\n\nCras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit. Etiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus.\n\n[/cmsmasters_tab][/cmsmasters_tabs][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"70\" margin_bottom=\"70\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"0\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]Right Side Tour[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"70\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_tabs mode=\"tour\" position=\"right\" active=\"1\" animation_delay=\"0\"][cmsmasters_tab title=\"Tab One\" icon=\"cmsmasters-icon-rocket-2\"]\n<p style=\"text-align: left;\">Cras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit. Etiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus.</p>\n[/cmsmasters_tab][cmsmasters_tab title=\"Tab Two\" icon=\"cmsmasters-icon-award-1\"]\n\nCras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit. Etiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus.\n\n[/cmsmasters_tab][cmsmasters_tab title=\"Tab Three\" icon=\"cmsmasters-icon-plane-1\"]\n\nCras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit. Etiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus. Maecenas ornare consequat massa ullamcorper dapibus.\n\n[/cmsmasters_tab][/cmsmasters_tabs][/cmsmasters_column][/cmsmasters_row]', 'Tabs & Tours', '', 'publish', 'closed', 'open', '', 'tabs-tours', '', '', '2015-04-20 12:57:48', '2015-04-20 12:57:48', '', 0, 'http://welfare.cmsmasters.net/?page_id=567', 0, 'page', '', 0),
(575, 1, '2015-04-20 13:11:31', '2015-04-20 13:11:31', '[cmsmasters_row data_padding_bottom=\"70\" data_padding_top=\"70\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]Accordion[/cmsmasters_heading][cmsmasters_toggles mode=\"accordion\" active=\"1\" animation_delay=\"0\"][cmsmasters_toggle title=\"Accordion One\"]Cras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit.[/cmsmasters_toggle][cmsmasters_toggle title=\"Accordion Two\"]Cras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit.[/cmsmasters_toggle][cmsmasters_toggle title=\"Accordion Three\"]Cras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit.[/cmsmasters_toggle][cmsmasters_toggle title=\"Accordion Four\"]Cras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit.[/cmsmasters_toggle][cmsmasters_toggle title=\"Accordion Five\"]Cras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit.[/cmsmasters_toggle][/cmsmasters_toggles][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]Toggle[/cmsmasters_heading][cmsmasters_toggles mode=\"toggle\" active=\"1\" animation_delay=\"0\"][cmsmasters_toggle title=\"Toggle One\"]Cras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit.[/cmsmasters_toggle][cmsmasters_toggle title=\"Toggle Two\"]Cras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit.[/cmsmasters_toggle][cmsmasters_toggle title=\"Toggle Three\"]Cras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit.[/cmsmasters_toggle][cmsmasters_toggle title=\"Toggle Four\"]Cras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit.[/cmsmasters_toggle][cmsmasters_toggle title=\"Toggle Five\"]Cras nec imperdiet neque. Vestibulum sem libero, ultrices sit amet elit at, aliquet accumsan purus. Suspendisse interdum felis at odio molestie, at elementum nisi dictum. Donec ac ultricies nisl. Nam posuere accumsan diam, vel mattis nibh volutpat hendrerit. Curabitur ultrices auctor nisl, vel ultricies massa euismod sed. Etiam at imperdiet nulla. Quisque feugiat pulvinar mauris, pulvinar ullamcorper est cursus eget. Aliquam facilisis, nisl ac pharetra fringilla, lacus leo porta ex, et imperdiet enim est nec velit.[/cmsmasters_toggle][/cmsmasters_toggles][/cmsmasters_column][/cmsmasters_row]', 'Toggles & Accordions', '', 'publish', 'closed', 'open', '', 'toggles-accordions', '', '', '2015-04-20 13:11:31', '2015-04-20 13:11:31', '', 0, 'http://welfare.cmsmasters.net/?page_id=575', 0, 'page', '', 0),
(606, 1, '2015-01-20 13:51:49', '2015-01-20 13:51:49', '[cmsmasters_row][cmsmasters_column data_width=\"1/1\"][cmsmasters_text]Quisque pellentesque nibh ut sem elementum pulvinar. Integer bibendum, ligula a dapibus bibendum, massa lectus condimentum augue, sit amet rhoncus nibh arcu ut urna. Nam imperdiet id lectus sed vestibulum. Ut tempor libero sit amet metus fermentum ullamcorper. Nullam scelerisque iaculis purus eu varius. Integer molestie in leo et consectetur. Donec varius velit quis tellus eleifend iaculis. Aenean mi nulla, aliquam placerat orci non, maximus semper ligula. Donec dictum massa et pulvinar maximus. Nunc ut felis a lorem vestibulum posuere. Proin nulla erat, fringilla a sem vel, tincidunt finibus neque. Etiam porta urna eget neque imperdiet efficitur. Aliquam odio orci, vehicula in interdum ultricies, bibendum in velit.c sollicitudin.[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Business Cart', '', 'publish', 'open', 'open', '', 'business-cart', '', '', '2015-01-20 13:51:49', '2015-01-20 13:51:49', '', 0, 'http://welfare.cmsmasters.net/?post_type=project&amp;p=606', 0, 'project', '', 0),
(611, 1, '2015-01-24 13:54:18', '2015-01-24 13:54:18', 'Quisque pellentesque nibh ut sem elementum pulvinar. Integer bibendum, ligula a dapibus bibendum, massa lectus condimentum augue, sit amet rhoncus nibh arcu ut urna. Nam imperdiet id lectus sed vestibulum. Ut tempor libero sit amet metus fermentum ullamcorper. Nullam scelerisque iaculis purus eu varius. Integer molestie in leo et consectetur. Donec varius velit quis tellus eleifend iaculis. Aenean mi nulla, aliquam placerat orci non, maximus semper ligula. Donec dictum massa et pulvinar maximus. Nunc ut felis a lorem vestibulum posuere. Proin nulla erat, fringilla a sem vel, tincidunt finibus neque. Etiam porta urna eget neque imperdiet efficitur. Aliquam odio orci, vehicula in interdum ultricies, bibendum in velit. Quisque pellentesque nibh ut sem elementum pulvinar. Integer bibendum, ligula a dapibus bibendum, massa lectus condimentum augue, sit amet rhoncus nibh arcu ut urna. Nam imperdiet id lectus sed vestibulum. Ut tempor libero sit amet metus fermentum ullamcorper. Nullam scelerisque iaculis purus eu varius. Integer molestie in leo et consectetur. Donec varius velit quis tellus eleifend iaculis. Aenean mi nulla, aliquam placerat orci non, maximus semper ligula. Donec dictum massa et pulvinar maximus. Nunc ut felis a lorem vestibulum posuere. Proin nulla erat, fringilla a sem vel, tincidunt finibus neque. Etiam porta urna eget neque imperdiet efficitur. Aliquam odio orci, vehicula in interdum ultricies, bibendum in velit.', 'Office Place', '', 'publish', 'open', 'open', '', 'office-place', '', '', '2015-01-24 13:54:18', '2015-01-24 13:54:18', '', 0, 'http://welfare.cmsmasters.net/?post_type=project&amp;p=611', 0, 'project', '', 0),
(613, 1, '2015-01-28 13:55:16', '2015-01-28 13:55:16', 'Quisque pellentesque nibh ut sem elementum pulvinar. Integer bibendum, ligula a dapibus bibendum, massa lectus condimentum augue, sit amet rhoncus nibh arcu ut urna. Nam imperdiet id lectus sed vestibulum. Ut tempor libero sit amet metus fermentum ullamcorper. Nullam scelerisque iaculis purus eu varius. Integer molestie in leo et consectetur. Donec varius velit quis tellus eleifend iaculis. Aenean mi nulla, aliquam placerat orci non, maximus semper ligula. Donec dictum massa et pulvinar maximus. Nunc ut felis a lorem vestibulum posuere. Proin nulla erat, fringilla a sem vel, tincidunt finibus neque. Etiam porta urna eget neque imperdiet efficitur. Aliquam odio orci, vehicula in interdum ultricies, bibendum in velit. Quisque pellentesque nibh ut sem elementum pulvinar. Integer bibendum, ligula a dapibus bibendum, massa lectus condimentum augue, sit amet rhoncus nibh arcu ut urna. Nam imperdiet id lectus sed vestibulum. Ut tempor libero sit amet metus fermentum ullamcorper. Nullam scelerisque iaculis purus eu varius. Integer molestie in leo et consectetur. Donec varius velit quis tellus eleifend iaculis. Aenean mi nulla, aliquam placerat orci non, maximus semper ligula. Donec dictum massa et pulvinar maximus. Nunc ut felis a lorem vestibulum posuere. Proin nulla erat, fringilla a sem vel, tincidunt finibus neque. Etiam porta urna eget neque imperdiet efficitur. Aliquam odio orci, vehicula in interdum ultricies, bibendum in velit.', 'Style', '', 'publish', 'open', 'open', '', 'style', '', '', '2015-01-28 13:55:16', '2015-01-28 13:55:16', '', 0, 'http://welfare.cmsmasters.net/?post_type=project&amp;p=613', 0, 'project', '', 0),
(617, 1, '2015-01-29 13:58:01', '2015-01-29 13:58:01', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi suscipit sed justo eu tempus. Mauris scelerisque ligula odio, at fermentum ante varius non. Vivamus ac velit nec magna interdum pharetra at ac augue. Nulla quis lorem vitae elit rutrum volutpat nec elementum mi. Donec condimentum dignissim purus, vitae sollicitudin dolor ultricies ac. Fusce ullamcorper ipsum a purus vulputate ullamcorper. Pellentesque mollis risus vitae iaculis congue. Integer pulvinar congue consequat. Ut lorem turpis, iaculis at velit vitae, sagittis viverra diam.', 'Best Solutions', '', 'publish', 'open', 'open', '', 'best-solutions', '', '', '2015-01-29 13:58:01', '2015-01-29 13:58:01', '', 0, 'http://welfare.cmsmasters.net/?post_type=project&amp;p=617', 0, 'project', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(619, 1, '2015-01-31 13:59:23', '2015-01-31 13:59:23', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi suscipit sed justo eu tempus. Mauris scelerisque ligula odio, at fermentum ante varius non. Vivamus ac velit nec magna interdum pharetra at ac augue. Nulla quis lorem vitae elit rutrum volutpat nec elementum mi. Donec condimentum dignissim purus, vitae sollicitudin dolor ultricies ac. Fusce ullamcorper ipsum a purus vulputate ullamcorper. Pellentesque mollis risus vitae iaculis congue. Integer pulvinar congue consequat. Ut lorem turpis, iaculis at velit vitae, sagittis viverra diam.\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi suscipit sed justo eu tempus. Mauris scelerisque ligula odio, at fermentum ante varius non. Vivamus ac velit nec magna interdum pharetra at ac augue. Nulla quis lorem vitae elit rutrum volutpat nec elementum mi. Donec condimentum dignissim purus, vitae sollicitudin dolor ultricies ac. Fusce ullamcorper ipsum a purus vulputate ullamcorper. Pellentesque mollis risus vitae iaculis congue. Integer pulvinar congue consequat. Ut lorem turpis, iaculis at velit vitae, sagittis viverra diam.', 'Minimalism', '', 'publish', 'open', 'open', '', 'title-8', '', '', '2015-01-31 13:59:23', '2015-01-31 13:59:23', '', 0, 'http://welfare.cmsmasters.net/?post_type=project&amp;p=619', 0, 'project', '', 0),
(882, 1, '2015-04-30 12:39:35', '2015-04-30 12:39:35', '[cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_bg_parallax_ratio=\"0.5\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_color=\"default\" data_padding_right=\"3\" data_padding_left=\"3\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_blog orderby=\"name\" order=\"ASC\" count=\"6\" categories=\"creative,events-app,idea,work\" layout=\"standard\" metadata=\"date,categories,author,comments,likes,more\" pagination=\"more\"][/cmsmasters_column][/cmsmasters_row]', 'Standard Blog', '', 'publish', 'closed', 'open', '', 'standard-blog', '', '', '2015-04-30 12:39:35', '2015-04-30 12:39:35', '', 0, 'http://welfare.cmsmasters.net/?page_id=882', 0, 'page', '', 0),
(887, 1, '2015-04-30 12:42:47', '2015-04-30 12:42:47', '[cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"70\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_blog orderby=\"date\" order=\"ASC\" count=\"6\" categories=\"creative,events-app,idea,uncategorized,work\" layout=\"columns\" layout_mode=\"grid\" columns=\"3\" metadata=\"date,categories,comments,likes,more\" pagination=\"pagination\"][/cmsmasters_column][/cmsmasters_row]', 'Masonry Blog', '', 'publish', 'closed', 'open', '', 'masonry-blog', '', '', '2015-04-30 12:42:47', '2015-04-30 12:42:47', '', 0, 'http://welfare.cmsmasters.net/?page_id=887', 0, 'page', '', 0),
(889, 1, '2015-04-30 12:44:18', '2015-04-30 12:44:18', '[cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"70\" animation_delay=\"0\"][cmsmasters_blog orderby=\"date\" order=\"ASC\" count=\"8\" categories=\"creative,events-app,idea,uncategorized,work\" layout=\"timeline\" metadata=\"date,categories,more\" pagination=\"more\"][/cmsmasters_column][/cmsmasters_row]', 'Timeline Blog', '', 'publish', 'closed', 'open', '', 'timeline-blog', '', '', '2015-04-30 12:44:18', '2015-04-30 12:44:18', '', 0, 'http://welfare.cmsmasters.net/?page_id=889', 0, 'page', '', 0),
(901, 1, '2015-04-30 12:55:57', '2015-04-30 12:55:57', '[cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"70\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_portfolio orderby=\"name\" order=\"ASC\" count=\"6\" categories=\"business,corporate,design\" layout=\"grid\" layout_mode=\"perfect\" columns=\"3\" metadata_grid=\"title,categories,rollover\" gap=\"large\" pagination=\"more\"][/cmsmasters_column][/cmsmasters_row]', 'Large Gap', '', 'publish', 'closed', 'open', '', 'projects-grid', '', '', '2015-04-30 12:55:57', '2015-04-30 12:55:57', '', 0, 'http://welfare.cmsmasters.net/?page_id=901', 0, 'page', '', 0),
(903, 1, '2015-04-30 12:57:47', '2015-04-30 12:57:47', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"70\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_portfolio orderby=\"date\" order=\"ASC\" count=\"6\" categories=\"business,corporate,design\" layout=\"grid\" layout_mode=\"perfect\" columns=\"3\" metadata_grid=\"title,categories,rollover\" gap=\"zero\" pagination=\"more\"][/cmsmasters_column][/cmsmasters_row]', 'No Gap', '', 'publish', 'closed', 'open', '', 'no-gap-projects-grid', '', '', '2015-04-30 12:57:47', '2015-04-30 12:57:47', '', 0, 'http://welfare.cmsmasters.net/?page_id=903', 0, 'page', '', 0),
(907, 1, '2015-04-30 13:00:19', '2015-04-30 13:00:19', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"70\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_portfolio orderby=\"name\" order=\"DESC\" count=\"6\" categories=\"business,corporate,design\" layout=\"grid\" layout_mode=\"perfect\" columns=\"3\" metadata_grid=\"title,categories,rollover\" gap=\"small\" pagination=\"more\"][/cmsmasters_column][/cmsmasters_row]', '1 Pixel Gap', '', 'publish', 'closed', 'open', '', '1-pixel-gap-projects-grid', '', '', '2015-04-30 13:00:19', '2015-04-30 13:00:19', '', 0, 'http://welfare.cmsmasters.net/?page_id=907', 0, 'page', '', 0),
(913, 1, '2015-01-29 09:05:14', '2015-01-29 09:05:14', '[cmsmasters_row][cmsmasters_column data_width=\"1/1\"][cmsmasters_text]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tincidunt porta velit, sed suscipit massa consequat sed. Integer est ante, dictum quis metus non, rhoncus accumsan ante. Quisque auctor justo eu odio tincidunt, vitae consectetur nulla consequat. Nam vel aliquet turpis, ac sollicitudin nisi. Cras erat leo, mollis sit amet lacus a, tristique euismod quam. Suspendisse viverra a turpis in sodales. Praesent faucibus mollis congue.\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tincidunt porta velit, sed suscipit massa consequat sed. Integer est ante, dictum quis metus non, rhoncus accumsan ante. Quisque auctor justo eu odio tincidunt, vitae consectetur nulla consequat. Nam vel aliquet turpis, ac sollicitudin nisi. Cras erat leo, mollis sit amet lacus a, tristique euismod quam. Suspendisse viverra a turpis in sodales. Praesent faucibus mollis congue.\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Time is Money', '', 'publish', 'open', 'open', '', 'time-is-money', '', '', '2015-01-29 09:05:14', '2015-01-29 09:05:14', '', 0, 'http://welfare.cmsmasters.net/?post_type=project&amp;p=913', 0, 'project', '', 0),
(919, 1, '2015-04-30 13:12:42', '2015-04-30 13:12:42', '[cmsmasters_row data_padding_bottom=\"70\" data_padding_top=\"70\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_portfolio orderby=\"date\" order=\"DESC\" count=\"8\" categories=\"masonry-puzzle\" layout=\"puzzle\" metadata_puzzle=\"title,rollover\" gap=\"zero\" pagination=\"disabled\"][/cmsmasters_column][/cmsmasters_row]', 'No Gap', '', 'publish', 'closed', 'open', '', 'no-gap-masonry', '', '', '2015-04-30 13:12:42', '2015-04-30 13:12:42', '', 0, 'http://welfare.cmsmasters.net/?page_id=919', 0, 'page', '', 0),
(922, 1, '2015-04-30 13:13:22', '2015-04-30 13:13:22', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"70\" data_padding_bottom=\"70\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_portfolio orderby=\"date\" order=\"DESC\" count=\"8\" categories=\"masonry-puzzle\" layout=\"puzzle\" metadata_puzzle=\"title,rollover\" gap=\"large\" pagination=\"disabled\"][/cmsmasters_column][/cmsmasters_row]', 'Large Gap', '', 'publish', 'closed', 'open', '', 'large-gap-masonry', '', '', '2015-04-30 13:13:22', '2015-04-30 13:13:22', '', 0, 'http://welfare.cmsmasters.net/?page_id=922', 0, 'page', '', 0),
(924, 1, '2015-04-30 13:14:04', '2015-04-30 13:14:04', '[cmsmasters_row data_padding_bottom=\"70\" data_padding_top=\"70\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_portfolio orderby=\"date\" order=\"DESC\" count=\"8\" categories=\"masonry-puzzle\" layout=\"puzzle\" metadata_puzzle=\"title,comments,likes,rollover\" gap=\"small\" rollover_bg_color=\"#000000\" filter_bg_color=\"#f3c14b\" pagination=\"disabled\"][/cmsmasters_column][/cmsmasters_row]', '1 Pixel Gap', '', 'publish', 'closed', 'closed', '', '1-pixel-gap-masonry', '', '', '2015-04-30 13:14:04', '2015-04-30 13:14:04', '', 0, 'http://welfare.cmsmasters.net/?page_id=924', 0, 'page', '', 0),
(929, 1, '2015-04-30 13:15:39', '2015-04-30 13:15:39', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"50\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_profiles orderby=\"name\" order=\"DESC\" count=\"2\" categories=\"founder-of-uxpress,it-project-management\" layout=\"vertical\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row]', 'Vertical', '', 'publish', 'closed', 'open', '', 'vertical', '', '', '2015-04-30 13:15:39', '2015-04-30 13:15:39', '', 0, 'http://welfare.cmsmasters.net/?page_id=929', 0, 'page', '', 0),
(933, 1, '2015-04-30 13:17:20', '2015-04-30 13:17:20', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"80\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"3\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row]', 'Horizontal', '', 'publish', 'closed', 'open', '', 'horizontal', '', '', '2015-04-30 13:17:20', '2015-04-30 13:17:20', '', 0, 'http://welfare.cmsmasters.net/?page_id=933', 0, 'page', '', 0),
(1140, 1, '2015-05-04 14:04:40', '2015-05-04 14:04:40', '[cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_portfolio orderby=\"date\" order=\"ASC\" count=\"12\" categories=\"masonry-puzzle\" layout=\"puzzle\" metadata=\"title,excerpt,comments,likes,rollover\" gap=\"small\" pagination=\"more\"][/cmsmasters_column][/cmsmasters_row]', 'Masonry Puzzle 1 Pixel Gap', '', 'publish', 'closed', 'open', '', 'masonry-puzzle-1-pixel-gap', '', '', '2015-05-04 14:04:40', '2015-05-04 14:04:40', '', 0, 'http://welfare.cmsmasters.net/?page_id=1140', 0, 'page', '', 0),
(1155, 1, '2015-05-04 14:21:13', '2015-05-04 14:21:13', 'In hac habitasse platea dictumst. Proin gravida semper elit ac sagittis. Aenean pellentesque, lorem at egestas facilisis, nisl erat hendrerit quam, a egestas eros massa at est. Pellentesque sit amet elit eu erat lobortis malesuada ut ac lectus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed vulputate mauris ut quam tincidunt fringilla. Morbi vitae sem tempus tortor convallis vulputate id nec neque. Nunc tristique dolor non ipsum fermentum, vel aliquet nibh feugiat. Aenean quis massa sed sapien maximus aliquet. Cras in tincidunt ligula. Duis urna elit, elementum ut nulla sit amet, bibendum consectetur velit. Nam malesuada augue nisi, vel interdum lectus dapibus nec. Nulla efficitur vehicula ligula, accumsan iaculis orci elementum ac. Suspendisse ut neque quis diam auctor vulputate. Cras commodo odio porttitor, fermentum leo et, maximus tortor. Praesent urna nisl, faucibus nec dignissim ac, malesuada vel libero.\n\nSed sed ex eget augue euismod posuere non vitae orci. Quisque bibendum eu magna id egestas. Vivamus dignissim vehicula purus, a elementum enim vestibulum rutrum. Nam molestie velit eros, interdum tempor ligula aliquam nec. In ultrices libero nec sapien aliquam, non dictum metus venenatis. Mauris quis massa ut arcu tincidunt gravida. Mauris urna magna, posuere ut massa sit amet, iaculis porttitor augue. Donec sit amet sem porttitor, malesuada velit quis, maximus ipsum. Aenean sit amet turpis lacus. Quisque metus mi, eleifend sit amet euismod ut, mollis finibus nulla. Aenean consequat quis enim ac lacinia. Interdum et malesuada fames ac ante ipsum primis in faucibus. Maecenas sed tortor laoreet, posuere quam id, lacinia purus.', 'Tablet Pro', '', 'publish', 'open', 'open', '', 'tablet-pro-2', '', '', '2015-05-04 14:21:13', '2015-05-04 14:21:13', '', 0, 'http://welfare.cmsmasters.net/?post_type=project&amp;p=1155', 0, 'project', '', 0),
(1158, 1, '2015-05-04 14:32:26', '2015-05-04 14:32:26', 'Sed sed ex eget augue euismod posuere non vitae orci. Quisque bibendum eu magna id egestas. Vivamus dignissim vehicula purus, a elementum enim vestibulum rutrum. Nam molestie velit eros, interdum tempor ligula aliquam nec. In ultrices libero nec sapien aliquam, non dictum metus venenatis. Mauris quis massa ut arcu tincidunt gravida. Mauris urna magna, posuere ut massa sit amet, iaculis porttitor augue. Donec sit amet sem porttitor, malesuada velit quis, maximus ipsum. Aenean sit amet turpis lacus. Quisque metus mi, eleifend sit amet euismod ut, mollis finibus nulla. Aenean consequat quis enim ac lacinia. Interdum et malesuada fames ac ante ipsum primis in faucibus. Maecenas sed tortor laoreet, posuere quam id, lacinia purus.\n\nDonec at dui in justo aliquam bibendum. Etiam at ligula in nibh tempor imperdiet. Pellentesque euismod, libero sed venenatis pharetra, massa ante egestas augue, in facilisis felis neque ut purus. Sed eget elit ipsum. Sed sed fringilla diam. Maecenas dignissim arcu nibh, non lacinia felis molestie eu. Pellentesque nec nibh sit amet justo euismod interdum et a tellus. Aenean justo nisl, tempor nec ex quis, commodo porttitor sapien. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam laoreet volutpat mauris, et efficitur diam vehicula in. Nunc auctor, elit dignissim imperdiet cursus, mi ligula consequat diam, sed egestas turpis urna nec metus. Cras laoreet lacus felis, eget sodales turpis blandit ut.', 'Business Cart', '', 'publish', 'open', 'open', '', 'business-cart-2', '', '', '2015-05-04 14:32:26', '2015-05-04 14:32:26', '', 0, 'http://welfare.cmsmasters.net/?post_type=project&amp;p=1158', 0, 'project', '', 0),
(1164, 1, '2015-05-04 14:33:49', '2015-05-04 14:33:49', 'Sed sed ex eget augue euismod posuere non vitae orci. Quisque bibendum eu magna id egestas. Vivamus dignissim vehicula purus, a elementum enim vestibulum rutrum. Nam molestie velit eros, interdum tempor ligula aliquam nec. In ultrices libero nec sapien aliquam, non dictum metus venenatis. Mauris quis massa ut arcu tincidunt gravida. Mauris urna magna, posuere ut massa sit amet, iaculis porttitor augue. Donec sit amet sem porttitor, malesuada velit quis, maximus ipsum. Aenean sit amet turpis lacus. Quisque metus mi, eleifend sit amet euismod ut, mollis finibus nulla. Aenean consequat quis enim ac lacinia. Interdum et malesuada fames ac ante ipsum primis in faucibus. Maecenas sed tortor laoreet, posuere quam id, lacinia purus.\n\nDonec at dui in justo aliquam bibendum. Etiam at ligula in nibh tempor imperdiet. Pellentesque euismod, libero sed venenatis pharetra, massa ante egestas augue, in facilisis felis neque ut purus. Sed eget elit ipsum. Sed sed fringilla diam. Maecenas dignissim arcu nibh, non lacinia felis molestie eu. Pellentesque nec nibh sit amet justo euismod interdum et a tellus. Aenean justo nisl, tempor nec ex quis, commodo porttitor sapien. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam laoreet volutpat mauris, et efficitur diam vehicula in. Nunc auctor, elit dignissim imperdiet cursus, mi ligula consequat diam, sed egestas turpis urna nec metus. Cras laoreet lacus felis, eget sodales turpis blandit ut.', 'Office Place', '', 'publish', 'open', 'open', '', 'office-place-2', '', '', '2015-05-04 14:33:49', '2015-05-04 14:33:49', '', 0, 'http://welfare.cmsmasters.net/?post_type=project&amp;p=1164', 0, 'project', '', 0),
(1167, 1, '2015-05-04 14:34:28', '2015-05-04 14:34:28', 'Sed sed ex eget augue euismod posuere non vitae orci. Quisque bibendum eu magna id egestas. Vivamus dignissim vehicula purus, a elementum enim vestibulum rutrum. Nam molestie velit eros, interdum tempor ligula aliquam nec. In ultrices libero nec sapien aliquam, non dictum metus venenatis. Mauris quis massa ut arcu tincidunt gravida. Mauris urna magna, posuere ut massa sit amet, iaculis porttitor augue. Donec sit amet sem porttitor, malesuada velit quis, maximus ipsum. Aenean sit amet turpis lacus.\n\nDonec at dui in justo aliquam bibendum. Etiam at ligula in nibh tempor imperdiet. Pellentesque euismod, libero sed venenatis pharetra, massa ante egestas augue, in facilisis felis neque ut purus. Sed eget elit ipsum. Sed sed fringilla diam. Maecenas dignissim arcu nibh, non lacinia felis molestie eu. Pellentesque nec nibh sit amet justo euismod interdum et a tellus. Aenean justo nisl, tempor nec ex quis, commodo porttitor sapien. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam laoreet volutpat mauris, et efficitur diam vehicula in. Nunc auctor, elit dignissim imperdiet cursus, mi ligula consequat diam, sed egestas turpis urna nec metus. Cras laoreet lacus felis, eget sodales turpis blandit ut.', 'Clean Work', '', 'publish', 'open', 'open', '', 'clean-work-2', '', '', '2015-05-04 14:34:28', '2015-05-04 14:34:28', '', 0, 'http://welfare.cmsmasters.net/?post_type=project&amp;p=1167', 0, 'project', '', 0),
(1169, 1, '2015-05-04 14:36:36', '2015-05-04 14:36:36', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas ut aliquam libero. Phasellus egestas turpis eu feugiat viverra. Etiam luctus tempor diam non ullamcorper. Ut in varius nulla. Sed nec odio vitae ligula pellentesque luctus sit amet volutpat diam. Donec ac sollicitudin nulla. Vestibulum elit libero, mollis nec hendrerit in, gravida a tellus. Mauris massa lorem, tempor sed dui in, elementum porta mi. Mauris dignissim, felis vitae scelerisque pretium, purus odio lacinia risus, at dignissim turpis dui et nisi.\n\nMaecenas lobortis et eros a finibus. Sed efficitur at risus ut feugiat. Nullam varius nunc porta, consectetur justo at, blandit sem. Curabitur id metus nec lorem vestibulum blandit quis eget justo. Aliquam consectetur mi eu feugiat tristique. Etiam dapibus quam ac nulla semper, vitae laoreet nibh ullamcorper. Pellentesque blandit efficitur interdum. Nunc vel tortor magna. Mauris a efficitur lectus. Ut nunc dolor, hendrerit et urna eget, hendrerit porta leo. Suspendisse ut leo congue, malesuada dolor vitae, sollicitudin risus. Vivamus maximus orci sit amet elit fringilla feugiat. Quisque ultrices ipsum vitae velit auctor lobortis.', 'Style', '', 'publish', 'open', 'open', '', 'style-2', '', '', '2015-05-04 14:36:36', '2015-05-04 14:36:36', '', 0, 'http://welfare.cmsmasters.net/?post_type=project&amp;p=1169', 0, 'project', '', 0),
(1171, 1, '2015-05-04 14:37:18', '2015-05-04 14:37:18', 'Nullam eget euismod nisi, in feugiat felis. Sed consequat aliquet augue, quis tincidunt sem porta quis. Suspendisse nulla nibh, viverra quis vulputate eu, ultricies suscipit nibh. Aenean ut pulvinar ex. Duis neque erat, dictum ut bibendum ut, scelerisque in quam. Donec tempor ex ut nisi rhoncus, necsan ex. In molestie ante ipsum. Ut eu mi a elit sagittis viverra. Cras ac auctor nunc, rhoncus vestibulum felis. Ut est lacus, bibendum ac pulvinar ut, sagittis at nisl. Aliquam leo libero, sollicitudin vel finibus quis, scelerisque rhoncus magna.\n\nAliquam et ullamcorper velit. Mauris pretium id velit ut mattis. Donec ac ligula placerat, tempus turpis nec, varius nisl. Sed sit amet sem nec est molestie euismod vitae at lacus. Fusce pretium ex ligula, vel facilisis diam volutpat at. Aenean eget massa mattis, faucibus felis ac, malesuada metus. Duis sit amet elit ut augue consectetur faucibus. Vivamus condimentum bibendum tincidunt. Praesent ac nisi ut augue malesuada blandit in non velit.\n\nDonec ac orci ac arcu rhoncus euismod in sed mi. Ut tincidunt purus et enim hendrerit, sit amet rhoncus nulla finibus. Fusce non enim vitae leo eleifend mattis nec non quam. Ut porttitor sem sit amet turpis rutrum pharetra. In ut sodales libero, sit amet tempor dui. Nunc quis lorem non nisi gravida porttitor. Donec posuere tempor sapien, sollicitudin dignissim mauris aliquet hendrerit. Maecenas in magna purus.', 'Time is Money', '', 'publish', 'open', 'open', '', 'time-is-money-2', '', '', '2015-05-04 14:37:18', '2015-05-04 14:37:18', '', 0, 'http://welfare.cmsmasters.net/?post_type=project&amp;p=1171', 0, 'project', '', 0),
(1594, 1, '2015-05-05 13:07:35', '2015-05-05 13:07:35', '[cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_bg_parallax_ratio=\"0.5\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_color=\"default\" data_padding_right=\"3\" data_padding_left=\"3\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis fringilla nunc at aliquam tristique. Maecenas non dignissim lorem. Mauris scelerisque libero ut suscipit lacinia. Nam vel purus lectus. Vestibulum ornare tellus nunc, in euismod justo vehicula nec. Praesent id nisl turpis. Sed sollicitudin nisl ac arcu vestibulum dignissim. Nunc mauris nibh, aliquet et lacus eget, porttitor mattis diam. Suspendisse orci erat, sodales fringilla augue eget, rutrum tristique eros. Nunc et nunc cursus, tincidunt nunc vitae, dignissim leo. Donec sodales, eros vel molestie commodo, odio nunc aliquet est, in molestie nunc leo eu magna. Nunc ex turpis, posuere quis facilisis et, faucibus in ex. Aliquam finibus dictum tortor, ut ultrices magna malesuada mollis. Donec magna sapien, luctus et purus vitae, consequat condimentum lectus. Curabitur elementum pharetra feugiat.\n\n&nbsp;\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Best Solutions', '', 'publish', 'open', 'open', '', 'best-solutions-2', '', '', '2015-05-05 13:07:35', '2015-05-05 13:07:35', '', 0, 'http://welfare.cmsmasters.net/?post_type=project&amp;p=1594', 0, 'project', '', 0),
(1596, 1, '2015-05-06 13:09:21', '2015-05-06 13:09:21', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vestibulum erat at eros viverra vehicula. Ut ultrices aliquet lacus nec gravida. Pellentesque porttitor, augue nec lobortis tempor, neque tellus convallis nisl, in iaculis odio sapien at libero. Sed purus turpis, aliquam in lobortis ut, faucibus eu arcu. Etiam magna tellus, laoreet sit amet nisl a, tincidunt sodales nibh. Praesent posuere arcu vel tellus congue, a posuere elit pellentesque. Ut id convallis magna. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;\n\nCras ut aliquet nibh. Phasellus sit amet nulla a nibh convallis tristique. Nulla sit amet mi diam. Donec rutrum rhoncus massa, et pretium lacus varius ac. Donec eu placerat dolor. Vivamus cursus purus et nisl gravida luctus. Nam massa augue, molestie vel enim et, tempor sollicitudin lectus. Cras porttitor dolor iaculis massa convallis congue. Ut cursus pretium justo at volutpat. Pellentesque vulputate nisl sit amet auctor blandit. Mauris orci est, tempus in sagittis a, semper non libero.', 'Minimalism', '', 'publish', 'open', 'open', '', 'minimalism', '', '', '2015-05-06 13:09:21', '2015-05-06 13:09:21', '', 0, 'http://welfare.cmsmasters.net/?post_type=project&amp;p=1596', 0, 'project', '', 0),
(1619, 1, '2015-11-26 14:39:54', '2015-11-26 14:39:54', '[cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_bg_parallax_ratio=\"0.5\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_color=\"default\" data_padding_right=\"3\" data_padding_left=\"3\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text]\n\nInteger dignissim dolor quis lorem semper, sit amet convallis ipsum dignissim. Sed diam quam, aliquam a fringilla at, lobortis sed velit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla iaculis enim id mauris pharetra laoreet. Aliquam a ipsum fringilla purus euismod bibendum et et ipsum. Suspendisse eget sagittis sem. Nam vitae purus ante. Nam aliquam luctus diam.\n\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam vel erat vitae lectus dictum lacinia. Sed nec dolor at lacus sagittis ultrices a et lorem. Aliquam fermentum consequat dolor, nec lacinia lectus fermentum ut. In et justo id justo tristique placerat. Nulla facilisi. Maecenas commodo erat in nisi vehicula lobortis in vitae urna. Sed rhoncus mi quis nulla aliquam, vel eleifend purus molestie. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se Maecenas ornare consequat massa ullamcorper dapibus. Aliquam auctor, sapien sit amet accumsan facilisis, enim enim aliquet arcu, tincidunt pellentesque justo turpis id neque. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus.\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Max Turner', 'Etiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus.', 'publish', 'closed', 'open', '', 'max-turner', '', '', '2015-11-26 14:39:54', '2015-11-26 14:39:54', '', 0, 'http://welfare.cmsmasters.net/?post_type=profile&amp;p=1619', 0, 'profile', '', 0),
(1965, 1, '2015-11-08 15:15:25', '2015-11-08 15:15:25', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"50\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row][cmsmasters_column data_width=\"1/1\"][cmsmasters_text]\n\nSed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam. Vivamus laoreet non mauris eget mattis. Nam turpis orci, consectetur vel accumsan sed, condimentum at sapien. Nunc ut egestas neque, eu hendrerit lacus. Suspendisse fermentum congue dui nec fringilla. Duis volutpat nunc lectus. Suspendisse potenti. Suspendisse egestas venenatis nunc. Donec at laoreet lacus.\n\nPellentesque tristique nisi justo. Mauris quis risus luctus, suscipit dui et, fermentum purus. Donec dui magna, sollicitudin nec malesuada in, porttitor eu augue. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque non est sollicitudin, luctus lacus quis, rhoncus sapien.\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor. Nunc pretium tortor felis, eget cursus magna accumsan a.\n\nEtiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus. Aliquam auctor, sapien sit amet accumsan facilisis, enim enim aliquet arcu, tincidunt pellentesque justo turpis id neque. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero sem.\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'How To Be A Leader', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis semper tortor. Quisque non felis elementum augue ullamcorper laoreet.\n\n', 'publish', 'open', 'open', '', 'how-to-be-a-leader', '', '', '2015-11-08 15:15:25', '2015-11-08 15:15:25', '', 0, 'http://welfare.cmsmasters.net/?p=1965', 0, 'post', '', 0),
(2548, 1, '2015-11-22 13:31:48', '2015-11-22 13:31:48', '[cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n\nInteger dignissim dolor quis lorem semper, sit amet convallis ipsum dignissim. Sed diam quam, aliquam a fringilla at, lobortis sed velit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla iaculis enim id mauris pharetra laoreet. Aliquam a ipsum fringilla purus euismod bibendum et et ipsum. Suspendisse eget sagittis sem. Nam vitae purus ante. Nam aliquam luctus diam.\n\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam vel erat vitae lectus dictum lacinia. Sed nec dolor at lacus sagittis ultrices a et lorem. Aliquam fermentum consequat dolor, nec lacinia lectus fermentum ut. In et justo id justo tristique placerat. Nulla facilisi. Maecenas commodo erat in nisi vehicula lobortis in vitae urna. Sed rhoncus mi quis nulla aliquam, vel eleifend purus molestie. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se Maecenas ornare consequat massa ullamcorper dapibus. Aliquam auctor, sapien sit amet accumsan facilisis, enim enim aliquet arcu, tincidunt pellentesque justo turpis id neque. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus.\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Amy Adams', 'Etiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus.', 'publish', 'closed', 'open', '', 'amy-adams', '', '', '2015-11-22 13:31:48', '2015-11-22 13:31:48', '', 0, 'http://welfare.cmsmasters.net/?post_type=profile&amp;p=2548', 0, 'profile', '', 0),
(2938, 1, '2015-11-27 04:53:11', '2015-11-27 04:53:11', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"50\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row][cmsmasters_column data_width=\"1/1\"][cmsmasters_text]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque fermentum massa vel enim feugiat gravida. Phasellus velit risus, euismod a lacus et, mattis condimentum augue. Vivamus fermentum ex quis imperdiet sodales. Sed aliquam nibh tellus, a rutrum turpis pellentesque ac. Nulla nibh libero, tincidunt cursus gravida ut, sodales ut magna. Sed sodales libero sapien, et rutrum mi placerat eget. Nulla vestibulum lacus vel eros eleifend molestie.\n\nSed rutrum, libero non pretium tristique, arcu mi sollicitudin ex, quis venenatis orci tellus vel dolor. Donec gravida, dolor ut auctor facilisis, enim dolor pellentesque lectus, nec vehicula nibh risus ac leo. Mauris volutpat aliquam tellus nec rhoncus. Aliquam et nibh pulvinar, sodales nibh et, pretium urna. Vivamus quam augue, maximus in consequat imperdiet, iaculis non nibh. Aliquam erat volutpat. Curabitur venenatis massa sed lacus tristique, non auctor nisl sodales. Sed ultricies lacus ut libero faucibus fringilla. Ut nisi tellus, posuere vel mattis nec, convallis a metus. Nullam elementum molestie felis nec lobortis. Cras at justo eu elit semper tempor sed quis orci. In risus magna, malesuada vel elementum ut, finibus et nunc.\n\nCras dapibus ullamcorper dictum. Vivamus nec erat placerat felis scelerisque porttitor in ac turpis. In nec imperdiet turpis. Suspendisse quis orci ut orci pulvinar eleifend. Nulla eu mattis ipsum. Integer eget sagittis nulla. Praesent consectetur lacus et maximus eleifend. Integer non lacus dui. Mauris tortor diam, laoreet quis commodo vitae, sodales vel augue.\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Creative Retouching', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis semper tortor. Quisque non felis elementum augue ullamcorper laoreet.\n\n', 'publish', 'open', 'open', '', 'creative-retouching', '', '', '2015-11-27 04:53:11', '2015-11-27 04:53:11', '', 0, 'http://welfare.cmsmasters.net/?p=2938', 0, 'post', '', 0),
(3837, 1, '2015-06-04 08:58:28', '2015-06-04 08:58:28', '[woocommerce_checkout]', 'Checkout', '', 'publish', 'closed', 'open', '', 'checkout-2', '', '', '2015-06-04 08:58:28', '2015-06-04 08:58:28', '', 0, 'http://welfare.cmsmasters.net/?page_id=3837', 0, 'page', '', 0),
(3840, 1, '2015-06-04 08:59:05', '2015-06-04 08:59:05', '[woocommerce_cart]', 'Cart', '', 'publish', 'closed', 'open', '', 'cart-2', '', '', '2015-06-04 08:59:05', '2015-06-04 08:59:05', '', 0, 'http://welfare.cmsmasters.net/?page_id=3840', 0, 'page', '', 0),
(5103, 1, '2015-04-15 08:06:28', '2015-04-15 08:06:28', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] \nFrom: [your-name] \nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Welfare (http://welfare.cmsmasters.net)\nexample@example.com\nReply-To: [your-email]\n\n0\n0\n\n[your-subject]\nWelfare \nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Welfare (http://welfare.cmsmasters.net)\n[your-email]\nReply-To: example@example.com\n\n0\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.', 'Contact form 1', '', 'publish', 'open', 'open', '', 'contact-form-1-2-2', '', '', '2015-04-15 08:06:28', '2015-04-15 08:06:28', '', 0, 'http://welfare.cmsmasters.net/?post_type=wpcf7_contact_form&amp;p=4', 0, 'wpcf7_contact_form', '', 0),
(5201, 1, '2015-10-22 06:34:49', '2015-10-22 06:34:49', '', '2015-07-22_1249', '', 'inherit', 'open', 'closed', '', '2015-07-22_1249', '', '', '2015-10-22 06:34:49', '2015-10-22 06:34:49', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2015/04/2015-07-22_12491.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(7366, 1, '2015-11-18 08:37:53', '2015-11-18 08:37:53', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of An Empowering Network.[/cmsmasters_heading]\n\n[cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Subscribe to our newsletter to stay tuned![/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Subscribe[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><i>Be a Member</i></span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#ab9865\" button_text_color=\"#ffffff\" button_border_color=\"#ab9865\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'publish', 'closed', 'closed', '', 'home-store', '', '', '2021-01-11 22:52:25', '2021-01-11 22:52:25', '', 0, 'http://interior-design.cmsmasters.net/?page_id=7366', 0, 'page', '', 0),
(7566, 1, '2015-04-15 08:15:11', '2015-04-15 08:15:11', '', 'Shop', '', 'publish', 'closed', 'open', '', 'shop', '', '', '2015-04-15 08:15:11', '2015-04-15 08:15:11', '', 0, 'http://welfare.cmsmasters.net/shop/', 0, 'page', '', 0),
(7571, 1, '2015-10-21 11:03:36', '2015-10-21 11:03:36', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] \nFrom: [your-name] \nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Interior Design (http://interior-design.cmsmasters.net)\nexample@example.com\nReply-To: [your-email]\n\n0\n0\n\n[your-subject]\nInterior Design \nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Interior Design (http://interior-design.cmsmasters.net)\n[your-email]\nReply-To: example@example.com\n\n0\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1-2-3', '', '', '2015-10-21 11:03:36', '2015-10-21 11:03:36', '', 0, 'http://interior-design.cmsmasters.net/?post_type=wpcf7_contact_form&amp;p=4', 0, 'wpcf7_contact_form', '', 0),
(7632, 1, '2015-11-24 10:03:09', '2015-11-24 10:03:09', '[woocommerce_my_account]', 'My Account', '', 'publish', 'closed', 'closed', '', 'my-account-2', '', '', '2015-11-24 10:03:09', '2015-11-24 10:03:09', '', 0, 'http://mall.cmsmasters.net/my-account/', 0, 'page', '', 0),
(8414, 1, '2015-01-27 08:32:06', '2015-01-27 08:32:06', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tincidunt porta velit, sed suscipit massa consequat sed. Integer est ante, dictum quis metus non, rhoncus accumsan ante. Quisque auctor justo eu odio tincidunt, vitae consectetur nulla consequat. Nam vel aliquet turpis, ac sollicitudin nisi. Cras erat leo, mollis sit amet lacus a, tristique euismod quam. Suspendisse viverra a turpis in sodales. Praesent faucibus mollis congue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tincidunt porta velit, sed suscipit massa consequat sed. Integer est ante, dictum quis metus non, rhoncus accumsan ante. Quisque auctor justo eu odio tincidunt, vitae consectetur nulla consequat. Nam vel aliquet turpis, ac sollicitudin nisi. Cras erat leo, mollis sit amet lacus a, tristique euismod quam. Suspendisse viverra a turpis in sodales. Praesent faucibus mollis congue.\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tincidunt porta velit, sed suscipit massa consequat sed. Integer est ante, dictum quis metus non, rhoncus accumsan ante. Quisque auctor justo eu odio tincidunt, vitae consectetur nulla consequat. Nam vel aliquet turpis, ac sollicitudin nisi. Cras erat leo, mollis sit amet lacus a, tristique euismod quam. Suspendisse viverra a turpis in sodales. Praesent faucibus mollis congue.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tincidunt porta velit, sed suscipit massa consequat sed. Integer est ante, dictum quis metus non, rhoncus accumsan ante. Quisque auctor justo eu odio tincidunt, vitae consectetur nulla consequat. Nam vel aliquet turpis, ac sollicitudin nisi. Cras erat leo, mollis sit amet lacus a, tristique euismod quam. Suspendisse viverra a turpis in sodales. Praesent faucibus mollis congue.', 'Clean Work', '', 'publish', 'open', 'open', '', 'clean-work', '', '', '2015-01-27 08:32:06', '2015-01-27 08:32:06', '', 0, 'http://mall.cmsmasters.net/?post_type=project&amp;p=8414', 0, 'project', '', 0),
(8946, 1, '2015-12-02 10:17:13', '2015-12-02 10:17:13', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"330\" data_padding_bottom=\"210\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h1\" font_size=\"100\" line_height=\"120\" tablet_check=\"true\" tablet_font_size=\"60\" tablet_line_height=\"80\" font_weight=\"normal\" font_style=\"italic\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]We\'re all working together,[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_size=\"100\" line_height=\"120\" tablet_check=\"true\" tablet_font_size=\"60\" tablet_line_height=\"80\" font_weight=\"normal\" font_style=\"italic\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]that\'s our secret.[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"][cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"first\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax=\"true\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"90\" data_padding_bottom=\"90\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading][cmsmasters_sidebar sidebar=\"events-countdown\"][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"100\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row]', 'Speakers', '', 'publish', 'closed', 'closed', '', 'speakers', '', '', '2015-12-02 10:17:13', '2015-12-02 10:17:13', '', 0, 'http://mall.cmsmasters.net/?page_id=8946', 0, 'page', '', 0),
(9232, 1, '2016-01-15 03:35:09', '0000-00-00 00:00:00', '', '123.123.48.244', '', 'draft', 'closed', 'closed', '', '123-123-48-244', '', '', '2016-01-15 03:35:09', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9232', 0, 'cmsmasters_like', '', 0),
(9233, 1, '2016-01-15 03:35:12', '0000-00-00 00:00:00', '', '123.123.48.244', '', 'draft', 'closed', 'closed', '', '123-123-48-244', '', '', '2016-01-15 03:35:12', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9233', 0, 'cmsmasters_like', '', 0),
(9234, 1, '2016-01-15 03:45:59', '0000-00-00 00:00:00', '', '187.65.159.48', '', 'draft', 'closed', 'closed', '', '187-65-159-48', '', '', '2016-01-15 03:45:59', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9234', 0, 'cmsmasters_like', '', 0),
(9235, 1, '2016-01-15 07:14:50', '0000-00-00 00:00:00', '', '14.195.230.126', '', 'draft', 'closed', 'closed', '', '14-195-230-126', '', '', '2016-01-15 07:14:50', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9235', 0, 'cmsmasters_like', '', 0),
(9236, 1, '2016-01-15 08:36:18', '0000-00-00 00:00:00', '', '212.253.104.133', '', 'draft', 'closed', 'closed', '', '212-253-104-133', '', '', '2016-01-15 08:36:18', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9236', 0, 'cmsmasters_like', '', 0),
(9237, 1, '2016-01-15 10:55:25', '0000-00-00 00:00:00', '', '42.112.90.26', '', 'draft', 'closed', 'closed', '', '42-112-90-26', '', '', '2016-01-15 10:55:25', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9237', 0, 'cmsmasters_like', '', 0),
(9238, 1, '2016-01-15 11:56:08', '0000-00-00 00:00:00', '', '197.40.88.74', '', 'draft', 'closed', 'closed', '', '197-40-88-74', '', '', '2016-01-15 11:56:08', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9238', 0, 'cmsmasters_like', '', 0),
(9239, 1, '2016-01-15 12:28:06', '0000-00-00 00:00:00', '', '185.46.212.59', '', 'draft', 'closed', 'closed', '', '185-46-212-59', '', '', '2016-01-15 12:28:06', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9239', 0, 'cmsmasters_like', '', 0),
(9240, 1, '2016-01-15 12:28:11', '0000-00-00 00:00:00', '', '185.46.212.59', '', 'draft', 'closed', 'closed', '', '185-46-212-59', '', '', '2016-01-15 12:28:11', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9240', 0, 'cmsmasters_like', '', 0),
(9241, 1, '2016-01-15 12:28:46', '0000-00-00 00:00:00', '', '185.46.212.59', '', 'draft', 'closed', 'closed', '', '185-46-212-59', '', '', '2016-01-15 12:28:46', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9241', 0, 'cmsmasters_like', '', 0),
(9242, 1, '2016-01-15 12:56:30', '0000-00-00 00:00:00', '', '122.168.90.45', '', 'draft', 'closed', 'closed', '', '122-168-90-45', '', '', '2016-01-15 12:56:30', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9242', 0, 'cmsmasters_like', '', 0),
(9243, 1, '2016-01-15 13:03:37', '0000-00-00 00:00:00', '', '79.131.2.43', '', 'draft', 'closed', 'closed', '', '79-131-2-43', '', '', '2016-01-15 13:03:37', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9243', 0, 'cmsmasters_like', '', 0),
(9244, 1, '2016-01-15 13:09:57', '0000-00-00 00:00:00', '', '178.27.164.235', '', 'draft', 'closed', 'closed', '', '178-27-164-235', '', '', '2016-01-15 13:09:57', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9244', 0, 'cmsmasters_like', '', 0),
(9245, 1, '2016-01-15 13:23:19', '0000-00-00 00:00:00', '', '94.65.46.218', '', 'draft', 'closed', 'closed', '', '94-65-46-218', '', '', '2016-01-15 13:23:19', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9245', 0, 'cmsmasters_like', '', 0),
(9246, 1, '2016-01-15 13:23:21', '0000-00-00 00:00:00', '', '79.131.2.43', '', 'draft', 'closed', 'closed', '', '79-131-2-43', '', '', '2016-01-15 13:23:21', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9246', 0, 'cmsmasters_like', '', 0),
(9247, 1, '2016-01-15 13:30:46', '0000-00-00 00:00:00', '', '188.207.172.186', '', 'draft', 'closed', 'closed', '', '188-207-172-186', '', '', '2016-01-15 13:30:46', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9247', 0, 'cmsmasters_like', '', 0),
(9248, 1, '2016-01-15 16:37:16', '0000-00-00 00:00:00', '', '103.15.54.178', '', 'draft', 'closed', 'closed', '', '103-15-54-178', '', '', '2016-01-15 16:37:16', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9248', 0, 'cmsmasters_like', '', 0),
(9249, 1, '2016-01-15 16:55:45', '0000-00-00 00:00:00', '', '72.53.75.149', '', 'draft', 'closed', 'closed', '', '72-53-75-149', '', '', '2016-01-15 16:55:45', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9249', 0, 'cmsmasters_like', '', 0),
(9250, 1, '2016-01-15 19:35:59', '0000-00-00 00:00:00', '', '41.42.235.109', '', 'draft', 'closed', 'closed', '', '41-42-235-109', '', '', '2016-01-15 19:35:59', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9250', 0, 'cmsmasters_like', '', 0),
(9252, 1, '2016-01-16 16:15:21', '0000-00-00 00:00:00', '', '37.241.229.246', '', 'draft', 'closed', 'closed', '', '37-241-229-246', '', '', '2016-01-16 16:15:21', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9252', 0, 'cmsmasters_like', '', 0),
(9253, 1, '2016-01-16 21:21:21', '0000-00-00 00:00:00', '', '151.250.38.138', '', 'draft', 'closed', 'closed', '', '151-250-38-138', '', '', '2016-01-16 21:21:21', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9253', 0, 'cmsmasters_like', '', 0),
(9254, 1, '2016-01-16 22:05:26', '0000-00-00 00:00:00', '', '176.240.148.127', '', 'draft', 'closed', 'closed', '', '176-240-148-127', '', '', '2016-01-16 22:05:26', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9254', 0, 'cmsmasters_like', '', 0),
(9255, 1, '2016-01-17 08:37:29', '0000-00-00 00:00:00', '', '122.164.169.225', '', 'draft', 'closed', 'closed', '', '122-164-169-225', '', '', '2016-01-17 08:37:29', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9255', 0, 'cmsmasters_like', '', 0),
(9256, 1, '2016-01-17 11:51:34', '0000-00-00 00:00:00', '', '178.137.130.70', '', 'draft', 'closed', 'closed', '', '178-137-130-70', '', '', '2016-01-17 11:51:34', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9256', 0, 'cmsmasters_like', '', 0),
(9257, 1, '2016-01-17 13:06:58', '0000-00-00 00:00:00', '', '86.98.43.189', '', 'draft', 'closed', 'closed', '', '86-98-43-189', '', '', '2016-01-17 13:06:58', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9257', 0, 'cmsmasters_like', '', 0),
(9258, 1, '2016-01-17 16:59:43', '0000-00-00 00:00:00', '', '94.70.212.158', '', 'draft', 'closed', 'closed', '', '94-70-212-158', '', '', '2016-01-17 16:59:43', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9258', 0, 'cmsmasters_like', '', 0),
(9259, 1, '2016-01-17 21:11:01', '0000-00-00 00:00:00', '', '151.250.38.138', '', 'draft', 'closed', 'closed', '', '151-250-38-138', '', '', '2016-01-17 21:11:01', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9259', 0, 'cmsmasters_like', '', 0),
(9260, 1, '2016-01-18 01:19:45', '0000-00-00 00:00:00', '', '68.57.203.228', '', 'draft', 'closed', 'closed', '', '68-57-203-228', '', '', '2016-01-18 01:19:45', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9260', 0, 'cmsmasters_like', '', 0),
(9262, 1, '2016-01-18 13:06:10', '0000-00-00 00:00:00', '', '103.51.104.202', '', 'draft', 'closed', 'closed', '', '103-51-104-202', '', '', '2016-01-18 13:06:10', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9262', 0, 'cmsmasters_like', '', 0),
(9263, 1, '2016-01-19 05:55:42', '0000-00-00 00:00:00', '', '191.249.204.92', '', 'draft', 'closed', 'closed', '', '191-249-204-92', '', '', '2016-01-19 05:55:42', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9263', 0, 'cmsmasters_like', '', 0),
(9267, 1, '2016-01-19 12:27:27', '0000-00-00 00:00:00', '', '41.137.37.226', '', 'draft', 'closed', 'closed', '', '41-137-37-226', '', '', '2016-01-19 12:27:27', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9267', 0, 'cmsmasters_like', '', 0),
(9268, 1, '2016-01-19 16:37:05', '0000-00-00 00:00:00', '', '187.67.172.134', '', 'draft', 'closed', 'closed', '', '187-67-172-134', '', '', '2016-01-19 16:37:05', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9268', 0, 'cmsmasters_like', '', 0),
(9269, 1, '2016-01-20 06:03:12', '0000-00-00 00:00:00', '', '182.237.9.239', '', 'draft', 'closed', 'closed', '', '182-237-9-239', '', '', '2016-01-20 06:03:12', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9269', 0, 'cmsmasters_like', '', 0),
(9271, 1, '2016-01-20 19:35:47', '0000-00-00 00:00:00', '', '87.152.113.236', '', 'draft', 'closed', 'closed', '', '87-152-113-236', '', '', '2016-01-20 19:35:47', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9271', 0, 'cmsmasters_like', '', 0),
(9272, 1, '2016-01-21 17:27:54', '0000-00-00 00:00:00', '', '179.228.119.245', '', 'draft', 'closed', 'closed', '', '179-228-119-245', '', '', '2016-01-21 17:27:54', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9272', 0, 'cmsmasters_like', '', 0),
(9273, 1, '2016-01-21 17:27:55', '0000-00-00 00:00:00', '', '179.228.119.245', '', 'draft', 'closed', 'closed', '', '179-228-119-245', '', '', '2016-01-21 17:27:55', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9273', 0, 'cmsmasters_like', '', 0),
(9274, 1, '2016-01-21 17:27:57', '0000-00-00 00:00:00', '', '179.228.119.245', '', 'draft', 'closed', 'closed', '', '179-228-119-245', '', '', '2016-01-21 17:27:57', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9274', 0, 'cmsmasters_like', '', 0),
(9275, 1, '2016-01-21 17:28:02', '0000-00-00 00:00:00', '', '179.228.119.245', '', 'draft', 'closed', 'closed', '', '179-228-119-245', '', '', '2016-01-21 17:28:02', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9275', 0, 'cmsmasters_like', '', 0),
(9277, 1, '2016-01-25 13:12:12', '0000-00-00 00:00:00', '', '89.46.160.19', '', 'draft', 'closed', 'closed', '', '89-46-160-19', '', '', '2016-01-25 13:12:12', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9277', 0, 'cmsmasters_like', '', 0),
(9278, 1, '2016-01-25 15:59:56', '0000-00-00 00:00:00', '', '41.249.241.193', '', 'draft', 'closed', 'closed', '', '41-249-241-193', '', '', '2016-01-25 15:59:56', '0000-00-00 00:00:00', '', 0, 'http://mall.cmsmasters.net/?post_type=cmsmasters_like&amp;p=9278', 0, 'cmsmasters_like', '', 0),
(9302, 1, '2015-11-24 09:31:52', '2015-11-24 09:31:52', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] \nFrom: [your-name] \nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Mall (http://mall.cmsmasters.net)\nexample@example.com\nReply-To: [your-email]\n\n0\n0\n\n[your-subject]\nMall \nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Mall (http://mall.cmsmasters.net)\n[your-email]\nReply-To: example@example.com\n\n0\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1-2-4', '', '', '2015-11-24 09:31:52', '2015-11-24 09:31:52', '', 0, 'http://mall.cmsmasters.net/?post_type=wpcf7_contact_form&amp;p=4', 0, 'wpcf7_contact_form', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(9410, 1, '2015-01-10 13:22:06', '2015-01-10 13:22:06', '[cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tincidunt porta velit, sed suscipit massa consequat sed. Integer est ante, dictum quis metus non, rhoncus accumsan ante. Quisque auctor justo eu odio tincidunt, vitae consectetur nulla consequat. Nam vel aliquet turpis, ac sollicitudin nisi. Cras erat leo, mollis sit amet lacus a, tristique euismod quam. Suspendisse viverra a turpis in sodales. Praesent faucibus mollis congue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tincidunt porta velit, sed suscipit massa consequat sed. Integer est ante, dictum quis metus non, rhoncus accumsan ante. Quisque auctor justo eu odio tincidunt, vitae consectetur nulla consequat. Nam vel aliquet turpis, ac sollicitudin nisi. Cras erat leo, mollis sit amet lacus a, tristique euismod quam. Suspendisse viverra a turpis in sodales. Praesent faucibus mollis congue.[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Tablet Pro', '', 'publish', 'open', 'open', '', 'tablet-pro', '', '', '2015-01-10 13:22:06', '2015-01-10 13:22:06', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=project&amp;p=9410', 0, 'project', '', 0),
(9427, 1, '2016-01-26 13:47:08', '2016-01-26 13:47:08', '[cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12929|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/03.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam vel erat vitae lectus dictum lacinia. Sed nec dolor at lacus sagittis ultrices a et lorem. Aliquam fermentum consequat dolor, nec lacinia lectus fermentum ut. In et justo id justo tristique placerat. Nulla facilisi. Maecenas commodo erat in nisi vehicula lobortis in vitae urna. Sed rhoncus mi quis nulla aliquam, vel eleifend purus molestie. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se Maecenas ornare consequat massa ullamcorper dapibus. Aliquam auctor, sapien sit amet accumsan facilisis, enim enim aliquet arcu, tincidunt pellentesque justo turpis id neque. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus.[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Martin Branson', 'Etiam eu molestie eros, commodo hendrerit sapien. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus.', 'publish', 'closed', 'open', '', 'martin-branson', '', '', '2016-01-26 13:47:08', '2016-01-26 13:47:08', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=profile&amp;p=9427', 0, 'profile', '', 0),
(9861, 1, '2016-01-29 15:42:43', '2016-01-29 15:42:43', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_padding_top=\"200\" data_padding_bottom=\"145\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]WHO WE ARE[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_size=\"80\" line_height=\"100\" tablet_check=\"true\" tablet_font_size=\"50\" tablet_line_height=\"80\" font_weight=\"normal\" font_style=\"italic\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]“There are no secrets to success.[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_size=\"80\" line_height=\"100\" tablet_check=\"true\" tablet_font_size=\"50\" tablet_line_height=\"80\" font_weight=\"normal\" font_style=\"italic\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]It is the result of preparation, [/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_size=\"80\" line_height=\"100\" tablet_check=\"true\" tablet_font_size=\"50\" tablet_line_height=\"80\" font_weight=\"normal\" font_style=\"italic\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]hard work.”[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"120\" data_padding_bottom=\"120\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"400\" font_style=\"normal\" text_align=\"left\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: left;\"><span style=\"font-size: 44px;\"><em>Conference</em> Experience</span></h1>\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_color=\"#fcfcfc\" data_padding_top=\"100\" data_padding_bottom=\"100\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Why Us?[/cmsmasters_heading][cmsmasters_image align=\"left\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"10\" margin_bottom=\"10\" animation_delay=\"0\"][cmsmasters_text animation_delay=\"0\"]Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa.[/cmsmasters_text][/cmsmasters_column][cmsmasters_column data_width=\"2/3\"][cmsmasters_stats mode=\"bars\" type=\"horizontal\" count=\"5\" animation_delay=\"0\"][cmsmasters_stat progress=\"95\"]Innovation[/cmsmasters_stat][cmsmasters_stat progress=\"84\"]Hard Work[/cmsmasters_stat][cmsmasters_stat progress=\"78\"]Design[/cmsmasters_stat][/cmsmasters_stats][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"100\" data_padding_bottom=\"100\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]How We Do It?[/cmsmasters_heading][cmsmasters_image align=\"left\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"10\" margin_bottom=\"10\" animation_delay=\"0\"][cmsmasters_text animation_delay=\"0\"]Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa.[/cmsmasters_text][/cmsmasters_column][cmsmasters_column data_width=\"2/3\"][cmsmasters_toggles mode=\"toggle\" animation_delay=\"0\"][cmsmasters_toggle title=\"Who We Are?\"]The message of The Faithland is that Christ saves sinners. In light of that, we steward a message that radically lives. We will therefore preach, teach and train people to live out its implications in their neighborhoods. The message of The Faithland is that Christ saves sinners. In light of that, we steward a message that radically lives.[/cmsmasters_toggle][cmsmasters_toggle title=\"Branding\"]The message of The Faithland is that Christ saves sinners. In light of that, we steward a message that radically lives. We will therefore preach, teach and train people to live out its implications in their neighborhoods. The message of The Faithland is that Christ saves sinners. In light of that, we steward a message that radically lives.[/cmsmasters_toggle][cmsmasters_toggle title=\"Design\"]The message of The Faithland is that Christ saves sinners. In light of that, we steward a message that radically lives. We will therefore preach, teach and train people to live out its implications in their neighborhoods. The message of The Faithland is that Christ saves sinners. In light of that, we steward a message that radically lives.[/cmsmasters_toggle][/cmsmasters_toggles][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"fullwidth\" data_padding_left=\"0\" data_padding_right=\"0\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"first\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax=\"true\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"100\" data_padding_bottom=\"100\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR STRENGTHS[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Skills\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_list_items type=\"block\" icon_type=\"icon\" icon=\"cmsmasters-icon-thumbs-up\" icon_size=\"30\" heading=\"h4\" icon_space=\"100\" items_color_type=\"icon\" border_width=\"2\" border_radius=\"50%\" unifier_width=\"1\" position=\"left\" animation_delay=\"0\"][cmsmasters_icon_list_item icon=\"cmsmasters-icon-user-3\" title=\"Expert Support\"]Lorem ipsum dolor sit amet nsectetur cing elit. Suspe ndisse suscipit sagittis leo sit met entum[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-rocket-2\" title=\"Web Development \"]Lorem ipsum dolor sit amet nsectetur cing elit. Suspe ndisse suscipit sagittis leo sit met entum[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-thumbs-up-3\" title=\"Retina Ready\"]Lorem ipsum dolor sit amet nsectetur cing elit. Suspe ndisse suscipit sagittis leo sit met entum[/cmsmasters_icon_list_item][/cmsmasters_icon_list_items][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_list_items type=\"block\" icon_type=\"icon\" icon=\"cmsmasters-icon-thumbs-up\" icon_size=\"30\" heading=\"h4\" icon_space=\"100\" items_color_type=\"icon\" border_width=\"2\" border_radius=\"50%\" unifier_width=\"1\" position=\"left\" animation_delay=\"0\"][cmsmasters_icon_list_item icon=\"cmsmasters-icon-desktop-4\" title=\"Perfect Design\"]Lorem ipsum dolor sit amet nsectetur cing elit. Suspe ndisse suscipit sagittis leo sit met entum[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-comment-3\" title=\"Social Media Marketing\"]Lorem ipsum dolor sit amet nsectetur cing elit. Suspe ndisse suscipit sagittis leo sit met entum[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-download-3\" title=\"Easy Installation\"]Lorem ipsum dolor sit amet nsectetur cing elit. Suspe ndisse suscipit sagittis leo sit met entum[/cmsmasters_icon_list_item][/cmsmasters_icon_list_items][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_icon_list_items type=\"block\" icon_type=\"icon\" icon=\"cmsmasters-icon-thumbs-up\" icon_size=\"30\" heading=\"h4\" icon_space=\"100\" items_color_type=\"icon\" border_width=\"2\" border_radius=\"50%\" unifier_width=\"1\" position=\"left\" animation_delay=\"0\"][cmsmasters_icon_list_item icon=\"cmsmasters-icon-award-alt\" title=\"High Qualily\"]Lorem ipsum dolor sit amet nsectetur cing elit. Suspe ndisse suscipit sagittis leo sit met entum[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-params-1\" title=\"Advanced Options\"]Lorem ipsum dolor sit amet nsectetur cing elit. Suspe ndisse suscipit sagittis leo sit met entum[/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-smile-1\" title=\"User Friendly \"]Lorem ipsum dolor sit amet nsectetur cing elit. Suspe ndisse suscipit sagittis leo sit met entum[/cmsmasters_icon_list_item][/cmsmasters_icon_list_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"second\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_bg_position=\"center center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax=\"true\" data_padding_top=\"140\" data_padding_bottom=\"140\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"300\" font_style=\"normal\" text_align=\"center\" color=\"rgba(255,255,255,0.8)\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading][cmsmasters_sidebar sidebar=\"mail-poet\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row]', 'Who We Are', '', 'publish', 'closed', 'closed', '', 'who-we-are-2', '', '', '2016-01-29 15:42:43', '2016-01-29 15:42:43', '', 0, 'http://construction-pro.cmsmasters.net/?page_id=9861', 0, 'page', '', 0),
(10376, 1, '2016-02-09 09:39:10', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 09:39:10', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10376', 0, 'cmsmasters_like', '', 0),
(10384, 1, '2016-02-09 10:03:10', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:03:10', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10384', 0, 'cmsmasters_like', '', 0),
(10385, 1, '2016-02-09 10:04:49', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:04:49', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10385', 0, 'cmsmasters_like', '', 0),
(10386, 1, '2016-02-09 10:16:35', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:16:35', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10386', 0, 'cmsmasters_like', '', 0),
(10387, 1, '2016-02-09 10:27:00', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:27:00', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10387', 0, 'cmsmasters_like', '', 0),
(10388, 1, '2016-02-09 10:27:03', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:27:03', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10388', 0, 'cmsmasters_like', '', 0),
(10389, 1, '2016-02-09 10:27:04', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:27:04', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10389', 0, 'cmsmasters_like', '', 0),
(10390, 1, '2016-02-09 10:28:06', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:28:06', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10390', 0, 'cmsmasters_like', '', 0),
(10391, 1, '2016-02-09 10:28:16', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:28:16', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10391', 0, 'cmsmasters_like', '', 0),
(10392, 1, '2016-02-09 10:28:19', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:28:19', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10392', 0, 'cmsmasters_like', '', 0),
(10393, 1, '2016-02-09 10:28:31', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:28:31', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10393', 0, 'cmsmasters_like', '', 0),
(10394, 1, '2016-02-09 10:28:35', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:28:35', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10394', 0, 'cmsmasters_like', '', 0),
(10395, 1, '2016-02-09 10:28:37', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:28:37', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10395', 0, 'cmsmasters_like', '', 0),
(10396, 1, '2016-02-09 10:29:11', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:29:11', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10396', 0, 'cmsmasters_like', '', 0),
(10397, 1, '2016-02-09 10:34:36', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:34:36', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10397', 0, 'cmsmasters_like', '', 0),
(10401, 1, '2016-02-09 10:47:50', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:47:50', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10401', 0, 'cmsmasters_like', '', 0),
(10403, 1, '2016-02-09 10:48:55', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:48:55', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10403', 0, 'cmsmasters_like', '', 0),
(10406, 1, '2016-02-09 10:49:36', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 10:49:36', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10406', 0, 'cmsmasters_like', '', 0),
(10414, 1, '2016-02-09 11:13:04', '0000-00-00 00:00:00', '', '185.11.29.74', '', 'draft', 'closed', 'closed', '', '185-11-29-74', '', '', '2016-02-09 11:13:04', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10414', 0, 'cmsmasters_like', '', 0),
(10415, 1, '2016-02-09 11:13:22', '0000-00-00 00:00:00', '', '185.11.29.74', '', 'draft', 'closed', 'closed', '', '185-11-29-74', '', '', '2016-02-09 11:13:22', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10415', 0, 'cmsmasters_like', '', 0),
(10435, 1, '2016-02-09 13:29:49', '0000-00-00 00:00:00', '', '37.25.102.15', '', 'draft', 'closed', 'closed', '', '37-25-102-15', '', '', '2016-02-09 13:29:49', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10435', 0, 'cmsmasters_like', '', 0),
(10436, 1, '2016-02-09 13:30:21', '0000-00-00 00:00:00', '', '37.25.102.15', '', 'draft', 'closed', 'closed', '', '37-25-102-15', '', '', '2016-02-09 13:30:21', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10436', 0, 'cmsmasters_like', '', 0),
(10437, 1, '2016-02-09 13:30:38', '0000-00-00 00:00:00', '', '37.25.102.15', '', 'draft', 'closed', 'closed', '', '37-25-102-15', '', '', '2016-02-09 13:30:38', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10437', 0, 'cmsmasters_like', '', 0),
(10438, 1, '2016-02-09 13:33:41', '0000-00-00 00:00:00', '', '37.25.102.15', '', 'draft', 'closed', 'closed', '', '37-25-102-15', '', '', '2016-02-09 13:33:41', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10438', 0, 'cmsmasters_like', '', 0),
(10439, 1, '2016-02-09 13:33:51', '0000-00-00 00:00:00', '', '37.25.102.15', '', 'draft', 'closed', 'closed', '', '37-25-102-15', '', '', '2016-02-09 13:33:51', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10439', 0, 'cmsmasters_like', '', 0),
(10440, 1, '2016-02-09 13:34:03', '0000-00-00 00:00:00', '', '37.25.102.15', '', 'draft', 'closed', 'closed', '', '37-25-102-15', '', '', '2016-02-09 13:34:03', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10440', 0, 'cmsmasters_like', '', 0),
(10441, 1, '2016-02-09 13:34:31', '0000-00-00 00:00:00', '', '37.25.102.15', '', 'draft', 'closed', 'closed', '', '37-25-102-15', '', '', '2016-02-09 13:34:31', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10441', 0, 'cmsmasters_like', '', 0),
(10442, 1, '2016-02-09 13:34:54', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 13:34:54', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10442', 0, 'cmsmasters_like', '', 0),
(10443, 1, '2016-02-09 13:35:29', '0000-00-00 00:00:00', '', '37.25.102.15', '', 'draft', 'closed', 'closed', '', '37-25-102-15', '', '', '2016-02-09 13:35:29', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10443', 0, 'cmsmasters_like', '', 0),
(10444, 1, '2016-02-09 13:36:24', '0000-00-00 00:00:00', '', '37.25.102.15', '', 'draft', 'closed', 'closed', '', '37-25-102-15', '', '', '2016-02-09 13:36:24', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10444', 0, 'cmsmasters_like', '', 0),
(10445, 1, '2016-02-09 13:37:40', '0000-00-00 00:00:00', '', '37.25.102.15', '', 'draft', 'closed', 'closed', '', '37-25-102-15', '', '', '2016-02-09 13:37:40', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10445', 0, 'cmsmasters_like', '', 0),
(10446, 1, '2016-02-09 13:49:10', '0000-00-00 00:00:00', '', '185.11.29.74', '', 'draft', 'closed', 'closed', '', '185-11-29-74', '', '', '2016-02-09 13:49:10', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10446', 0, 'cmsmasters_like', '', 0),
(10464, 1, '2016-02-09 14:17:53', '0000-00-00 00:00:00', '', '37.25.102.15', '', 'draft', 'closed', 'closed', '', '37-25-102-15', '', '', '2016-02-09 14:17:53', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10464', 0, 'cmsmasters_like', '', 0),
(10482, 1, '2016-02-09 15:21:37', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 15:21:37', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10482', 0, 'cmsmasters_like', '', 0),
(10486, 1, '2016-02-09 15:39:15', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 15:39:15', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10486', 0, 'cmsmasters_like', '', 0),
(10487, 1, '2016-02-09 15:44:49', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 15:44:49', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10487', 0, 'cmsmasters_like', '', 0),
(10488, 1, '2016-02-09 15:45:19', '0000-00-00 00:00:00', '', '37.25.112.133', '', 'draft', 'closed', 'closed', '', '37-25-112-133', '', '', '2016-02-09 15:45:19', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10488', 0, 'cmsmasters_like', '', 0),
(10489, 1, '2016-02-09 15:53:23', '0000-00-00 00:00:00', '', '37.25.102.15', '', 'draft', 'closed', 'closed', '', '37-25-102-15', '', '', '2016-02-09 15:53:23', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10489', 0, 'cmsmasters_like', '', 0),
(10490, 1, '2016-02-09 15:53:59', '0000-00-00 00:00:00', '', '37.25.102.15', '', 'draft', 'closed', 'closed', '', '37-25-102-15', '', '', '2016-02-09 15:53:59', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10490', 0, 'cmsmasters_like', '', 0),
(10491, 1, '2016-02-09 15:54:39', '0000-00-00 00:00:00', '', '37.25.102.15', '', 'draft', 'closed', 'closed', '', '37-25-102-15', '', '', '2016-02-09 15:54:39', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10491', 0, 'cmsmasters_like', '', 0),
(10492, 1, '2016-02-09 16:04:44', '0000-00-00 00:00:00', '', '37.25.102.15', '', 'draft', 'closed', 'closed', '', '37-25-102-15', '', '', '2016-02-09 16:04:44', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10492', 0, 'cmsmasters_like', '', 0),
(10545, 1, '2016-02-12 10:58:47', '0000-00-00 00:00:00', '', '185.11.29.74', '', 'draft', 'closed', 'closed', '', '185-11-29-74', '', '', '2016-02-12 10:58:47', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10545', 0, 'cmsmasters_like', '', 0),
(10582, 1, '2016-04-15 11:14:18', '0000-00-00 00:00:00', '', '212.92.234.171', '', 'draft', 'closed', 'closed', '', '212-92-234-171', '', '', '2016-04-15 11:14:18', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10582', 0, 'cmsmasters_like', '', 0),
(10583, 1, '2016-04-15 11:27:54', '0000-00-00 00:00:00', '', '212.92.234.171', '', 'draft', 'closed', 'closed', '', '212-92-234-171', '', '', '2016-04-15 11:27:54', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10583', 0, 'cmsmasters_like', '', 0),
(10584, 1, '2016-04-15 13:24:00', '0000-00-00 00:00:00', '', '212.92.234.171', '', 'draft', 'closed', 'closed', '', '212-92-234-171', '', '', '2016-04-15 13:24:00', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10584', 0, 'cmsmasters_like', '', 0),
(10585, 1, '2016-04-15 13:25:21', '0000-00-00 00:00:00', '', '212.92.234.171', '', 'draft', 'closed', 'closed', '', '212-92-234-171', '', '', '2016-04-15 13:25:21', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10585', 0, 'cmsmasters_like', '', 0),
(10586, 1, '2016-04-15 15:53:37', '0000-00-00 00:00:00', '', '212.92.234.171', '', 'draft', 'closed', 'closed', '', '212-92-234-171', '', '', '2016-04-15 15:53:37', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10586', 0, 'cmsmasters_like', '', 0),
(10587, 1, '2016-04-18 09:04:05', '0000-00-00 00:00:00', '', '212.92.242.184', '', 'draft', 'closed', 'closed', '', '212-92-242-184', '', '', '2016-04-18 09:04:05', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10587', 0, 'cmsmasters_like', '', 0),
(10588, 1, '2016-04-18 09:05:11', '0000-00-00 00:00:00', '', '212.92.242.184', '', 'draft', 'closed', 'closed', '', '212-92-242-184', '', '', '2016-04-18 09:05:11', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10588', 0, 'cmsmasters_like', '', 0),
(10589, 1, '2016-04-18 09:08:28', '0000-00-00 00:00:00', '', '212.92.242.184', '', 'draft', 'closed', 'closed', '', '212-92-242-184', '', '', '2016-04-18 09:08:28', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10589', 0, 'cmsmasters_like', '', 0),
(10590, 1, '2016-04-18 09:09:19', '0000-00-00 00:00:00', '', '212.92.242.184', '', 'draft', 'closed', 'closed', '', '212-92-242-184', '', '', '2016-04-18 09:09:19', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10590', 0, 'cmsmasters_like', '', 0),
(10591, 1, '2016-04-18 09:10:09', '0000-00-00 00:00:00', '', '212.92.242.184', '', 'draft', 'closed', 'closed', '', '212-92-242-184', '', '', '2016-04-18 09:10:09', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10591', 0, 'cmsmasters_like', '', 0),
(10592, 1, '2016-04-18 09:10:43', '0000-00-00 00:00:00', '', '212.92.242.184', '', 'draft', 'closed', 'closed', '', '212-92-242-184', '', '', '2016-04-18 09:10:43', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10592', 0, 'cmsmasters_like', '', 0),
(10593, 1, '2016-04-18 09:19:17', '0000-00-00 00:00:00', '', '212.92.242.184', '', 'draft', 'closed', 'closed', '', '212-92-242-184', '', '', '2016-04-18 09:19:17', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10593', 0, 'cmsmasters_like', '', 0),
(10594, 1, '2016-04-18 11:12:32', '0000-00-00 00:00:00', '', '212.92.242.184', '', 'draft', 'closed', 'closed', '', '212-92-242-184', '', '', '2016-04-18 11:12:32', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10594', 0, 'cmsmasters_like', '', 0),
(10595, 1, '2016-04-22 13:52:32', '0000-00-00 00:00:00', '', '188.105.86.63', '', 'draft', 'closed', 'closed', '', '188-105-86-63', '', '', '2016-04-22 13:52:32', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10595', 0, 'cmsmasters_like', '', 0),
(10596, 1, '2016-04-22 20:37:40', '0000-00-00 00:00:00', '', '197.41.145.233', '', 'draft', 'closed', 'closed', '', '197-41-145-233', '', '', '2016-04-22 20:37:40', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10596', 0, 'cmsmasters_like', '', 0),
(10597, 1, '2016-04-23 11:04:59', '0000-00-00 00:00:00', '', '109.173.152.25', '', 'draft', 'closed', 'closed', '', '109-173-152-25', '', '', '2016-04-23 11:04:59', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10597', 0, 'cmsmasters_like', '', 0),
(10598, 1, '2016-04-23 18:49:14', '0000-00-00 00:00:00', '', '37.106.203.103', '', 'draft', 'closed', 'closed', '', '37-106-203-103', '', '', '2016-04-23 18:49:14', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10598', 0, 'cmsmasters_like', '', 0),
(10599, 1, '2016-04-24 00:56:13', '0000-00-00 00:00:00', '', '180.253.70.231', '', 'draft', 'closed', 'closed', '', '180-253-70-231', '', '', '2016-04-24 00:56:13', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10599', 0, 'cmsmasters_like', '', 0),
(10600, 1, '2016-04-24 09:00:22', '0000-00-00 00:00:00', '', '37.208.120.47', '', 'draft', 'closed', 'closed', '', '37-208-120-47', '', '', '2016-04-24 09:00:22', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10600', 0, 'cmsmasters_like', '', 0),
(10601, 1, '2016-04-25 18:22:34', '0000-00-00 00:00:00', '', '5.18.183.167', '', 'draft', 'closed', 'closed', '', '5-18-183-167', '', '', '2016-04-25 18:22:34', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10601', 0, 'cmsmasters_like', '', 0),
(10602, 1, '2016-04-26 08:45:02', '0000-00-00 00:00:00', '', '122.169.66.63', '', 'draft', 'closed', 'closed', '', '122-169-66-63', '', '', '2016-04-26 08:45:02', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10602', 0, 'cmsmasters_like', '', 0),
(10604, 1, '2016-04-29 19:13:14', '0000-00-00 00:00:00', '', '93.33.52.195', '', 'draft', 'closed', 'closed', '', '93-33-52-195', '', '', '2016-04-29 19:13:14', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10604', 0, 'cmsmasters_like', '', 0),
(10605, 1, '2016-04-30 10:16:48', '0000-00-00 00:00:00', '', '182.180.187.176', '', 'draft', 'closed', 'closed', '', '182-180-187-176', '', '', '2016-04-30 10:16:48', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10605', 0, 'cmsmasters_like', '', 0),
(10606, 1, '2016-05-01 11:17:13', '0000-00-00 00:00:00', '', '36.78.79.130', '', 'draft', 'closed', 'closed', '', '36-78-79-130', '', '', '2016-05-01 11:17:13', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10606', 0, 'cmsmasters_like', '', 0),
(10607, 1, '2016-05-02 23:09:04', '0000-00-00 00:00:00', '', '104.129.192.100', '', 'draft', 'closed', 'closed', '', '104-129-192-100', '', '', '2016-05-02 23:09:04', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10607', 0, 'cmsmasters_like', '', 0),
(10608, 1, '2016-05-03 11:59:30', '0000-00-00 00:00:00', '', '212.92.234.171', '', 'draft', 'closed', 'closed', '', '212-92-234-171', '', '', '2016-05-03 11:59:30', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10608', 0, 'cmsmasters_like', '', 0),
(10613, 1, '2016-05-15 17:07:20', '0000-00-00 00:00:00', '', '94.99.220.48', '', 'draft', 'closed', 'closed', '', '94-99-220-48', '', '', '2016-05-15 17:07:20', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10613', 0, 'cmsmasters_like', '', 0),
(10614, 1, '2016-05-16 13:38:42', '0000-00-00 00:00:00', '', '191.188.175.190', '', 'draft', 'closed', 'closed', '', '191-188-175-190', '', '', '2016-05-16 13:38:42', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10614', 0, 'cmsmasters_like', '', 0),
(10615, 1, '2016-05-17 14:06:02', '0000-00-00 00:00:00', '', '37.186.240.34', '', 'draft', 'closed', 'closed', '', '37-186-240-34', '', '', '2016-05-17 14:06:02', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10615', 0, 'cmsmasters_like', '', 0),
(10622, 1, '2016-05-27 17:44:41', '0000-00-00 00:00:00', '', '169.0.132.35', '', 'draft', 'closed', 'closed', '', '169-0-132-35', '', '', '2016-05-27 17:44:41', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10622', 0, 'cmsmasters_like', '', 0),
(10623, 1, '2016-05-31 09:37:53', '0000-00-00 00:00:00', '', '37.232.13.98', '', 'draft', 'closed', 'closed', '', '37-232-13-98', '', '', '2016-05-31 09:37:53', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10623', 0, 'cmsmasters_like', '', 0),
(10624, 1, '2016-05-31 09:38:04', '0000-00-00 00:00:00', '', '37.232.13.98', '', 'draft', 'closed', 'closed', '', '37-232-13-98', '', '', '2016-05-31 09:38:04', '0000-00-00 00:00:00', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=cmsmasters_like&amp;p=10624', 0, 'cmsmasters_like', '', 0),
(10653, 1, '2016-01-25 16:08:51', '2016-01-25 16:08:51', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] \nFrom: [your-name] \nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Construction PRO (http://construction-pro.cmsmasters.net)\nexample@example.com\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nConstruction PRO \nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Construction PRO (http://construction-pro.cmsmasters.net)\n[your-email]\nReply-To: example@example.com\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1-2-5', '', '', '2016-01-25 16:08:51', '2016-01-25 16:08:51', '', 0, 'http://construction-pro.cmsmasters.net/?post_type=wpcf7_contact_form&amp;p=4', 0, 'wpcf7_contact_form', '', 0),
(10736, 1, '2016-06-06 09:25:43', '2016-06-06 09:25:43', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"50\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row][cmsmasters_column data_width=\"1/1\"][cmsmasters_text]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque fermentum massa vel enim feugiat gravida. Phasellus velit risus, euismod a lacus et, mattis condimentum augue. Vivamus fermentum ex quis imperdiet sodales. Sed aliquam nibh tellus, a rutrum turpis pellentesque ac. Nulla nibh libero, tincidunt cursus gravida ut, sodales ut magna. Sed sodales libero sapien, et rutrum mi placerat eget. Nulla vestibulum lacus vel eros eleifend molestie.\n\nSed rutrum, libero non pretium tristique, arcu mi sollicitudin ex, quis venenatis orci tellus vel dolor. Donec gravida, dolor ut auctor facilisis, enim dolor pellentesque lectus, nec vehicula nibh risus ac leo. Mauris volutpat aliquam tellus nec rhoncus. Aliquam et nibh pulvinar, sodales nibh et, pretium urna. Vivamus quam augue, maximus in consequat imperdiet, iaculis non nibh. Aliquam erat volutpat. Curabitur venenatis massa sed lacus tristique, non auctor nisl sodales. Sed ultricies lacus ut libero faucibus fringilla. Ut nisi tellus, posuere vel mattis nec, convallis a metus. Nullam elementum molestie felis nec lobortis. Cras at justo eu elit semper tempor sed quis orci. In risus magna, malesuada vel elementum ut, finibus et nunc.\n\nCras dapibus ullamcorper dictum. Vivamus nec erat placerat felis scelerisque porttitor in ac turpis. In nec imperdiet turpis. Suspendisse quis orci ut orci pulvinar eleifend. Nulla eu mattis ipsum. Integer eget sagittis nulla. Praesent consectetur lacus et maximus eleifend. Integer non lacus dui. Mauris tortor diam, laoreet quis commodo vitae, sodales vel augue.\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Revolutionary Event Apps', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis semper tortor. Quisque non felis elementum augue ullamcorper laoreet.\n\n', 'publish', 'open', 'open', '', 'revolutionary-event-apps', '', '', '2016-06-06 09:25:43', '2016-06-06 09:25:43', '', 0, 'http://eco-press.cmsmasters.net/?p=10736', 0, 'post', '', 0),
(10792, 1, '2016-06-07 06:58:31', '2016-06-07 06:58:31', 'Cras dapibus ullamcorper dictum. Vivamus nec erat placerat felis scelerisque porttitor in ac turpis. In nec imperdiet turpis. Suspendisse quis orci ut orci pulvinar eleifend. Nulla eu mattis ipsum. Integer eget sagittis nulla. Praesent consectetur lacus et maximus eleifend. Integer non lacus dui. Mauris tortor diam, laoreet quis commodo vitae, sodales vel augue.| Sed rutrum, libero non pretium tristique, arcu mi sollicitudin ex, quis venenatis orci tellus vel dolor. Donec gravida, dolor ut auctor facilisis, enim dolor pellentesque lectus, nec vehicula nibh risus ac leo. Mauris volutpat aliquam tellus nec rhoncus. Aliquam et nibh pulvinar, sodales nibh et, pretium urna. Vivamus quam augue, maximus in consequat imperdiet, iaculis non nibh. Aliquam erat volutpat. Curabitur venenatis massa sed lacus tristique, non auctor nisl sodales. Sed ultricies lacus ut libero faucibus fringilla. Ut nisi tellus, posuere vel mattis nec, convallis a metus. Nullam elementum molestie felis nec lobortis. Cras at justo eu elit semper tempor sed quis orci. In risus magna, malesuada vel elementum ut, finibus et nunc.\n\n&nbsp;', 'Security Tools and Techniques', '', 'publish', 'closed', 'closed', '', 'security-tools-and-techniques', '', '', '2016-06-07 06:58:31', '2016-06-07 06:58:31', '', 0, 'http://eco-press.cmsmasters.net/?post_type=tribe_events&amp;p=10792', 0, 'tribe_events', '', 0),
(10798, 1, '2016-06-07 06:58:31', '2016-06-07 06:58:31', '', 'Nick Sims', '', 'publish', 'closed', 'closed', '', 'nick-sims', '', '', '2016-06-07 06:58:31', '2016-06-07 06:58:31', '', 0, 'http://eco-press.cmsmasters.net/organizer/nick-sims/', 0, 'tribe_organizer', '', 0),
(10799, 1, '2016-06-07 06:58:31', '2016-06-07 06:58:31', '', 'Empire State Building', '', 'publish', 'closed', 'closed', '', 'empire-state-building', '', '', '2016-06-07 06:58:31', '2016-06-07 06:58:31', '', 0, 'http://eco-press.cmsmasters.net/venue/eco-press/', 0, 'tribe_venue', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(10800, 1, '2016-06-07 07:13:38', '2016-06-07 07:13:38', 'Cras dapibus ullamcorper dictum. Vivamus nec erat placerat felis scelerisque porttitor in ac turpis. In nec imperdiet turpis. Suspendisse quis orci ut orci pulvinar eleifend. Nulla eu mattis ipsum. Integer eget sagittis nulla. Praesent consectetur lacus et maximus eleifend. Integer non lacus dui. Mauris tortor diam, laoreet quis commodo vitae, sodales vel augue.| Sed rutrum, libero non pretium tristique, arcu mi sollicitudin ex, quis venenatis orci tellus vel dolor. Donec gravida, dolor ut auctor facilisis, enim dolor pellentesque lectus, nec vehicula nibh risus ac leo. Mauris volutpat aliquam tellus nec rhoncus. Aliquam et nibh pulvinar, sodales nibh et, pretium urna. Vivamus quam augue, maximus in consequat imperdiet, iaculis non nibh. Aliquam erat volutpat. Curabitur venenatis massa sed lacus tristique, non auctor nisl sodales. Sed ultricies lacus ut libero faucibus fringilla. Ut nisi tellus, posuere vel mattis nec, convallis a metus. Nullam elementum molestie felis nec lobortis. Cras at justo eu elit semper tempor sed quis orci. In risus magna, malesuada vel elementum ut, finibus et nunc.\n\n&nbsp;', 'Technical Skills for Business Success', '', 'publish', 'closed', 'closed', '', 'technical-skills-for-business-success', '', '', '2016-06-07 07:13:38', '2016-06-07 07:13:38', '', 0, 'http://eco-press.cmsmasters.net/?post_type=tribe_events&amp;p=10800', 0, 'tribe_events', '', 0),
(10801, 1, '2016-06-07 07:19:57', '2016-06-07 07:19:57', 'Cras dapibus ullamcorper dictum. Vivamus nec erat placerat felis scelerisque porttitor in ac turpis. In nec imperdiet turpis. Suspendisse quis orci ut orci pulvinar eleifend. Nulla eu mattis ipsum. Integer eget sagittis nulla. Praesent consectetur lacus et maximus eleifend. Integer non lacus dui. Mauris tortor diam, laoreet quis commodo vitae, sodales vel augue.| Sed rutrum, libero non pretium tristique, arcu mi sollicitudin ex, quis venenatis orci tellus vel dolor. Donec gravida, dolor ut auctor facilisis, enim dolor pellentesque lectus, nec vehicula nibh risus ac leo. Mauris volutpat aliquam tellus nec rhoncus. Aliquam et nibh pulvinar, sodales nibh et, pretium urna. Vivamus quam augue, maximus in consequat imperdiet, iaculis non nibh. Aliquam erat volutpat. Curabitur venenatis massa sed lacus tristique, non auctor nisl sodales. Sed ultricies lacus ut libero faucibus fringilla. Ut nisi tellus, posuere vel mattis nec, convallis a metus. Nullam elementum molestie felis nec lobortis. Cras at justo eu elit semper tempor sed quis orci. In risus magna, malesuada vel elementum ut, finibus et nunc.\n\n&nbsp;', 'Software Applications & Services', '', 'publish', 'closed', 'closed', '', 'software-applications-services', '', '', '2016-06-07 07:19:57', '2016-06-07 07:19:57', '', 0, 'http://eco-press.cmsmasters.net/?post_type=tribe_events&amp;p=10801', 0, 'tribe_events', '', 0),
(10803, 1, '2016-06-07 07:21:59', '2016-06-07 07:21:59', 'Cras dapibus ullamcorper dictum. Vivamus nec erat placerat felis scelerisque porttitor in ac turpis. In nec imperdiet turpis. Suspendisse quis orci ut orci pulvinar eleifend. Nulla eu mattis ipsum. Integer eget sagittis nulla. Praesent consectetur lacus et maximus eleifend. Integer non lacus dui. Mauris tortor diam, laoreet quis commodo vitae, sodales vel augue.| Sed rutrum, libero non pretium tristique, arcu mi sollicitudin ex, quis venenatis orci tellus vel dolor. Donec gravida, dolor ut auctor facilisis, enim dolor pellentesque lectus, nec vehicula nibh risus ac leo. Mauris volutpat aliquam tellus nec rhoncus. Aliquam et nibh pulvinar, sodales nibh et, pretium urna. Vivamus quam augue, maximus in consequat imperdiet, iaculis non nibh. Aliquam erat volutpat. Curabitur venenatis massa sed lacus tristique, non auctor nisl sodales. Sed ultricies lacus ut libero faucibus fringilla. Ut nisi tellus, posuere vel mattis nec, convallis a metus. Nullam elementum molestie felis nec lobortis. Cras at justo eu elit semper tempor sed quis orci. In risus magna, malesuada vel elementum ut, finibus et nunc.\n\n&nbsp;', 'IT Infrastructure / Operations Management', '', 'publish', 'closed', 'closed', '', 'it-infrastructure-operations-management', '', '', '2016-06-07 07:21:59', '2016-06-07 07:21:59', '', 0, 'http://eco-press.cmsmasters.net/?post_type=tribe_events&amp;p=10803', 0, 'tribe_events', '', 0),
(10805, 1, '2016-06-07 07:26:15', '2016-06-07 07:26:15', 'Cras dapibus ullamcorper dictum. Vivamus nec erat placerat felis scelerisque porttitor in ac turpis. In nec imperdiet turpis. Suspendisse quis orci ut orci pulvinar eleifend. Nulla eu mattis ipsum. Integer eget sagittis nulla. Praesent consectetur lacus et maximus eleifend. Integer non lacus dui. Mauris tortor diam, laoreet quis commodo vitae, sodales vel augue.| Sed rutrum, libero non pretium tristique, arcu mi sollicitudin ex, quis venenatis orci tellus vel dolor. Donec gravida, dolor ut auctor facilisis, enim dolor pellentesque lectus, nec vehicula nibh risus ac leo. Mauris volutpat aliquam tellus nec rhoncus. Aliquam et nibh pulvinar, sodales nibh et, pretium urna. Vivamus quam augue, maximus in consequat imperdiet, iaculis non nibh. Aliquam erat volutpat. Curabitur venenatis massa sed lacus tristique, non auctor nisl sodales. Sed ultricies lacus ut libero faucibus fringilla. Ut nisi tellus, posuere vel mattis nec, convallis a metus. Nullam elementum molestie felis nec lobortis. Cras at justo eu elit semper tempor sed quis orci. In risus magna, malesuada vel elementum ut, finibus et nunc.\n\n&nbsp;', 'Management Development Program', '', 'publish', 'closed', 'closed', '', 'management-development-program', '', '', '2016-06-07 07:26:15', '2016-06-07 07:26:15', '', 0, 'http://eco-press.cmsmasters.net/?post_type=tribe_events&amp;p=10805', 0, 'tribe_events', '', 0),
(11021, 1, '2016-06-09 11:59:02', '2016-06-09 11:59:02', '[cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n\nInteger dignissim dolor quis lorem semper, sit amet convallis ipsum dignissim. Sed diam quam, aliquam a fringilla at, lobortis sed velit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla iaculis enim id mauris pharetra laoreet. Aliquam a ipsum fringilla purus euismod bibendum et et ipsum. Suspendisse eget sagittis sem. Nam vitae purus ante. Nam aliquam luctus diam.\n\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam vel erat vitae lectus dictum lacinia. Sed nec dolor at lacus sagittis ultrices a et lorem. Aliquam fermentum consequat dolor, nec lacinia lectus fermentum ut. In et justo id justo tristique placerat. Nulla facilisi. Maecenas commodo erat in nisi vehicula lobortis in vitae urna. Sed rhoncus mi quis nulla aliquam, vel eleifend purus molestie. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se Maecenas ornare consequat massa ullamcorper dapibus. Aliquam auctor, sapien sit amet accumsan facilisis, enim enim aliquet arcu, tincidunt pellentesque justo turpis id neque. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus.\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Julia Jameson', '', 'publish', 'closed', 'open', '', 'julia-jameson-2', '', '', '2016-06-09 11:59:02', '2016-06-09 11:59:02', '', 0, 'http://eco-press.cmsmasters.net/?post_type=profile&amp;p=11021', 0, 'profile', '', 0),
(11023, 1, '2016-06-09 12:00:09', '2016-06-09 12:00:09', '[cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n\nInteger dignissim dolor quis lorem semper, sit amet convallis ipsum dignissim. Sed diam quam, aliquam a fringilla at, lobortis sed velit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla iaculis enim id mauris pharetra laoreet. Aliquam a ipsum fringilla purus euismod bibendum et et ipsum. Suspendisse eget sagittis sem. Nam vitae purus ante. Nam aliquam luctus diam.\n\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam vel erat vitae lectus dictum lacinia. Sed nec dolor at lacus sagittis ultrices a et lorem. Aliquam fermentum consequat dolor, nec lacinia lectus fermentum ut. In et justo id justo tristique placerat. Nulla facilisi. Maecenas commodo erat in nisi vehicula lobortis in vitae urna. Sed rhoncus mi quis nulla aliquam, vel eleifend purus molestie. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se Maecenas ornare consequat massa ullamcorper dapibus. Aliquam auctor, sapien sit amet accumsan facilisis, enim enim aliquet arcu, tincidunt pellentesque justo turpis id neque. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus.\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Amy Adams', '', 'publish', 'closed', 'open', '', 'amy-adams-2', '', '', '2016-06-09 12:00:09', '2016-06-09 12:00:09', '', 0, 'http://eco-press.cmsmasters.net/?post_type=profile&amp;p=11023', 0, 'profile', '', 0),
(11025, 1, '2016-06-09 12:00:48', '2016-06-09 12:00:48', '[cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_bg_parallax_ratio=\"0.5\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_color=\"default\" data_padding_right=\"3\" data_padding_left=\"3\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text]\n\nInteger dignissim dolor quis lorem semper, sit amet convallis ipsum dignissim. Sed diam quam, aliquam a fringilla at, lobortis sed velit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla iaculis enim id mauris pharetra laoreet. Aliquam a ipsum fringilla purus euismod bibendum et et ipsum. Suspendisse eget sagittis sem. Nam vitae purus ante. Nam aliquam luctus diam.\n\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam vel erat vitae lectus dictum lacinia. Sed nec dolor at lacus sagittis ultrices a et lorem. Aliquam fermentum consequat dolor, nec lacinia lectus fermentum ut. In et justo id justo tristique placerat. Nulla facilisi. Maecenas commodo erat in nisi vehicula lobortis in vitae urna. Sed rhoncus mi quis nulla aliquam, vel eleifend purus molestie. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se Maecenas ornare consequat massa ullamcorper dapibus. Aliquam auctor, sapien sit amet accumsan facilisis, enim enim aliquet arcu, tincidunt pellentesque justo turpis id neque. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus.\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Max Turner', '', 'publish', 'closed', 'open', '', 'max-turner-2', '', '', '2016-06-09 12:00:48', '2016-06-09 12:00:48', '', 0, 'http://eco-press.cmsmasters.net/?post_type=profile&amp;p=11025', 0, 'profile', '', 0),
(11027, 1, '2016-06-09 12:07:59', '2016-06-09 12:07:59', '[cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam vel erat vitae lectus dictum lacinia. Sed nec dolor at lacus sagittis ultrices a et lorem. Aliquam fermentum consequat dolor, nec lacinia lectus fermentum ut. In et justo id justo tristique placerat. Nulla facilisi. Maecenas commodo erat in nisi vehicula lobortis in vitae urna. Sed rhoncus mi quis nulla aliquam, vel eleifend purus molestie. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se Maecenas ornare consequat massa ullamcorper dapibus. Aliquam auctor, sapien sit amet accumsan facilisis, enim enim aliquet arcu, tincidunt pellentesque justo turpis id neque. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus.[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Martin Branson', '', 'publish', 'closed', 'open', '', 'martin-branson-2', '', '', '2016-06-09 12:07:59', '2016-06-09 12:07:59', '', 0, 'http://eco-press.cmsmasters.net/?post_type=profile&amp;p=11027', 0, 'profile', '', 0),
(11101, 1, '2016-06-09 14:31:39', '2016-06-09 14:31:39', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"80\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote image=\"10991|http://in-conference.cmsmasters.net/wp-content/uploads/2015/04/Depositphotos_70173525_original.png|full\" name=\"Grace Hall\" subtitle=\"Aktivist\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam. Vivamus laoreet non mauris eget mattis. Nam turpis orci, consectetur vel accumsan sed, condimentum at sapien. Nunc ut egestas neque, eu hendrerit lacus. Suspendisse fermentum congue dui nec fringilla.[/cmsmasters_quote][cmsmasters_quote image=\"10993|http://in-conference.cmsmasters.net/wp-content/uploads/2015/04/Depositphotos_98090672_original.png|full\" name=\"Connor Walker\" subtitle=\"Aktivist\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam. Vivamus laoreet non mauris eget mattis. Nam turpis orci, consectetur vel accumsan sed, condimentum at sapien. Nunc ut egestas neque, eu hendrerit lacus. Suspendisse fermentum congue dui nec fringilla.[/cmsmasters_quote][cmsmasters_quote image=\"10992|http://in-conference.cmsmasters.net/wp-content/uploads/2015/04/Depositphotos_88661376_original.png|full\" name=\"Kira Wood\" subtitle=\"Manager\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam. Vivamus laoreet non mauris eget mattis. Nam turpis orci, consectetur vel accumsan sed, condimentum at sapien. Nunc ut egestas neque, eu hendrerit lacus. Suspendisse fermentum congue dui nec fringilla.[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row]', 'quotes', '', 'publish', 'closed', 'closed', '', 'quotes', '', '', '2016-06-09 14:31:39', '2016-06-09 14:31:39', '', 0, 'http://eco-press.cmsmasters.net/content_template/quotes/', 0, 'content_template', '', 0),
(11258, 1, '2016-06-13 08:36:18', '2016-06-13 08:36:18', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"90\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_blog orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"creative,events-app,idea,work\" layout=\"standard\" metadata=\"date,categories,author,comments,likes,more\" pagination=\"more\"][/cmsmasters_column][/cmsmasters_row]', 'News', '', 'publish', 'closed', 'closed', '', 'news', '', '', '2016-06-13 08:36:18', '2016-06-13 08:36:18', '', 0, 'http://eco-press.cmsmasters.net/?page_id=11258', 0, 'page', '', 0),
(11275, 1, '2016-06-13 13:01:11', '2016-06-13 13:01:11', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"first\" data_padding_top=\"130\" data_padding_bottom=\"0\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_sidebar sidebar=\"sidebar_bottom\" layout=\"14141414\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_sidebar sidebar=\"home-bottom-sidebar\" layout=\"131313\"][/cmsmasters_column][/cmsmasters_row]', 'home bottom sidebar', '', 'publish', 'closed', 'closed', '', 'home-bottom-sidebar', '', '', '2016-06-13 13:01:11', '2016-06-13 13:01:11', '', 0, 'http://eco-press.cmsmasters.net/content_template/home-bottom-sidebar/', 0, 'content_template', '', 0),
(11455, 1, '2016-06-15 07:36:13', '2016-06-15 07:36:13', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_bg_color=\"#fcfcfc\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_padding=\"0\" text_align=\"left\" bg_img=\"11208|http://in-conference.cmsmasters.net/wp-content/uploads/2015/11/welcome.jpg|full\" bg_position=\"center center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"688\" bottom_padding=\"0\" animation_delay=\"0\"][/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"90\" text_position=\"center\" text_padding=\"160px 150px 100px 50px\" text_align=\"left\" fb_bg_color=\"#fcfcfc\" top_padding=\"0\" bottom_padding=\"0\" animation_delay=\"0\"]\n<h1>Welcome</h1>\n<h1>to Eco Press!</h1>\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"15\" margin_bottom=\"0\" animation_delay=\"0\"]\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page.\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"30\" margin_bottom=\"0\" animation_delay=\"0\"][cmsmasters_button button_type=\"regular\" button_link=\"http://eco-press.cmsmasters.net/about-us/\" button_target=\"self\" button_text_align=\"left\" button_font_size=\"13\" button_line_height=\"48\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"35\" button_border_style=\"solid\" button_border_radius=\"30px 30px\" animation_delay=\"0\"]read our story[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row]', 'split screen section', '', 'publish', 'closed', 'closed', '', 'split-screen-section', '', '', '2016-06-15 07:36:13', '2016-06-15 07:36:13', '', 0, 'http://eco-press.cmsmasters.net/content_template/split-screen-section/', 0, 'content_template', '', 0),
(11486, 1, '2016-06-02 06:58:08', '2016-06-02 06:58:08', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\nEco Press \"[your-subject]\"\n[your-name] \nFrom: [your-name] \nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Eco Press (http://eco-press.cmsmasters.net)\nexample@example.com\nReply-To: [your-email]\n\n0\n0\n\nEco Press \"[your-subject]\"\nEco Press \nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Eco Press (http://eco-press.cmsmasters.net)\n[your-email]\nReply-To: example@example.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1-2-6', '', '', '2016-06-02 06:58:08', '2016-06-02 06:58:08', '', 0, 'http://eco-press.cmsmasters.net/?post_type=wpcf7_contact_form&amp;p=4', 0, 'wpcf7_contact_form', '', 0),
(11737, 1, '2016-06-21 09:37:50', '2016-06-21 09:37:50', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"80\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote image=\"11662|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/04/photodune-6860206-ginger-woman-s.png|full\" name=\"Grace Hall\" subtitle=\"Manager\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam. Vivamus laoreet non mauris eget mattis. Nam turpis orci, consectetur vel accumsan sed, condimentum at sapien. Nunc ut egestas neque, eu hendrerit lacus. Suspendisse fermentum congue dui nec fringilla.[/cmsmasters_quote][cmsmasters_quote image=\"11664|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/04/photodune-8386893-successful-businessman-s.png|full\" name=\"Connor Walker\" subtitle=\"Manager\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam. Vivamus laoreet non mauris eget mattis. Nam turpis orci, consectetur vel accumsan sed, condimentum at sapien. Nunc ut egestas neque, eu hendrerit lacus. Suspendisse fermentum congue dui nec fringilla.[/cmsmasters_quote][cmsmasters_quote image=\"11665|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/04/photodune-10624211-businesswoman-networking-s.png|full\" name=\"Kira Wood\" subtitle=\"Design\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam. Vivamus laoreet non mauris eget mattis. Nam turpis orci, consectetur vel accumsan sed, condimentum at sapien. Nunc ut egestas neque, eu hendrerit lacus. Suspendisse fermentum congue dui nec fringilla.[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row]', 'Quotes', '', 'publish', 'closed', 'closed', '', 'quotes-2', '', '', '2016-06-21 09:37:50', '2016-06-21 09:37:50', '', 0, 'http://template.cmsmasters.net/content_template/quotes-2/', 0, 'content_template', '', 0),
(11747, 1, '2016-06-21 12:14:24', '2016-06-21 12:14:24', '[cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_clients columns=\"5\" layout=\"grid\" height=\"220\" animation_delay=\"0\"][cmsmasters_client logo=\"10897|http://in-conference.cmsmasters.net/wp-content/uploads/2015/04/water1.png|full\"]Water[/cmsmasters_client][cmsmasters_client logo=\"10892|http://in-conference.cmsmasters.net/wp-content/uploads/2015/04/bio-technology1.png|full\"] Bio-Technology[/cmsmasters_client][cmsmasters_client logo=\"10893|http://in-conference.cmsmasters.net/wp-content/uploads/2015/04/eco-nature1.png|full\"]Eco Nature[/cmsmasters_client][cmsmasters_client logo=\"10894|http://in-conference.cmsmasters.net/wp-content/uploads/2015/04/green-labs1.png|full\"]Green Labs[/cmsmasters_client][cmsmasters_client logo=\"10895|http://in-conference.cmsmasters.net/wp-content/uploads/2015/04/reuse-reduce-recycle1.png|full\"]Reduce-Reuse-Recycle[/cmsmasters_client][/cmsmasters_clients][cmsmasters_divider width=\"long\" height=\"1\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"70\" animation_delay=\"0\"][cmsmasters_clients columns=\"5\" layout=\"slider\" height=\"220\" autoplay=\"true\" arrow_control=\"true\" animation_delay=\"0\"][cmsmasters_client logo=\"10897|http://in-conference.cmsmasters.net/wp-content/uploads/2015/04/water1.png|full\"]Water[/cmsmasters_client][cmsmasters_client logo=\"10892|http://in-conference.cmsmasters.net/wp-content/uploads/2015/04/bio-technology1.png|full\"]Bio Technology[/cmsmasters_client][cmsmasters_client logo=\"10893|http://in-conference.cmsmasters.net/wp-content/uploads/2015/04/eco-nature1.png|full\"]Eco Nature[/cmsmasters_client][cmsmasters_client logo=\"10894|http://in-conference.cmsmasters.net/wp-content/uploads/2015/04/green-labs1.png|full\"]Green Labs[/cmsmasters_client][cmsmasters_client logo=\"10895|http://in-conference.cmsmasters.net/wp-content/uploads/2015/04/reuse-reduce-recycle1.png|full\"]Reduce Reuse Recycle[/cmsmasters_client][cmsmasters_client logo=\"10896|http://in-conference.cmsmasters.net/wp-content/uploads/2015/04/save-the-world1.png|full\"]Save the World[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row]', 'clients', '', 'publish', 'closed', 'closed', '', 'clients', '', '', '2016-06-21 12:14:24', '2016-06-21 12:14:24', '', 0, 'http://template.cmsmasters.net/content_template/clients/', 0, 'content_template', '', 0),
(11766, 1, '2016-06-21 13:43:00', '2016-06-21 13:43:00', '[cmsmasters_row data_padding_bottom=\"150\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"11543|http://in-conference.cmsmasters.net/wp-content/uploads/2016/06/03.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h1\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Heading[/cmsmasters_heading][cmsmasters_heading type=\"h4\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Lorem ipsum dolor sit[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'heading', '', 'publish', 'closed', 'closed', '', 'heading', '', '', '2016-06-21 13:43:00', '2016-06-21 13:43:00', '', 0, 'http://template.cmsmasters.net/content_template/heading/', 0, 'content_template', '', 0),
(11805, 1, '2016-06-22 07:45:48', '2016-06-22 07:45:48', '[cmsmasters_row data_padding_bottom=\"150\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"11543|http://in-conference.cmsmasters.net/wp-content/uploads/2016/06/03.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h1\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Pricing[/cmsmasters_heading][cmsmasters_heading type=\"h4\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Lorem ipsum dolor sit[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"100\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h1\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Create Your Own Genuine Web Masterpiece[/cmsmasters_heading][cmsmasters_heading type=\"h4\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_bg_parallax_ratio=\"0.5\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"3\" data_padding_left=\"3\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"99\" currency=\"$\" features=\"title{Lorem ipsum dolor sit amet}|link{}|icon{}||title{Consectetuer adipiscing elit}|link{}|icon{}||title{Sed diam nonummy nibh}|link{}|icon{}||title{Euismod tincidunt ut laoreet dolore}|link{}|icon{}||title{Magna aliquam}|link{}|icon{}\" button_show=\"true\" button_title=\"Read More\" button_target=\"self\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic Pack[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"150\" currency=\"$\" features=\"title{Lorem ipsum dolor sit amet}|link{}|icon{}||title{Consectetuer adipiscing elit}|link{}|icon{}||title{Sed diam nonummy nibh}|link{}|icon{}||title{Euismod tincidunt ut laoreet dolore}|link{}|icon{}||title{Magna aliquam}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Read More\" button_target=\"self\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\"]Original Pack[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"199\" currency=\"$\" features=\"title{Lorem ipsum dolor sit amet}|link{}|icon{}||title{Consectetuer adipiscing elit}|link{}|icon{}||title{Sed diam nonummy nibh}|link{}|icon{}||title{Euismod tincidunt ut laoreet dolore}|link{}|icon{}||title{Magna aliquam}|link{}|icon{}\" button_show=\"true\" button_title=\"Read More\" button_target=\"self\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\"]Premium Pack[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"199\" currency=\"$\" features=\"title{Lorem ipsum dolor sit amet}|link{}|icon{}||title{Consectetuer adipiscing elit}|link{}|icon{}||title{Sed diam nonummy nibh}|link{}|icon{}||title{Euismod tincidunt ut laoreet dolore}|link{}|icon{}||title{Magna aliquam}|link{}|icon{}\" button_show=\"true\" button_title=\"Read More\" button_target=\"self\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\"]Ulitimate Pack[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"100\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h4 class=\"vc_empty_space\" style=\"text-align: center\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna\naliquam erat volutpat. Ut wisi enim ad minim veniam</h4>\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_color=\"#f7f7f7\" data_padding_top=\"50\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" columns=\"4\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,more\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"80\" data_padding_top=\"80\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"2/3\"][cmsmasters_heading type=\"h3\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_button button_type=\"regular\" button_target=\"self\" button_text_align=\"left\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]Check It Out Now[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row]', 'Pricing', '', 'publish', 'closed', 'closed', '', 'pricing', '', '', '2016-06-22 07:45:48', '2016-06-22 07:45:48', '', 0, 'http://template.cmsmasters.net/?page_id=11805', 0, 'page', '', 0),
(11850, 1, '2016-06-24 12:08:02', '2016-06-24 12:08:02', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"80\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h1\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Contact Us[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h5 class=\"vc_empty_space\" style=\"text-align: center\"> Create custom contact forms made to suit your every need, with the free Contact Form 7\nplugin. Style your maps with color overlays, custom pins, and more.</h5>\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_contact_form form_plugin=\"cfb\" form_cfb=\"704\" email_cfb=\"example@example.com\" animation_delay=\"0\"][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_google_map_markers address_type=\"address\" address=\"7850 Melrose Ave Los Angeles, CA 90046\" type=\"ROADMAP\" zoom=\"14\" height_type=\"auto\" scroll_wheel=\"true\" double_click_zoom=\"true\" pan_control=\"true\" zoom_control=\"true\" map_type_control=\"true\" scale_control=\"true\" street_view_control=\"true\" overview_map_control=\"true\" animation_delay=\"0\"][cmsmasters_google_map_marker address_type=\"address\" address=\"7850 Melrose Ave Los Angeles, CA 90046\"][/cmsmasters_google_map_marker][/cmsmasters_google_map_markers][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"][cmsmasters_icon_list_items type=\"list\" icon=\"cmsmasters-icon-thumbs-up\" icon_size=\"18\" animation_delay=\"0\"][cmsmasters_icon_list_item icon=\"cmsmasters-icon-location-3\" title=\"San Francisco, CA 94102, US 1234\"][/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-phone-4\" title=\"+1 000 123 1234\"][/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-mail-3\" title=\"example@example.com\"][/cmsmasters_icon_list_item][cmsmasters_icon_list_item icon=\"cmsmasters-icon-user-3\" title=\"Everyday: 8:00am - 6:00pm\"][/cmsmasters_icon_list_item][/cmsmasters_icon_list_items][/cmsmasters_column][/cmsmasters_row]', 'Contact 1', '', 'publish', 'closed', 'closed', '', 'contact-1', '', '', '2016-06-24 12:08:02', '2016-06-24 12:08:02', '', 0, 'http://template.cmsmasters.net/?page_id=11850', 0, 'page', '', 0),
(11863, 1, '2016-06-24 12:45:49', '2016-06-24 12:45:49', '[cmsmasters_row data_width=\"fullwidth\" data_padding_left=\"0\" data_padding_right=\"0\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"0\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_google_map_markers address_type=\"address\" address=\"London\" type=\"ROADMAP\" zoom=\"14\" height_type=\"fixed\" height=\"455\" double_click_zoom=\"true\" pan_control=\"true\" zoom_control=\"true\" map_type_control=\"true\" scale_control=\"true\" street_view_control=\"true\" overview_map_control=\"true\" animation_delay=\"0\"][cmsmasters_google_map_marker address_type=\"address\" address=\"London\"][/cmsmasters_google_map_marker][/cmsmasters_google_map_markers][/cmsmasters_column][/cmsmasters_row]', 'map', '', 'publish', 'closed', 'closed', '', 'map', '', '', '2016-06-24 12:45:49', '2016-06-24 12:45:49', '', 0, 'http://template.cmsmasters.net/content_template/map/', 0, 'content_template', '', 0),
(11921, 1, '2016-06-28 11:17:33', '2016-06-28 11:17:33', '[cmsmasters_row data_padding_bottom=\"20\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]Round Skills[/cmsmasters_heading][cmsmasters_stats mode=\"circles\" count=\"4\" animation_delay=\"0\"][cmsmasters_stat subtitle=\"Lorem ipsum amet, consectetur adipiscing phasellus. Sagittis semper.\" progress=\"75\"]Brand Identity [/cmsmasters_stat][cmsmasters_stat subtitle=\"Lorem ipsum amet, consectetur adipiscing phasellus. Sagittis semper.\" progress=\"80\"]Graphic Design [/cmsmasters_stat][cmsmasters_stat subtitle=\"Lorem ipsum amet, consectetur adipiscing phasellus. Sagittis semper.\" progress=\"95\"]HTML Coding [/cmsmasters_stat][cmsmasters_stat subtitle=\"Lorem ipsum amet, consectetur adipiscing phasellus. Sagittis semper.\" progress=\"70\"]Market Analysis [/cmsmasters_stat][/cmsmasters_stats][cmsmasters_divider width=\"long\" height=\"2\" style=\"solid\" position=\"center\" margin_top=\"30\" margin_bottom=\"70\" animation_delay=\"0\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]Vertical Skills[/cmsmasters_heading][cmsmasters_stats mode=\"bars\" type=\"vertical\" count=\"5\" animation_delay=\"0\"][cmsmasters_stat subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" progress=\"88\"]Brand Identity [/cmsmasters_stat][cmsmasters_stat progress=\"68\"]Graphic Design [/cmsmasters_stat][cmsmasters_stat progress=\"84\"]HTML Coding [/cmsmasters_stat][cmsmasters_stat progress=\"75\"]Market Analysis [/cmsmasters_stat][cmsmasters_stat progress=\"77\"]Support 24/7[/cmsmasters_stat][/cmsmasters_stats][cmsmasters_divider width=\"long\" height=\"2\" style=\"solid\" position=\"center\" margin_top=\"30\" margin_bottom=\"70\" animation_delay=\"0\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"40\" margin_bottom=\"30\" animation_delay=\"0\"]Top Icons[/cmsmasters_heading][cmsmasters_counters type=\"vertical\" count=\"4\" icon_size=\"30\" icon_space=\"70\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"2354\" icon_type=\"icon\" icon=\"cmsmasters-icon-dollar\"]Investment[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"3758\" icon_type=\"icon\" icon=\"cmsmasters-icon-chart-pie\"]Capitalization[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"837\" icon_type=\"icon\" icon=\"cmsmasters-icon-users-1\"]Cooperation[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"1285\" icon_type=\"icon\" icon=\"cmsmasters-icon-credit-card\"]Deposit[/cmsmasters_counter][/cmsmasters_counters][cmsmasters_divider width=\"long\" height=\"2\" style=\"solid\" position=\"center\" margin_top=\"30\" margin_bottom=\"70\" animation_delay=\"0\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_bottom=\"30\" animation_delay=\"0\"]Side Icons[/cmsmasters_heading][cmsmasters_counters type=\"horizontal\" count=\"4\" icon_size=\"30\" icon_space=\"70\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"2354\" icon_type=\"icon\" icon=\"cmsmasters-icon-dollar\"]Investment[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"3758\" icon_type=\"icon\" icon=\"cmsmasters-icon-chart-pie\"]Capitalization[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"837\" icon_type=\"icon\" icon=\"cmsmasters-icon-users-1\"]Cooperation[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"1285\" icon_type=\"icon\" icon=\"cmsmasters-icon-credit-card\"]Deposit[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row]', 'Progress Bars', '', 'publish', 'closed', 'closed', '', 'progress-bars', '', '', '2016-06-28 11:17:33', '2016-06-28 11:17:33', '', 0, 'http://template.cmsmasters.net/content_template/progress-bars/', 0, 'content_template', '', 0),
(11924, 1, '2016-06-28 11:35:15', '2016-06-28 11:35:15', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_bottom=\"70\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"grid\" columns=\"2\" animation_delay=\"0\"][cmsmasters_quote image=\"11662|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/04/photodune-6860206-ginger-woman-s.png|full\" name=\"Grace Hall\" subtitle=\"Manager\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam. Vivamus laoreet non mauris eget mattis. Nam turpis orci, consectetur vel accumsan sed, condimentum at sapien. Nunc ut egestas neque, eu hendrerit lacus.[/cmsmasters_quote][cmsmasters_quote image=\"11664|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/04/photodune-8386893-successful-businessman-s.png|full\" name=\"Connor Walker\" subtitle=\"Manager\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam. Vivamus laoreet non mauris eget mattis. Nam turpis orci, consectetur vel accumsan sed, condimentum at sapien. Nunc ut egestas neque, eu hendrerit lacus.[/cmsmasters_quote][cmsmasters_quote image=\"11663|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/04/photodune-8386876-employee-at-work-s.png|full\" name=\"Daniel Sims\" subtitle=\"Manager\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam. Vivamus laoreet non mauris eget mattis. Nam turpis orci, consectetur vel accumsan sed, condimentum at sapien. Nunc ut egestas neque, eu hendrerit lacus.[/cmsmasters_quote][cmsmasters_quote image=\"11665|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/04/photodune-10624211-businesswoman-networking-s.png|full\" name=\"Kira Wood\" subtitle=\"Design\"]Sed nec blandit nibh. Pellentesque commodo suscipit gravida. Sed sit amet ex sed mi dignissim elementum in ut quam. Vivamus laoreet non mauris eget mattis. Nam turpis orci, consectetur vel accumsan sed, condimentum at sapien. Nunc ut egestas neque, eu hendrerit lacus.[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row]', 'Quotes Grid', '', 'publish', 'closed', 'closed', '', 'quotes-grid', '', '', '2016-06-28 11:35:15', '2016-06-28 11:35:15', '', 0, 'http://template.cmsmasters.net/content_template/quotes-grid/', 0, 'content_template', '', 0),
(11943, 1, '2016-06-28 13:19:43', '2016-06-28 13:19:43', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"70\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_featured_block text_width=\"36\" text_position=\"left\" text_padding=\"40px 40px 40px 40px\" text_align=\"left\" color_overlay=\"#84d553\" bg_img=\"11543|http://in-conference.cmsmasters.net/wp-content/uploads/2016/06/03.jpg|full\" bg_position=\"bottom left\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"0\" bottom_padding=\"0\" border_radius=\"5px\" animation_delay=\"0\"]\n<h2 class=\"edgtf-st-title\"><span style=\"color: #ffffff\">Creative Elements</span></h2>\n<p id=\"cmsms_heading_5757ce4780801\" class=\"cmsms_heading\"><span style=\"color: #ffffff;font-family: Arial, Helvetica, \'Nimbus Sans L\', sans-serif;font-size: 13px;line-height: 20px\">Duis interdum risus ligula, in consequat lectus eleifend quis. In malesuada finibus arcu eu volutpat. Suspendisse ornare lacus ligula, quis mollis augue accumsan et. Phasellus et ante id ante finibus consectetur at ut lorem. Etiam id facilisis lorem. Aliquam eleifend orci ligula, sit amet posuere lectus egestas vitae. Morbi et felis vestibulum, euismod magna in, tempor enim. Vivamus placerat dictum enim eget pellentesque. Mauris egestas cursus malesuada. Aliquam auctor placerat dolor vel sagittis. In nec metus arcu. Vestibulum tincidunt nec lorem eget tincidunt.</span></p>\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row]', 'Featured Block', '', 'publish', 'closed', 'closed', '', 'featured-block', '', '', '2016-06-28 13:19:43', '2016-06-28 13:19:43', '', 0, 'http://template.cmsmasters.net/content_template/featured-block/', 0, 'content_template', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(11951, 1, '2016-06-28 13:52:47', '2016-06-28 13:52:47', '[cmsmasters_row data_width=\"boxed\" data_color=\"default\" data_padding_top=\"90\" data_padding_bottom=\"70\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}||title{Shortcodes pack}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}||title{Shortcodes pack}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}||title{Shortcodes pack}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}||title{Shortcodes pack}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row]', 'Pricing', '', 'publish', 'closed', 'closed', '', 'pricing', '', '', '2016-06-28 13:52:47', '2016-06-28 13:52:47', '', 0, 'http://template.cmsmasters.net/content_template/pricing/', 0, 'content_template', '', 0),
(11984, 1, '2016-06-15 07:42:38', '2016-06-15 07:42:38', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\nTemplate \"[your-subject]\"\n[your-name] \nFrom: [your-name] \nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Template (http://template.cmsmasters.net)\nexample@example.com\nReply-To: [your-email]\n\n0\n0\n\nTemplate \"[your-subject]\"\nTemplate \nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Template (http://template.cmsmasters.net)\n[your-email]\nReply-To: example@example.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1-2-7', '', '', '2016-06-15 07:42:38', '2016-06-15 07:42:38', '', 0, 'http://template.cmsmasters.net/?post_type=wpcf7_contact_form&amp;p=4', 0, 'wpcf7_contact_form', '', 0),
(12096, 1, '2016-07-01 11:52:56', '2016-07-01 11:52:56', '[cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"none\" animation_delay=\"0\"]11546|http://in-conference.cmsmasters.net/wp-content/uploads/2016/06/06.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]Integer dignissim dolor quis lorem semper, sit amet convallis ipsum dignissim. Sed diam quam, aliquam a fringilla at, lobortis sed velit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla iaculis enim id mauris pharetra laoreet. Aliquam a ipsum fringilla purus euismod bibendum et et ipsum. Suspendisse eget sagittis sem. Nam vitae purus ante. Nam aliquam luctus diam.\n\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam vel erat vitae lectus dictum lacinia. Sed nec dolor at lacus sagittis ultrices a et lorem. Aliquam fermentum consequat dolor, nec lacinia lectus fermentum ut. In et justo id justo tristique placerat. Nulla facilisi. Maecenas commodo erat in nisi vehicula lobortis in vitae urna. Sed rhoncus mi quis nulla aliquam, vel eleifend purus molestie. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se Maecenas ornare consequat massa ullamcorper dapibus. Aliquam auctor, sapien sit amet accumsan facilisis, enim enim aliquet arcu, tincidunt pellentesque justo turpis id neque. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus.\n\n[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'profile', '', 'publish', 'closed', 'closed', '', 'profile', '', '', '2016-07-01 11:52:56', '2016-07-01 11:52:56', '', 0, 'http://in-conference.cmsmasters.net/content_template/profile/', 0, 'content_template', '', 0),
(12116, 1, '2016-07-01 12:56:00', '2016-07-01 12:56:00', '[cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12929|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/03.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam vel erat vitae lectus dictum lacinia. Sed nec dolor at lacus sagittis ultrices a et lorem. Aliquam fermentum consequat dolor, nec lacinia lectus fermentum ut. In et justo id justo tristique placerat. Nulla facilisi. Maecenas commodo erat in nisi vehicula lobortis in vitae urna. Sed rhoncus mi quis nulla aliquam, vel eleifend purus molestie. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se Maecenas ornare consequat massa ullamcorper dapibus. Aliquam auctor, sapien sit amet accumsan facilisis, enim enim aliquet arcu, tincidunt pellentesque justo turpis id neque. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus.[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Andrea Warraety', '', 'publish', 'closed', 'open', '', 'andrea-warraety', '', '', '2016-07-01 12:56:00', '2016-07-01 12:56:00', '', 0, 'http://in-conference.cmsmasters.net/?post_type=profile&amp;p=12116', 0, 'profile', '', 0),
(12117, 1, '2016-07-01 13:02:55', '2016-07-01 13:02:55', '[cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam vel erat vitae lectus dictum lacinia. Sed nec dolor at lacus sagittis ultrices a et lorem. Aliquam fermentum consequat dolor, nec lacinia lectus fermentum ut. In et justo id justo tristique placerat. Nulla facilisi. Maecenas commodo erat in nisi vehicula lobortis in vitae urna. Sed rhoncus mi quis nulla aliquam, vel eleifend purus molestie. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se Maecenas ornare consequat massa ullamcorper dapibus. Aliquam auctor, sapien sit amet accumsan facilisis, enim enim aliquet arcu, tincidunt pellentesque justo turpis id neque. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus.[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'Eric Boldy', '', 'publish', 'closed', 'open', '', 'eric-boldy', '', '', '2016-07-01 13:02:55', '2016-07-01 13:02:55', '', 0, 'http://in-conference.cmsmasters.net/?post_type=profile&amp;p=12117', 0, 'profile', '', 0),
(12118, 1, '2016-07-01 13:04:04', '2016-07-01 13:04:04', '[cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_image align=\"center\" animation_delay=\"0\"]12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam vel erat vitae lectus dictum lacinia. Sed nec dolor at lacus sagittis ultrices a et lorem. Aliquam fermentum consequat dolor, nec lacinia lectus fermentum ut. In et justo id justo tristique placerat. Nulla facilisi. Maecenas commodo erat in nisi vehicula lobortis in vitae urna. Sed rhoncus mi quis nulla aliquam, vel eleifend purus molestie. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se Maecenas ornare consequat massa ullamcorper dapibus. Aliquam auctor, sapien sit amet accumsan facilisis, enim enim aliquet arcu, tincidunt pellentesque justo turpis id neque. Duis eleifend nunc sit amet mi dapibus ornare. Suspendisse vel libero se. Maecenas tempus leo ac nisi iaculis porta. Sed sapien tortor, aliquet a velit ut, lacinia molestie velit. Maecenas ornare consequat massa ullamcorper dapibus.[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row]', 'John Cornick', '', 'publish', 'closed', 'open', '', 'john-cornick', '', '', '2016-07-01 13:04:04', '2016-07-01 13:04:04', '', 0, 'http://in-conference.cmsmasters.net/?post_type=profile&amp;p=12118', 0, 'profile', '', 0),
(12305, 1, '2016-07-05 07:22:42', '2016-07-05 07:22:42', '', 'element', '', 'inherit', 'open', 'closed', '', 'element', '', '', '2016-07-05 07:22:42', '2016-07-05 07:22:42', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 0, 'attachment', 'image/jpeg', 0),
(12329, 1, '2016-07-05 08:16:22', '2016-07-05 08:16:22', '', '1', '', 'inherit', 'open', 'closed', '', '1-9', '', '', '2016-07-05 08:16:22', '2016-07-05 08:16:22', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2015/11/1-1.png', 0, 'attachment', 'image/png', 0),
(12330, 1, '2016-07-05 08:16:23', '2016-07-05 08:16:23', '', '2', '', 'inherit', 'open', 'closed', '', '2-9', '', '', '2016-07-05 08:16:23', '2016-07-05 08:16:23', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2015/11/2.png', 0, 'attachment', 'image/png', 0),
(12331, 1, '2016-07-05 08:16:24', '2016-07-05 08:16:24', '', '3', '', 'inherit', 'open', 'closed', '', '3-9', '', '', '2016-07-05 08:16:24', '2016-07-05 08:16:24', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2015/11/3.png', 0, 'attachment', 'image/png', 0),
(12332, 1, '2016-07-05 08:16:25', '2016-07-05 08:16:25', '', '4', '', 'inherit', 'open', 'closed', '', '4-9', '', '', '2016-07-05 08:16:25', '2016-07-05 08:16:25', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2015/11/4.png', 0, 'attachment', 'image/png', 0),
(12333, 1, '2016-07-05 08:16:26', '2016-07-05 08:16:26', '', '5', '', 'inherit', 'open', 'closed', '', '5-7', '', '', '2016-07-05 08:16:26', '2016-07-05 08:16:26', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2015/11/5.png', 0, 'attachment', 'image/png', 0),
(12334, 1, '2016-07-05 08:16:27', '2016-07-05 08:16:27', '', '6', '', 'inherit', 'open', 'closed', '', '6-5', '', '', '2016-07-05 08:16:27', '2016-07-05 08:16:27', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2015/11/6.png', 0, 'attachment', 'image/png', 0),
(12335, 1, '2016-07-05 08:16:28', '2016-07-05 08:16:28', '', '7', '', 'inherit', 'open', 'closed', '', '7-6', '', '', '2016-07-05 08:16:28', '2016-07-05 08:16:28', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2015/11/7.png', 0, 'attachment', 'image/png', 0),
(12336, 1, '2016-07-05 08:16:29', '2016-07-05 08:16:29', '', '8', '', 'inherit', 'open', 'closed', '', '8-5', '', '', '2016-07-05 08:16:29', '2016-07-05 08:16:29', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2015/11/8.png', 0, 'attachment', 'image/png', 0),
(12337, 1, '2016-07-05 08:16:31', '2016-07-05 08:16:31', '', '9', '', 'inherit', 'open', 'closed', '', '9-2', '', '', '2016-07-05 08:16:31', '2016-07-05 08:16:31', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2015/11/9.png', 0, 'attachment', 'image/png', 0),
(12352, 1, '2016-07-05 08:51:12', '2016-07-05 08:51:12', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"100\" data_padding_bottom=\"100\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"400\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center\"><span style=\"font-size: 28pt\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"][cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row]', 'Ticket', '', 'publish', 'closed', 'closed', '', 'ticket', '', '', '2016-07-05 08:51:12', '2016-07-05 08:51:12', '', 0, 'http://in-conference.cmsmasters.net/content_template/ticket/', 0, 'content_template', '', 0),
(12390, 1, '2016-07-05 12:05:22', '2016-07-05 12:05:22', '[cmsmasters_row data_width=\"fullwidth\" data_padding_left=\"0\" data_padding_right=\"0\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"first\" data_bg_img=\"12375|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/bg-1.jpg|full\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax=\"true\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"170\" data_padding_bottom=\"165\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Spinsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row]', 'Countdown', '', 'publish', 'closed', 'closed', '', 'countdown', '', '', '2016-07-05 12:05:22', '2016-07-05 12:05:22', '', 0, 'http://in-conference.cmsmasters.net/content_template/countdown/', 0, 'content_template', '', 0),
(12397, 1, '2016-07-05 12:34:11', '2016-07-05 12:34:11', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_img=\"12376|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/bg-3.jpg|full\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_padding_top=\"140\" data_padding_bottom=\"140\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center\"><span style=\"font-size: 28pt;color: #ffffff\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'subscribe', '', 'publish', 'closed', 'closed', '', 'subscribe', '', '', '2016-07-05 12:34:11', '2016-07-05 12:34:11', '', 0, 'http://in-conference.cmsmasters.net/content_template/subscribe/', 0, 'content_template', '', 0),
(12398, 1, '2016-07-05 12:36:20', '2016-07-05 12:36:20', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"100\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center\"><span style=\"font-size: 28pt\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row]', 'Partners', '', 'publish', 'closed', 'closed', '', 'partners', '', '', '2016-07-05 12:36:20', '2016-07-05 12:36:20', '', 0, 'http://in-conference.cmsmasters.net/content_template/partners/', 0, 'content_template', '', 0),
(12407, 1, '2016-07-05 13:00:40', '2016-07-05 13:00:40', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"100\" data_padding_bottom=\"100\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Montserrat:400,700\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center\"><span style=\"font-size: 28pt\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"][cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row]', 'Speakers', '', 'publish', 'closed', 'closed', '', 'speakers', '', '', '2016-07-05 13:00:40', '2016-07-05 13:00:40', '', 0, 'http://in-conference.cmsmasters.net/content_template/speakers/', 0, 'content_template', '', 0),
(12408, 1, '2016-07-05 13:02:49', '2016-07-05 13:02:49', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"first\" data_bg_img=\"12281|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/03.jpg|full\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax=\"true\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"90\" data_padding_bottom=\"90\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_size=\"42\" line_height=\"60\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading][cmsmasters_sidebar sidebar=\"events-countdown\"][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row]', 'Widgets', '', 'publish', 'closed', 'closed', '', 'widgets', '', '', '2016-07-05 13:02:49', '2016-07-05 13:02:49', '', 0, 'http://in-conference.cmsmasters.net/content_template/widgets/', 0, 'content_template', '', 0),
(12416, 1, '2016-07-05 13:17:46', '2016-07-05 13:17:46', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"50\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center\"><span style=\"font-size: 28pt\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_padding_left=\"3\" data_padding_right=\"3\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"0\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_size=\"18\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_size=\"18\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_size=\"18\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_img=\"12377|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/map.jpg|full\" data_bg_position=\"center center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"cover\" data_bg_parallax_ratio=\"0.5\" data_padding_top=\"200\" data_padding_bottom=\"200\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h1\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" animation_delay=\"0\"][/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_color=\"#3a6ee8\" data_padding_top=\"20\" data_padding_bottom=\"20\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_twitter user=\"cmsmasters\" count=\"5\" date=\"true\" control=\"true\" autoplay=\"true\" speed=\"3\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row]', 'Contacts', '', 'publish', 'closed', 'closed', '', 'contacts', '', '', '2016-07-05 13:17:46', '2016-07-05 13:17:46', '', 0, 'http://in-conference.cmsmasters.net/content_template/contacts/', 0, 'content_template', '', 0),
(12515, 1, '2016-07-08 15:10:04', '2016-07-08 15:10:04', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Final Conference', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'final-conference', '', '', '2016-07-08 15:10:04', '2016-07-08 15:10:04', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12515', 0, 'event-schedule', '', 0),
(12517, 1, '2016-07-08 15:11:31', '2016-07-08 15:11:31', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'After Party', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'after-party', '', '', '2016-07-08 15:11:31', '2016-07-08 15:11:31', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12517', 0, 'event-schedule', '', 0),
(12637, 1, '2016-07-13 14:53:25', '2016-07-13 14:53:25', '[cmsmasters_row data_padding_bottom=\"20\" data_padding_top=\"0\" data_color=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]Round Skills[/cmsmasters_heading][cmsmasters_stats mode=\"circles\" count=\"4\" animation_delay=\"0\"][cmsmasters_stat subtitle=\"Lorem ipsum amet, consectetur adipiscing phasellus. Sagittis semper.\" progress=\"75\"]Brand Identity [/cmsmasters_stat][cmsmasters_stat subtitle=\"Lorem ipsum amet, consectetur adipiscing phasellus. Sagittis semper.\" progress=\"80\"]Graphic Design [/cmsmasters_stat][cmsmasters_stat subtitle=\"Lorem ipsum amet, consectetur adipiscing phasellus. Sagittis semper.\" progress=\"95\"]HTML Coding [/cmsmasters_stat][cmsmasters_stat subtitle=\"Lorem ipsum amet, consectetur adipiscing phasellus. Sagittis semper.\" progress=\"70\"]Market Analysis [/cmsmasters_stat][/cmsmasters_stats][cmsmasters_divider width=\"long\" height=\"2\" style=\"solid\" position=\"center\" margin_top=\"30\" margin_bottom=\"70\" animation_delay=\"0\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]Vertical Skills[/cmsmasters_heading][cmsmasters_stats mode=\"bars\" type=\"vertical\" count=\"5\" animation_delay=\"0\"][cmsmasters_stat subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" progress=\"88\"]Brand Identity [/cmsmasters_stat][cmsmasters_stat progress=\"68\"]Graphic Design [/cmsmasters_stat][cmsmasters_stat progress=\"84\"]HTML Coding [/cmsmasters_stat][cmsmasters_stat progress=\"75\"]Market Analysis [/cmsmasters_stat][cmsmasters_stat progress=\"77\"]Support 24/7[/cmsmasters_stat][/cmsmasters_stats][cmsmasters_divider width=\"long\" height=\"2\" style=\"solid\" position=\"center\" margin_top=\"30\" margin_bottom=\"70\" animation_delay=\"0\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_top=\"40\" margin_bottom=\"30\" animation_delay=\"0\"]Top Icons[/cmsmasters_heading][cmsmasters_counters type=\"vertical\" count=\"4\" icon_size=\"30\" icon_space=\"70\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"2354\" icon_type=\"icon\" icon=\"cmsmasters-icon-dollar\"]Investment[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"3758\" icon_type=\"icon\" icon=\"cmsmasters-icon-chart-pie\"]Capitalization[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"837\" icon_type=\"icon\" icon=\"cmsmasters-icon-users-1\"]Cooperation[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"1285\" icon_type=\"icon\" icon=\"cmsmasters-icon-credit-card\"]Deposit[/cmsmasters_counter][/cmsmasters_counters][cmsmasters_divider width=\"long\" height=\"2\" style=\"solid\" position=\"center\" margin_top=\"30\" margin_bottom=\"70\" animation_delay=\"0\"][cmsmasters_heading type=\"h2\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" margin_bottom=\"30\" animation_delay=\"0\"]Side Icons[/cmsmasters_heading][cmsmasters_counters type=\"horizontal\" count=\"4\" icon_size=\"30\" icon_space=\"70\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"2354\" icon_type=\"icon\" icon=\"cmsmasters-icon-dollar\"]Investment[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"3758\" icon_type=\"icon\" icon=\"cmsmasters-icon-chart-pie\"]Capitalization[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"837\" icon_type=\"icon\" icon=\"cmsmasters-icon-users-1\"]Cooperation[/cmsmasters_counter][cmsmasters_counter subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" value=\"1285\" icon_type=\"icon\" icon=\"cmsmasters-icon-credit-card\"]Deposit[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row]', 'dddd', '', 'publish', 'closed', 'closed', '', 'dddd', '', '', '2016-07-13 14:53:25', '2016-07-13 14:53:25', '', 0, 'http://in-conference.cmsmasters.net/content_template/dddd/', 0, 'content_template', '', 0),
(12661, 1, '2016-07-15 09:00:00', '2016-07-15 09:00:00', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', '\"Event Marketing\" book presentation', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'event-marketing-book-presentation', '', '', '2016-07-15 09:00:00', '2016-07-15 09:00:00', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12661', 0, 'event-schedule', '', 0),
(12663, 1, '2016-07-15 09:00:46', '2016-07-15 09:00:46', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'VIP Afterparty', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'vip-afterparty-2', '', '', '2016-07-15 09:00:46', '2016-07-15 09:00:46', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12663', 0, 'event-schedule', '', 0),
(12665, 1, '2016-07-15 11:51:37', '0000-00-00 00:00:00', '', '109.104.186.195', '', 'draft', 'closed', 'closed', '', '109-104-186-195', '', '', '2016-07-15 11:51:37', '0000-00-00 00:00:00', '', 0, 'http://in-conference.cmsmasters.net/?post_type=cmsmasters_like&amp;p=12665', 0, 'cmsmasters_like', '', 0),
(12666, 1, '2016-07-15 11:55:45', '0000-00-00 00:00:00', '', '109.104.186.195', '', 'draft', 'closed', 'closed', '', '109-104-186-195', '', '', '2016-07-15 11:55:45', '0000-00-00 00:00:00', '', 0, 'http://in-conference.cmsmasters.net/?post_type=cmsmasters_like&amp;p=12666', 0, 'cmsmasters_like', '', 0),
(12667, 1, '2016-07-15 11:55:46', '0000-00-00 00:00:00', '', '109.104.186.195', '', 'draft', 'closed', 'closed', '', '109-104-186-195', '', '', '2016-07-15 11:55:46', '0000-00-00 00:00:00', '', 0, 'http://in-conference.cmsmasters.net/?post_type=cmsmasters_like&amp;p=12667', 0, 'cmsmasters_like', '', 0),
(12668, 1, '2016-07-15 12:13:14', '0000-00-00 00:00:00', '', '109.104.186.195', '', 'draft', 'closed', 'closed', '', '109-104-186-195', '', '', '2016-07-15 12:13:14', '0000-00-00 00:00:00', '', 0, 'http://in-conference.cmsmasters.net/?post_type=cmsmasters_like&amp;p=12668', 0, 'cmsmasters_like', '', 0),
(12669, 1, '2016-07-15 12:15:10', '0000-00-00 00:00:00', '', '109.104.186.195', '', 'draft', 'closed', 'closed', '', '109-104-186-195', '', '', '2016-07-15 12:15:10', '0000-00-00 00:00:00', '', 0, 'http://in-conference.cmsmasters.net/?post_type=cmsmasters_like&amp;p=12669', 0, 'cmsmasters_like', '', 0),
(12670, 1, '2016-07-15 12:32:16', '0000-00-00 00:00:00', '', '109.104.186.195', '', 'draft', 'closed', 'closed', '', '109-104-186-195', '', '', '2016-07-15 12:32:16', '0000-00-00 00:00:00', '', 0, 'http://in-conference.cmsmasters.net/?post_type=cmsmasters_like&amp;p=12670', 0, 'cmsmasters_like', '', 0),
(12723, 1, '2016-07-18 07:49:16', '0000-00-00 00:00:00', '', '109.104.186.195', '', 'draft', 'closed', 'closed', '', '109-104-186-195', '', '', '2016-07-18 07:49:16', '0000-00-00 00:00:00', '', 0, 'http://in-conference.cmsmasters.net/?post_type=cmsmasters_like&amp;p=12723', 0, 'cmsmasters_like', '', 0),
(12724, 1, '2016-07-18 08:11:14', '2016-07-18 08:11:14', '', 'map-1', '', 'inherit', 'open', 'closed', '', 'map-1', '', '', '2016-07-18 08:11:14', '2016-07-18 08:11:14', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2015/11/map-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(12734, 1, '2016-07-18 09:48:46', '0000-00-00 00:00:00', '', '109.104.186.195', '', 'draft', 'closed', 'closed', '', '109-104-186-195', '', '', '2016-07-18 09:48:46', '0000-00-00 00:00:00', '', 0, 'http://in-conference.cmsmasters.net/?post_type=cmsmasters_like&amp;p=12734', 0, 'cmsmasters_like', '', 0),
(12735, 1, '2016-07-18 09:49:49', '0000-00-00 00:00:00', '', '109.104.186.195', '', 'draft', 'closed', 'closed', '', '109-104-186-195', '', '', '2016-07-18 09:49:49', '0000-00-00 00:00:00', '', 0, 'http://in-conference.cmsmasters.net/?post_type=cmsmasters_like&amp;p=12735', 0, 'cmsmasters_like', '', 0),
(12738, 1, '2016-07-18 10:00:22', '0000-00-00 00:00:00', '', '109.104.186.195', '', 'draft', 'closed', 'closed', '', '109-104-186-195', '', '', '2016-07-18 10:00:22', '0000-00-00 00:00:00', '', 0, 'http://in-conference.cmsmasters.net/?post_type=cmsmasters_like&amp;p=12738', 0, 'cmsmasters_like', '', 0),
(12739, 1, '2016-07-18 10:18:14', '0000-00-00 00:00:00', '', '109.104.186.195', '', 'draft', 'closed', 'closed', '', '109-104-186-195', '', '', '2016-07-18 10:18:14', '0000-00-00 00:00:00', '', 0, 'http://in-conference.cmsmasters.net/?post_type=cmsmasters_like&amp;p=12739', 0, 'cmsmasters_like', '', 0),
(12781, 1, '2016-07-18 14:52:19', '0000-00-00 00:00:00', '', '109.104.186.195', '', 'draft', 'closed', 'closed', '', '109-104-186-195', '', '', '2016-07-18 14:52:19', '0000-00-00 00:00:00', '', 0, 'http://in-conference.cmsmasters.net/?post_type=cmsmasters_like&amp;p=12781', 0, 'cmsmasters_like', '', 0),
(12782, 1, '2016-07-18 15:11:09', '0000-00-00 00:00:00', '', '109.104.186.195', '', 'draft', 'closed', 'closed', '', '109-104-186-195', '', '', '2016-07-18 15:11:09', '0000-00-00 00:00:00', '', 0, 'http://in-conference.cmsmasters.net/?post_type=cmsmasters_like&amp;p=12782', 0, 'cmsmasters_like', '', 0),
(12803, 1, '2016-07-19 08:27:51', '2016-07-19 08:27:51', '[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"100\" data_padding_bottom=\"100\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_twitter user=\"cmsmasters\" count=\"5\" date=\"true\" control=\"true\" autoplay=\"true\" speed=\"5\" animation_delay=\"0\"][/cmsmasters_column][/cmsmasters_row]', 'Tweets', '', 'publish', 'closed', 'closed', '', 'tweets', '', '', '2016-07-19 08:27:51', '2016-07-19 08:27:51', '', 0, 'http://in-conference.cmsmasters.net/?page_id=12803', 0, 'page', '', 0),
(12807, 1, '2016-07-19 10:13:55', '2016-07-19 10:13:55', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2016-07-19 10:13:55', '2016-07-19 10:13:55', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo.png', 0, 'attachment', 'image/png', 0),
(12817, 1, '2016-07-19 11:38:21', '2016-07-19 11:38:21', '', 'logo-1', '', 'inherit', 'open', 'closed', '', 'logo-1', '', '', '2016-07-19 11:38:21', '2016-07-19 11:38:21', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-1.png', 0, 'attachment', 'image/png', 0),
(12818, 1, '2016-07-19 11:39:03', '2016-07-19 11:39:03', '', 'logo-1', '', 'inherit', 'open', 'closed', '', 'logo-1-2', '', '', '2016-07-19 11:39:03', '2016-07-19 11:39:03', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-1-1.png', 0, 'attachment', 'image/png', 0),
(12819, 1, '2016-07-19 11:50:40', '2016-07-19 11:50:40', '', 'logo-footer', '', 'inherit', 'open', 'closed', '', 'logo-footer', '', '', '2016-07-19 11:50:40', '2016-07-19 11:50:40', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-footer.png', 0, 'attachment', 'image/png', 0),
(12829, 1, '2016-07-19 12:42:40', '2016-07-19 12:42:40', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon', '', '', '2016-07-19 12:42:40', '2016-07-19 12:42:40', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/favicon.png', 0, 'attachment', 'image/png', 0),
(12830, 1, '2016-07-19 12:42:44', '2016-07-19 12:42:44', 'http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/cropped-favicon.png', 'cropped-favicon.png', '', 'inherit', 'open', 'closed', '', 'cropped-favicon-png', '', '', '2016-07-19 12:42:44', '2016-07-19 12:42:44', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/cropped-favicon.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(12831, 1, '2021-01-07 18:10:54', '2021-01-07 18:10:54', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', 'a1c3f5ae562156d31e340664bc1e7a75', '', '', '2021-01-07 18:10:54', '2021-01-07 18:10:54', '', 0, 'http://pawea-global.com/index/2021/01/07/a1c3f5ae562156d31e340664bc1e7a75/', 0, 'oembed_cache', '', 0),
(12832, 1, '2016-07-19 12:43:30', '2016-07-19 12:43:30', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon-2', '', '', '2016-07-19 12:43:30', '2016-07-19 12:43:30', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/favicon-1.png', 0, 'attachment', 'image/png', 0),
(12833, 1, '2016-07-19 12:43:33', '2016-07-19 12:43:33', 'http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/cropped-favicon-1.png', 'cropped-favicon-1.png', '', 'inherit', 'open', 'closed', '', 'cropped-favicon-1-png', '', '', '2016-07-19 12:43:33', '2016-07-19 12:43:33', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/cropped-favicon-1.png', 0, 'attachment', 'image/png', 0),
(12834, 1, '2021-01-07 18:10:56', '2021-01-07 18:10:56', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', '1b6152843f4d55ba3f6b457003eb4ded', '', '', '2021-01-07 18:10:56', '2021-01-07 18:10:56', '', 0, 'http://pawea-global.com/index/2021/01/07/1b6152843f4d55ba3f6b457003eb4ded/', 0, 'oembed_cache', '', 0),
(12835, 1, '2016-07-19 13:14:23', '2016-07-19 13:14:23', '', 'logo-retina', '', 'inherit', 'open', 'closed', '', 'logo-retina', '', '', '2016-07-19 13:14:23', '2016-07-19 13:14:23', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-retina.png', 0, 'attachment', 'image/png', 0),
(12836, 1, '2016-07-19 12:44:25', '2016-07-19 12:44:25', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon-3', '', '', '2016-07-19 12:44:25', '2016-07-19 12:44:25', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/favicon-2.png', 0, 'attachment', 'image/png', 0),
(12837, 1, '2016-07-19 12:44:25', '2016-07-19 12:44:25', '', 'logo-1', '', 'inherit', 'open', 'closed', '', 'logo-1-3', '', '', '2016-07-19 12:44:25', '2016-07-19 12:44:25', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-1-2.png', 0, 'attachment', 'image/png', 0),
(12838, 1, '2016-07-19 12:44:30', '2016-07-19 12:44:30', 'http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/cropped-favicon-2.png', 'cropped-favicon-2.png', '', 'inherit', 'open', 'closed', '', 'cropped-favicon-2-png', '', '', '2016-07-19 12:44:30', '2016-07-19 12:44:30', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/cropped-favicon-2.png', 0, 'attachment', 'image/png', 0),
(12839, 1, '2021-01-07 18:10:58', '2021-01-07 18:10:58', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', 'd612bd196206625ff08d48dac78b6b10', '', '', '2021-01-07 18:10:58', '2021-01-07 18:10:58', '', 0, 'http://pawea-global.com/index/2021/01/07/d612bd196206625ff08d48dac78b6b10/', 0, 'oembed_cache', '', 0),
(12840, 1, '2016-07-19 12:44:40', '2016-07-19 12:44:40', '', 'logo-retina', '', 'inherit', 'open', 'closed', '', 'logo-retina-2', '', '', '2016-07-19 12:44:40', '2016-07-19 12:44:40', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-retina-1.png', 0, 'attachment', 'image/png', 0),
(12841, 1, '2016-07-19 12:45:11', '2016-07-19 12:45:11', '', 'logo-footer', '', 'inherit', 'open', 'closed', '', 'logo-footer-2', '', '', '2016-07-19 12:45:11', '2016-07-19 12:45:11', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-footer-1.png', 0, 'attachment', 'image/png', 0),
(12842, 1, '2016-07-19 12:45:24', '2016-07-19 12:45:24', '', 'logo-footer-retina', '', 'inherit', 'open', 'closed', '', 'logo-footer-retina', '', '', '2016-07-19 12:45:24', '2016-07-19 12:45:24', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-footer-retina.png', 0, 'attachment', 'image/png', 0),
(12843, 1, '2016-07-19 12:45:49', '2016-07-19 12:45:49', '', 'logo-retina', '', 'inherit', 'open', 'closed', '', 'logo-retina-2-2', '', '', '2016-07-19 12:45:49', '2016-07-19 12:45:49', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-retina-1-1.png', 0, 'attachment', 'image/png', 0),
(12844, 1, '2016-07-19 12:46:28', '2016-07-19 12:46:28', '', 'logo-footer-retina', '', 'inherit', 'open', 'closed', '', 'logo-footer-retina-2', '', '', '2016-07-19 12:46:28', '2016-07-19 12:46:28', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-footer-retina-1.png', 0, 'attachment', 'image/png', 0),
(12872, 1, '2016-06-30 13:11:52', '2016-06-30 13:11:52', 'This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://in-conference.cmsmasters.net/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page-2', '', '', '2016-06-30 13:11:52', '2016-06-30 13:11:52', '', 0, 'http://in-conference.cmsmasters.net/?page_id=2', 0, 'page', '', 0),
(12873, 1, '2016-06-30 13:36:29', '2016-06-30 13:36:29', '[woocommerce_cart]', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart', '', '', '2016-06-30 13:36:29', '2016-06-30 13:36:29', '', 0, 'http://in-conference.cmsmasters.net/index.php/cart/', 0, 'page', '', 0),
(12874, 1, '2016-06-30 13:36:29', '2016-06-30 13:36:29', '[woocommerce_checkout]', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout', '', '', '2016-06-30 13:36:29', '2016-06-30 13:36:29', '', 0, 'http://in-conference.cmsmasters.net/index.php/checkout/', 0, 'page', '', 0),
(12875, 1, '2016-06-30 13:35:31', '2016-06-30 13:35:31', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\nIn Conference \"[your-subject]\"\n[your-name] \nFrom: [your-name] \nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on In Conference (http://in-conference.cmsmasters.net)\nexample@example.com\nReply-To: [your-email]\n\n0\n0\n\nIn Conference \"[your-subject]\"\nIn Conference \nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on In Conference (http://in-conference.cmsmasters.net)\n[your-email]\nReply-To: example@example.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1-2-8', '', '', '2016-06-30 13:35:31', '2016-06-30 13:35:31', '', 0, 'http://in-conference.cmsmasters.net/?post_type=wpcf7_contact_form&amp;p=4', 0, 'wpcf7_contact_form', '', 0),
(12927, 1, '2016-07-19 13:23:21', '2016-07-19 13:23:21', '', '01', '', 'inherit', 'open', 'closed', '', '01', '', '', '2016-07-19 13:23:21', '2016-07-19 13:23:21', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/01.jpg', 0, 'attachment', 'image/jpeg', 0),
(12928, 1, '2016-07-19 13:23:25', '2016-07-19 13:23:25', '', '02', '', 'inherit', 'open', 'closed', '', '02', '', '', '2016-07-19 13:23:25', '2016-07-19 13:23:25', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/02.jpg', 0, 'attachment', 'image/jpeg', 0),
(12929, 1, '2016-07-19 13:23:30', '2016-07-19 13:23:30', '', '03', '', 'inherit', 'open', 'closed', '', '03', '', '', '2016-07-19 13:23:30', '2016-07-19 13:23:30', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/03.jpg', 0, 'attachment', 'image/jpeg', 0),
(12930, 1, '2016-07-19 13:23:34', '2016-07-19 13:23:34', '', '04', '', 'inherit', 'open', 'closed', '', '04', '', '', '2016-07-19 13:23:34', '2016-07-19 13:23:34', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04.jpg', 0, 'attachment', 'image/jpeg', 0),
(12931, 1, '2016-07-19 13:23:38', '2016-07-19 13:23:38', '', '05', '', 'inherit', 'open', 'closed', '', '05', '', '', '2016-07-19 13:23:38', '2016-07-19 13:23:38', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05.jpg', 0, 'attachment', 'image/jpeg', 0),
(12932, 1, '2016-07-19 13:23:43', '2016-07-19 13:23:43', '', '06', '', 'inherit', 'open', 'closed', '', '06', '', '', '2016-07-19 13:23:43', '2016-07-19 13:23:43', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06.jpg', 0, 'attachment', 'image/jpeg', 0),
(13054, 1, '2016-07-08 07:12:26', '2016-07-08 07:12:26', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Gathering & Signing Up', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'gathering-signing-up', '', '', '2016-07-08 07:12:26', '2016-07-08 07:12:26', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12473', 0, 'event-schedule', '', 0),
(13055, 1, '2016-07-08 14:23:29', '2016-07-08 14:23:29', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Next Generation Leadership', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'closed', 'closed', '', 'next-generation-leadership', '', '', '2016-07-08 14:23:29', '2016-07-08 14:23:29', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12487', 0, 'event-schedule', '', 0),
(13056, 1, '2016-07-08 14:31:51', '2016-07-08 14:31:51', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Purpose & Passion:  The Pathway to Success', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'purpose-passion-the-pathway-to-success', '', '', '2016-07-08 14:31:51', '2016-07-08 14:31:51', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12489', 0, 'event-schedule', '', 0),
(13057, 1, '2016-07-08 14:39:07', '2016-07-08 14:39:07', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Switch It On', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'switch-it-on', '', '', '2016-07-08 14:39:07', '2016-07-08 14:39:07', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12495', 0, 'event-schedule', '', 0),
(13058, 1, '2016-07-08 14:43:48', '2016-07-08 14:43:48', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Evolving With Our Business', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'evolving-with-our-business', '', '', '2016-07-08 14:43:48', '2016-07-08 14:43:48', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12498', 0, 'event-schedule', '', 0),
(13059, 1, '2016-07-08 15:00:58', '2016-07-08 15:00:58', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Creating Connections - Building Bridges', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'creating-connections-building-bridges', '', '', '2016-07-08 15:00:58', '2016-07-08 15:00:58', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12505', 0, 'event-schedule', '', 0),
(13060, 1, '2016-07-08 15:02:10', '2016-07-08 15:02:10', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Discovering Natural Treasures', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'discovering-natural-treasures', '', '', '2016-07-08 15:02:10', '2016-07-08 15:02:10', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12507', 0, 'event-schedule', '', 0),
(13061, 1, '2016-07-08 15:03:08', '2016-07-08 15:03:08', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Taking It to the Streets', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'taking-it-to-the-streets', '', '', '2016-07-08 15:03:08', '2016-07-08 15:03:08', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12509', 0, 'event-schedule', '', 0),
(13062, 1, '2016-07-08 15:06:30', '2016-07-08 15:06:30', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Breaking Out of Your Shell', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'breaking-out-of-your-shell', '', '', '2016-07-08 15:06:30', '2016-07-08 15:06:30', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12511', 0, 'event-schedule', '', 0),
(13063, 1, '2016-07-08 15:08:16', '2016-07-08 15:08:16', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Quality Connections Ready, Set, Grow', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'quality-connections-ready-set-grow', '', '', '2016-07-08 15:08:16', '2016-07-08 15:08:16', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12513', 0, 'event-schedule', '', 0),
(13064, 1, '2016-07-15 08:42:56', '2016-07-15 08:42:56', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Getting You Prepared for 2017', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'getting-you-prepared-for-2017', '', '', '2016-07-15 08:42:56', '2016-07-15 08:42:56', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12655', 0, 'event-schedule', '', 0),
(13065, 1, '2016-07-15 08:45:43', '2016-07-15 08:45:43', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Professional Writing and Communications', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'professional-writing-and-communications', '', '', '2016-07-15 08:45:43', '2016-07-15 08:45:43', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12657', 0, 'event-schedule', '', 0),
(13066, 1, '2016-07-15 09:00:46', '2016-07-15 09:00:46', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Using Of Less', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'using-of-less', '', '', '2016-07-15 09:00:46', '2016-07-15 09:00:46', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=12663', 0, 'event-schedule', '', 0),
(13067, 1, '2016-07-21 06:31:10', '2016-07-21 06:31:10', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Getting Started with WP', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'getting-started-with-wp', '', '', '2016-07-21 06:31:10', '2016-07-21 06:31:10', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=13066', 0, 'event-schedule', '', 0),
(13069, 1, '2016-07-21 06:34:14', '2016-07-21 06:34:14', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'After Party', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'after-party-2', '', '', '2016-07-21 06:34:14', '2016-07-21 06:34:14', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=13069', 0, 'event-schedule', '', 0),
(13071, 1, '2016-07-21 06:38:49', '2016-07-21 06:38:49', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Designing Responsive Websites', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'designing-responsive-websites', '', '', '2016-07-21 06:38:49', '2016-07-21 06:38:49', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=13071', 0, 'event-schedule', '', 0),
(13073, 1, '2016-07-21 06:46:15', '2016-07-21 06:46:15', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'CSS Architecture For Front-Ends', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'css-architecture-for-front-ends', '', '', '2016-07-21 06:46:15', '2016-07-21 06:46:15', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=13073', 0, 'event-schedule', '', 0),
(13075, 1, '2016-07-21 06:50:31', '2016-07-21 06:50:31', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Understanding Web Design', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'understanding-web-design', '', '', '2016-07-21 06:50:31', '2016-07-21 06:50:31', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=13075', 0, 'event-schedule', '', 0),
(13077, 1, '2016-07-21 07:00:35', '2016-07-21 07:00:35', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'How To Translate Wordpress', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'how-to-translate-wordpress', '', '', '2016-07-21 07:00:35', '2016-07-21 07:00:35', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=13077', 0, 'event-schedule', '', 0),
(13079, 1, '2016-07-21 07:05:54', '2016-07-21 07:05:54', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ultrices ipsum non mattis pharetra. Integer laoreet non felis sit amet pharetra. Integer mollis eget felis non finibus. Nullam nibh mauris, fermentum vitae felis vehicula, aliquam bibendum sapien. In euismod velit vitae neque rhoncus congue. Aliquam luctus, sapien in consectetur cursus, quam urna euismod magna, sed pellentesque massa libero eu lorem. Aenean rhoncus gravida nisl vel pretium. Nam ac nisl non ipsum vestibulum vehicula vulputate sagittis magna. Aenean est nisl, convallis volutpat tempor ac, tempus ac ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce rhoncus sodales tempor.', 'Putting the Fonts into Website', 'Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec dapibus elit. Donec nec magna id ', 'publish', 'open', 'open', '', 'putting-the-fonts-into-website', '', '', '2016-07-21 07:05:54', '2016-07-21 07:05:54', '', 0, 'http://in-conference.cmsmasters.net/?post_type=event-schedule&amp;p=13079', 0, 'event-schedule', '', 0),
(13133, 1, '2016-07-25 07:43:00', '2016-07-25 07:43:00', '[cmsmasters_row data_padding_bottom=\"170\" data_padding_top=\"270\" data_bg_parallax_ratio=\"0.5\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_size=\"20\" font_weight=\"400\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]IN OUR TEAM[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_size=\"120\" line_height=\"150\" tablet_check=\"true\" tablet_font_size=\"60\" tablet_line_height=\"80\" font_weight=\"normal\" font_style=\"italic\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]Getting Involved[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]New York Exhibition Center, USA [/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"400\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]PRICING TABLE[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><em><span style=\"font-size: 44px;\">Get Your </span></em><span style=\"font-size: 44px;\">Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/wp-content/uploads/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_text animation_delay=\"0\"]Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur dapibus elit. Donec nec magna id lacus consequat posuere. Aenean ut diam vitae ante interdum interdum ut sit amet metus. Ut tortor nibh, gravida vitae pellentesque.[/cmsmasters_text][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_text animation_delay=\"0\"]Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur dapibus elit. Donec nec magna id lacus consequat posuere. Aenean ut diam vitae ante interdum interdum ut sit amet metus. Ut tortor nibh, gravida vitae pellentesque.[/cmsmasters_text][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_bg_position=\"top center\" data_bg_repeat=\"no-repeat\" data_bg_attachment=\"scroll\" data_bg_size=\"auto\" data_padding_top=\"100\" data_padding_bottom=\"100\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"400\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]GET INVOLVED[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><em><span style=\"font-size: 44px;\">Conference </span></em><span style=\"font-size: 44px;\">Sсhedule</span></span></h1>\n[/cmsmasters_text][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"][cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_bg_color=\"#323232\" data_padding_top=\"65\" data_padding_bottom=\"50\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"horizontal\" count=\"4\" icon_size=\"30\" icon_space=\"40\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"2354\" color=\"#ffffff\" icon_type=\"icon\" icon=\"cmsmasters-icon-award-alt\" icon_color=\"#ffffff\" icon_bg_color=\"rgba(255,255,255,0)\"]Investment[/cmsmasters_counter][cmsmasters_counter value=\"3758\" color=\"#ffffff\" icon_type=\"icon\" icon=\"cmsmasters-icon-chart-pie-3\" icon_color=\"#ffffff\" icon_bg_color=\"rgba(255,255,255,0)\"]Capitalization[/cmsmasters_counter][cmsmasters_counter value=\"837\" color=\"#ffffff\" icon_type=\"icon\" icon=\"cmsmasters-icon-user-group\" icon_color=\"#ffffff\" icon_bg_color=\"rgba(255,255,255,0)\"]Cooperation[/cmsmasters_counter][cmsmasters_counter value=\"1285\" color=\"#ffffff\" icon_type=\"icon\" icon=\"cmsmasters-icon-card\" icon_color=\"#ffffff\" icon_bg_color=\"rgba(255,255,255,0)\"]Deposit[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]EVENTS LISTS[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><em><span style=\"font-size: 44px;\">Next </span></em><span style=\"font-size: 28pt;\">Events</span><em><span style=\"font-size: 28pt;\">\n</span></em></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"][cmsmasters_sidebar sidebar=\"event-list\"][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"150\" data_padding_top=\"100\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"center right\" data_bg_img=\"12928|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/02.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/2\"][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#707176\" margin_top=\"150\" margin_bottom=\"0\" animation_delay=\"0\"]IN CONFERENCE[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: left;\"><em><span style=\"font-size: 44px;\">Register </span></em><span style=\"font-size: 44px;\">Now</span></h1>\n[/cmsmasters_text][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"][cmsmasters_text animation_delay=\"0\"]Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse at consectetur massa. Curabitur non ipsum nisinec[/cmsmasters_text][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\" animation_delay=\"0\"]REGISTER NOW[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_bg_color=\"#3a6ee8\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"28\" data_padding_left=\"28\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_heading type=\"h2\" font_size=\"40\" line_height=\"80\" font_weight=\"normal\" font_style=\"italic\" text_align=\"left\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]You have questions?[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"0\" animation_delay=\"0\"][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#ffffff\" button_text_color=\"#3a6ee8\" button_border_color=\"#ffffff\" button_bg_color_h=\"rgba(255,255,255,0.85)\" button_text_color_h=\"#3a6ee8\" button_border_color_h=\"rgba(255,255,255,0.85)\" animation_delay=\"0\"]Let`s Talk[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row]', 'Test Comments', '', 'publish', 'closed', 'closed', '', 'test-comments', '', '', '2016-07-25 07:43:00', '2016-07-25 07:43:00', '', 0, 'http://demo.in-conference.cmsmasters.net/content_template/test-comments/', 0, 'content_template', '', 0),
(13136, 1, '2016-09-21 17:16:56', '0000-00-00 00:00:00', '', '41.210.17.13', '', 'draft', 'closed', 'closed', '', '41-210-17-13', '', '', '2016-09-21 17:16:56', '0000-00-00 00:00:00', '', 0, 'http://demo.in-conference.cmsmasters.net/?post_type=cmsmasters_like&amp;p=13136', 0, 'cmsmasters_like', '', 0),
(13146, 1, '2016-11-26 04:27:46', '0000-00-00 00:00:00', '', '107.77.100.57', '', 'draft', 'closed', 'closed', '', '107-77-100-57', '', '', '2016-11-26 04:27:46', '0000-00-00 00:00:00', '', 0, 'http://demo.in-conference.cmsmasters.net/?post_type=cmsmasters_like&amp;p=13146', 0, 'cmsmasters_like', '', 0),
(13147, 1, '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 'Shortcodes', '', 'publish', 'closed', 'closed', '', 'shortcodes', '', '', '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 0, 'http://pawea-global.com/index/2021/01/07/shortcodes/', 9, 'nav_menu_item', '', 0),
(13148, 1, '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', '2', '', 'publish', 'closed', 'closed', '', '2', '', '', '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 0, 'http://pawea-global.com/index/2021/01/07/2/', 18, 'nav_menu_item', '', 0),
(13149, 1, '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', '3', '', 'publish', 'closed', 'closed', '', '3', '', '', '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 0, 'http://pawea-global.com/index/2021/01/07/3/', 26, 'nav_menu_item', '', 0),
(13150, 1, '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', '4', '', 'publish', 'closed', 'closed', '', '4', '', '', '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 0, 'http://pawea-global.com/index/2021/01/07/4/', 34, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13151, 1, '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 'Features', '', 'publish', 'closed', 'closed', '', 'features', '', '', '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 0, 'http://pawea-global.com/index/2021/01/07/features/', 3, 'nav_menu_item', '', 0),
(13152, 1, '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 'Post Types', '', 'publish', 'closed', 'closed', '', 'post-types', '', '', '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 0, 'http://pawea-global.com/index/2021/01/07/post-types/', 41, 'nav_menu_item', '', 0),
(13153, 1, '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 0, 'http://pawea-global.com/index/2021/01/07/blog/', 42, 'nav_menu_item', '', 0),
(13154, 1, '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 'Projects Grid', '', 'publish', 'closed', 'closed', '', 'projects-grid', '', '', '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 0, 'http://pawea-global.com/index/2021/01/07/projects-grid/', 46, 'nav_menu_item', '', 0),
(13155, 1, '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 'Masonry Puzzle', '', 'publish', 'closed', 'closed', '', 'masonry-puzzle', '', '', '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 0, 'http://pawea-global.com/index/2021/01/07/masonry-puzzle/', 50, 'nav_menu_item', '', 0),
(13156, 1, '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 'Profiles', '', 'publish', 'closed', 'closed', '', 'profiles', '', '', '2021-01-07 18:11:26', '2021-01-07 18:11:26', '', 0, 'http://pawea-global.com/index/2021/01/07/profiles/', 54, 'nav_menu_item', '', 0),
(13157, 1, '2021-01-07 18:11:27', '2021-01-07 18:11:27', '', 'Open Profile', '', 'publish', 'closed', 'closed', '', 'open-profile', '', '', '2021-01-07 18:11:27', '2021-01-07 18:11:27', '', 0, 'http://pawea-global.com/index/2021/01/07/open-profile/', 57, 'nav_menu_item', '', 0),
(13158, 1, '2021-01-07 18:11:27', '2021-01-07 18:11:27', '', '1', '', 'publish', 'closed', 'closed', '', '1', '', '', '2021-01-07 18:11:27', '2021-01-07 18:11:27', '', 0, 'http://pawea-global.com/index/2021/01/07/1/', 10, 'nav_menu_item', '', 0),
(13159, 1, '2021-01-07 18:11:27', '2021-01-07 18:11:27', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2021-01-07 18:11:27', '2021-01-07 18:11:27', '', 0, 'http://pawea-global.com/index/2021/01/07/home/', 1, 'nav_menu_item', '', 0),
(13160, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'Features', '', 'publish', 'closed', 'closed', '', 'features-2', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/features-2/', 2, 'nav_menu_item', '', 0),
(13161, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'Gallery', '', 'publish', 'closed', 'closed', '', 'gallery', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/gallery/', 3, 'nav_menu_item', '', 0),
(13162, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'News', '', 'publish', 'closed', 'closed', '', 'news', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/news/', 4, 'nav_menu_item', '', 0),
(13163, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/shop/', 5, 'nav_menu_item', '', 0),
(13164, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'Construction Management', '', 'publish', 'closed', 'closed', '', 'construction-management', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/construction-management/', 1, 'nav_menu_item', '', 0),
(13165, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'Design Build', '', 'publish', 'closed', 'closed', '', 'design-build', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/design-build/', 2, 'nav_menu_item', '', 0),
(13166, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'General Contracting', '', 'publish', 'closed', 'closed', '', 'general-contracting', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/general-contracting/', 3, 'nav_menu_item', '', 0),
(13167, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'Service Maintenance', '', 'publish', 'closed', 'closed', '', 'service-maintenance', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/service-maintenance/', 4, 'nav_menu_item', '', 0),
(13168, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'Interior Design', '', 'publish', 'closed', 'closed', '', 'interior-design', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/interior-design/', 5, 'nav_menu_item', '', 0),
(13169, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'Tiling and Painting', '', 'publish', 'closed', 'closed', '', 'tiling-and-painting', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/tiling-and-painting/', 6, 'nav_menu_item', '', 0),
(13170, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'House Extentions', '', 'publish', 'closed', 'closed', '', 'house-extentions', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/house-extentions/', 7, 'nav_menu_item', '', 0),
(13171, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'Events', '', 'publish', 'closed', 'closed', '', 'events', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/events/', 58, 'nav_menu_item', '', 0),
(13172, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'Month', '', 'publish', 'closed', 'closed', '', 'month', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/month/', 59, 'nav_menu_item', '', 0),
(13173, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'Map', '', 'publish', 'closed', 'closed', '', 'map', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/map/', 60, 'nav_menu_item', '', 0),
(13174, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'Photo', '', 'publish', 'closed', 'closed', '', 'photo', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/photo/', 61, 'nav_menu_item', '', 0),
(13175, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'Events', '', 'publish', 'closed', 'closed', '', 'events-2', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/events-2/', 6, 'nav_menu_item', '', 0),
(13176, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'Reservation', '', 'publish', 'closed', 'closed', '', 'reservation', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/reservation/', 6, 'nav_menu_item', '', 0),
(13177, 1, '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 'Contacts', '', 'publish', 'closed', 'closed', '', 'contacts', '', '', '2021-01-07 18:11:28', '2021-01-07 18:11:28', '', 0, 'http://pawea-global.com/index/2021/01/07/contacts/', 7, 'nav_menu_item', '', 0),
(13178, 1, '2016-07-19 09:23:17', '2016-07-19 09:23:17', 'This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://in-conference.cmsmasters.net/demo/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2016-07-19 09:23:17', '2016-07-19 09:23:17', '', 0, 'http://demo.in-conference.cmsmasters.net/?page_id=2', 0, 'page', '', 0),
(13179, 1, '2016-07-19 13:15:21', '2016-07-19 13:15:21', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\nDemo In Conference \"[your-subject]\"\n[your-name] <wordpress@in-conference.cmsmasters.net/demo>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo In Conference (http://in-conference.cmsmasters.net/demo)\nexample@example.com\nReply-To: [your-email]\n\n0\n0\n\nDemo In Conference \"[your-subject]\"\nDemo In Conference <wordpress@in-conference.cmsmasters.net/demo>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo In Conference (http://in-conference.cmsmasters.net/demo)\n[your-email]\nReply-To: example@example.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1-2', '', '', '2016-07-19 13:15:21', '2016-07-19 13:15:21', '', 0, 'http://demo.in-conference.cmsmasters.net/?post_type=wpcf7_contact_form&amp;p=5', 0, 'wpcf7_contact_form', '', 0),
(13180, 1, '2021-01-07 18:42:17', '2021-01-07 18:42:17', '', 'Shortcodes', '', 'publish', 'closed', 'closed', '', 'shortcodes-2', '', '', '2021-01-07 18:42:17', '2021-01-07 18:42:17', '', 0, 'http://pawea-global.com/index/2021/01/07/shortcodes-2/', 9, 'nav_menu_item', '', 0),
(13181, 1, '2021-01-07 18:42:17', '2021-01-07 18:42:17', '', '2', '', 'publish', 'closed', 'closed', '', '2-2', '', '', '2021-01-07 18:42:17', '2021-01-07 18:42:17', '', 0, 'http://pawea-global.com/index/2021/01/07/2-2/', 18, 'nav_menu_item', '', 0),
(13182, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', '3', '', 'publish', 'closed', 'closed', '', '3-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/3-2/', 26, 'nav_menu_item', '', 0),
(13183, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', '4', '', 'publish', 'closed', 'closed', '', '4-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/4-2/', 34, 'nav_menu_item', '', 0),
(13184, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 'Features', '', 'publish', 'closed', 'closed', '', 'features-3', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/features-3/', 3, 'nav_menu_item', '', 0),
(13185, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 'Post Types', '', 'publish', 'closed', 'closed', '', 'post-types-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/post-types-2/', 41, 'nav_menu_item', '', 0),
(13186, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/blog-2/', 42, 'nav_menu_item', '', 0),
(13187, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 'Projects Grid', '', 'publish', 'closed', 'closed', '', 'projects-grid-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/projects-grid-2/', 46, 'nav_menu_item', '', 0),
(13188, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 'Masonry Puzzle', '', 'publish', 'closed', 'closed', '', 'masonry-puzzle-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/masonry-puzzle-2/', 50, 'nav_menu_item', '', 0),
(13189, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 'Profiles', '', 'publish', 'closed', 'closed', '', 'profiles-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/profiles-2/', 54, 'nav_menu_item', '', 0),
(13190, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 'Open Profile', '', 'publish', 'closed', 'closed', '', 'open-profile-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/open-profile-2/', 57, 'nav_menu_item', '', 0),
(13191, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', '1', '', 'publish', 'closed', 'closed', '', '1-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/1-2/', 10, 'nav_menu_item', '', 0),
(13192, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/home-2/', 1, 'nav_menu_item', '', 0),
(13193, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 'Features', '', 'publish', 'closed', 'closed', '', 'features-4', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/features-4/', 2, 'nav_menu_item', '', 0),
(13194, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 'Gallery', '', 'publish', 'closed', 'closed', '', 'gallery-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/gallery-2/', 3, 'nav_menu_item', '', 0),
(13195, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 'News', '', 'publish', 'closed', 'closed', '', 'news-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/news-2/', 4, 'nav_menu_item', '', 0),
(13196, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/shop-2/', 5, 'nav_menu_item', '', 0),
(13197, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 'Construction Management', '', 'publish', 'closed', 'closed', '', 'construction-management-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/construction-management-2/', 1, 'nav_menu_item', '', 0),
(13198, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 'Design Build', '', 'publish', 'closed', 'closed', '', 'design-build-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/design-build-2/', 2, 'nav_menu_item', '', 0),
(13199, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 'General Contracting', '', 'publish', 'closed', 'closed', '', 'general-contracting-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/general-contracting-2/', 3, 'nav_menu_item', '', 0),
(13200, 1, '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 'Service Maintenance', '', 'publish', 'closed', 'closed', '', 'service-maintenance-2', '', '', '2021-01-07 18:42:18', '2021-01-07 18:42:18', '', 0, 'http://pawea-global.com/index/2021/01/07/service-maintenance-2/', 4, 'nav_menu_item', '', 0),
(13201, 1, '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 'Interior Design', '', 'publish', 'closed', 'closed', '', 'interior-design-2', '', '', '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 0, 'http://pawea-global.com/index/2021/01/07/interior-design-2/', 5, 'nav_menu_item', '', 0),
(13202, 1, '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 'Tiling and Painting', '', 'publish', 'closed', 'closed', '', 'tiling-and-painting-2', '', '', '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 0, 'http://pawea-global.com/index/2021/01/07/tiling-and-painting-2/', 6, 'nav_menu_item', '', 0),
(13203, 1, '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 'House Extentions', '', 'publish', 'closed', 'closed', '', 'house-extentions-2', '', '', '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 0, 'http://pawea-global.com/index/2021/01/07/house-extentions-2/', 7, 'nav_menu_item', '', 0),
(13204, 1, '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 'Events', '', 'publish', 'closed', 'closed', '', 'events-3', '', '', '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 0, 'http://pawea-global.com/index/2021/01/07/events-3/', 58, 'nav_menu_item', '', 0),
(13205, 1, '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 'Month', '', 'publish', 'closed', 'closed', '', 'month-2', '', '', '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 0, 'http://pawea-global.com/index/2021/01/07/month-2/', 59, 'nav_menu_item', '', 0),
(13206, 1, '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 'Map', '', 'publish', 'closed', 'closed', '', 'map-2', '', '', '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 0, 'http://pawea-global.com/index/2021/01/07/map-2/', 60, 'nav_menu_item', '', 0),
(13207, 1, '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 'Photo', '', 'publish', 'closed', 'closed', '', 'photo-2', '', '', '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 0, 'http://pawea-global.com/index/2021/01/07/photo-2/', 61, 'nav_menu_item', '', 0),
(13208, 1, '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 'Events', '', 'publish', 'closed', 'closed', '', 'events-4', '', '', '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 0, 'http://pawea-global.com/index/2021/01/07/events-4/', 6, 'nav_menu_item', '', 0),
(13209, 1, '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 'Reservation', '', 'publish', 'closed', 'closed', '', 'reservation-2', '', '', '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 0, 'http://pawea-global.com/index/2021/01/07/reservation-2/', 6, 'nav_menu_item', '', 0),
(13210, 1, '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 'Contacts', '', 'publish', 'closed', 'closed', '', 'contacts-2', '', '', '2021-01-07 18:42:19', '2021-01-07 18:42:19', '', 0, 'http://pawea-global.com/index/2021/01/07/contacts-2/', 7, 'nav_menu_item', '', 0),
(13211, 1, '2021-01-07 18:42:21', '2021-01-07 18:42:21', ' ', 'Contact us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2021-01-07 18:42:21', '2021-01-07 18:42:21', '', 0, 'http://pawea-global.com/index/2021/01/07/contact-us/', 3, 'nav_menu_item', '', 0),
(13212, 1, '2021-01-07 18:42:21', '2021-01-07 18:42:21', ' ', '', '', 'publish', 'closed', 'closed', '', '13212', '', '', '2021-01-07 18:42:21', '2021-01-07 18:42:21', '', 0, 'http://pawea-global.com/index/2021/01/07/13212/', 62, 'nav_menu_item', '', 0),
(13213, 1, '2021-01-07 18:42:21', '2021-01-07 18:42:21', ' ', '', '', 'publish', 'closed', 'closed', '', '13213', '', '', '2021-01-07 18:42:21', '2021-01-07 18:42:21', '', 0, 'http://pawea-global.com/index/2021/01/07/13213/', 8, 'nav_menu_item', '', 0),
(13214, 1, '2021-01-07 18:42:21', '2021-01-07 18:42:21', ' ', '', '', 'publish', 'closed', 'closed', '', '13214', '', '', '2021-01-07 18:42:21', '2021-01-07 18:42:21', '', 0, 'http://pawea-global.com/index/2021/01/07/13214/', 11, 'nav_menu_item', '', 0),
(13215, 1, '2021-01-07 18:42:21', '2021-01-07 18:42:21', ' ', '', '', 'publish', 'closed', 'closed', '', '13215', '', '', '2021-01-07 18:42:21', '2021-01-07 18:42:21', '', 0, 'http://pawea-global.com/index/2021/01/07/13215/', 12, 'nav_menu_item', '', 0),
(13216, 1, '2021-01-07 18:42:21', '2021-01-07 18:42:21', ' ', '', '', 'publish', 'closed', 'closed', '', '13216', '', '', '2021-01-07 18:42:21', '2021-01-07 18:42:21', '', 0, 'http://pawea-global.com/index/2021/01/07/13216/', 13, 'nav_menu_item', '', 0),
(13217, 1, '2021-01-07 18:42:21', '2021-01-07 18:42:21', ' ', '', '', 'publish', 'closed', 'closed', '', '13217', '', '', '2021-01-07 18:42:21', '2021-01-07 18:42:21', '', 0, 'http://pawea-global.com/index/2021/01/07/13217/', 14, 'nav_menu_item', '', 0),
(13218, 1, '2021-01-07 18:42:21', '2021-01-07 18:42:21', ' ', '', '', 'publish', 'closed', 'closed', '', '13218', '', '', '2021-01-07 18:42:21', '2021-01-07 18:42:21', '', 0, 'http://pawea-global.com/index/2021/01/07/13218/', 15, 'nav_menu_item', '', 0),
(13219, 1, '2021-01-07 18:42:21', '2021-01-07 18:42:21', ' ', '', '', 'publish', 'closed', 'closed', '', '13219', '', '', '2021-01-07 18:42:21', '2021-01-07 18:42:21', '', 0, 'http://pawea-global.com/index/2021/01/07/13219/', 16, 'nav_menu_item', '', 0),
(13220, 1, '2021-01-07 18:42:21', '2021-01-07 18:42:21', ' ', '', '', 'publish', 'closed', 'closed', '', '13220', '', '', '2021-01-07 18:42:21', '2021-01-07 18:42:21', '', 0, 'http://pawea-global.com/index/2021/01/07/13220/', 17, 'nav_menu_item', '', 0),
(13221, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13221', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13221/', 25, 'nav_menu_item', '', 0),
(13222, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13222', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13222/', 24, 'nav_menu_item', '', 0),
(13223, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13223', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13223/', 23, 'nav_menu_item', '', 0),
(13224, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13224', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13224/', 22, 'nav_menu_item', '', 0),
(13225, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13225', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13225/', 21, 'nav_menu_item', '', 0),
(13226, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13226', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13226/', 19, 'nav_menu_item', '', 0),
(13227, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13227', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13227/', 20, 'nav_menu_item', '', 0),
(13228, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13228', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13228/', 27, 'nav_menu_item', '', 0),
(13229, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13229', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13229/', 29, 'nav_menu_item', '', 0),
(13230, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13230', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13230/', 30, 'nav_menu_item', '', 0),
(13231, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13231', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13231/', 31, 'nav_menu_item', '', 0),
(13232, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13232', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13232/', 35, 'nav_menu_item', '', 0),
(13233, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13233', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13233/', 32, 'nav_menu_item', '', 0),
(13234, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13234', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13234/', 33, 'nav_menu_item', '', 0),
(13235, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13235', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13235/', 28, 'nav_menu_item', '', 0),
(13236, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13236', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13236/', 40, 'nav_menu_item', '', 0),
(13237, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13237', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13237/', 39, 'nav_menu_item', '', 0),
(13238, 1, '2021-01-07 18:42:22', '2021-01-07 18:42:22', ' ', '', '', 'publish', 'closed', 'closed', '', '13238', '', '', '2021-01-07 18:42:22', '2021-01-07 18:42:22', '', 0, 'http://pawea-global.com/index/2021/01/07/13238/', 38, 'nav_menu_item', '', 0),
(13239, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13239', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13239/', 37, 'nav_menu_item', '', 0),
(13240, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13240', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13240/', 36, 'nav_menu_item', '', 0),
(13241, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13241', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13241/', 45, 'nav_menu_item', '', 0),
(13242, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13242', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13242/', 44, 'nav_menu_item', '', 0),
(13243, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13243', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13243/', 43, 'nav_menu_item', '', 0),
(13244, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13244', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13244/', 49, 'nav_menu_item', '', 0),
(13245, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13245', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13245/', 47, 'nav_menu_item', '', 0),
(13246, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', 'About the company', '', 'publish', 'closed', 'closed', '', 'about-the-company', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/about-the-company/', 1, 'nav_menu_item', '', 0),
(13247, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13247', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13247/', 4, 'nav_menu_item', '', 0),
(13248, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13248', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13248/', 48, 'nav_menu_item', '', 0),
(13249, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13249', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13249/', 51, 'nav_menu_item', '', 0),
(13250, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13250', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13250/', 52, 'nav_menu_item', '', 0),
(13251, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13251', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13251/', 55, 'nav_menu_item', '', 0),
(13252, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13252', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13252/', 56, 'nav_menu_item', '', 0),
(13253, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13253', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13253/', 53, 'nav_menu_item', '', 0),
(13254, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13254', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13254/', 1, 'nav_menu_item', '', 0),
(13255, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13255', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13255/', 2, 'nav_menu_item', '', 0),
(13256, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13256', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13256/', 5, 'nav_menu_item', '', 0),
(13257, 1, '2021-01-07 18:42:23', '2021-01-07 18:42:23', ' ', '', '', 'publish', 'closed', 'closed', '', '13257', '', '', '2021-01-07 18:42:23', '2021-01-07 18:42:23', '', 0, 'http://pawea-global.com/index/2021/01/07/13257/', 7, 'nav_menu_item', '', 0),
(13258, 1, '2021-01-07 18:42:24', '2021-01-07 18:42:24', ' ', '', '', 'publish', 'closed', 'closed', '', '13258', '', '', '2021-01-07 18:42:24', '2021-01-07 18:42:24', '', 0, 'http://pawea-global.com/index/2021/01/07/13258/', 1, 'nav_menu_item', '', 0),
(13259, 1, '2021-01-07 18:42:24', '2021-01-07 18:42:24', ' ', '', '', 'publish', 'closed', 'closed', '', '13259', '', '', '2021-01-07 18:42:24', '2021-01-07 18:42:24', '', 0, 'http://pawea-global.com/index/2021/01/07/13259/', 2, 'nav_menu_item', '', 0),
(13260, 1, '2021-01-07 18:42:24', '2021-01-07 18:42:24', ' ', '', '', 'publish', 'closed', 'closed', '', '13260', '', '', '2021-01-07 18:42:24', '2021-01-07 18:42:24', '', 0, 'http://pawea-global.com/index/2021/01/07/13260/', 3, 'nav_menu_item', '', 0),
(13261, 1, '2021-01-07 18:42:24', '2021-01-07 18:42:24', '', '05', '', 'inherit', 'open', 'closed', '', '05-2', '', '', '2021-01-07 18:42:24', '2021-01-07 18:42:24', '', 37, '/home/paweagl/public_html/index/wp-content/uploads/layerslider/HomePage-Slider/05.jpg', 0, 'attachment', 'image/jpeg', 0),
(13262, 1, '2021-01-07 18:42:25', '2021-01-07 18:42:25', '', '06', '', 'inherit', 'open', 'closed', '', '06-2', '', '', '2021-01-07 18:42:25', '2021-01-07 18:42:25', '', 37, '/home/paweagl/public_html/index/wp-content/uploads/layerslider/HomePage-Slider/06.jpg', 0, 'attachment', 'image/jpeg', 0),
(13263, 1, '2021-01-07 18:53:45', '2021-01-07 18:53:45', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-2', '', '', '2021-01-07 18:53:45', '2021-01-07 18:53:45', '', 0, 'http://pawea-global.com/index/wp-content/uploads/2021/01/logo.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13264, 1, '2021-01-07 18:59:08', '2021-01-07 18:59:08', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\r\n\r\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\r\n\r\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\r\n\r\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Buy early bird tickets now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]DONEC FACILISIS FERMENTUM VIVERRA[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\r\n\r\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\r\n\r\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]View all upcoming Events[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]DONEC FACILISIS FERMENTUM VIVERRA[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\r\n\r\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\r\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> Conference</span></h1>\r\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\r\n\r\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\r\n\r\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\r\n\r\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\r\n\r\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Why Us?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\r\n\r\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\r\n\r\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\r\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\r\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 60 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\r\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\r\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\r\n\r\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\r\n\r\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\r\n\r\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\r\n\r\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\r\n\r\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\r\n\r\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\r\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\r\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\r\n\r\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\r\n\r\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\r\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\r\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\r\n\r\n[instagram-feed id=\"3544180932\"]\r\n\r\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\r\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\r\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\r\n\r\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\r\n\r\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\r\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\r\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\r\n\r\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\r\n\r\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\r\n\r\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\r\n\r\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\r\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\r\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\r\n\r\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\r\n\r\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\r\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\r\n</span></h1>\r\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\r\n\r\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\r\n\r\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\r\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\r\n</span></h1>\r\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 18:59:08', '2021-01-07 18:59:08', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13266, 1, '2021-01-07 19:08:04', '2021-01-07 19:08:04', '<!-- wp:shortcode -->\n[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Buy early bird tickets now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"][/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]View all upcoming Events[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"][/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> Conference</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Why Us?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 60 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>[cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>[cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>[cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]</p>\n<!-- /wp:paragraph -->', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:08:04', '2021-01-07 19:08:04', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13267, 1, '2021-01-07 19:08:41', '2021-01-07 19:08:41', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Buy early bird tickets now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]DONEC FACILISIS FERMENTUM VIVERRA[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]View all upcoming Events[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]DONEC FACILISIS FERMENTUM VIVERRA[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> Conference</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Why Us?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 60 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:08:41', '2021-01-07 19:08:41', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13268, 1, '2021-01-07 19:09:24', '2021-01-07 19:09:24', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Buy early bird tickets now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"][/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]View all upcoming Events[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]DONEC FACILISIS FERMENTUM VIVERRA[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> Conference</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Why Us?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 60 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:09:24', '2021-01-07 19:09:24', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13270, 1, '2021-01-07 19:10:40', '2021-01-07 19:10:40', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Buy early bird tickets now![/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]View all upcoming Events[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> Conference</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Why Us?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 60 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:10:40', '2021-01-07 19:10:40', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13272, 1, '2021-01-07 19:15:00', '2021-01-07 19:15:00', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]DONEC FACILISIS FERMENTUM VIVERRA[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]DONEC FACILISIS FERMENTUM VIVERRA[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> Conference</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Why Us?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 60 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:15:00', '2021-01-07 19:15:00', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13274, 1, '2021-01-07 19:16:53', '2021-01-07 19:16:53', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> Conference</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Why Us?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 60 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:16:53', '2021-01-07 19:16:53', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13275, 1, '2021-01-07 19:18:33', '2021-01-07 19:18:33', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"5\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> Conference</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Why Us?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 60 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:18:33', '2021-01-07 19:18:33', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13276, 1, '2021-01-07 19:18:58', '2021-01-07 19:18:58', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> Conference</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Why Us?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 60 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:18:58', '2021-01-07 19:18:58', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13277, 1, '2021-01-07 19:20:05', '2021-01-07 19:20:05', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> Conference</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Why Us?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 60 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:20:05', '2021-01-07 19:20:05', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13278, 1, '2021-01-07 19:20:48', '2021-01-07 19:20:48', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> Conference</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Why Us?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 60 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:20:48', '2021-01-07 19:20:48', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13279, 1, '2021-01-07 19:31:05', '2021-01-07 19:31:05', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> Conference</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Why Us?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 60 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:31:05', '2021-01-07 19:31:05', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13280, 1, '2021-01-07 19:32:06', '2021-01-07 19:32:06', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> Conference</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Why Us?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 60 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:32:06', '2021-01-07 19:32:06', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13281, 1, '2021-01-07 19:32:33', '2021-01-07 19:32:33', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> Conference</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Why Us?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 60 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:32:33', '2021-01-07 19:32:33', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13282, 1, '2021-01-07 19:35:40', '2021-01-07 19:35:40', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Why Us?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 60 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:35:40', '2021-01-07 19:35:40', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13283, 1, '2021-01-07 19:36:44', '2021-01-07 19:36:44', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 60 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:36:44', '2021-01-07 19:36:44', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13284, 1, '2021-01-07 19:38:14', '2021-01-07 19:38:14', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Seats Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:38:14', '2021-01-07 19:38:14', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13285, 1, '2021-01-07 19:38:27', '2021-01-07 19:38:27', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"145\" data_padding_top=\"150\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_counters type=\"vertical\" count=\"5\" icon_size=\"30\" icon_space=\"60\" icon_border_width=\"0\" icon_border_radius=\"50%\" animation_delay=\"0\"][cmsmasters_counter value=\"48\" color=\"#ffffff\" icon_type=\"icon\" icon_color=\"#ffffff\"]Hours[/cmsmasters_counter][cmsmasters_counter value=\"14\" color=\"#ffffff\" icon_type=\"icon\"]Speakers[/cmsmasters_counter][cmsmasters_counter value=\"240\" color=\"#ffffff\" icon_type=\"icon\"]Seats[/cmsmasters_counter][cmsmasters_counter value=\"38\" color=\"#ffffff\" icon_type=\"icon\"]Workshop[/cmsmasters_counter][cmsmasters_counter value=\"16\" color=\"#ffffff\" icon_type=\"icon\"]Sponsors[/cmsmasters_counter][/cmsmasters_counters][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:38:27', '2021-01-07 19:38:27', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13287, 1, '2021-01-07 19:40:50', '2021-01-07 19:40:50', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:40:50', '2021-01-07 19:40:50', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13289, 1, '2021-01-07 19:42:02', '2021-01-07 19:42:02', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:42:02', '2021-01-07 19:42:02', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13290, 1, '2021-01-07 19:43:54', '2021-01-07 19:43:54', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Speakers</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:43:54', '2021-01-07 19:43:54', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13291, 1, '2021-01-07 19:44:28', '2021-01-07 19:44:28', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:44:28', '2021-01-07 19:44:28', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13292, 1, '2021-01-07 19:46:28', '2021-01-07 19:46:28', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Past Events</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:46:28', '2021-01-07 19:46:28', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13293, 1, '2021-01-07 19:46:58', '2021-01-07 19:46:58', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Past Events</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]See our previous virtual gatherings[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:46:58', '2021-01-07 19:46:58', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13294, 1, '2021-01-07 19:47:24', '2021-01-07 19:47:24', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Conference 2016</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]Business Innovation Conference[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Pricing Table[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Buy</em> Tickets</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:47:24', '2021-01-07 19:47:24', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13296, 1, '2021-01-07 19:48:44', '2021-01-07 19:48:44', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Past Events</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]See our previous virtual gatherings[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><i>Be a Member</i></span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#3a6ee8\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:48:44', '2021-01-07 19:48:44', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13297, 1, '2021-01-07 19:51:31', '2021-01-07 19:51:31', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Past Events</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]See our previous virtual gatherings[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><i>Be a Member</i></span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#ab9865\" button_text_color=\"#ffffff\" button_border_color=\"#3a6ee8\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:51:31', '2021-01-07 19:51:31', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13298, 1, '2021-01-07 19:51:49', '2021-01-07 19:51:49', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of A Great Event.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Past Events</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]See our previous virtual gatherings[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><i>Be a Member</i></span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#ab9865\" button_text_color=\"#ffffff\" button_border_color=\"#ab9865\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-07 19:51:49', '2021-01-07 19:51:49', '', 7366, 'http://pawea-global.com/index/2021/01/07/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13300, 1, '2021-01-11 21:30:34', '2021-01-11 21:30:34', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of An Empowering Network.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]LEARN MORE STORIES[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Past Events</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]See our previous virtual gatherings[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><i>Be a Member</i></span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#ab9865\" button_text_color=\"#ffffff\" button_border_color=\"#ab9865\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-11 21:30:34', '2021-01-11 21:30:34', '', 7366, 'http://pawea-global.com/index/2021/01/11/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13301, 1, '2021-01-11 21:31:23', '2021-01-11 21:31:23', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of An Empowering Network.[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Subscribe[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Past Events</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]See our previous virtual gatherings[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><i>Be a Member</i></span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#ab9865\" button_text_color=\"#ffffff\" button_border_color=\"#ab9865\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-11 21:31:23', '2021-01-11 21:31:23', '', 7366, 'http://pawea-global.com/index/2021/01/11/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13302, 1, '2021-01-11 21:32:17', '2021-01-11 21:32:17', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of An Empowering Network.[/cmsmasters_heading]\n\n&lt;p&gt;Subscribe to our newsletter to stay tuned!&lt;/p&gt;\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Subscribe[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Past Events</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]See our previous virtual gatherings[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><i>Be a Member</i></span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#ab9865\" button_text_color=\"#ffffff\" button_border_color=\"#ab9865\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-11 21:32:17', '2021-01-11 21:32:17', '', 7366, 'http://pawea-global.com/index/2021/01/11/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13304, 1, '2021-01-11 21:34:32', '2021-01-11 21:34:32', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of An Empowering Network.[/cmsmasters_heading]\n\n[cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Subscribe to our newsletter to stay tuned![/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Subscribe[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Past Events</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]See our previous virtual gatherings[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><i>Be a Member</i></span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#ab9865\" button_text_color=\"#ffffff\" button_border_color=\"#ab9865\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-11 21:34:32', '2021-01-11 21:34:32', '', 7366, 'http://pawea-global.com/index/2021/01/11/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13305, 1, '2021-01-11 21:40:25', '2021-01-11 21:40:25', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of An Empowering Network.[/cmsmasters_heading]\n\n[cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Subscribe to our newsletter to stay tuned![/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Subscribe[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Past Events</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]See our previous virtual gatherings[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><i>Be a Member</i></span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#ab9865\" button_text_color=\"#ffffff\" button_border_color=\"#ab9865\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-11 21:40:25', '2021-01-11 21:40:25', '', 7366, 'http://pawea-global.com/index/2021/01/11/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13306, 1, '2021-01-11 21:42:45', '2021-01-11 21:42:45', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of An Empowering Network.[/cmsmasters_heading]\n\n[cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Subscribe to our newsletter to stay tuned![/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Subscribe[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Past Events</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]See our previous virtual gatherings[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><i>Be a Member</i></span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#ab9865\" button_text_color=\"#ffffff\" button_border_color=\"#ab9865\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]OUR BLOG[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Latest</em> News</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_posts_slider orderby=\"date\" order=\"DESC\" post_type=\"post\" blog_categories=\"creative,events-app,idea,work\" columns=\"3\" count=\"12\" pause=\"5\" blog_metadata=\"title,excerpt,date,categories,comments,likes,more\" animation_delay=\"0\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_style=\"solid\" animation_delay=\"0\"]LEARN MORE NEWS[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"140\" data_padding_top=\"140\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-11 21:42:45', '2021-01-11 21:42:45', '', 7366, 'http://pawea-global.com/index/2021/01/11/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13308, 1, '2021-01-11 21:43:16', '2021-01-11 21:43:16', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of An Empowering Network.[/cmsmasters_heading]\n\n[cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Subscribe to our newsletter to stay tuned![/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Subscribe[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Events Lists[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Conference</em> Sсhedule</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_schedule_events metadata=\"excerpt,speaker\" orderby=\"date\" order=\"ASC\"][cmsmasters_schedule_event date=\"Day 1\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 2\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][cmsmasters_schedule_event date=\"Day 3\" halls=\"Main Hall A,Main Hall B,VIP Hall\"][/cmsmasters_schedule_event][/cmsmasters_schedule_events][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"120\" data_padding_top=\"100\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Past Events</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]See our previous virtual gatherings[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><i>Be a Member</i></span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#ab9865\" button_text_color=\"#ffffff\" button_border_color=\"#ab9865\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-11 21:43:16', '2021-01-11 21:43:16', '', 7366, 'http://pawea-global.com/index/2021/01/11/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13311, 1, '2021-01-11 22:48:16', '2021-01-11 22:48:16', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of An Empowering Network.[/cmsmasters_heading]\n\n[cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Subscribe to our newsletter to stay tuned![/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Subscribe[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Past Events</span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]See our previous virtual gatherings[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><i>Be a Member</i></span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#ab9865\" button_text_color=\"#ffffff\" button_border_color=\"#ab9865\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-11 22:48:16', '2021-01-11 22:48:16', '', 7366, 'http://pawea-global.com/index/2021/01/11/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13312, 1, '2021-01-11 22:50:06', '2021-01-11 22:50:06', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of An Empowering Network.[/cmsmasters_heading]\n\n[cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Subscribe to our newsletter to stay tuned![/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Subscribe[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Past Events</span></h1>\n[cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]See our previous virtual gatherings[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><i>Be a Member</i></span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#ab9865\" button_text_color=\"#ffffff\" button_border_color=\"#ab9865\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Subscribe</em> to stay informed</span></h1>\n[cmsmasters_heading type=\"h5\" font_size=\"16\" line_height=\"24\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#979797\" margin_top=\"0\" margin_bottom=\"40\" animation_delay=\"0\"]Shortest way to explore what will happen on Inconference[/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-11 22:50:06', '2021-01-11 22:50:06', '', 7366, 'http://pawea-global.com/index/2021/01/11/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13313, 1, '2021-01-11 22:51:34', '2021-01-11 22:51:34', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of An Empowering Network.[/cmsmasters_heading]\n\n[cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Subscribe to our newsletter to stay tuned![/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Subscribe[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px; color: #ffffff;\"><em>Memories from</em> Past Events</span></h1>\n[cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"14\" line_height=\"26\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"90\" animation_delay=\"0\"]See our previous virtual gatherings[/cmsmasters_heading]\n\n[instagram-feed id=\"3544180932\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><i>Be a Member</i></span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#ab9865\" button_text_color=\"#ffffff\" button_border_color=\"#ab9865\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-11 22:51:34', '2021-01-11 22:51:34', '', 7366, 'http://pawea-global.com/index/2021/01/11/7366-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13314, 1, '2021-01-11 22:52:22', '2021-01-11 22:52:22', '[cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_slider slider_plugin=\"layer\" slider_layer=\"1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"0\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_no_margin=\"true\" data_padding_right=\"0\" data_padding_left=\"0\" data_width=\"fullwidth\"][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" fb_bg_color=\"#3a6ee8\" top_padding=\"95\" bottom_padding=\"62\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Register Now![/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Be one of the first 50 Women to join our alliance and take advantage of our 50 of 50 promotion[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][cmsmasters_column data_width=\"1/2\"][cmsmasters_featured_block text_width=\"100\" text_position=\"center\" text_align=\"center\" bg_img=\"12930|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/04.jpg|full\" bg_position=\"top center\" bg_repeat=\"no-repeat\" bg_attachment=\"scroll\" bg_size=\"cover\" top_padding=\"95\" bottom_padding=\"80\" animation_delay=\"0\"]\n\n[cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"30\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]How you can be part of our empowering network[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_size=\"12\" button_font_weight=\"normal\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0)\" button_bg_color_h=\"rgba(255,255,255,0)\" button_text_color_h=\"#ffffff\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]LEARN MORE[/cmsmasters_button]\n\n[/cmsmasters_featured_block][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]ABOUT US[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>About</em> PAWEA</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"130\" data_padding_top=\"0\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]01.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]1. Who We Are?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]02.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]2. What We Do?[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"100\" line_height=\"120\" font_weight=\"normal\" font_style=\"normal\" text_align=\"left\" color=\"#eeeeee\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]03.[/cmsmasters_heading][cmsmasters_heading type=\"h3\" font_family=\"Montserrat:400,700\" font_size=\"20\" line_height=\"28\" font_weight=\"bold\" font_style=\"normal\" text_align=\"left\" color=\"#323232\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]3. Our Mission[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n\n<span style=\"color: #8b8b8b;\">Lorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met condimentum estibulum issim posuere cubilia Curae Suspendisse</span>\n\n[/cmsmasters_text][cmsmasters_button button_target=\"self\" button_text_align=\"left\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_line_height=\"20\" button_font_weight=\"bold\" button_font_style=\"normal\" button_padding_hor=\"0\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#3a6ee8\" button_border_color=\"rgba(255,255,255,0)\" button_text_color_h=\"#7f7f7f\" button_border_color_h=\"rgba(255,255,255,0)\" animation_delay=\"0\"]Continue Reading...[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"160\" data_padding_top=\"170\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"16\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"70\" animation_delay=\"0\"]HURRY UP![/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\">Register </span><span style=\"font-size: 80px; line-height: 100px; color: #ffffff;\"><em>Now</em></span></h1>\n[/cmsmasters_text][cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Only 40 Places Remaining Currently[/cmsmasters_heading][cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_family=\"Montserrat:400,700\" button_font_size=\"12\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Register[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]TEAM MEMBER[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Our</em> Founders</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_profiles orderby=\"date\" order=\"DESC\" count=\"6\" categories=\"speakers\" layout=\"horizontal\" columns=\"3\" animation_delay=\"0\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"90\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12932|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/06.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"15\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]A PLACE FOR YOU[/cmsmasters_heading][cmsmasters_heading type=\"h1\" font_family=\"Playfair+Display:400,400italic,700,700italic,900,900italic\" font_size=\"42\" line_height=\"80\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]Be A Part Of An Empowering Network.[/cmsmasters_heading]\n\n[cmsmasters_heading type=\"h4\" font_family=\"Montserrat:400,700\" font_size=\"22\" line_height=\"40\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#ffffff\" margin_top=\"40\" margin_bottom=\"70\" animation_delay=\"0\"]Subscribe to our newsletter to stay tuned![/cmsmasters_heading]\n\n[cmsmasters_sidebar sidebar=\"events-countdown\"]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_button button_target=\"self\" button_text_align=\"center\" button_font_weight=\"bold\" button_font_style=\"normal\" button_border_width=\"2\" button_border_style=\"solid\" button_bg_color=\"rgba(255,255,255,0)\" button_text_color=\"#ffffff\" button_border_color=\"#ffffff\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#ffffff\" animation_delay=\"0\"]Subscribe[/cmsmasters_button][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Membership Levels[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><i>Be a Member</i></span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"20\" margin_bottom=\"50\" animation_delay=\"0\"]\n\n[cmsmasters_pricing_table_items columns=\"4\" animation_delay=\"0\"][cmsmasters_pricing_table_item price=\"100\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Basic[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"200\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" best=\"true\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\" button_bg_color=\"#ab9865\" button_text_color=\"#ffffff\" button_border_color=\"#ab9865\" button_bg_color_h=\"#ffffff\" button_text_color_h=\"#2d2d2d\" button_border_color_h=\"#e0e0e0\"]Regular[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"300\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Pro[/cmsmasters_pricing_table_item][cmsmasters_pricing_table_item price=\"400\" currency=\"$\" period=\"PER MONTH\" features=\"title{WYSIWYG Editor}|link{}|icon{}||title{Drag′n′Drop Composer}|link{}|icon{}||title{Form Builder}|link{}|icon{}||title{2 Sliders included}|link{}|icon{}\" button_show=\"true\" button_title=\"Purchase\" button_link=\"#\" button_target=\"self\" button_font_weight=\"600\" button_font_style=\"normal\" button_border_style=\"solid\"]Ultra[/cmsmasters_pricing_table_item][/cmsmasters_pricing_table_items][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"100\" data_padding_top=\"90\" data_bg_parallax_ratio=\"0.5\" data_bg_parallax=\"true\" data_bg_size=\"cover\" data_bg_attachment=\"scroll\" data_bg_repeat=\"no-repeat\" data_bg_position=\"top center\" data_bg_img=\"12931|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2016/07/05.jpg|full\" data_color=\"first\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_quotes mode=\"slider\" animation_delay=\"0\"][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][cmsmasters_quote name=\"F. Scott Fitzgerald\" subtitle=\"Writter\"]“No grand idea was ever born in a conference, but a lot of foolish ideas have died there.”[/cmsmasters_quote][/cmsmasters_quotes][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"]\n\n[cmsmasters_sidebar sidebar=\"mail-poet\"]\n\n[/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"100\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"normal\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"0\" animation_delay=\"0\"]Our Clients[/cmsmasters_heading][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Partners &amp;</em> Sponsors\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image]\n\n[cmsmasters_divider width=\"long\" height=\"0\" style=\"solid\" position=\"center\" margin_top=\"0\" margin_bottom=\"30\" animation_delay=\"0\"]\n\n[cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12331|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/3.png|full\"]Accession[/cmsmasters_client][cmsmasters_client logo=\"12330|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/2.png|full\"]Finance [/cmsmasters_client][cmsmasters_client logo=\"12329|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/1-1.png|full\"]Books Market[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12332|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/4.png|full\"]Capital[/cmsmasters_client][cmsmasters_client logo=\"12333|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/5.png|full\"]Analysts center[/cmsmasters_client][cmsmasters_client logo=\"12334|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/6.png|full\"]Status Group[/cmsmasters_client][/cmsmasters_clients][cmsmasters_clients columns=\"3\" layout=\"grid\" height=\"160\" animation_delay=\"0\"][cmsmasters_client logo=\"12335|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/7.png|full\"]Ogy Library[/cmsmasters_client][cmsmasters_client logo=\"12336|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/8.png|full\"]Codepen[/cmsmasters_client][cmsmasters_client logo=\"12337|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/9.png|full\"]Lingvo Center[/cmsmasters_client][/cmsmasters_clients][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_padding_bottom=\"50\" data_padding_top=\"50\" data_color=\"default\" data_bot_style=\"default\" data_top_style=\"default\" data_width=\"boxed\"][cmsmasters_column data_width=\"1/1\"][cmsmasters_text animation_delay=\"0\"]\n<h1 style=\"text-align: center;\"><span style=\"font-size: 44px;\"><em>Venue &amp;</em> Info\n</span></h1>\n[/cmsmasters_text][cmsmasters_image align=\"center\" animation_delay=\"0\"]12305|http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/11/element.jpg|full[/cmsmasters_image][/cmsmasters_column][/cmsmasters_row][cmsmasters_row data_width=\"boxed\" data_top_style=\"default\" data_bot_style=\"default\" data_color=\"default\" data_padding_top=\"0\" data_padding_bottom=\"80\"][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-phone-4\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]1-800-123-1234[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]PHONE[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-location-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]Brooklyn, NY 10036, United States[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]ADDRESS[/cmsmasters_heading][/cmsmasters_column][cmsmasters_column data_width=\"1/3\"][cmsmasters_simple_icon icon=\"cmsmasters-icon-mail-3\" size=\"30\" space=\"60\" display=\"block\" text_align=\"center\" border_width=\"0\" border_radius=\"50%\" color=\"#3a6ee8\" animation_delay=\"0\"][/cmsmasters_simple_icon][cmsmasters_heading type=\"h5\" font_family=\"Montserrat:400,700\" font_size=\"18\" line_height=\"40\" font_weight=\"bold\" font_style=\"normal\" text_align=\"center\" margin_top=\"0\" margin_bottom=\"10\" animation_delay=\"0\"]example@example.com[/cmsmasters_heading][cmsmasters_heading type=\"h6\" font_family=\"Source+Sans+Pro:300,300italic,400,400italic,700,700italic\" font_size=\"13\" line_height=\"20\" font_weight=\"600\" font_style=\"normal\" text_align=\"center\" color=\"#707176\" margin_top=\"0\" margin_bottom=\"20\" animation_delay=\"0\"]EMAIL[/cmsmasters_heading][/cmsmasters_column][/cmsmasters_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '7366-revision-v1', '', '', '2021-01-11 22:52:22', '2021-01-11 22:52:22', '', 7366, 'http://pawea-global.com/index/2021/01/11/7366-revision-v1/', 0, 'revision', '', 0),
(13315, 1, '2021-01-15 14:46:09', '0000-00-00 00:00:00', '', 'Rascunho automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2021-01-15 14:46:09', '0000-00-00 00:00:00', '', 0, 'http://pawea-global.com/index/?p=13315', 0, 'post', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_css`
--

CREATE TABLE `wp_revslider_css` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `settings` longtext,
  `hover` longtext,
  `advanced` longtext,
  `params` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_revslider_css`
--

INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),
(2, '.tp-caption.small_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(3, '.tp-caption.medium_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(4, '.tp-caption.large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(5, '.tp-caption.very_large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(6, '.tp-caption.very_big_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(9, '.tp-caption.modern_medium_fat_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(10, '.tp-caption.modern_medium_light', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(11, '.tp-caption.modern_big_bluebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),
(12, '.tp-caption.modern_big_redbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),
(13, '.tp-caption.modern_small_text_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(14, '.tp-caption.boxshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}', '[]'),
(15, '.tp-caption.black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000\"}'),
(16, '.tp-caption.noshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '[]'),
(17, '.tp-caption.thinheadline_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}', '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),
(48, '.tp-caption.MarkerDisplay', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(49, '.tp-caption.Restaurant-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(50, '.tp-caption.Restaurant-Cursive', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(51, '.tp-caption.Restaurant-ScrollDownText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(52, '.tp-caption.Restaurant-Description', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(53, '.tp-caption.Restaurant-Price', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(54, '.tp-caption.Restaurant-Menuitem', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(55, '.tp-caption.Furniture-LogoText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(56, '.tp-caption.Furniture-Plus', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(57, '.tp-caption.Furniture-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(58, '.tp-caption.Furniture-Subtitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(59, '.tp-caption.Gym-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(60, '.tp-caption.Gym-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(61, '.tp-caption.Gym-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(62, '.tp-caption.Fashion-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(63, '.tp-caption.Fashion-BigDisplay', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(64, '.tp-caption.Fashion-TextBlock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(65, '.tp-caption.Sports-Display', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(66, '.tp-caption.Sports-DisplayFat', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":[\"\"],\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(67, '.tp-caption.Sports-Subline', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(68, '.tp-caption.Instagram-Caption', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(69, '.tp-caption.News-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}');
INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(70, '.tp-caption.News-Subtitle', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(71, '.tp-caption.Photography-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(72, '.tp-caption.Photography-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(73, '.tp-caption.Photography-ImageHover', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(74, '.tp-caption.Photography-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(75, '.tp-caption.Photography-Textblock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(76, '.tp-caption.Photography-Subline-2', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(77, '.tp-caption.Photography-ImageHover2', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(78, '.tp-caption.WebProduct-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(79, '.tp-caption.WebProduct-SubTitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(80, '.tp-caption.WebProduct-Content', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(81, '.tp-caption.WebProduct-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(82, '.tp-caption.WebProduct-Title-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(83, '.tp-caption.WebProduct-SubTitle-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(84, '.tp-caption.WebProduct-Content-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(85, '.tp-caption.FatRounded', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(86, '.tp-caption.NotGeneric-Title', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"[object Object]\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(87, '.tp-caption.NotGeneric-SubTitle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(88, '.tp-caption.NotGeneric-CallToAction', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(89, '.tp-caption.NotGeneric-Icon', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(90, '.tp-caption.NotGeneric-Menuitem', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(91, '.tp-caption.MarkerStyle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(92, '.tp-caption.Gym-Menuitem', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(93, '.tp-caption.Newspaper-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(94, '.tp-caption.Newspaper-Subtitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(95, '.tp-caption.Newspaper-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(96, '.tp-caption.Newspaper-Title-Centered', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(97, '.tp-caption.Hero-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(98, '.tp-caption.Video-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(99, '.tp-caption.Video-SubTitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(100, '.tp-caption.NotGeneric-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(101, '.tp-caption.NotGeneric-BigButton', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(102, '.tp-caption.WebProduct-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(103, '.tp-caption.Restaurant-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(104, '.tp-caption.Gym-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(105, '.tp-caption.Gym-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(106, '.tp-caption.Sports-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(107, '.tp-caption.Sports-Button-Red', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(108, '.tp-caption.Photography-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(109, '.tp-caption.Newspaper-Button-2', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_layer_animations`
--

CREATE TABLE `wp_revslider_layer_animations` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_navigations`
--

CREATE TABLE `wp_revslider_navigations` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_sliders`
--

CREATE TABLE `wp_revslider_sliders` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext,
  `params` longtext NOT NULL,
  `settings` text,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_revslider_sliders`
--

INSERT INTO `wp_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(1, 'shortcode', 'shortcode', '{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"shortcode\",\"alias\":\"shortcode\",\"shortcode\":\"[rev_slider alias=\\\\\\\"shortcode\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1903\",\"height\":\"960\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"waitforinit\":\"off\",\"enable_progressbar\":\"on\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/in-conference.cmsmasters.net\\/demo\\/wp-content\\/uploads\\/sites\\/2\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"3\",\"spinner_color\":\"#2d2d2d\",\"enable_arrows\":\"on\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\"}', '{\"version\":\"5.0.7\"}', '');

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_slides`
--

CREATE TABLE `wp_revslider_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_revslider_slides`
--

INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 1, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/in-conference.cmsmasters.net\\/demo\\/wp-content\\/uploads\\/sites\\/2\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/in-conference.cmsmasters.net\\/demo\\/wp-content\\/uploads\\/sites\\/2\\/2016\\/07\\/06.jpg\"}', '[{\"text\":\"DECEMBER 18-21, 2016\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":870},\"top\":{\"desktop\":250},\"internal_class\":\"\",\"hover\":false,\"alias\":\"DECEMBER 18-21, 2016\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"static_start\":\"1\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Innovation\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":680},\"top\":{\"desktop\":350},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Innovation\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"120px\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"static_start\":\"1\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Conference \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":660},\"top\":{\"desktop\":480},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Conference \",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"120px\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"static_start\":\"1\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"NEW YORK EXHIBITION CENTER, USA\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":850},\"top\":{\"desktop\":610},\"internal_class\":\"\",\"hover\":false,\"alias\":\"NEW YORK EXHIBITION CENTER, USA\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"static_start\":\"1\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]', '[\"\"]');
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(2, 1, 2, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/in-conference.cmsmasters.net\\/demo\\/wp-content\\/uploads\\/sites\\/2\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/in-conference.cmsmasters.net\\/demo\\/wp-content\\/uploads\\/sites\\/2\\/2016\\/07\\/04.jpg\"}', '[{\"text\":\"DECEMBER 18-21, 2016\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":870},\"top\":{\"desktop\":250},\"internal_class\":\"\",\"hover\":false,\"alias\":\"DECEMBER 18-21, 2016\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"static_start\":\"1\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Development\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":610},\"top\":{\"desktop\":350},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Development\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"120px\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Conference \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":660},\"top\":{\"desktop\":480},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Conference \",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"120px\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"static_start\":\"1\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"NEW YORK EXHIBITION CENTER, USA\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":850},\"top\":{\"desktop\":610},\"internal_class\":\"\",\"hover\":false,\"alias\":\"NEW YORK EXHIBITION CENTER, USA\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"static_start\":\"1\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]', '[\"\"]');

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_static_slides`
--

CREATE TABLE `wp_revslider_static_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `wp_sbi_instagram_feeds_posts`
--

CREATE TABLE `wp_sbi_instagram_feeds_posts` (
  `record_id` int(11) UNSIGNED NOT NULL,
  `id` int(11) UNSIGNED NOT NULL,
  `instagram_id` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `feed_id` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_sbi_instagram_posts`
--

CREATE TABLE `wp_sbi_instagram_posts` (
  `id` int(11) UNSIGNED NOT NULL,
  `created_on` datetime DEFAULT NULL,
  `instagram_id` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `time_stamp` datetime DEFAULT NULL,
  `top_time_stamp` datetime DEFAULT NULL,
  `json_data` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `media_id` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sizes` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `aspect_ratio` decimal(4,2) NOT NULL DEFAULT '0.00',
  `images_done` tinyint(1) NOT NULL DEFAULT '0',
  `last_requested` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Sem categoria', 'sem-categoria', 0),
(2, 'Creative', 'creative', 0),
(3, 'Events App', 'events-app', 0),
(4, 'Idea', 'idea', 0),
(5, 'Uncategorized', 'uncategorized', 0),
(6, 'Work', 'work', 0),
(7, 'bio', 'bio', 0),
(8, 'charity', 'charity', 0),
(9, 'donation', 'donation', 0),
(10, 'eco', 'eco', 0),
(11, 'ecology', 'ecology', 0),
(12, 'environment', 'environment', 0),
(13, 'nature', 'nature', 0),
(14, 'organic', 'organic', 0),
(15, 'recycle', 'recycle', 0),
(16, '1', '1', 0),
(17, '2', '2', 0),
(18, 'Business', 'business', 0),
(19, 'Business', 'business', 0),
(20, 'Business Speaker', 'business-speaker', 0),
(21, 'Corporate', 'corporate', 0),
(22, 'Date', 'date', 0),
(23, 'Day 1', 'day-1', 0),
(24, 'Day 2', 'day-2', 0),
(25, 'Day 3', 'day-3', 0),
(26, 'Design', 'design', 0),
(27, 'Founder of UXPress', 'founder-of-uxpress', 0),
(28, 'IT', 'it', 0),
(29, 'IT Project Management', 'it-project-management', 0),
(30, 'Main Hall A', 'main-hall-a', 0),
(31, 'Main Hall B', 'main-hall-b', 0),
(32, 'Masonry Puzzle', 'masonry-puzzle', 0),
(33, 'Programs', 'programs', 0),
(34, 'Registration', 'registration', 0),
(35, 'Security', 'security', 0),
(36, 'Software', 'software', 0),
(37, 'Speakers', 'speakers', 0),
(38, 'test', 'test', 0),
(39, 'VIP Hall', 'vip-hall', 0),
(40, 'WEB Designer', 'web-designer', 0),
(41, 'Footer Navigation', 'footer-navigation-2', 0),
(42, 'footer-navigation', 'footer-navigation', 0),
(43, 'Home', 'home', 0),
(44, 'Primary Navigation', 'primary-navigation', 0),
(45, 'Top Line Navigation', 'top-line-navigation', 0),
(46, 'Widgets', 'widgets', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(85, 4, 0),
(87, 4, 0),
(103, 6, 0),
(106, 3, 0),
(285, 4, 0),
(446, 27, 0),
(606, 26, 0),
(611, 21, 0),
(613, 18, 0),
(613, 26, 0),
(617, 21, 0),
(619, 26, 0),
(913, 18, 0),
(1155, 32, 0),
(1158, 32, 0),
(1164, 32, 0),
(1167, 32, 0),
(1169, 32, 0),
(1171, 32, 0),
(1594, 32, 0),
(1596, 32, 0),
(1619, 40, 0),
(1965, 2, 0),
(1965, 6, 0),
(2548, 20, 0),
(2938, 2, 0),
(8414, 26, 0),
(9410, 18, 0),
(9427, 29, 0),
(10736, 3, 0),
(10792, 35, 0),
(10800, 19, 0),
(10801, 36, 0),
(10803, 28, 0),
(10805, 33, 0),
(11021, 37, 0),
(11023, 37, 0),
(11025, 37, 0),
(11027, 37, 0),
(12116, 37, 0),
(12117, 37, 0),
(12118, 37, 0),
(12515, 25, 0),
(12515, 30, 0),
(12517, 25, 0),
(12517, 30, 0),
(12661, 25, 0),
(12661, 31, 0),
(12663, 25, 0),
(12663, 39, 0),
(13054, 23, 0),
(13054, 30, 0),
(13055, 23, 0),
(13055, 30, 0),
(13056, 23, 0),
(13056, 30, 0),
(13057, 23, 0),
(13057, 30, 0),
(13058, 24, 0),
(13058, 30, 0),
(13059, 24, 0),
(13059, 30, 0),
(13060, 24, 0),
(13060, 30, 0),
(13061, 24, 0),
(13061, 30, 0),
(13062, 25, 0),
(13062, 30, 0),
(13063, 25, 0),
(13063, 30, 0),
(13064, 23, 0),
(13064, 31, 0),
(13065, 23, 0),
(13065, 39, 0),
(13066, 25, 0),
(13066, 39, 0),
(13067, 23, 0),
(13067, 31, 0),
(13069, 23, 0),
(13069, 39, 0),
(13071, 24, 0),
(13071, 31, 0),
(13073, 24, 0),
(13073, 31, 0),
(13075, 24, 0),
(13075, 39, 0),
(13077, 24, 0),
(13077, 39, 0),
(13079, 25, 0),
(13079, 31, 0),
(13147, 44, 0),
(13148, 44, 0),
(13149, 44, 0),
(13150, 44, 0),
(13151, 44, 0),
(13152, 44, 0),
(13153, 44, 0),
(13154, 44, 0),
(13155, 44, 0),
(13156, 44, 0),
(13157, 44, 0),
(13158, 44, 0),
(13159, 41, 0),
(13160, 41, 0),
(13161, 41, 0),
(13162, 41, 0),
(13163, 41, 0),
(13164, 46, 0),
(13165, 46, 0),
(13166, 46, 0),
(13167, 46, 0),
(13168, 46, 0),
(13169, 46, 0),
(13170, 46, 0),
(13171, 44, 0),
(13172, 44, 0),
(13173, 44, 0),
(13174, 44, 0),
(13175, 44, 0),
(13176, 41, 0),
(13177, 41, 0),
(13180, 44, 0),
(13181, 44, 0),
(13182, 44, 0),
(13183, 44, 0),
(13184, 44, 0),
(13185, 44, 0),
(13186, 44, 0),
(13187, 44, 0),
(13188, 44, 0),
(13189, 44, 0),
(13190, 44, 0),
(13191, 44, 0),
(13192, 41, 0),
(13193, 41, 0),
(13194, 41, 0),
(13195, 41, 0),
(13196, 41, 0),
(13197, 46, 0),
(13198, 46, 0),
(13199, 46, 0),
(13200, 46, 0),
(13201, 46, 0),
(13202, 46, 0),
(13203, 46, 0),
(13204, 44, 0),
(13205, 44, 0),
(13206, 44, 0),
(13207, 44, 0),
(13208, 44, 0),
(13209, 41, 0),
(13210, 41, 0),
(13211, 42, 0),
(13212, 44, 0),
(13213, 44, 0),
(13214, 44, 0),
(13215, 44, 0),
(13216, 44, 0),
(13217, 44, 0),
(13218, 44, 0),
(13219, 44, 0),
(13220, 44, 0),
(13221, 44, 0),
(13222, 44, 0),
(13223, 44, 0),
(13224, 44, 0),
(13225, 44, 0),
(13226, 44, 0),
(13227, 44, 0),
(13228, 44, 0),
(13229, 44, 0),
(13230, 44, 0),
(13231, 44, 0),
(13232, 44, 0),
(13233, 44, 0),
(13234, 44, 0),
(13235, 44, 0),
(13236, 44, 0),
(13237, 44, 0),
(13238, 44, 0),
(13239, 44, 0),
(13240, 44, 0),
(13241, 44, 0),
(13242, 44, 0),
(13243, 44, 0),
(13244, 44, 0),
(13245, 44, 0),
(13246, 42, 0),
(13247, 44, 0),
(13248, 44, 0),
(13249, 44, 0),
(13250, 44, 0),
(13251, 44, 0),
(13252, 44, 0),
(13253, 44, 0),
(13254, 44, 0),
(13255, 44, 0),
(13256, 44, 0),
(13257, 44, 0),
(13258, 45, 0),
(13259, 45, 0),
(13260, 45, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'category', '', 0, 0),
(3, 3, 'category', '', 0, 0),
(4, 4, 'category', '', 0, 0),
(5, 5, 'category', '', 0, 0),
(6, 6, 'category', '', 0, 0),
(7, 7, 'post_tag', '', 0, 0),
(8, 8, 'post_tag', '', 0, 0),
(9, 9, 'post_tag', '', 0, 0),
(10, 10, 'post_tag', '', 0, 0),
(11, 11, 'post_tag', '', 0, 0),
(12, 12, 'post_tag', '', 0, 0),
(13, 13, 'post_tag', '', 0, 0),
(14, 14, 'post_tag', '', 0, 0),
(15, 15, 'post_tag', '', 0, 0),
(16, 16, 'es-date', '', 0, 0),
(17, 17, 'es-date', '', 0, 0),
(18, 18, 'pj-categs', '', 0, 0),
(19, 19, 'tribe_events_cat', '', 0, 0),
(20, 20, 'pl-categs', '', 0, 0),
(21, 21, 'pj-categs', '', 0, 0),
(22, 22, 'es-date', '', 0, 0),
(23, 23, 'es-date', '', 0, 0),
(24, 24, 'es-date', '', 0, 0),
(25, 25, 'es-date', '', 0, 0),
(26, 26, 'pj-categs', '', 0, 0),
(27, 27, 'pl-categs', '', 0, 0),
(28, 28, 'tribe_events_cat', '', 0, 1),
(29, 29, 'pl-categs', '', 0, 0),
(30, 30, 'es-hall', '', 0, 0),
(31, 31, 'es-hall', '', 0, 0),
(32, 32, 'pj-categs', '', 0, 0),
(33, 33, 'tribe_events_cat', '', 0, 1),
(34, 34, 'tribe_events_cat', '', 0, 0),
(35, 35, 'tribe_events_cat', '', 0, 0),
(36, 36, 'tribe_events_cat', '', 0, 0),
(37, 37, 'pl-categs', '', 0, 0),
(38, 38, 'pl-categs', '', 0, 0),
(39, 39, 'es-hall', '', 0, 0),
(40, 40, 'pl-categs', '', 0, 0),
(41, 41, 'nav_menu', '', 0, 14),
(42, 42, 'nav_menu', '', 0, 2),
(43, 43, 'nav_menu', '', 0, 0),
(44, 44, 'nav_menu', '', 0, 79),
(45, 45, 'nav_menu', '', 0, 3),
(46, 46, 'nav_menu', '', 0, 14);

-- --------------------------------------------------------

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'pawea'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"e306b84f4ee252a736efdbdf83c78dcec23ca4fc6595f8ccf60b734a05db5f86\";a:4:{s:10:\"expiration\";i:1610894765;s:2:\"ip\";s:14:\"213.22.229.101\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36\";s:5:\"login\";i:1610721965;}}'),
(17, 1, 'wp_user-settings', 'libraryContent=browse'),
(18, 1, 'wp_user-settings-time', '1610045631'),
(19, 1, 'wp_dashboard_quick_press_last_post_id', '13315'),
(20, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"213.22.229.0\";}'),
(21, 1, 'wp_yoast_notifications', 'a:2:{i:0;a:2:{s:7:\"message\";s:430:\"<strong>New in Yoast SEO 15.5: </strong>Writing in Hungarian? You can now easily check if you are doing a great job in terms of the readability of your text when writing in Hungarian! <a href=\"https://yoa.st/yoast15-5?php_version=5.6&#038;platform=wordpress&#038;platform_version=5.6&#038;software=free&#038;software_version=15.5&#038;days_active=6-30&#038;user_language=pt_PT\" target=\"_blank\">Read all about version 15.5 here</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"updated\";s:2:\"id\";s:20:\"wpseo-plugin-updated\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:5:\"pawea\";s:9:\"user_pass\";s:34:\"$P$BYb84Xg5Ei1CFHp6q/o06ElG1o0tCu0\";s:13:\"user_nicename\";s:5:\"pawea\";s:10:\"user_email\";s:23:\"diogoseixas@bykoket.com\";s:8:\"user_url\";s:29:\"http://pawea-global.com/index\";s:15:\"user_registered\";s:19:\"2021-01-07 18:03:57\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:5:\"pawea\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:64:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:29:\"manage_instagram_feed_options\";b:1;s:20:\"wpseo_manage_options\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:1:{s:13:\"dismiss_value\";s:4:\"15.5\";}s:13:\"dismissal_key\";s:20:\"wpseo-plugin-updated\";s:12:\"capabilities\";a:1:{i:0;s:20:\"wpseo_manage_options\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:453:\"Os plugins Yoast SEO e WooCommerce podem funcionar muito melhor se utilizar um plugin de ligação. Por favor, instale o Yoast WooCommerce SEO para facilitar a sua vida. <a href=\"https://yoa.st/1o0?php_version=5.6&platform=wordpress&platform_version=5.6&software=free&software_version=15.5&days_active=6-30&user_language=pt_PT\" aria-label=\"Mais informações sobre Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">Mais informações</a>.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:4:\"user\";r:7;s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(22, 1, '_yoast_wpseo_profile_updated', '1610044074'),
(23, 1, 'ls-show-support-notice-timestamp', '1608230673'),
(24, 1, 'ls-store-last-viewed', '2021-01-07'),
(25, 1, 'layerslider_help_wp_pointer', '1'),
(26, 1, 'closedpostboxes_page', 'a:3:{i:0;s:10:\"wpseo_meta\";i:1;s:26:\"cmsmasters_custom_meta_box\";i:2;s:21:\"mymetabox_revslider_0\";}'),
(27, 1, 'metaboxhidden_page', 'a:5:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'pawea', '$P$BYb84Xg5Ei1CFHp6q/o06ElG1o0tCu0', 'pawea', 'diogoseixas@bykoket.com', 'http://pawea-global.com/index', '2021-01-07 18:03:57', '', 0, 'pawea');

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_indexable`
--

CREATE TABLE `wp_yoast_indexable` (
  `id` int(11) UNSIGNED NOT NULL,
  `permalink` longtext COLLATE utf8mb4_unicode_ci,
  `permalink_hash` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `object_id` int(11) UNSIGNED DEFAULT NULL,
  `object_type` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `author_id` int(11) UNSIGNED DEFAULT NULL,
  `post_parent` int(11) UNSIGNED DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_ci,
  `description` mediumtext COLLATE utf8mb4_unicode_ci,
  `breadcrumb_title` text COLLATE utf8mb4_unicode_ci,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT '0',
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) UNSIGNED DEFAULT NULL,
  `canonical` longtext COLLATE utf8mb4_unicode_ci,
  `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT '0',
  `is_robots_noindex` tinyint(1) DEFAULT '0',
  `is_robots_nofollow` tinyint(1) DEFAULT '0',
  `is_robots_noarchive` tinyint(1) DEFAULT '0',
  `is_robots_noimageindex` tinyint(1) DEFAULT '0',
  `is_robots_nosnippet` tinyint(1) DEFAULT '0',
  `twitter_title` text COLLATE utf8mb4_unicode_ci,
  `twitter_image` longtext COLLATE utf8mb4_unicode_ci,
  `twitter_description` longtext COLLATE utf8mb4_unicode_ci,
  `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter_image_source` text COLLATE utf8mb4_unicode_ci,
  `open_graph_title` text COLLATE utf8mb4_unicode_ci,
  `open_graph_description` longtext COLLATE utf8mb4_unicode_ci,
  `open_graph_image` longtext COLLATE utf8mb4_unicode_ci,
  `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `open_graph_image_source` text COLLATE utf8mb4_unicode_ci,
  `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_ci,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) UNSIGNED DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  `language` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `region` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_yoast_indexable`
--

INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`) VALUES
(1, NULL, NULL, NULL, 'system-page', '404', NULL, NULL, 'Page not found %%sep%% %%sitename%%', NULL, 'Error 404: Page not found', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07 18:10:08', '2021-01-07 18:10:08', 1, NULL, NULL, NULL, NULL, 0),
(2, 'http://pawea-global.com/index/', '30:824b3eb599381d7b968eb165aa193d2a', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'Mais um site WordPress', 'Home', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '', '', '', '', NULL, NULL, NULL, NULL, NULL, '2021-01-07 18:10:08', '2021-01-07 18:10:20', 1, NULL, NULL, NULL, NULL, 0),
(3, 'http://pawea-global.com/index/category/creative/', '48:887b50acc1c2e7c11db95ba9c4a4b721', 2, 'term', 'category', NULL, NULL, NULL, NULL, 'Creative', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2021-01-07 18:10:43', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(4, 'http://pawea-global.com/index/category/events-app/', '50:2529f54f871ac5d1fc75183e7f0bdb08', 3, 'term', 'category', NULL, NULL, NULL, NULL, 'Events App', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2021-01-07 18:10:43', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(5, 'http://pawea-global.com/index/category/idea/', '44:005a5a3465483d9275acbd6bee6326e9', 4, 'term', 'category', NULL, NULL, NULL, NULL, 'Idea', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3, NULL, '2021-01-07 18:10:43', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(6, 'http://pawea-global.com/index/category/uncategorized/', '53:3a9d28ead441fcdc31f4dfaa406525da', 5, 'term', 'category', NULL, NULL, NULL, NULL, 'Uncategorized', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(7, 'http://pawea-global.com/index/category/work/', '44:3e71db6c3b9c49617a03c42b6ec24850', 6, 'term', 'category', NULL, NULL, NULL, NULL, 'Work', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2021-01-07 18:10:43', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(8, 'http://pawea-global.com/index/tag/bio/', '38:652d9ec391fb353d96385500d1b377ce', 7, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'bio', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(9, 'http://pawea-global.com/index/tag/charity/', '42:eaea2aff163f0531b283f375995a953b', 8, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'charity', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(10, 'http://pawea-global.com/index/tag/donation/', '43:3fdd4276bba6f243b49c827e540a2027', 9, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'donation', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(11, 'http://pawea-global.com/index/tag/eco/', '38:dd417df3450e8db2cb7565958f860d01', 10, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'eco', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(12, 'http://pawea-global.com/index/tag/ecology/', '42:1a9e6122053b355b804baf96547414de', 11, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'ecology', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(13, 'http://pawea-global.com/index/tag/environment/', '46:975cde5bdf9b161d8da6b70ddec092a2', 12, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'environment', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(14, 'http://pawea-global.com/index/tag/nature/', '41:76cc1782a0292b4f55904a4197a1c5e6', 13, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'nature', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(15, 'http://pawea-global.com/index/tag/organic/', '42:4b8ea291ba4ae9ab4706e6ac6ace1a12', 14, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'organic', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(16, 'http://pawea-global.com/index/tag/recycle/', '42:7b965406433e2a3010bd75064a5633dc', 15, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'recycle', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(17, 'http://pawea-global.com/index/es-date/1/', '40:24a718537e882aa7ebc41afb3287bb5c', 16, 'term', 'es-date', NULL, NULL, NULL, NULL, '1', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(18, 'http://pawea-global.com/index/es-date/2/', '40:73ce345c6f5617032687e1615d534c12', 17, 'term', 'es-date', NULL, NULL, NULL, NULL, '2', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(19, 'http://pawea-global.com/index/pj-categs/business/', '49:30da35e67f3acba6852c2e96f2ca1424', 18, 'term', 'pj-categs', NULL, NULL, NULL, NULL, 'Business', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(20, 'http://pawea-global.com/index/events/categoria/business/', '56:3830c2965f80e21b0cf7a2d51853acc1', 19, 'term', 'tribe_events_cat', NULL, NULL, NULL, NULL, 'Business', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(21, 'http://pawea-global.com/index/pl-categs/business-speaker/', '57:31dbdcf73397bfa1f377ac2b6530ff9f', 20, 'term', 'pl-categs', NULL, NULL, NULL, NULL, 'Business Speaker', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(22, 'http://pawea-global.com/index/pj-categs/corporate/', '50:cba1530c20abd356cf1a0d8faada9a95', 21, 'term', 'pj-categs', NULL, NULL, NULL, NULL, 'Corporate', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(23, 'http://pawea-global.com/index/es-date/date/', '43:8de9dbe727b8b6d73c536b298738042f', 22, 'term', 'es-date', NULL, NULL, NULL, NULL, 'Date', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(24, 'http://pawea-global.com/index/es-date/day-1/', '44:8b6a615dec707a23640c0399363b32b9', 23, 'term', 'es-date', NULL, NULL, NULL, NULL, 'Day 1', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(25, 'http://pawea-global.com/index/es-date/day-2/', '44:0cb4f5012eef87f0bc7c600c216d9954', 24, 'term', 'es-date', NULL, NULL, NULL, NULL, 'Day 2', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(26, 'http://pawea-global.com/index/es-date/day-3/', '44:ba52eb913bb03601c7dda3af7cbd8238', 25, 'term', 'es-date', NULL, NULL, NULL, NULL, 'Day 3', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:43', '2021-01-07 18:10:43', 1, NULL, NULL, NULL, NULL, 0),
(27, 'http://pawea-global.com/index/pj-categs/design/', '47:7d19dc6d40f14268ad52ded05c7ab363', 26, 'term', 'pj-categs', NULL, NULL, NULL, NULL, 'Design', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:44', '2021-01-07 18:10:44', 1, NULL, NULL, NULL, NULL, 0),
(28, 'http://pawea-global.com/index/pl-categs/founder-of-uxpress/', '59:d05375f36a43ca977b50a5f932fcea1d', 27, 'term', 'pl-categs', NULL, NULL, NULL, NULL, 'Founder of UXPress', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:44', '2021-01-07 18:10:44', 1, NULL, NULL, NULL, NULL, 0),
(29, 'http://pawea-global.com/index/events/categoria/it/', '50:765c911aff2246e9b5659c847bada39a', 28, 'term', 'tribe_events_cat', NULL, NULL, NULL, NULL, 'IT', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:44', '2021-01-07 18:10:44', 1, NULL, NULL, NULL, NULL, 0),
(30, 'http://pawea-global.com/index/pl-categs/it-project-management/', '62:3653780e96d2f1bdd573e7a9ea741b2b', 29, 'term', 'pl-categs', NULL, NULL, NULL, NULL, 'IT Project Management', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:44', '2021-01-07 18:10:44', 1, NULL, NULL, NULL, NULL, 0),
(31, 'http://pawea-global.com/index/es-hall/main-hall-a/', '50:3adba2d10d78f36013713de0f914c468', 30, 'term', 'es-hall', NULL, NULL, NULL, NULL, 'Main Hall A', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:44', '2021-01-07 18:10:44', 1, NULL, NULL, NULL, NULL, 0),
(32, 'http://pawea-global.com/index/es-hall/main-hall-b/', '50:7b0452d1b53e18a184ad9173aeb78385', 31, 'term', 'es-hall', NULL, NULL, NULL, NULL, 'Main Hall B', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:44', '2021-01-07 18:10:44', 1, NULL, NULL, NULL, NULL, 0),
(33, 'http://pawea-global.com/index/pj-categs/masonry-puzzle/', '55:d2686617ce24e5eb158b2a01fedf4c6d', 32, 'term', 'pj-categs', NULL, NULL, NULL, NULL, 'Masonry Puzzle', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:44', '2021-01-07 18:10:44', 1, NULL, NULL, NULL, NULL, 0),
(34, 'http://pawea-global.com/index/events/categoria/programs/', '56:2b089a8b5c99f80575b5a5ce56a416b5', 33, 'term', 'tribe_events_cat', NULL, NULL, NULL, NULL, 'Programs', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:44', '2021-01-07 18:10:44', 1, NULL, NULL, NULL, NULL, 0),
(35, 'http://pawea-global.com/index/events/categoria/registration/', '60:5e51af82b2139a7dd8b7be8f5ed7cd2e', 34, 'term', 'tribe_events_cat', NULL, NULL, NULL, NULL, 'Registration', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:44', '2021-01-07 18:10:44', 1, NULL, NULL, NULL, NULL, 0),
(36, 'http://pawea-global.com/index/events/categoria/security/', '56:d5c9d7e861a46162ea8618b443a6cc65', 35, 'term', 'tribe_events_cat', NULL, NULL, NULL, NULL, 'Security', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:44', '2021-01-07 18:10:44', 1, NULL, NULL, NULL, NULL, 0),
(37, 'http://pawea-global.com/index/events/categoria/software/', '56:ca2ce28723a68945eb4b387a4fa5fd45', 36, 'term', 'tribe_events_cat', NULL, NULL, NULL, NULL, 'Software', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:44', '2021-01-07 18:10:44', 1, NULL, NULL, NULL, NULL, 0),
(38, 'http://pawea-global.com/index/pl-categs/speakers/', '49:1a0a3040e4f5f773aa7d9fd3b32045f2', 37, 'term', 'pl-categs', NULL, NULL, NULL, NULL, 'Speakers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:44', '2021-01-07 18:10:44', 1, NULL, NULL, NULL, NULL, 0),
(39, 'http://pawea-global.com/index/pl-categs/test/', '45:40c3128881212584597ec5a4fe8cc5ea', 38, 'term', 'pl-categs', NULL, NULL, NULL, NULL, 'test', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:44', '2021-01-07 18:10:44', 1, NULL, NULL, NULL, NULL, 0),
(40, 'http://pawea-global.com/index/es-hall/vip-hall/', '47:1d68d340246efe81d7f5dcc9cae64a28', 39, 'term', 'es-hall', NULL, NULL, NULL, NULL, 'VIP Hall', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:44', '2021-01-07 18:10:44', 1, NULL, NULL, NULL, NULL, 0),
(41, 'http://pawea-global.com/index/pl-categs/web-designer/', '53:6a5c1aad52313024b5b655956f2d4307', 40, 'term', 'pl-categs', NULL, NULL, NULL, NULL, 'WEB Designer', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:44', '2021-01-07 18:10:44', 1, NULL, NULL, NULL, NULL, 0),
(42, 'http://pawea-global.com/index/author/pawea/', '43:86b0312700339bb4f8a95994f5686e2a', 1, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/ad1979627ee835e6c49a9f9a749609f1?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/ad1979627ee835e6c49a9f9a749609f1?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, 7, NULL, '2021-01-07 18:10:44', '2021-01-15 14:46:09', 1, NULL, NULL, NULL, NULL, 0),
(43, 'http://pawea-global.com/index/wp-content/uploads/2015/04/2015-07-22_12491.png', '77:d023a3645b6d02fddd66ebe758e4495f', 5201, 'post', 'attachment', 1, 0, NULL, NULL, '2015-07-22_1249', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2015/04/2015-07-22_12491.png', NULL, '5201', 'attachment-image', NULL, NULL, NULL, '5201', 'attachment-image', NULL, 0, 1, NULL, '2021-01-07 18:10:44', '2021-01-07 18:11:29', 1, NULL, NULL, NULL, NULL, 0),
(44, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', '68:d2bc0e188baab727d0efba03871bfda2', 12305, 'post', 'attachment', 1, 0, NULL, NULL, 'element', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', NULL, '12305', 'attachment-image', NULL, NULL, NULL, '12305', 'attachment-image', NULL, 0, 21, NULL, '2021-01-07 18:10:45', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(45, 'http://pawea-global.com/index/wp-content/uploads/2015/11/1-1.png', '64:55d149b6f65b4b6d957eebefc812571e', 12329, 'post', 'attachment', 1, 0, NULL, NULL, '1', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2015/11/1-1.png', NULL, '12329', 'attachment-image', NULL, NULL, NULL, '12329', 'attachment-image', NULL, 0, 4, NULL, '2021-01-07 18:10:46', '2021-01-07 18:11:39', 1, NULL, NULL, NULL, NULL, 0),
(46, 'http://pawea-global.com/index/wp-content/uploads/2015/11/2.png', '62:442eb9eb90ff535074bef735b086ad82', 12330, 'post', 'attachment', 1, 0, NULL, NULL, '2', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2015/11/2.png', NULL, '12330', 'attachment-image', NULL, NULL, NULL, '12330', 'attachment-image', NULL, 0, 6, NULL, '2021-01-07 18:10:46', '2021-01-07 18:11:39', 1, NULL, NULL, NULL, NULL, 0),
(47, 'http://pawea-global.com/index/wp-content/uploads/2015/11/3.png', '62:8eb8645f7cef88b5f8e45eb255f145ca', 12331, 'post', 'attachment', 1, 0, NULL, NULL, '3', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2015/11/3.png', NULL, '12331', 'attachment-image', NULL, NULL, NULL, '12331', 'attachment-image', NULL, 0, 6, NULL, '2021-01-07 18:10:46', '2021-01-07 18:11:39', 1, NULL, NULL, NULL, NULL, 0),
(48, 'http://pawea-global.com/index/wp-content/uploads/2015/11/4.png', '62:79ea7602c06d1f2eeb4c91c594cf6996', 12332, 'post', 'attachment', 1, 0, NULL, NULL, '4', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2015/11/4.png', NULL, '12332', 'attachment-image', NULL, NULL, NULL, '12332', 'attachment-image', NULL, 0, 6, NULL, '2021-01-07 18:10:47', '2021-01-07 18:11:39', 1, NULL, NULL, NULL, NULL, 0),
(49, 'http://pawea-global.com/index/wp-content/uploads/2015/11/5.png', '62:4069c40d2e67b46a0e2fe56f9e4d30c1', 12333, 'post', 'attachment', 1, 0, NULL, NULL, '5', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2015/11/5.png', NULL, '12333', 'attachment-image', NULL, NULL, NULL, '12333', 'attachment-image', NULL, 0, 4, NULL, '2021-01-07 18:10:47', '2021-01-07 18:11:39', 1, NULL, NULL, NULL, NULL, 0),
(50, 'http://pawea-global.com/index/wp-content/uploads/2015/11/6.png', '62:cd60a3f4ce191c8bff74badc95a0a096', 12334, 'post', 'attachment', 1, 0, NULL, NULL, '6', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2015/11/6.png', NULL, '12334', 'attachment-image', NULL, NULL, NULL, '12334', 'attachment-image', NULL, 0, 6, NULL, '2021-01-07 18:10:48', '2021-01-07 18:11:39', 1, NULL, NULL, NULL, NULL, 0),
(51, 'http://pawea-global.com/index/wp-content/uploads/2015/11/7.png', '62:058499fa871bedd510606cbb68abe21b', 12335, 'post', 'attachment', 1, 0, NULL, NULL, '7', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2015/11/7.png', NULL, '12335', 'attachment-image', NULL, NULL, NULL, '12335', 'attachment-image', NULL, 0, 4, NULL, '2021-01-07 18:10:48', '2021-01-07 18:11:39', 1, NULL, NULL, NULL, NULL, 0),
(52, 'http://pawea-global.com/index/wp-content/uploads/2015/11/8.png', '62:ef659cda17596ee6021655bf651cf2a4', 12336, 'post', 'attachment', 1, 0, NULL, NULL, '8', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2015/11/8.png', NULL, '12336', 'attachment-image', NULL, NULL, NULL, '12336', 'attachment-image', NULL, 0, 6, NULL, '2021-01-07 18:10:49', '2021-01-07 18:11:39', 1, NULL, NULL, NULL, NULL, 0),
(53, 'http://pawea-global.com/index/wp-content/uploads/2015/11/9.png', '62:58c9b5f8a734f54f8d2c64eb04f351f4', 12337, 'post', 'attachment', 1, 0, NULL, NULL, '9', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2015/11/9.png', NULL, '12337', 'attachment-image', NULL, NULL, NULL, '12337', 'attachment-image', NULL, 0, 5, NULL, '2021-01-07 18:10:49', '2021-01-07 18:11:39', 1, NULL, NULL, NULL, NULL, 0),
(54, 'http://pawea-global.com/index/wp-content/uploads/2015/11/map-1.jpg', '66:3e92b6bacfb6ef1470114f8cad27d7d0', 12724, 'post', 'attachment', 1, 0, NULL, NULL, 'map-1', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2015/11/map-1.jpg', NULL, '12724', 'attachment-image', NULL, NULL, NULL, '12724', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:10:50', '2021-01-07 18:10:50', 1, NULL, NULL, NULL, NULL, 0),
(55, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo.png', '65:1895913cf81349e2ae7b3e04e11d7988', 12807, 'post', 'attachment', 1, 0, NULL, NULL, 'logo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo.png', NULL, '12807', 'attachment-image', NULL, NULL, NULL, '12807', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:10:52', '2021-01-07 18:10:52', 1, NULL, NULL, NULL, NULL, 0),
(56, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-1.png', '67:2e9dfa5886ea2792943827bf44958c1d', 12817, 'post', 'attachment', 1, 0, NULL, NULL, 'logo-1', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-1.png', NULL, '12817', 'attachment-image', NULL, NULL, NULL, '12817', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:10:52', '2021-01-07 18:10:52', 1, NULL, NULL, NULL, NULL, 0),
(57, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-1-1.png', '69:df4ad34d40a0c55d782900fda47d858d', 12818, 'post', 'attachment', 1, 0, NULL, NULL, 'logo-1', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-1-1.png', NULL, '12818', 'attachment-image', NULL, NULL, NULL, '12818', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:10:53', '2021-01-07 18:10:53', 1, NULL, NULL, NULL, NULL, 0),
(58, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-footer.png', '72:8ec462612623ec504855bc455431bbfc', 12819, 'post', 'attachment', 1, 0, NULL, NULL, 'logo-footer', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-footer.png', NULL, '12819', 'attachment-image', NULL, NULL, NULL, '12819', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:10:53', '2021-01-07 18:10:53', 1, NULL, NULL, NULL, NULL, 0),
(59, 'http://pawea-global.com/index/wp-content/uploads/2016/07/favicon.png', '68:5bd2034aff68520d064afb48765343f6', 12829, 'post', 'attachment', 1, 0, NULL, NULL, 'favicon', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/favicon.png', NULL, '12829', 'attachment-image', NULL, NULL, NULL, '12829', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:10:53', '2021-01-07 18:10:53', 1, NULL, NULL, NULL, NULL, 0),
(60, 'http://pawea-global.com/index/wp-content/uploads/2016/07/cropped-favicon.png', '76:fae81d0a89c0cd855922dbe7870a67d1', 12830, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-favicon.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/cropped-favicon.png', NULL, '12830', 'attachment-image', NULL, NULL, NULL, '12830', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:10:54', '2021-01-07 18:10:54', 1, NULL, NULL, NULL, NULL, 0),
(61, 'http://pawea-global.com/index/2021/01/07/a1c3f5ae562156d31e340664bc1e7a75/', '74:dafd4b72da654fa65bb824719155ca6f', 12831, 'post', 'oembed_cache', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:54', '2021-01-07 18:10:54', 1, NULL, NULL, NULL, NULL, 0),
(62, 'http://pawea-global.com/index/wp-content/uploads/2016/07/favicon-1.png', '70:6215a3168fca5742d693ff414dfc544a', 12832, 'post', 'attachment', 1, 0, NULL, NULL, 'favicon', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/favicon-1.png', NULL, '12832', 'attachment-image', NULL, NULL, NULL, '12832', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:10:55', '2021-01-07 18:10:55', 1, NULL, NULL, NULL, NULL, 0),
(63, 'http://pawea-global.com/index/wp-content/uploads/2016/07/cropped-favicon-1.png', '78:40e48a9bd496679e509b678a5ac549d3', 12833, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-favicon-1.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/cropped-favicon-1.png', NULL, '12833', 'attachment-image', NULL, NULL, NULL, '12833', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:10:56', '2021-01-07 18:10:56', 1, NULL, NULL, NULL, NULL, 0),
(64, 'http://pawea-global.com/index/2021/01/07/1b6152843f4d55ba3f6b457003eb4ded/', '74:d90b135ce7deae9a94c32a534206330a', 12834, 'post', 'oembed_cache', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:56', '2021-01-07 18:10:56', 1, NULL, NULL, NULL, NULL, 0),
(65, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-retina.png', '72:7dc919cdba01ca526d00449db4008da1', 12835, 'post', 'attachment', 1, 0, NULL, NULL, 'logo-retina', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-retina.png', NULL, '12835', 'attachment-image', NULL, NULL, NULL, '12835', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:10:57', '2021-01-07 18:10:57', 1, NULL, NULL, NULL, NULL, 0),
(66, 'http://pawea-global.com/index/wp-content/uploads/2016/07/favicon-2.png', '70:e5e8904e5f9cbd71ef6a6f40fd9999c0', 12836, 'post', 'attachment', 1, 0, NULL, NULL, 'favicon', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/favicon-2.png', NULL, '12836', 'attachment-image', NULL, NULL, NULL, '12836', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:10:57', '2021-01-07 18:10:57', 1, NULL, NULL, NULL, NULL, 0),
(67, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-1-2.png', '69:2d644ddadc7c9b371174bc51d04fb4d3', 12837, 'post', 'attachment', 1, 0, NULL, NULL, 'logo-1', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-1-2.png', NULL, '12837', 'attachment-image', NULL, NULL, NULL, '12837', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:10:58', '2021-01-07 18:10:58', 1, NULL, NULL, NULL, NULL, 0),
(68, 'http://pawea-global.com/index/wp-content/uploads/2016/07/cropped-favicon-2.png', '78:bcf5dcaf0f3378961c514e92245fe008', 12838, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-favicon-2.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/cropped-favicon-2.png', NULL, '12838', 'attachment-image', NULL, NULL, NULL, '12838', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:10:58', '2021-01-07 18:10:58', 1, NULL, NULL, NULL, NULL, 0),
(69, 'http://pawea-global.com/index/2021/01/07/d612bd196206625ff08d48dac78b6b10/', '74:3dbc36bd9f138a85a383d96a3c85a2f5', 12839, 'post', 'oembed_cache', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:10:58', '2021-01-07 18:10:58', 1, NULL, NULL, NULL, NULL, 0),
(70, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-retina-1.png', '74:945425b82ae8dcbd0a9784a801b2fb3c', 12840, 'post', 'attachment', 1, 0, NULL, NULL, 'logo-retina', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-retina-1.png', NULL, '12840', 'attachment-image', NULL, NULL, NULL, '12840', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:10:59', '2021-01-07 18:10:59', 1, NULL, NULL, NULL, NULL, 0),
(71, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-footer-1.png', '74:7c2949c7961248165467f615c0f17fae', 12841, 'post', 'attachment', 1, 0, NULL, NULL, 'logo-footer', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-footer-1.png', NULL, '12841', 'attachment-image', NULL, NULL, NULL, '12841', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:11:00', '2021-01-07 18:11:00', 1, NULL, NULL, NULL, NULL, 0),
(72, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-footer-retina.png', '79:1a3230c1223be9a6234cdd9614c88369', 12842, 'post', 'attachment', 1, 0, NULL, NULL, 'logo-footer-retina', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-footer-retina.png', NULL, '12842', 'attachment-image', NULL, NULL, NULL, '12842', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:11:00', '2021-01-07 18:11:00', 1, NULL, NULL, NULL, NULL, 0),
(73, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-retina-1-1.png', '76:618c7985ef2197a36b2a337bd7131f3a', 12843, 'post', 'attachment', 1, 0, NULL, NULL, 'logo-retina', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-retina-1-1.png', NULL, '12843', 'attachment-image', NULL, NULL, NULL, '12843', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:11:00', '2021-01-07 18:11:00', 1, NULL, NULL, NULL, NULL, 0),
(74, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-footer-retina-1.png', '81:13245d538148c589d28fa178474b0e8c', 12844, 'post', 'attachment', 1, 0, NULL, NULL, 'logo-footer-retina', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/logo-footer-retina-1.png', NULL, '12844', 'attachment-image', NULL, NULL, NULL, '12844', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:11:01', '2021-01-07 18:11:01', 1, NULL, NULL, NULL, NULL, 0),
(75, 'http://pawea-global.com/index/wp-content/uploads/2016/07/01.jpg', '63:3f0fd221a5d41764617509d1d576855c', 12927, 'post', 'attachment', 1, 0, NULL, NULL, '01', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/01.jpg', NULL, '12927', 'attachment-image', NULL, NULL, NULL, '12927', 'attachment-image', NULL, 0, 3, NULL, '2021-01-07 18:11:02', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(76, 'http://pawea-global.com/index/wp-content/uploads/2016/07/02.jpg', '63:657f7cc5fe0e7a2835527ed464212131', 12928, 'post', 'attachment', 1, 0, NULL, NULL, '02', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/02.jpg', NULL, '12928', 'attachment-image', NULL, NULL, NULL, '12928', 'attachment-image', NULL, 0, 3, NULL, '2021-01-07 18:11:05', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(77, 'http://pawea-global.com/index/wp-content/uploads/2016/07/03.jpg', '63:256a422fc26787f0bcd5b07741f5dd06', 12929, 'post', 'attachment', 1, 0, NULL, NULL, '03', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/03.jpg', NULL, '12929', 'attachment-image', NULL, NULL, NULL, '12929', 'attachment-image', NULL, 0, 10, NULL, '2021-01-07 18:11:08', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(78, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04.jpg', '63:9b06a8b1e8b3dca802f51537bbbc3f14', 12930, 'post', 'attachment', 1, 0, NULL, NULL, '04', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04.jpg', NULL, '12930', 'attachment-image', NULL, NULL, NULL, '12930', 'attachment-image', NULL, 0, 14, NULL, '2021-01-07 18:11:11', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(79, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05.jpg', '63:e718bd61263b3cd27fa813cd9a33994c', 12931, 'post', 'attachment', 1, 0, NULL, NULL, '05', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05.jpg', NULL, '12931', 'attachment-image', NULL, NULL, NULL, '12931', 'attachment-image', NULL, 0, 17, NULL, '2021-01-07 18:11:13', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(80, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06.jpg', '63:683956eb2c113d8bc5ca3b24d0c0bb6c', 12932, 'post', 'attachment', 1, 0, NULL, NULL, '06', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06.jpg', NULL, '12932', 'attachment-image', NULL, NULL, NULL, '12932', 'attachment-image', NULL, 0, 17, NULL, '2021-01-07 18:11:16', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(81, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9232', '63:ff3f4d85baaa8fb5c91a46c79c5290d3', 9232, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '123.123.48.244', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(82, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9233', '63:30af6b9870bac236ce46fe28877ba7d7', 9233, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '123.123.48.244', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(83, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9234', '63:16339ac1894d5258d3cb1e92a30339ad', 9234, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '187.65.159.48', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(84, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9235', '63:5e70d6d313c087b5f922b98533dc89bb', 9235, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '14.195.230.126', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(85, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9236', '63:5df0c13481fb5fed7efc9205ac087152', 9236, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '212.253.104.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(86, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9237', '63:702d9db46dea136112aa45d9447df23a', 9237, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '42.112.90.26', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(87, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9238', '63:cc8848231e83ec2c8c5eadfc42c9334a', 9238, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '197.40.88.74', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(88, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9239', '63:9228a81cad198e8d47cbf49ed497c7fb', 9239, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '185.46.212.59', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(89, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9240', '63:912ae4482380bb49819628f2260a308d', 9240, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '185.46.212.59', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(90, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9241', '63:57e492f89919154f05ba48f772b70b3c', 9241, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '185.46.212.59', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(91, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9242', '63:d3dbe2f9c6766c8cc2b14b5dcc332920', 9242, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '122.168.90.45', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(92, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9243', '63:9842d9d86d02a0475b0ee41cc3e99988', 9243, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '79.131.2.43', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(93, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9244', '63:3dd82bbfe048525c6a1fba45ec3f7879', 9244, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '178.27.164.235', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(94, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9245', '63:f10e0bb0ff1cae58f9c8b917b7eeb5e9', 9245, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '94.65.46.218', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(95, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9246', '63:f5bc2999a6b52e457216ffde9977b775', 9246, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '79.131.2.43', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(96, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9247', '63:92c074d38dcc5e8dff3390843d147e05', 9247, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '188.207.172.186', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(97, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9248', '63:1ef780bad0adb3599dbfd395c8ec9692', 9248, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '103.15.54.178', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(98, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9249', '63:4bb5a858c350a5a1d07f4ab98e845ed5', 9249, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '72.53.75.149', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(99, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9250', '63:ddb8df5df53bb7739f5bd36558c3fe73', 9250, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '41.42.235.109', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(100, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9252', '63:d104b8b907a6aa0cd5229a5541ec643f', 9252, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.241.229.246', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(101, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9253', '63:0060a6d89e53bef77adc8f779756c49c', 9253, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '151.250.38.138', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(102, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9254', '63:afb62887af127e955acfc257b7311c43', 9254, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '176.240.148.127', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(103, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9255', '63:8c747721b2629ab8ddfa6690e4ab7bbd', 9255, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '122.164.169.225', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(104, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9256', '63:9377bf89414f0a6271d46bc54c26ab08', 9256, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '178.137.130.70', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(105, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9257', '63:792887fda739126530fe88d5b2b5ada6', 9257, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '86.98.43.189', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(106, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9258', '63:87e858c9d67cb4a0e57f771289f19334', 9258, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '94.70.212.158', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(107, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9259', '63:c60db7f841c762db512a8718d1c9abd2', 9259, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '151.250.38.138', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(108, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9260', '63:f668297cde15627320d230dc0bb46d15', 9260, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '68.57.203.228', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(109, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9262', '63:04bd9e2cd29e8c0e91ca4d328a3ac879', 9262, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '103.51.104.202', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(110, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9263', '63:3f6b36051bbdebdd572a1433eeca7bfd', 9263, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '191.249.204.92', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(111, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9267', '63:1e1cad22ac364864756531ffa5ada56f', 9267, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '41.137.37.226', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(112, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9268', '63:760ced630d578780219d286c9bfc20f2', 9268, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '187.67.172.134', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0);
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`) VALUES
(113, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9269', '63:369dd6ff0b52bbde650c70b14547d124', 9269, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '182.237.9.239', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(114, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9271', '63:ac28305e186d70da3643d2f2fd93c577', 9271, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '87.152.113.236', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(115, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9272', '63:b5fd9a90730e5993d10ef7a10829bfe5', 9272, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '179.228.119.245', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(116, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9273', '63:daec1b7ae2dfac8ce039cc33fccd830b', 9273, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '179.228.119.245', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(117, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9274', '63:17dee3b552eab9a62b0688fac1a546ed', 9274, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '179.228.119.245', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(118, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9275', '63:de758a5c97f7e7386d6d2c4fe3eb6249', 9275, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '179.228.119.245', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(119, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9277', '63:b2e21d8ced2947afba68022d14f7a2f0', 9277, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '89.46.160.19', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(120, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=9278', '63:93990f982b6fab8de1507165c2b4abc4', 9278, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '41.249.241.193', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:18', '2021-01-07 18:11:18', 1, NULL, NULL, NULL, NULL, 0),
(121, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10376', '64:0ece485e82a351a10c303f15fd0d9af5', 10376, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(122, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10384', '64:cd63158ce0610d5a61bf1f98ae6588a9', 10384, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(123, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10385', '64:a9caaa793bbb4fad76019e046315254d', 10385, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(124, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10386', '64:34a1c775bbbe9c11611d9d8bf33e43ea', 10386, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(125, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10387', '64:1efbbc089e34a90d2d7c5ed23b768e11', 10387, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(126, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10388', '64:88a29cf9ac28bd007716b2ef0635f437', 10388, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(127, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10389', '64:bd77726e263b700267b260a6abc264f1', 10389, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(128, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10390', '64:52f8a3f07ecc9992d64c95f8e59a7bc9', 10390, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(129, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10391', '64:c8963d14d2818ed983f0e2aa882b89b8', 10391, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(130, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10392', '64:e1773b4c0f02b7f239a17b415bd2b6ff', 10392, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(131, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10393', '64:41655a8f5f023c09efde41508954a402', 10393, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(132, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10394', '64:119f81ba3e1739e23da04aceadf955ff', 10394, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(133, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10395', '64:6b680a5950d545ce5609854e162eaa18', 10395, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(134, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10396', '64:1f0ed2368f8271b3b0891bf7055bccfd', 10396, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(135, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10397', '64:93767e2f909a3d8a3a4ad38607e18a9b', 10397, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(136, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10401', '64:64aa7f05afc858d3b074607b7d0056c9', 10401, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(137, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10403', '64:1d8618c84f5f2d3e7a0b1ab99daa50c1', 10403, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(138, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10406', '64:6612d3706ef9ed2feaeae9b3c43d87f0', 10406, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(139, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10414', '64:3b2147e83a69f6b2cc998b13c5f219af', 10414, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '185.11.29.74', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(140, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10415', '64:9439aeabd980d6d4e721bc5faa349786', 10415, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '185.11.29.74', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(141, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10435', '64:2cd94407e7647d1de1cdd93792e86b3a', 10435, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.102.15', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(142, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10436', '64:0285799e3da4d8493876ac7072395921', 10436, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.102.15', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(143, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10437', '64:f62118781cc7a250de6aff5e98c40a53', 10437, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.102.15', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(144, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10438', '64:b1400ea15a4743940da6a69ce20d68c4', 10438, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.102.15', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:19', '2021-01-07 18:11:19', 1, NULL, NULL, NULL, NULL, 0),
(145, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10439', '64:59e96e5b0d6be1e11ab0c47f32e9f9b1', 10439, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.102.15', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(146, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10440', '64:4146d1497e1cd48e54d3c984c928dc16', 10440, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.102.15', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(147, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10441', '64:f761ae7e837df9bb1913d8ac9ba5c1f4', 10441, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.102.15', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(148, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10442', '64:1d4f840fcaf851ce48033c122efbbf83', 10442, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(149, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10443', '64:a72b4df7f2399ed7365a69b497f79e25', 10443, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.102.15', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(150, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10444', '64:dc9fae9d5b1233ee4ca8a2849d3d23f0', 10444, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.102.15', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(151, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10445', '64:a514bab160ccb2e637ac2b0f7e1905dc', 10445, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.102.15', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(152, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10446', '64:4a8b752cc85b91cd77a4884f60f71187', 10446, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '185.11.29.74', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(153, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10464', '64:9b3fc66b79867e793261404ceec619f3', 10464, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.102.15', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(154, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10482', '64:1328360b170b3ffcd9b416b7e305bbd9', 10482, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(155, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10486', '64:ec04a658e55f1920fac8e415777aa3cb', 10486, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(156, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10487', '64:754e4f43c9e8ac8d44d01d7105be25f5', 10487, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(157, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10488', '64:d5feffc2d07e133a40782b1095bb09ec', 10488, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.112.133', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(158, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10489', '64:bc5221fa0c2e53a19f148b7f60ea28f2', 10489, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.102.15', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(159, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10490', '64:43c321e0f114ded628d1666f83273a44', 10490, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.102.15', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(160, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10491', '64:79ced11097d52e7356c176e4251d3700', 10491, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.102.15', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(161, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10492', '64:33fbbdbed4aa4e54922aca2ddb39ed3a', 10492, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.25.102.15', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(162, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10545', '64:2fbcff2b0d52a428aa7cb104d2e8d424', 10545, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '185.11.29.74', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(163, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10582', '64:6706a611d9022c2105fe0366b4e68f71', 10582, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '212.92.234.171', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(164, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10583', '64:c1641477b9afaa4d92ec4780315d02c9', 10583, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '212.92.234.171', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(165, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10584', '64:156f4a4c9aa2915653633b4faf9edb1a', 10584, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '212.92.234.171', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(166, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10585', '64:f8f0abf84dc1bc95397c0d5c2ac77f0d', 10585, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '212.92.234.171', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(167, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10586', '64:af34de9c1ccb9594f630b772ce1a0102', 10586, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '212.92.234.171', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(168, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10587', '64:7fa86029b7015a95105bb21b0d740cdb', 10587, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '212.92.242.184', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:20', '2021-01-07 18:11:20', 1, NULL, NULL, NULL, NULL, 0),
(169, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10588', '64:992c8ae28eb03e485b2b17a425d03b26', 10588, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '212.92.242.184', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(170, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10589', '64:e22a9d52244a65e8adedb80729d5685a', 10589, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '212.92.242.184', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(171, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10590', '64:262309efcae80ecd8f2a3f682c336b37', 10590, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '212.92.242.184', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(172, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10591', '64:6fb8169b1b94b612ae5f31685813fce8', 10591, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '212.92.242.184', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(173, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10592', '64:93eaaf048adf418b45ed08e455084e20', 10592, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '212.92.242.184', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(174, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10593', '64:473bfca2549b0aa4f9311118821220ba', 10593, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '212.92.242.184', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(175, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10594', '64:02bc7464fba773cec85adfab840cc24b', 10594, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '212.92.242.184', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(176, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10595', '64:e51381ac4f6ed29c858468b727c6a44f', 10595, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '188.105.86.63', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(177, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10596', '64:4ebb17397de9a236f13dffe1d6348cc3', 10596, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '197.41.145.233', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(178, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10597', '64:eef93ff76b28d3abe5118769a6da69ba', 10597, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '109.173.152.25', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(179, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10598', '64:21a97f76a30b3f50132ee2879cd2ee4a', 10598, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.106.203.103', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(180, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10599', '64:e846f1a3a492f08da402f4351ee5c575', 10599, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '180.253.70.231', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(181, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10600', '64:17f9d9ca8a264306930b9c3488552d19', 10600, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.208.120.47', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(182, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10601', '64:7143fb2ebedf828c756d6f90ed8666bc', 10601, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '5.18.183.167', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(183, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10602', '64:39e5634236cf173dcee662dff6c37b8d', 10602, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '122.169.66.63', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(184, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10604', '64:7a8147b7a26091bbec1598c5b00a3068', 10604, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '93.33.52.195', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(185, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10605', '64:f81a66b934366bbbbe12bfb230671708', 10605, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '182.180.187.176', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(186, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10606', '64:cb56320726aae06f38aa590ee879f1dc', 10606, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '36.78.79.130', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(187, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10607', '64:e33ca22c28aabc80790566b110bffb06', 10607, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '104.129.192.100', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(188, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10608', '64:c649394a1584ecb6fc63efb7cae5572c', 10608, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '212.92.234.171', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(189, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10613', '64:c5a4f1e16e0b8b09b127497ce27e1ba7', 10613, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '94.99.220.48', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(190, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10614', '64:18f9b0b65185147ebe50ae9e4f6cd5e6', 10614, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '191.188.175.190', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(191, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10615', '64:81f3427e502b115a2344389bd52e254c', 10615, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.186.240.34', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(192, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10622', '64:8abacc9a8ff86163c64a6c55603c5f9c', 10622, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '169.0.132.35', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(193, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10623', '64:c2e6991bee0458f8118593961df81b78', 10623, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.232.13.98', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(194, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=10624', '64:e1e141880d9df4eeb8cb13ff89bab6db', 10624, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '37.232.13.98', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(195, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=12665', '64:f6d5af7f0110865e08b14fb5e06990f6', 12665, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '109.104.186.195', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(196, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=12666', '64:9e0b885dce27dc09066c75e18502daf1', 12666, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '109.104.186.195', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(197, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=12667', '64:26decf22983328fe6f4332f6a64deeeb', 12667, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '109.104.186.195', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(198, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=12668', '64:56c785dea936510c87bd07e574c9ff92', 12668, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '109.104.186.195', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(199, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=12669', '64:eee387c39876e22817cd99f249b338bf', 12669, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '109.104.186.195', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(200, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=12670', '64:a9929d27a9787c76eda9fe33f7fe1168', 12670, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '109.104.186.195', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(201, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=12723', '64:102fc96342ccb4b214fc8362aced2638', 12723, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '109.104.186.195', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(202, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=12734', '64:21e2423f32838b88f332676a784bda9e', 12734, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '109.104.186.195', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(203, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=12735', '64:c8b089f4fcd4d4f16ab8bcb6d939ae80', 12735, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '109.104.186.195', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(204, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=12738', '64:0739588d9fff5d9e2017d291337a0bc7', 12738, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '109.104.186.195', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:21', 1, NULL, NULL, NULL, NULL, 0),
(205, 'http://pawea-global.com/index/content_template/quotes/', '54:fd1335f39d2d2ccfb1ffbcb366256fdc', 11101, 'post', 'content_template', 1, 0, NULL, NULL, 'quotes', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:21', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(206, 'http://pawea-global.com/index/content_template/home-bottom-sidebar/', '67:cebf71dbfd6fd0f89a0e4ef2b74531df', 11275, 'post', 'content_template', 1, 0, NULL, NULL, 'home bottom sidebar', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(207, 'http://pawea-global.com/index/content_template/split-screen-section/', '68:f8d668d7dc63d2bcf62f10bc7273293c', 11455, 'post', 'content_template', 1, 0, NULL, NULL, 'split screen section', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(208, 'http://pawea-global.com/index/content_template/quotes-2/', '56:2daec4a4ab486e4a60227e7bc2495b27', 11737, 'post', 'content_template', 1, 0, NULL, NULL, 'Quotes', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(209, 'http://pawea-global.com/index/content_template/clients/', '55:6c55c8fc2f48edc98d9bb7851f6e7ff2', 11747, 'post', 'content_template', 1, 0, NULL, NULL, 'clients', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(210, 'http://pawea-global.com/index/content_template/heading/', '55:6d8d6a491dfff03867a36f20fa492aca', 11766, 'post', 'content_template', 1, 0, NULL, NULL, 'heading', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(211, 'http://pawea-global.com/index/content_template/map/', '51:8e34f17006544b00241b7601a73f19ee', 11863, 'post', 'content_template', 1, 0, NULL, NULL, 'map', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(212, 'http://pawea-global.com/index/content_template/progress-bars/', '61:b64475d31927305ce0e0e2bf3f19547b', 11921, 'post', 'content_template', 1, 0, NULL, NULL, 'Progress Bars', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(213, 'http://pawea-global.com/index/content_template/quotes-grid/', '59:fa53b2eb95d5172c52e9f677534a2e89', 11924, 'post', 'content_template', 1, 0, NULL, NULL, 'Quotes Grid', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(214, 'http://pawea-global.com/index/content_template/featured-block/', '62:3e8f2dbd3a079a811e81cb444d7ee0d5', 11943, 'post', 'content_template', 1, 0, NULL, NULL, 'Featured Block', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(215, 'http://pawea-global.com/index/content_template/pricing/', '55:e4ca46c2e159af416fadd2ca6fc77648', 11951, 'post', 'content_template', 1, 0, NULL, NULL, 'Pricing', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(216, 'http://pawea-global.com/index/content_template/profile/', '55:ce143f0b6aeea7417297e00e28dc3494', 12096, 'post', 'content_template', 1, 0, NULL, NULL, 'profile', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(217, 'http://pawea-global.com/index/content_template/ticket/', '54:327afb8496435a580c75baed3e29ef6f', 12352, 'post', 'content_template', 1, 0, NULL, NULL, 'Ticket', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(218, 'http://pawea-global.com/index/content_template/countdown/', '57:b57cd091cce52f953cf489701b2b179f', 12390, 'post', 'content_template', 1, 0, NULL, NULL, 'Countdown', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(219, 'http://pawea-global.com/index/content_template/subscribe/', '57:6c687cd272df4b952e8525c355ac0cc1', 12397, 'post', 'content_template', 1, 0, NULL, NULL, 'subscribe', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(220, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=12739', '64:3c2fd81c204ea260381288b1581d8fa1', 12739, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '109.104.186.195', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(221, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=12781', '64:afe4d5b0df016f7c20270372dda10981', 12781, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '109.104.186.195', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(222, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=12782', '64:c8ad38d4b698a6a4220304a7b75e9a51', 12782, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '109.104.186.195', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(223, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=13136', '64:55f68e784dd9abd894b77bbb4a838e43', 13136, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '41.210.17.13', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(224, 'http://pawea-global.com/index/?post_type=cmsmasters_like&p=13146', '64:0e9a5077dd9cf37f39a20c8826fc48ae', 13146, 'post', 'cmsmasters_like', 1, 0, NULL, NULL, '107.77.100.57', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(225, 'http://pawea-global.com/index/content_template/partners/', '56:c92498804cc5fbfef3e49b7126ca82dc', 12398, 'post', 'content_template', 1, 0, NULL, NULL, 'Partners', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:22', 1, NULL, NULL, NULL, NULL, 0),
(226, 'http://pawea-global.com/index/content_template/speakers/', '56:15e42a4e7112d85a9355a2ed0650f6a5', 12407, 'post', 'content_template', 1, 0, NULL, NULL, 'Speakers', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:22', '2021-01-07 18:11:23', 1, NULL, NULL, NULL, NULL, 0),
(227, 'http://pawea-global.com/index/content_template/widgets/', '55:c900d24d474e95ae7f9e0ddfad76f101', 12408, 'post', 'content_template', 1, 0, NULL, NULL, 'Widgets', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '2021-01-07 18:11:23', '2021-01-07 18:11:23', 1, NULL, NULL, NULL, NULL, 0),
(228, 'http://pawea-global.com/index/content_template/contacts/', '56:21dba208dc30234e358cb02497e55264', 12416, 'post', 'content_template', 1, 0, NULL, NULL, 'Contacts', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:23', '2021-01-07 18:11:23', 1, NULL, NULL, NULL, NULL, 0),
(229, 'http://pawea-global.com/index/event-schedule/final-conference/', '62:88df63cd5255a52d8f40b02241e764b6', 12515, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Final Conference', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:23', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(230, 'http://pawea-global.com/index/event-schedule/after-party/', '57:c1f673b16d1aafe58f53c8bf24633f74', 12517, 'post', 'event-schedule', 1, 0, NULL, NULL, 'After Party', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:23', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0);
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`) VALUES
(231, 'http://pawea-global.com/index/content_template/dddd/', '52:f48727ab4dcc4d70f1a23255da41e1c2', 12637, 'post', 'content_template', 1, 0, NULL, NULL, 'dddd', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:23', '2021-01-07 18:11:23', 1, NULL, NULL, NULL, NULL, 0),
(232, 'http://pawea-global.com/index/event-schedule/gathering-signing-up/', '66:eeb070ec60cb4850eaab3a93d8b2d4f0', 13054, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Gathering &#038; Signing Up', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:23', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(233, 'http://pawea-global.com/index/event-schedule/next-generation-leadership/', '72:4a63a4c25bd462193a8da31c4cc7572b', 13055, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Next Generation Leadership', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:24', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(234, 'http://pawea-global.com/index/event-schedule/purpose-passion-the-pathway-to-success/', '84:b3feec83ec871fc57c00b86af12615c3', 13056, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Purpose &#038; Passion: The Pathway to Success', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:24', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(235, 'http://pawea-global.com/index/event-schedule/switch-it-on/', '58:39033a27543b9e5c214aded7eaf5200e', 13057, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Switch It On', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:24', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(236, 'http://pawea-global.com/index/event-schedule/evolving-with-our-business/', '72:5f8108b3e0c05a5f4b7dacc5d0d7f021', 13058, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Evolving With Our Business', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:24', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(237, 'http://pawea-global.com/index/event-schedule/creating-connections-building-bridges/', '83:d2258b7ec7d1f87992a5810ad565abb8', 13059, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Creating Connections &#8211; Building Bridges', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:24', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(238, 'http://pawea-global.com/index/event-schedule/discovering-natural-treasures/', '75:e598b5810760358238da2603d4a32c23', 13060, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Discovering Natural Treasures', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:24', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(239, 'http://pawea-global.com/index/event-schedule/taking-it-to-the-streets/', '70:4d3247c1b9059062abff497aaa074990', 13061, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Taking It to the Streets', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:25', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(240, 'http://pawea-global.com/index/event-schedule/breaking-out-of-your-shell/', '72:a081f40a073c348c498d9e00298d470e', 13062, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Breaking Out of Your Shell', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:25', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(241, 'http://pawea-global.com/index/event-schedule/quality-connections-ready-set-grow/', '80:18bc2b4a303170678b4cd738c06e62dc', 13063, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Quality Connections Ready, Set, Grow', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:25', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(242, 'http://pawea-global.com/index/event-schedule/getting-you-prepared-for-2017/', '75:25ae8cbdaeef82b3b7ae5a34e8c8661b', 13064, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Getting You Prepared for 2017', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:25', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(243, 'http://pawea-global.com/index/event-schedule/professional-writing-and-communications/', '85:4deecce4b3ec07b402f0cce237f2d41a', 13065, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Professional Writing and Communications', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:25', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(244, 'http://pawea-global.com/index/content_template/test-comments/', '61:4c7b271b5d8dffa46b588450e05babee', 13133, 'post', 'content_template', 1, 0, NULL, NULL, 'Test Comments', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 32, NULL, NULL, '2021-01-07 18:11:25', '2021-01-07 18:11:25', 1, NULL, NULL, NULL, NULL, 0),
(245, 'http://pawea-global.com/index/event-schedule/event-marketing-book-presentation/', '79:6ab45ba0f0821e7161d2fd53fd7a35da', 12661, 'post', 'event-schedule', 1, 0, NULL, NULL, '&#8220;Event Marketing&#8221; book presentation', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2021-01-07 18:11:25', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(246, 'http://pawea-global.com/index/event-schedule/vip-afterparty-2/', '62:6af8abdd751b6fbe214597795f564dc3', 12663, 'post', 'event-schedule', 1, 0, NULL, NULL, 'VIP Afterparty', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2021-01-07 18:11:25', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(247, 'http://pawea-global.com/index/2021/01/07/shortcodes/', '52:d39dbb2e28bc2e113c01ec5d3b07c36a', 13147, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Shortcodes', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:26', '2021-01-07 18:11:26', 1, NULL, NULL, NULL, NULL, 0),
(248, 'http://pawea-global.com/index/2021/01/07/2/', '43:2f3e993b22b293a10e1dddb51ab5641c', 13148, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '2', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:26', '2021-01-07 18:11:26', 1, NULL, NULL, NULL, NULL, 0),
(249, 'http://pawea-global.com/index/2021/01/07/3/', '43:3cd248a3dd2e80125855e356293deac5', 13149, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '3', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:26', '2021-01-07 18:11:26', 1, NULL, NULL, NULL, NULL, 0),
(250, 'http://pawea-global.com/index/2021/01/07/4/', '43:8f475a89363f34a637220a11256f6e88', 13150, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '4', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:26', '2021-01-07 18:11:26', 1, NULL, NULL, NULL, NULL, 0),
(251, 'http://pawea-global.com/index/2021/01/07/features/', '50:c5484db523e40016b8dab77dd143ca4b', 13151, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Features', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:26', '2021-01-07 18:11:26', 1, NULL, NULL, NULL, NULL, 0),
(252, 'http://pawea-global.com/index/2021/01/07/post-types/', '52:69975186bb4b765d826867edd3571f9e', 13152, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Post Types', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:26', '2021-01-07 18:11:26', 1, NULL, NULL, NULL, NULL, 0),
(253, 'http://pawea-global.com/index/2021/01/07/blog/', '46:d3df0f3425991a01fe08cf87b182a3d7', 13153, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Blog', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:26', '2021-01-07 18:11:26', 1, NULL, NULL, NULL, NULL, 0),
(254, 'http://pawea-global.com/index/2021/01/07/projects-grid/', '55:f29279e232687202d80bfefadaa6d605', 13154, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Projects Grid', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:26', '2021-01-07 18:11:26', 1, NULL, NULL, NULL, NULL, 0),
(255, 'http://pawea-global.com/index/2021/01/07/masonry-puzzle/', '56:7456dca29b7d150e6fdcd95afb99b4e3', 13155, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Masonry Puzzle', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:26', '2021-01-07 18:11:26', 1, NULL, NULL, NULL, NULL, 0),
(256, 'http://pawea-global.com/index/2021/01/07/profiles/', '50:d849c453c6add305ac520af87edea607', 13156, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Profiles', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:26', '2021-01-07 18:11:26', 1, NULL, NULL, NULL, NULL, 0),
(257, 'http://pawea-global.com/index/event-schedule/using-of-less/', '59:7cadd4b44cdc23d012304d928a7c0b53', 13066, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Using Of Less', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2021-01-07 18:11:26', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(258, 'http://pawea-global.com/index/event-schedule/getting-started-with-wp/', '69:fb6f864ae33caf6454a13d47ee3fc874', 13067, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Getting Started with WP', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2021-01-07 18:11:26', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(259, 'http://pawea-global.com/index/event-schedule/after-party-2/', '59:ff0db0098209cc854e32b1ebc80530e8', 13069, 'post', 'event-schedule', 1, 0, NULL, NULL, 'After Party', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2021-01-07 18:11:27', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(260, 'http://pawea-global.com/index/event-schedule/designing-responsive-websites/', '75:299ddbac5e35886bfdcd36e8de1a24df', 13071, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Designing Responsive Websites', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2021-01-07 18:11:27', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(261, 'http://pawea-global.com/index/event-schedule/css-architecture-for-front-ends/', '77:99671658ec2b3ed6810233030269dc9f', 13073, 'post', 'event-schedule', 1, 0, NULL, NULL, 'CSS Architecture For Front-Ends', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2021-01-07 18:11:27', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(262, 'http://pawea-global.com/index/event-schedule/understanding-web-design/', '70:89969875dd87157edf0ce05f34229eb8', 13075, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Understanding Web Design', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2021-01-07 18:11:27', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(263, 'http://pawea-global.com/index/event-schedule/how-to-translate-wordpress/', '72:c10e8a513e710b7c1e673bb249f41129', 13077, 'post', 'event-schedule', 1, 0, NULL, NULL, 'How To Translate WordPress', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2021-01-07 18:11:27', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(264, 'http://pawea-global.com/index/event-schedule/putting-the-fonts-into-website/', '76:f8bee041d0e0e6a3beb62871d39f0cc5', 13079, 'post', 'event-schedule', 1, 0, NULL, NULL, 'Putting the Fonts into Website', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2021-01-07 18:11:27', '2021-01-11 22:48:17', 1, NULL, NULL, NULL, NULL, 0),
(265, 'http://pawea-global.com/index/2021/01/07/open-profile/', '54:0d03495873fecb0d5f95e0f2202f731f', 13157, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Open Profile', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:27', '2021-01-07 18:11:27', 1, NULL, NULL, NULL, NULL, 0),
(266, 'http://pawea-global.com/index/2021/01/07/1/', '43:68f29a7c75a2bcee08b870e603e417cf', 13158, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:27', '2021-01-07 18:11:27', 1, NULL, NULL, NULL, NULL, 0),
(267, 'http://pawea-global.com/index/2021/01/07/home/', '46:b56db13bbf51f60b08245230ae5a4b0a', 13159, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Home', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:27', '2021-01-07 18:11:27', 1, NULL, NULL, NULL, NULL, 0),
(268, 'http://pawea-global.com/index/2021/01/07/features-2/', '52:5c1dac4bae5edb11f4dc0aa83aa9514d', 13160, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Features', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(269, 'http://pawea-global.com/index/2021/01/07/gallery/', '49:6a98b5c52f70dfa81a785fcd8319197c', 13161, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Gallery', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(270, 'http://pawea-global.com/index/2021/01/07/news/', '46:529bb7f2a1861d0b948ccdaf8de8c8c2', 13162, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'News', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(271, 'http://pawea-global.com/index/2021/01/07/shop/', '46:a571567a3b52d8ac1d675f1562b11d66', 13163, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Shop', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(272, 'http://pawea-global.com/index/2021/01/07/construction-management/', '65:12533259c02486763cebdf455dd93e30', 13164, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Construction Management', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(273, 'http://pawea-global.com/index/2021/01/07/design-build/', '54:3480ed24fc669f9ad700d716bf66a8a4', 13165, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Design Build', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(274, 'http://pawea-global.com/index/2021/01/07/general-contracting/', '61:c7ee7eff00e0a96160416d83063bd36f', 13166, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'General Contracting', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(275, 'http://pawea-global.com/index/2021/01/07/service-maintenance/', '61:0327d737b3499a0ff8c46a3c0241dfa1', 13167, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Service Maintenance', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(276, 'http://pawea-global.com/index/2021/01/07/interior-design/', '57:e097468591a23e4fc20083dd72097cee', 13168, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Interior Design', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(277, 'http://pawea-global.com/index/2021/01/07/tiling-and-painting/', '61:b8bf732d02734e4defebf52760d4f425', 13169, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Tiling and Painting', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(278, 'http://pawea-global.com/index/2021/01/07/house-extentions/', '58:fd3b9cc9c3a02831dd0be05afd27763a', 13170, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'House Extentions', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(279, 'http://pawea-global.com/index/2021/01/07/events/', '48:594f6ad7c1a24c28b3cdfc0645107168', 13171, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Events', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(280, 'http://pawea-global.com/index/2021/01/07/month/', '47:a234e16c8c078d49b0acb4a963d42336', 13172, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Month', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(281, 'http://pawea-global.com/index/2021/01/07/map/', '45:96399c5593b144827f4233abb64c73c3', 13173, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Map', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(282, 'http://pawea-global.com/index/2021/01/07/photo/', '47:7a45259fc9669db414766b82f52ceab3', 13174, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Photo', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(283, 'http://pawea-global.com/index/2021/01/07/events-2/', '50:41d385edbdf5a0fad01caa2f026d6154', 13175, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Events', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(284, 'http://pawea-global.com/index/2021/01/07/reservation/', '53:630731a4ab4b147943115961f5c944a1', 13176, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Reservation', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(285, 'http://pawea-global.com/index/2021/01/07/contacts/', '50:d2f01c9427bacde3e8b153fea869d411', 13177, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Contacts', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:28', '2021-01-07 18:11:28', 1, NULL, NULL, NULL, NULL, 0),
(286, 'http://pawea-global.com/index/contacts/', '39:3d6f3382cbc90ba1ea4824110387063f', 60, 'post', 'page', 1, 0, NULL, NULL, 'Contacts', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:29', '2021-01-07 18:11:29', 1, NULL, NULL, NULL, NULL, 0),
(287, 'http://pawea-global.com/index/features-2/', '41:8aaee36cdc2086571d5b6ef2a2a207a2', 67, 'post', 'page', 1, 0, NULL, NULL, 'Features', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:29', '2021-01-07 18:11:29', 1, NULL, NULL, NULL, NULL, 0),
(288, 'http://pawea-global.com/index/blog-shortcode/', '45:26657903b0e1f6f76bdbcb8ad2a3322c', 74, 'post', 'page', 1, 0, NULL, NULL, 'Blog Shortcode', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:29', '2021-01-07 18:11:29', 1, NULL, NULL, NULL, NULL, 0),
(289, 'http://pawea-global.com/index/buttons-icons/', '44:7253b2aff6d96b8ff42082438139305a', 116, 'post', 'page', 1, 0, NULL, NULL, 'Buttons &#038; Icons', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL, NULL, '2021-01-07 18:11:29', '2021-01-07 18:11:29', 1, NULL, NULL, NULL, NULL, 0),
(290, 'http://pawea-global.com/index/clients/', '38:50fe5f2ae7b3c02e9d0cf1899c529070', 151, 'post', 'page', 1, 0, NULL, NULL, 'Clients', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:29', '2021-01-07 18:11:29', 1, NULL, NULL, NULL, NULL, 0),
(291, 'http://pawea-global.com/index/contact-forms/', '44:85ab58da1a0c0b748ff34b8272df9220', 163, 'post', 'page', 1, 0, NULL, NULL, 'Contact forms', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:29', '2021-01-07 18:11:29', 1, NULL, NULL, NULL, NULL, 0),
(292, 'http://pawea-global.com/index/counters-progress-bars/', '53:04d476513b24d5378de337389c012a00', 169, 'post', 'page', 1, 0, NULL, NULL, 'Counters &#038; Progress Bars', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:29', '2021-01-07 18:11:29', 1, NULL, NULL, NULL, NULL, 0),
(293, 'http://pawea-global.com/index/custom-html-css-js/', '49:8f6081273a3f3a0f5b5b646a344a10e3', 213, 'post', 'page', 1, 0, NULL, NULL, 'Custom HTML, CSS, JS', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:29', '2021-01-07 18:11:29', 1, NULL, NULL, NULL, NULL, 0),
(294, 'http://pawea-global.com/index/shop/', '35:765500a54f90595b69c8a3f0b257d766', 7566, 'post', 'page', 1, 0, NULL, NULL, 'Shop', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:29', '2021-01-07 18:11:30', 1, NULL, NULL, NULL, NULL, 0),
(295, 'http://pawea-global.com/index/dividers/', '39:8bc639a31f7429f15aefe34809ae7751', 216, 'post', 'page', 1, 0, NULL, NULL, 'Dividers', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:30', '2021-01-07 18:11:30', 1, NULL, NULL, NULL, NULL, 0),
(296, 'http://pawea-global.com/index/embedded/', '39:206e847c5cbaedf9faa2def2b81b05cb', 231, 'post', 'page', 1, 0, NULL, NULL, 'Embedded', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:30', '2021-01-07 18:11:31', 1, NULL, NULL, NULL, NULL, 0),
(297, 'http://pawea-global.com/index/featured-blocks/', '46:4262ac9dcb993e99039f84c399c267a5', 252, 'post', 'page', 1, 0, NULL, NULL, 'Featured Blocks', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, '2021-01-07 18:11:31', '2021-01-07 18:11:31', 1, NULL, NULL, NULL, NULL, 0),
(298, 'http://pawea-global.com/index/gallery/', '38:6bb795db98565931e2388403c5e3adf2', 261, 'post', 'page', 1, 0, NULL, NULL, 'Gallery', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, '2021-01-07 18:11:31', '2021-01-07 18:11:31', 1, NULL, NULL, NULL, NULL, 0),
(299, 'http://pawea-global.com/index/google-maps/', '42:ce0aed2513eff83511662b606c38dd1e', 270, 'post', 'page', 1, 0, NULL, NULL, 'Google Maps', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:31', '2021-01-07 18:11:31', 1, NULL, NULL, NULL, NULL, 0),
(300, 'http://pawea-global.com/index/icon-boxes/', '41:2fd2092d5a492f89b09b0e72b760c9ab', 289, 'post', 'page', 1, 0, NULL, NULL, 'Icon Boxes', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:31', '2021-01-07 18:11:31', 1, NULL, NULL, NULL, NULL, 0),
(301, 'http://pawea-global.com/index/icon-lists/', '41:b7b5d4d4e90170fc7233ed31236b81f1', 317, 'post', 'page', 1, 0, NULL, NULL, 'Icon Lists', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:31', '2021-01-07 18:11:31', 1, NULL, NULL, NULL, NULL, 0),
(302, 'http://pawea-global.com/index/images/', '37:79c905569b443ece1e5a6fa95c9b8b0e', 358, 'post', 'page', 1, 0, NULL, NULL, 'Images', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:31', '2021-01-07 18:11:31', 1, NULL, NULL, NULL, NULL, 0),
(303, 'http://pawea-global.com/index/notice-boxes/', '43:787d34da5ff082bbbcf020a0707358bc', 375, 'post', 'page', 1, 0, NULL, NULL, 'Notice Boxes', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, NULL, '2021-01-07 18:11:31', '2021-01-07 18:11:31', 1, NULL, NULL, NULL, NULL, 0),
(304, 'http://pawea-global.com/index/posts-or-projects-slider/', '55:911fe724dac4ff1ef1b8ad84447f95a2', 391, 'post', 'page', 1, 0, NULL, NULL, 'Posts or Projects Slider', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:32', '2021-01-07 18:11:32', 1, NULL, NULL, NULL, NULL, 0),
(305, 'http://pawea-global.com/index/pricing-tables/', '45:afeb4d154b10cd4ba54446f34c928440', 401, 'post', 'page', 1, 0, NULL, NULL, 'Pricing Tables', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, NULL, '2021-01-07 18:11:32', '2021-01-07 18:11:32', 1, NULL, NULL, NULL, NULL, 0),
(306, 'http://pawea-global.com/index/profiles/', '39:e224cbde2ed7efbb0ec36f356381b2e7', 405, 'post', 'page', 1, 0, NULL, NULL, 'Profiles', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:32', '2021-01-07 18:11:32', 1, NULL, NULL, NULL, NULL, 0),
(307, 'http://pawea-global.com/index/quotes/', '37:5ebc6896e4c4eaabe0a432f0530d6945', 426, 'post', 'page', 1, 0, NULL, NULL, 'Quotes', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:32', '2021-01-07 18:11:32', 1, NULL, NULL, NULL, NULL, 0),
(308, 'http://pawea-global.com/index/sidebar/', '38:c11f41712146d2838ce9a6bb08b4a30d', 430, 'post', 'page', 1, 0, NULL, NULL, 'Sidebars', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, NULL, NULL, '2021-01-07 18:11:32', '2021-01-07 18:11:32', 1, NULL, NULL, NULL, NULL, 0),
(309, 'http://pawea-global.com/index/2021/01/07/ola-mundo/', '51:d1d9acfc4050b136b2e341dff2cb04f2', 1, 'post', 'post', 1, 0, NULL, NULL, 'Olá, mundo!', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 12, NULL, '2021-01-07 18:11:32', '2021-01-07 19:07:11', 1, NULL, NULL, NULL, NULL, 0),
(310, 'http://pawea-global.com/index/sliders/', '38:e08f9cc5dd24007c9411527d40b0e879', 434, 'post', 'page', 1, 0, NULL, NULL, 'Sliders', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:32', '2021-01-07 18:11:32', 1, NULL, NULL, NULL, NULL, 0),
(311, 'http://pawea-global.com/index/getting-involved-4/', '49:c79f7ee5058485226ae1197f817ff62b', 529, 'post', 'page', 1, 0, NULL, NULL, 'Getting Involved', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 42, NULL, NULL, '2021-01-07 18:11:32', '2021-01-07 18:11:32', 1, NULL, NULL, NULL, NULL, 0),
(312, 'http://pawea-global.com/index/standard/', '39:f60c70c639c42fa17495d0b45ffcac95', 533, 'post', 'page', 1, 0, NULL, NULL, 'Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:33', '2021-01-07 18:11:33', 1, NULL, NULL, NULL, NULL, 0),
(313, 'http://pawea-global.com/index/timeline/', '39:5af8f74ba0128f37e355ce7cbbc82cfd', 535, 'post', 'page', 1, 0, NULL, NULL, 'Timeline', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:33', '2021-01-07 18:11:33', 1, NULL, NULL, NULL, NULL, 0),
(314, 'http://pawea-global.com/index/portfolio-shortcode/', '50:d0ee7b554593e2817b35c3e1734f76f0', 545, 'post', 'page', 1, 0, NULL, NULL, 'Portfolio Shortcode', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:33', '2021-01-07 18:11:33', 1, NULL, NULL, NULL, NULL, 0),
(315, 'http://pawea-global.com/index/social-sharing/', '45:d4123fe68ac3550ca2cf7c530e113115', 548, 'post', 'page', 1, 0, NULL, NULL, 'Social Sharing', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, NULL, '2021-01-07 18:11:33', '2021-01-07 18:11:33', 1, NULL, NULL, NULL, NULL, 0),
(316, 'http://pawea-global.com/index/special-headings/', '47:a576ee1e644fa8f86f263d48d3d96e1b', 552, 'post', 'page', 1, 0, NULL, NULL, 'Special Headings', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:33', '2021-01-07 18:11:33', 1, NULL, NULL, NULL, NULL, 0),
(317, 'http://pawea-global.com/index/tables/', '37:be8fb6c9d27baf5b4a59db01f8a35af1', 564, 'post', 'page', 1, 0, NULL, NULL, 'Tables', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:33', '2021-01-07 18:11:33', 1, NULL, NULL, NULL, NULL, 0),
(318, 'http://pawea-global.com/index/tabs-tours/', '41:f66fd984de365668e7f81e3d44b578d7', 567, 'post', 'page', 1, 0, NULL, NULL, 'Tabs &#038; Tours', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 11, NULL, NULL, '2021-01-07 18:11:33', '2021-01-07 18:11:33', 1, NULL, NULL, NULL, NULL, 0),
(319, 'http://pawea-global.com/index/toggles-accordions/', '49:d9b88e9025686bdbad160c06ca23963f', 575, 'post', 'page', 1, 0, NULL, NULL, 'Toggles &#038; Accordions', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 10, NULL, NULL, '2021-01-07 18:11:33', '2021-01-07 18:11:33', 1, NULL, NULL, NULL, NULL, 0),
(320, 'http://pawea-global.com/index/standard-blog/', '44:72902df835e83d2c1c5c6346f1b0e2c3', 882, 'post', 'page', 1, 0, NULL, NULL, 'Standard Blog', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:34', '2021-01-07 18:11:34', 1, NULL, NULL, NULL, NULL, 0),
(321, 'http://pawea-global.com/index/masonry-blog/', '43:00836f47697f372b1ec3cdc6fbc3e00e', 887, 'post', 'page', 1, 0, NULL, NULL, 'Masonry Blog', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:34', '2021-01-07 18:11:34', 1, NULL, NULL, NULL, NULL, 0),
(322, 'http://pawea-global.com/index/timeline-blog/', '44:b70ee07814c09533bf9bde8fa2b1ff45', 889, 'post', 'page', 1, 0, NULL, NULL, 'Timeline Blog', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:34', '2021-01-07 18:11:34', 1, NULL, NULL, NULL, NULL, 0),
(323, 'http://pawea-global.com/index/projects-grid/', '44:9979768256a379936100547c1220e98c', 901, 'post', 'page', 1, 0, NULL, NULL, 'Large Gap', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:34', '2021-01-07 18:11:34', 1, NULL, NULL, NULL, NULL, 0),
(324, 'http://pawea-global.com/index/no-gap-projects-grid/', '51:dc7f5712d592a6d27827210e41aea347', 903, 'post', 'page', 1, 0, NULL, NULL, 'No Gap', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:34', '2021-01-07 18:11:34', 1, NULL, NULL, NULL, NULL, 0),
(325, 'http://pawea-global.com/index/1-pixel-gap-projects-grid/', '56:90fead5bdd18f3a7521e7fe5b8c23c28', 907, 'post', 'page', 1, 0, NULL, NULL, '1 Pixel Gap', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:34', '2021-01-07 18:11:34', 1, NULL, NULL, NULL, NULL, 0),
(326, 'http://pawea-global.com/index/no-gap-masonry/', '45:595d959b6b6ff7c3ac9607ede00a9cc4', 919, 'post', 'page', 1, 0, NULL, NULL, 'No Gap', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:34', '2021-01-07 18:11:34', 1, NULL, NULL, NULL, NULL, 0),
(327, 'http://pawea-global.com/index/large-gap-masonry/', '48:675feb99831c99bb72337cecff0cd6e9', 922, 'post', 'page', 1, 0, NULL, NULL, 'Large Gap', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:34', '2021-01-07 18:11:34', 1, NULL, NULL, NULL, NULL, 0),
(328, 'http://pawea-global.com/index/1-pixel-gap-masonry/', '50:f515c3ab9c2a698b562218eb42b6056a', 924, 'post', 'page', 1, 0, NULL, NULL, '1 Pixel Gap', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:35', '2021-01-07 18:11:35', 1, NULL, NULL, NULL, NULL, 0),
(329, 'http://pawea-global.com/index/vertical/', '39:db4a5e853caa85618c3aaa124308ff87', 929, 'post', 'page', 1, 0, NULL, NULL, 'Vertical', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:35', '2021-01-07 18:11:35', 1, NULL, NULL, NULL, NULL, 0),
(330, 'http://pawea-global.com/index/horizontal/', '41:95e35a7c19533d88f27e74860834b382', 933, 'post', 'page', 1, 0, NULL, NULL, 'Horizontal', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:35', '2021-01-07 18:11:35', 1, NULL, NULL, NULL, NULL, 0),
(331, 'http://pawea-global.com/index/masonry-puzzle-1-pixel-gap/', '57:381201979604c9853c593ed13c7991b0', 1140, 'post', 'page', 1, 0, NULL, NULL, 'Masonry Puzzle 1 Pixel Gap', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:35', '2021-01-07 18:11:35', 1, NULL, NULL, NULL, NULL, 0),
(332, 'http://pawea-global.com/index/checkout-2/', '41:5f9c64bac3fd0eb97f90f0ace66a89ec', 3837, 'post', 'page', 1, 0, NULL, NULL, 'Checkout', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:35', '2021-01-07 18:11:35', 1, NULL, NULL, NULL, NULL, 0),
(333, 'http://pawea-global.com/index/cart-2/', '37:0ce9a1fcbfa8c588dc81bac541ad05d7', 3840, 'post', 'page', 1, 0, NULL, NULL, 'Cart', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:36', '2021-01-07 18:11:36', 1, NULL, NULL, NULL, NULL, 0),
(334, 'http://pawea-global.com/index/', '30:824b3eb599381d7b968eb165aa193d2a', 7366, 'post', 'page', 1, 0, NULL, NULL, 'Home', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL, '2021-01-07 18:11:36', '2021-01-11 22:52:26', 1, NULL, NULL, NULL, NULL, 0),
(335, 'http://pawea-global.com/index/my-account-2/', '43:ea71a2ef86bc2cef5858b463b99ee568', 7632, 'post', 'page', 1, 0, NULL, NULL, 'My Account', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:37', '2021-01-07 18:11:37', 1, NULL, NULL, NULL, NULL, 0),
(336, 'http://pawea-global.com/index/sample-page/', '42:0494304182e3985484704e2770526815', 13178, 'post', 'page', 1, 0, NULL, NULL, 'Sample Page', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:37', '2021-01-07 18:11:37', 1, NULL, NULL, NULL, NULL, 0),
(337, 'http://pawea-global.com/index/my-account/', '41:218e8da88c7a750f6b82668e08256482', 8, 'post', 'page', 1, 0, NULL, NULL, 'My Account', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:37', '2021-01-07 18:11:37', 1, NULL, NULL, NULL, NULL, 0),
(338, 'http://pawea-global.com/index/test/', '35:3989a9effb33b7f31688231f8b21f85d', 10, 'post', 'page', 1, 0, NULL, NULL, 'Home', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, NULL, '2021-01-07 18:11:37', '2021-01-07 18:11:37', 1, NULL, NULL, NULL, NULL, 0),
(339, 'http://pawea-global.com/index/2015/11/10/how-to-succeed-in-meetings-2/', '70:0b877c4c87110a810d8389789344a360', 85, 'post', 'post', 1, 0, NULL, NULL, 'How To Succeed In Meetings', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 7, NULL, '2021-01-07 18:11:37', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(340, 'http://pawea-global.com/index/2015/11/15/5-secrets-of-organizing-a-perfect-event/', '81:2b1e608c7b540be4fc7fd30a3fb9ac85', 87, 'post', 'post', 1, 0, NULL, NULL, '5 Secrets of organizing event', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 7, NULL, '2021-01-07 18:11:38', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(341, 'http://pawea-global.com/index/2015/11/23/work-with-comfort/', '59:2ff82a1cf20482f71f107457eb2a1bdc', 103, 'post', 'post', 1, 0, NULL, NULL, 'Work With Comfort', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 7, NULL, '2021-01-07 18:11:38', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(342, 'http://pawea-global.com/index/2015/10/28/final-preparations/', '60:38a7435ad54a20cf567aac71707d676c', 106, 'post', 'post', 1, 0, NULL, NULL, 'Final Preparations', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3, NULL, '2021-01-07 18:11:38', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(343, 'http://pawea-global.com/index/2015/11/20/hot-to-create-great-flyers/', '68:1c73a537c71fd83fd609fec4bd969ab6', 285, 'post', 'post', 1, 0, NULL, NULL, 'Hot to Create Great Flyers', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 7, NULL, '2021-01-07 18:11:38', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(344, 'http://pawea-global.com/index/2015/11/08/how-to-be-a-leader/', '60:b401fadb70860eadd2cfc1f32a2fa9d3', 1965, 'post', 'post', 1, 0, NULL, NULL, 'How To Be A Leader', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3, NULL, '2021-01-07 18:11:38', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(345, 'http://pawea-global.com/index/2015/11/27/creative-retouching/', '61:11a2eb06b81e278cf4d1cdedb1c50d36', 2938, 'post', 'post', 1, 0, NULL, NULL, 'Creative Retouching', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 7, NULL, '2021-01-07 18:11:38', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(346, 'http://pawea-global.com/index/speakers/', '39:3dd501ae276267a7216d0fd0fa372ed8', 8946, 'post', 'page', 1, 0, NULL, NULL, 'Speakers', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '2021-01-07 18:11:39', '2021-01-07 18:11:39', 1, NULL, NULL, NULL, NULL, 0),
(347, 'http://pawea-global.com/index/who-we-are-2/', '43:6092cc25afca61ffdce031d743a39995', 9861, 'post', 'page', 1, 0, NULL, NULL, 'Who We Are', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, '2021-01-07 18:11:39', '2021-01-07 18:11:39', 1, NULL, NULL, NULL, NULL, 0),
(348, 'http://pawea-global.com/index/2016/06/06/revolutionary-event-apps/', '66:2ac2d06e882afc2c5c80367073eeaaf3', 10736, 'post', 'post', 1, 0, NULL, NULL, 'Revolutionary Event Apps', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 7, NULL, '2021-01-07 18:11:39', '2021-01-11 21:43:16', 1, NULL, NULL, NULL, NULL, 0),
(349, 'http://pawea-global.com/index/news/', '35:716d1cbba0255e2958bf542faf29a807', 11258, 'post', 'page', 1, 0, NULL, NULL, 'News', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 42, NULL, NULL, '2021-01-07 18:11:39', '2021-01-07 18:11:39', 1, NULL, NULL, NULL, NULL, 0),
(350, 'http://pawea-global.com/index/pricing/', '38:95e7cb7bb7bb5e966297a28ff6977bbc', 11805, 'post', 'page', 1, 0, NULL, NULL, 'Pricing', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 32, NULL, NULL, '2021-01-07 18:11:39', '2021-01-07 18:11:40', 1, NULL, NULL, NULL, NULL, 0),
(351, 'http://pawea-global.com/index/contact-1/', '40:315f9dd65624e129e1b032991a29ba36', 11850, 'post', 'page', 1, 0, NULL, NULL, 'Contact 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:40', '2021-01-07 18:11:40', 1, NULL, NULL, NULL, NULL, 0),
(352, 'http://pawea-global.com/index/tweets/', '37:1e9a8b7fe18a59755c3641e7f06adcb0', 12803, 'post', 'page', 1, 0, NULL, NULL, 'Tweets', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:40', '2021-01-07 18:11:40', 1, NULL, NULL, NULL, NULL, 0);
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`) VALUES
(353, 'http://pawea-global.com/index/sample-page-2/', '44:815a99c68c25aa8edd91d140bcdc934e', 12872, 'post', 'page', 1, 0, NULL, NULL, 'Sample Page', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:40', '2021-01-07 18:11:40', 1, NULL, NULL, NULL, NULL, 0),
(354, 'http://pawea-global.com/index/cart/', '35:9fcc0bb961f19f44a4f657c2ce9b777d', 12873, 'post', 'page', 1, 0, NULL, NULL, 'Cart', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:40', '2021-01-07 18:11:40', 1, NULL, NULL, NULL, NULL, 0),
(355, 'http://pawea-global.com/index/checkout/', '39:fd2a7db7341c955249cdf8ec034ec3c9', 12874, 'post', 'page', 1, 0, NULL, NULL, 'Checkout', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:40', '2021-01-07 18:11:40', 1, NULL, NULL, NULL, NULL, 0),
(356, 'http://pawea-global.com/index/profile/julia-jameson/', '52:1b6ff6ea4fe8fedba05982741c694c14', 446, 'post', 'profile', 1, 0, NULL, NULL, 'Julia Jameson', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:40', '2021-01-07 18:11:40', 1, NULL, NULL, NULL, NULL, 0),
(357, 'http://pawea-global.com/index/profile/max-turner/', '49:7b5c6e1229c8a1a5c709e576ca37d127', 1619, 'post', 'profile', 1, 0, NULL, NULL, 'Max Turner', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:41', '2021-01-07 18:11:41', 1, NULL, NULL, NULL, NULL, 0),
(358, 'http://pawea-global.com/index/profile/amy-adams/', '48:a514b518b8466a14f9afd602b1418419', 2548, 'post', 'profile', 1, 0, NULL, NULL, 'Amy Adams', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:41', '2021-01-07 18:11:41', 1, NULL, NULL, NULL, NULL, 0),
(359, 'http://pawea-global.com/index/project/tablet-pro/', '49:67a563a171dd312141a214ca571aa41d', 9410, 'post', 'project', 1, 0, NULL, NULL, 'Tablet Pro', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:41', '2021-01-07 18:11:41', 1, NULL, NULL, NULL, NULL, 0),
(360, 'http://pawea-global.com/index/profile/martin-branson/', '53:6ba9be4e751845d27d2283309be78045', 9427, 'post', 'profile', 1, 0, NULL, NULL, 'Martin Branson', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:41', '2021-01-07 18:11:41', 1, NULL, NULL, NULL, NULL, 0),
(361, 'http://pawea-global.com/index/profile/julia-jameson-2/', '54:167934df1abc5f076aef05f0072e4d06', 11021, 'post', 'profile', 1, 0, NULL, NULL, 'Julia Jameson', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:41', '2021-01-07 18:11:41', 1, NULL, NULL, NULL, NULL, 0),
(362, 'http://pawea-global.com/index/profile/amy-adams-2/', '50:a774e76a0bbea2867129a3526f6ea8c7', 11023, 'post', 'profile', 1, 0, NULL, NULL, 'Amy Adams', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:41', '2021-01-07 18:59:08', 1, NULL, NULL, NULL, NULL, 0),
(363, 'http://pawea-global.com/index/profile/max-turner-2/', '51:1def7d432037ab1d4927888b62d5a17c', 11025, 'post', 'profile', 1, 0, NULL, NULL, 'Max Turner', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:41', '2021-01-07 18:59:08', 1, NULL, NULL, NULL, NULL, 0),
(364, 'http://pawea-global.com/index/profile/martin-branson-2/', '55:6de3f08ba7a4783ab596e5d48228c369', 11027, 'post', 'profile', 1, 0, NULL, NULL, 'Martin Branson', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:41', '2021-01-07 18:59:08', 1, NULL, NULL, NULL, NULL, 0),
(365, 'http://pawea-global.com/index/profile/andrea-warraety/', '54:cb6eb6c822bb30af3ac0ffb70cbfa084', 12116, 'post', 'profile', 1, 0, NULL, NULL, 'Andrea Warraety', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:42', '2021-01-07 18:59:08', 1, NULL, NULL, NULL, NULL, 0),
(366, 'http://pawea-global.com/index/profile/eric-boldy/', '49:95e23e43d7f6ff7f0c1460ce4e1531c8', 12117, 'post', 'profile', 1, 0, NULL, NULL, 'Eric Boldy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:42', '2021-01-07 18:59:08', 1, NULL, NULL, NULL, NULL, 0),
(367, 'http://pawea-global.com/index/profile/john-cornick/', '51:af9175c5e745eb18bd7305b0d3129a59', 12118, 'post', 'profile', 1, 0, NULL, NULL, 'John Cornick', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2021-01-07 18:11:42', '2021-01-07 18:59:08', 1, NULL, NULL, NULL, NULL, 0),
(368, 'http://pawea-global.com/index/project/business-cart/', '52:f088948e72fcb0c0b2f7594fbf8835e8', 606, 'post', 'project', 1, 0, NULL, NULL, 'Business Cart', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:42', '2021-01-07 18:11:42', 1, NULL, NULL, NULL, NULL, 0),
(369, 'http://pawea-global.com/index/project/office-place/', '51:9e68806ce91507907a178c171c68abe1', 611, 'post', 'project', 1, 0, NULL, NULL, 'Office Place', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:42', '2021-01-07 18:11:42', 1, NULL, NULL, NULL, NULL, 0),
(370, 'http://pawea-global.com/index/project/style/', '44:d821b59b91ccf999d4295ee130ab7d3b', 613, 'post', 'project', 1, 0, NULL, NULL, 'Style', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:43', '2021-01-07 18:11:43', 1, NULL, NULL, NULL, NULL, 0),
(371, 'http://pawea-global.com/index/project/best-solutions/', '53:dae266df05696460493dd844bcfbfacf', 617, 'post', 'project', 1, 0, NULL, NULL, 'Best Solutions', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:43', '2021-01-07 18:11:43', 1, NULL, NULL, NULL, NULL, 0),
(372, 'http://pawea-global.com/index/project/title-8/', '46:84b775eb494eb489b0b02833de5332b5', 619, 'post', 'project', 1, 0, NULL, NULL, 'Minimalism', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:43', '2021-01-07 18:11:43', 1, NULL, NULL, NULL, NULL, 0),
(373, 'http://pawea-global.com/index/project/time-is-money/', '52:4dad8f78dc3fff6b11dc2c038cf8d8ba', 913, 'post', 'project', 1, 0, NULL, NULL, 'Time is Money', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:43', '2021-01-07 18:11:43', 1, NULL, NULL, NULL, NULL, 0),
(374, 'http://pawea-global.com/index/project/tablet-pro-2/', '51:9ea5ac901592ee5b3a7f2caa055e024b', 1155, 'post', 'project', 1, 0, NULL, NULL, 'Tablet Pro', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:43', '2021-01-07 18:11:43', 1, NULL, NULL, NULL, NULL, 0),
(375, 'http://pawea-global.com/index/project/business-cart-2/', '54:5107b5b04fd2235c6119ff1ac5566430', 1158, 'post', 'project', 1, 0, NULL, NULL, 'Business Cart', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:43', '2021-01-07 18:11:43', 1, NULL, NULL, NULL, NULL, 0),
(376, 'http://pawea-global.com/index/project/office-place-2/', '53:8cbeaf8f3fbbbc2af2c57e753b507833', 1164, 'post', 'project', 1, 0, NULL, NULL, 'Office Place', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:44', '2021-01-07 18:11:44', 1, NULL, NULL, NULL, NULL, 0),
(377, 'http://pawea-global.com/index/project/clean-work-2/', '51:97672e327b66218767d109f684ac832d', 1167, 'post', 'project', 1, 0, NULL, NULL, 'Clean Work', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:44', '2021-01-07 18:11:44', 1, NULL, NULL, NULL, NULL, 0),
(378, 'http://pawea-global.com/index/project/style-2/', '46:bacb4d3f520aa8b38003ea299358bb74', 1169, 'post', 'project', 1, 0, NULL, NULL, 'Style', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:44', '2021-01-07 18:11:44', 1, NULL, NULL, NULL, NULL, 0),
(379, 'http://pawea-global.com/index/project/time-is-money-2/', '54:00dd22151e6b32b784ba113f95898921', 1171, 'post', 'project', 1, 0, NULL, NULL, 'Time is Money', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:44', '2021-01-07 18:11:44', 1, NULL, NULL, NULL, NULL, 0),
(380, 'http://pawea-global.com/index/project/best-solutions-2/', '55:8b164423a3fc2096fdb5b21e5424d3b5', 1594, 'post', 'project', 1, 0, NULL, NULL, 'Best Solutions', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:44', '2021-01-07 18:11:44', 1, NULL, NULL, NULL, NULL, 0),
(381, 'http://pawea-global.com/index/project/minimalism/', '49:bf5a956041cf887792222090f3415201', 1596, 'post', 'project', 1, 0, NULL, NULL, 'Minimalism', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:44', '2021-01-07 18:11:44', 1, NULL, NULL, NULL, NULL, 0),
(382, 'http://pawea-global.com/index/project/clean-work/', '49:3b50d79a55a5c87e01843260abb6eb96', 8414, 'post', 'project', 1, 0, NULL, NULL, 'Clean Work', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:45', '2021-01-07 18:11:45', 1, NULL, NULL, NULL, NULL, 0),
(383, 'http://pawea-global.com/index/?post_type=wpcf7_contact_form&p=13179', '67:2fbf1138ea68b84efdf35eca63aba63f', 13179, 'post', 'wpcf7_contact_form', 1, 0, NULL, NULL, 'Contact form 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:45', '2021-01-07 18:11:45', 1, NULL, NULL, NULL, NULL, 0),
(384, 'http://pawea-global.com/index/?post_type=wpcf7_contact_form&p=5103', '66:03fc39d3191c7c0bd32f8edf6c77f9b8', 5103, 'post', 'wpcf7_contact_form', 1, 0, NULL, NULL, 'Contact form 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:45', '2021-01-07 18:11:45', 1, NULL, NULL, NULL, NULL, 0),
(385, 'http://pawea-global.com/index/?post_type=wpcf7_contact_form&p=7571', '66:09aa5790d80e6f573f4960a7bfc43492', 7571, 'post', 'wpcf7_contact_form', 1, 0, NULL, NULL, 'Contact form 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:45', '2021-01-07 18:11:45', 1, NULL, NULL, NULL, NULL, 0),
(386, 'http://pawea-global.com/index/?post_type=wpcf7_contact_form&p=9302', '66:f0f7dfe16c848df8e891eca698d78e26', 9302, 'post', 'wpcf7_contact_form', 1, 0, NULL, NULL, 'Contact form 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:45', '2021-01-07 18:11:45', 1, NULL, NULL, NULL, NULL, 0),
(387, 'http://pawea-global.com/index/?post_type=wpcf7_contact_form&p=10653', '67:12d033fed5c26ec1e9a0feea9ea2f234', 10653, 'post', 'wpcf7_contact_form', 1, 0, NULL, NULL, 'Contact form 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:45', '2021-01-07 18:11:45', 1, NULL, NULL, NULL, NULL, 0),
(388, 'http://pawea-global.com/index/event/security-tools-and-techniques/', '66:bf4930fb9a4f3314f191bd99e8250480', 10792, 'post', 'tribe_events', 1, 0, NULL, NULL, 'Security Tools and Techniques', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:45', '2021-01-07 18:11:45', 1, NULL, NULL, NULL, NULL, 0),
(389, 'http://pawea-global.com/index/organizador/nick-sims/', '52:929fe3601b80539dfa8fd480df61ef8c', 10798, 'post', 'tribe_organizer', 1, 0, NULL, NULL, 'Nick Sims', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:45', '2021-01-07 18:11:45', 1, NULL, NULL, NULL, NULL, 0),
(390, 'http://pawea-global.com/index/local/empire-state-building/', '58:957b976170643ac947a1ddac51aa19e1', 10799, 'post', 'tribe_venue', 1, 0, NULL, NULL, 'Empire State Building', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:46', '2021-01-07 18:11:46', 1, NULL, NULL, NULL, NULL, 0),
(391, 'http://pawea-global.com/index/event/technical-skills-for-business-success/', '74:50d9d1bf527dc9b20dbc7643d5cbf748', 10800, 'post', 'tribe_events', 1, 0, NULL, NULL, 'Technical Skills for Business Success', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:46', '2021-01-07 18:11:46', 1, NULL, NULL, NULL, NULL, 0),
(392, 'http://pawea-global.com/index/event/software-applications-services/', '67:bea3f30d05c92e5cdd5c23618b84d3ff', 10801, 'post', 'tribe_events', 1, 0, NULL, NULL, 'Software Applications &#038; Services', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:11:46', '2021-01-07 18:11:46', 1, NULL, NULL, NULL, NULL, 0),
(393, 'http://pawea-global.com/index/2021/01/07/shortcodes-2/', '54:fbe4ad35937c8f20d4551dd1939a86f6', 13180, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Shortcodes', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:17', '2021-01-07 18:42:17', 1, NULL, NULL, NULL, NULL, 0),
(394, 'http://pawea-global.com/index/2021/01/07/2-2/', '45:dff411817c38d37301f8e29e2cde7217', 13181, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '2', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:17', '2021-01-07 18:42:17', 1, NULL, NULL, NULL, NULL, 0),
(395, 'http://pawea-global.com/index/2021/01/07/3-2/', '45:ebf05554ce45664ac9015bca87a2a799', 13182, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '3', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(396, 'http://pawea-global.com/index/2021/01/07/4-2/', '45:96b0ea0e3e06a9dd42776c5cdb14b72f', 13183, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '4', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(397, 'http://pawea-global.com/index/2021/01/07/features-3/', '52:7ed159e1a93a7380ed073a9f78063ee8', 13184, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Features', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(398, 'http://pawea-global.com/index/2021/01/07/post-types-2/', '54:fd880ccea7802d3afbbe59618ef39854', 13185, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Post Types', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(399, 'http://pawea-global.com/index/2021/01/07/blog-2/', '48:5bf6840bbc4bb3a6787e81b418c8cffd', 13186, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Blog', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(400, 'http://pawea-global.com/index/2021/01/07/projects-grid-2/', '57:966a31d5fcd25ce3d3110ab42a9bf0cf', 13187, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Projects Grid', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(401, 'http://pawea-global.com/index/2021/01/07/masonry-puzzle-2/', '58:b99be6fafe9dea5e6db64817c67f05af', 13188, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Masonry Puzzle', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(402, 'http://pawea-global.com/index/2021/01/07/profiles-2/', '52:eeeaf333d3d446c2d896b04a2c435f2b', 13189, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Profiles', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(403, 'http://pawea-global.com/index/2021/01/07/open-profile-2/', '56:c07bf5716b985bc2bb07a4c9599464d5', 13190, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Open Profile', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(404, 'http://pawea-global.com/index/2021/01/07/1-2/', '45:187183fab4fc77fc02f8b2a274aa2168', 13191, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(405, 'http://pawea-global.com/index/2021/01/07/home-2/', '48:850c5ed779cdf97658b6656af2c5072e', 13192, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Home', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(406, 'http://pawea-global.com/index/2021/01/07/features-4/', '52:b0cf6fcfab856d72309c635fbf94c861', 13193, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Features', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(407, 'http://pawea-global.com/index/2021/01/07/gallery-2/', '51:606a0869b9500cec9fbdb693416d5987', 13194, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Gallery', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(408, 'http://pawea-global.com/index/2021/01/07/news-2/', '48:85b73e24114bcfd03b647e16ec030577', 13195, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'News', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(409, 'http://pawea-global.com/index/2021/01/07/shop-2/', '48:2650a86fa83bd04da9b71244e6b47dde', 13196, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Shop', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(410, 'http://pawea-global.com/index/2021/01/07/construction-management-2/', '67:88e626ad5f0e0d61e1758e166568957c', 13197, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Construction Management', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(411, 'http://pawea-global.com/index/2021/01/07/design-build-2/', '56:90b642eab8a947473f98a6202bef71f2', 13198, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Design Build', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(412, 'http://pawea-global.com/index/2021/01/07/general-contracting-2/', '63:6a3bb4e18195dcefe24f1468fe9e66c3', 13199, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'General Contracting', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:18', '2021-01-07 18:42:18', 1, NULL, NULL, NULL, NULL, 0),
(413, 'http://pawea-global.com/index/2021/01/07/service-maintenance-2/', '63:cae707c501f1881d61d379775c6c38d4', 13200, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Service Maintenance', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:19', '2021-01-07 18:42:19', 1, NULL, NULL, NULL, NULL, 0),
(414, 'http://pawea-global.com/index/2021/01/07/interior-design-2/', '59:f1f7e5807c2e9f9d29214a393c4103a1', 13201, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Interior Design', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:19', '2021-01-07 18:42:19', 1, NULL, NULL, NULL, NULL, 0),
(415, 'http://pawea-global.com/index/2021/01/07/tiling-and-painting-2/', '63:a95c0fc8fed91cbb2f742a6fa84095f0', 13202, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Tiling and Painting', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:19', '2021-01-07 18:42:19', 1, NULL, NULL, NULL, NULL, 0),
(416, 'http://pawea-global.com/index/2021/01/07/house-extentions-2/', '60:e03a12e6d091fb856ecf6773b3fe8c1d', 13203, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'House Extentions', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:19', '2021-01-07 18:42:19', 1, NULL, NULL, NULL, NULL, 0),
(417, 'http://pawea-global.com/index/2021/01/07/events-3/', '50:99e05693269001e0bb1d79870e3ce97b', 13204, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Events', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:19', '2021-01-07 18:42:19', 1, NULL, NULL, NULL, NULL, 0),
(418, 'http://pawea-global.com/index/2021/01/07/month-2/', '49:a299556c2e4047520d8cd71348eecb2b', 13205, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Month', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:19', '2021-01-07 18:42:19', 1, NULL, NULL, NULL, NULL, 0),
(419, 'http://pawea-global.com/index/2021/01/07/map-2/', '47:5db2e63dafbfc3d99d60a6e2e504f2f4', 13206, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Map', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:19', '2021-01-07 18:42:19', 1, NULL, NULL, NULL, NULL, 0),
(420, 'http://pawea-global.com/index/2021/01/07/photo-2/', '49:bb8918c757875d5b1e48aafb3e122905', 13207, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Photo', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:19', '2021-01-07 18:42:19', 1, NULL, NULL, NULL, NULL, 0),
(421, 'http://pawea-global.com/index/2021/01/07/events-4/', '50:3f19b32b05f176750850d3cbfd995e05', 13208, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Events', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:19', '2021-01-07 18:42:19', 1, NULL, NULL, NULL, NULL, 0),
(422, 'http://pawea-global.com/index/2021/01/07/reservation-2/', '55:0830e0f0794feb10d5c47ae0a296ff79', 13209, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Reservation', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:19', '2021-01-07 18:42:19', 1, NULL, NULL, NULL, NULL, 0),
(423, 'http://pawea-global.com/index/2021/01/07/contacts-2/', '52:df384c1e5ab4054cff27106ae4789c9b', 13210, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Contacts', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:19', '2021-01-07 18:42:19', 1, NULL, NULL, NULL, NULL, 0),
(424, 'http://pawea-global.com/index/event/it-infrastructure-operations-management/', '76:a7a0b072fe619d1fc9784ed9f368cf96', 10803, 'post', 'tribe_events', 1, 0, NULL, NULL, 'IT Infrastructure / Operations Management', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:20', '2021-01-07 18:42:20', 1, NULL, NULL, NULL, NULL, 0),
(425, 'http://pawea-global.com/index/event/management-development-program/', '67:bc63bf03e66adf4d599a4bd284bc66e1', 10805, 'post', 'tribe_events', 1, 0, NULL, NULL, 'Management Development Program', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:21', '2021-01-07 18:42:21', 1, NULL, NULL, NULL, NULL, 0),
(426, 'http://pawea-global.com/index/?post_type=wpcf7_contact_form&p=11486', '67:a8545725ae89297e4a0378ec5608e946', 11486, 'post', 'wpcf7_contact_form', 1, 0, NULL, NULL, 'Contact form 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:21', '2021-01-07 18:42:21', 1, NULL, NULL, NULL, NULL, 0),
(427, 'http://pawea-global.com/index/?post_type=wpcf7_contact_form&p=11984', '67:25a508b234fc50c95a7f2a80aa778a37', 11984, 'post', 'wpcf7_contact_form', 1, 0, NULL, NULL, 'Contact form 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:21', '2021-01-07 18:42:21', 1, NULL, NULL, NULL, NULL, 0),
(428, 'http://pawea-global.com/index/?post_type=wpcf7_contact_form&p=12875', '67:f5747fcd01885a94b2243a95efeaa232', 12875, 'post', 'wpcf7_contact_form', 1, 0, NULL, NULL, 'Contact form 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:21', '2021-01-07 18:42:21', 1, NULL, NULL, NULL, NULL, 0),
(429, 'http://pawea-global.com/index/2021/01/07/contact-us/', '52:ef043296a13a6abe038186baba3c9545', 13211, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Contact us', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:21', '2021-01-07 18:42:21', 1, NULL, NULL, NULL, NULL, 0),
(430, 'http://pawea-global.com/index/2021/01/07/13212/', '47:25301c1cb46069df0e5335ee50afcb59', 13212, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:21', '2021-01-07 18:42:21', 1, NULL, NULL, NULL, NULL, 0),
(431, 'http://pawea-global.com/index/2021/01/07/13213/', '47:8d79e80f5610c6c2a11f4daebbcc995d', 13213, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:21', '2021-01-07 18:42:21', 1, NULL, NULL, NULL, NULL, 0),
(432, 'http://pawea-global.com/index/2021/01/07/13214/', '47:629f5bba6e5bbee15ce0f7121ba22d15', 13214, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:21', '2021-01-07 18:42:21', 1, NULL, NULL, NULL, NULL, 0),
(433, 'http://pawea-global.com/index/2021/01/07/13215/', '47:0870ee401993f770cce9d6a6b2737a5d', 13215, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:21', '2021-01-07 18:42:21', 1, NULL, NULL, NULL, NULL, 0),
(434, 'http://pawea-global.com/index/2021/01/07/13216/', '47:187f1b4ae29029fa3d01ad21b799f2c2', 13216, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:21', '2021-01-07 18:42:21', 1, NULL, NULL, NULL, NULL, 0),
(435, 'http://pawea-global.com/index/2021/01/07/13217/', '47:a1a0ec5980c54b1ee6a6cbaaeb47f6db', 13217, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:21', '2021-01-07 18:42:21', 1, NULL, NULL, NULL, NULL, 0),
(436, 'http://pawea-global.com/index/2021/01/07/13218/', '47:1cf75e9e27b11d6e7336b811f57fbf53', 13218, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:21', '2021-01-07 18:42:21', 1, NULL, NULL, NULL, NULL, 0),
(437, 'http://pawea-global.com/index/2021/01/07/13219/', '47:5b8b765abce51aadfcd57c7cdb54350e', 13219, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:21', '2021-01-07 18:42:21', 1, NULL, NULL, NULL, NULL, 0),
(438, 'http://pawea-global.com/index/2021/01/07/13220/', '47:294edc9fb0583e9e6494f5c0f944e18b', 13220, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(439, 'http://pawea-global.com/index/2021/01/07/13221/', '47:f913495a327e395e78f37625344f587c', 13221, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(440, 'http://pawea-global.com/index/2021/01/07/13222/', '47:fecaacb986d4e8eb32b762deebf2aec8', 13222, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(441, 'http://pawea-global.com/index/2021/01/07/13223/', '47:121bdb507bab7530db8869807a02f06e', 13223, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(442, 'http://pawea-global.com/index/2021/01/07/13224/', '47:0f0d14d66260c9e69b0b86095c928538', 13224, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(443, 'http://pawea-global.com/index/2021/01/07/13225/', '47:65a178ff2147d47e8b84e4b624b2ed77', 13225, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(444, 'http://pawea-global.com/index/2021/01/07/13226/', '47:a10eaf30eadea7a752d39e000a760df9', 13226, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(445, 'http://pawea-global.com/index/2021/01/07/13227/', '47:9b6bdd16a46a42e830729098616fe90b', 13227, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(446, 'http://pawea-global.com/index/2021/01/07/13228/', '47:80cf1f40430243dead172e0ba234cb48', 13228, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(447, 'http://pawea-global.com/index/2021/01/07/13229/', '47:675170fca223ef7b7a65a284cf3aada2', 13229, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(448, 'http://pawea-global.com/index/2021/01/07/13230/', '47:1107fa6e9146804bdb2ef4e379fcea99', 13230, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(449, 'http://pawea-global.com/index/2021/01/07/13231/', '47:f35c6c62060dca73007a0a8c9b52d6ae', 13231, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(450, 'http://pawea-global.com/index/2021/01/07/13232/', '47:4548dc2c1611aaf93cdfdb95339063ed', 13232, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(451, 'http://pawea-global.com/index/2021/01/07/13233/', '47:e1b468d1f029f7f908899ae239f79e6b', 13233, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(452, 'http://pawea-global.com/index/2021/01/07/13234/', '47:3eef0ce03703d15d50ec35c5e9dcfed5', 13234, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(453, 'http://pawea-global.com/index/2021/01/07/13235/', '47:efe3ea4b0ffda70cf5e25aa747f90233', 13235, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(454, 'http://pawea-global.com/index/2021/01/07/13236/', '47:13786c2b88dd1c6cfc739abccfa0a3ae', 13236, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(455, 'http://pawea-global.com/index/2021/01/07/13237/', '47:548ec2af1a005d075a8cb45f29d2dfcd', 13237, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(456, 'http://pawea-global.com/index/2021/01/07/13238/', '47:785c581c88062d2215e67aea8bdff08e', 13238, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:22', '2021-01-07 18:42:22', 1, NULL, NULL, NULL, NULL, 0),
(457, 'http://pawea-global.com/index/2021/01/07/13239/', '47:3d43b81956bfbeec2f2f31ff357ab239', 13239, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(458, 'http://pawea-global.com/index/2021/01/07/13240/', '47:eb2282009c942744e05562b2bec15db1', 13240, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(459, 'http://pawea-global.com/index/2021/01/07/13241/', '47:0588160a518e0c7dcf3b30d3184303e9', 13241, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(460, 'http://pawea-global.com/index/2021/01/07/13242/', '47:9e03604771f56222ef1442d72218abf3', 13242, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(461, 'http://pawea-global.com/index/2021/01/07/13243/', '47:2a56b4f5f451c2892832e9a8b3bee4b5', 13243, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(462, 'http://pawea-global.com/index/2021/01/07/13244/', '47:66d8df70a224d567f4c1f018718b45ef', 13244, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(463, 'http://pawea-global.com/index/2021/01/07/13245/', '47:6751ba19ea68e268da48ccaac8a36679', 13245, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(464, 'http://pawea-global.com/index/2021/01/07/about-the-company/', '59:f7d81f9cc4bd761790a9a873d013230f', 13246, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'About the company', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(465, 'http://pawea-global.com/index/2021/01/07/13247/', '47:83c19ae40191b6ba9aa5c0c9bbab25ec', 13247, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(466, 'http://pawea-global.com/index/2021/01/07/13248/', '47:0e3bd661f576948ed5076e87d06482be', 13248, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(467, 'http://pawea-global.com/index/2021/01/07/13249/', '47:0c9744d18c76e0269986c9c3063aad6f', 13249, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(468, 'http://pawea-global.com/index/2021/01/07/13250/', '47:401a745ec734250f5d86f2ff97babb13', 13250, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(469, 'http://pawea-global.com/index/2021/01/07/13251/', '47:c82195d9dff86b132c7de7b509907abb', 13251, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(470, 'http://pawea-global.com/index/2021/01/07/13252/', '47:e7435f70016a94599f7e8bb9b649e5df', 13252, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(471, 'http://pawea-global.com/index/2021/01/07/13253/', '47:1c9ece71630899f69c395d7fcdc217cd', 13253, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(472, 'http://pawea-global.com/index/2021/01/07/13254/', '47:a6778959e9ebe19d9469c8b41e326c41', 13254, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(473, 'http://pawea-global.com/index/2021/01/07/13255/', '47:3c9b2ac7fc2e093f4f8fd8fc2cdf0712', 13255, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0),
(474, 'http://pawea-global.com/index/2021/01/07/13256/', '47:8dc3f0048a016218bb679bbf3aa1d7ef', 13256, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:23', '2021-01-07 18:42:23', 1, NULL, NULL, NULL, NULL, 0);
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`) VALUES
(475, 'http://pawea-global.com/index/2021/01/07/13257/', '47:d43cf1b4d9ddb697ad483dbc02c90cb9', 13257, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:24', '2021-01-07 18:42:24', 1, NULL, NULL, NULL, NULL, 0),
(476, 'http://pawea-global.com/index/2021/01/07/13258/', '47:a50552eb84d1a4c1fcfae67ef630b583', 13258, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:24', '2021-01-07 18:42:24', 1, NULL, NULL, NULL, NULL, 0),
(477, 'http://pawea-global.com/index/2021/01/07/13259/', '47:c106bb434fb60b5c7bb7ca3e4fda706e', 13259, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:24', '2021-01-07 18:42:24', 1, NULL, NULL, NULL, NULL, 0),
(478, 'http://pawea-global.com/index/2021/01/07/13260/', '47:320d78d691b7378fd31aaf8aafcd11c7', 13260, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 18:42:24', '2021-01-07 18:42:24', 1, NULL, NULL, NULL, NULL, 0),
(479, '', NULL, 37, 'post', NULL, NULL, NULL, NULL, NULL, NULL, 'unindexed', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07 18:42:24', '2021-01-07 18:42:24', 1, NULL, NULL, NULL, NULL, 0),
(480, 'http://pawea-global.com/index/author/', '37:44ac0413f6a224319f2826ef8f89ae98', NULL, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-01-07 18:42:24', '2021-01-07 18:42:24', 1, NULL, NULL, NULL, NULL, 0),
(481, 'http://pawea-global.com/index/wp-content/uploads/layerslider/HomePage-Slider/05.jpg', '83:b32b5b5cc7fd68cff845f5cf659bc830', 13261, 'post', 'attachment', 1, 37, NULL, NULL, '05', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/layerslider/HomePage-Slider/05.jpg', NULL, '13261', 'attachment-image', NULL, NULL, NULL, '13261', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:42:24', '2021-01-07 18:42:24', 1, NULL, NULL, NULL, NULL, 0),
(482, 'http://pawea-global.com/index/wp-content/uploads/layerslider/HomePage-Slider/06.jpg', '83:f73b7b98db5de5ac15ba5532dd01c62c', 13262, 'post', 'attachment', 1, 37, NULL, NULL, '06', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/layerslider/HomePage-Slider/06.jpg', NULL, '13262', 'attachment-image', NULL, NULL, NULL, '13262', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:42:25', '2021-01-07 18:42:25', 1, NULL, NULL, NULL, NULL, 0),
(483, 'http://pawea-global.com/index/pagina-exemplo/', '45:9fba625f43ab978bf31eb824a186608a', 2, 'post', 'page', 1, 0, NULL, NULL, 'Exemplo de página', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '2021-01-07 18:43:31', '2021-01-07 19:07:11', 1, NULL, NULL, NULL, NULL, 0),
(484, 'http://pawea-global.com/index/wp-content/uploads/2021/01/logo.png', '65:1ac806c7f402aecf579445631feee05a', 13263, 'post', 'attachment', 1, 0, NULL, NULL, 'logo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://pawea-global.com/index/wp-content/uploads/2021/01/logo.png', NULL, '13263', 'attachment-image', NULL, NULL, NULL, '13263', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-07 18:53:45', '2021-01-07 18:53:45', 1, NULL, NULL, NULL, NULL, 0),
(485, 'http://pawea-global.com/index/project/', '38:5f0328f5d079d2c895e6c26ee289e4c2', NULL, 'post-type-archive', 'project', NULL, NULL, '%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%', '', 'Projects', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07 19:02:52', '2021-01-07 19:02:52', 1, NULL, NULL, NULL, NULL, 0),
(486, 'http://pawea-global.com/index/profile/', '38:72c7f251f0d92bcba6ebe3283a7e4120', NULL, 'post-type-archive', 'profile', NULL, NULL, '%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%', '', 'Profiles', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07 19:02:52', '2021-01-07 19:02:52', 1, NULL, NULL, NULL, NULL, 0),
(487, 'http://pawea-global.com/index/event-schedule/', '45:8e7e252138fd9868bc0bddc21e258bf8', NULL, 'post-type-archive', 'event-schedule', NULL, NULL, '%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%', '', 'Events Schedule', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07 19:02:52', '2021-01-07 19:02:52', 1, NULL, NULL, NULL, NULL, 0),
(488, 'http://pawea-global.com/index/?page_id=3', '40:6e6bd71cbda03ef63fd70694f3c49aae', 3, 'post', 'page', 1, 0, NULL, NULL, 'Política de privacidade', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07 19:07:11', '2021-01-07 19:07:11', 1, NULL, NULL, NULL, NULL, 0),
(490, 'http://pawea-global.com/index/category/sem-categoria/', '53:922b0acc3e88372df2540a24a76a8d7c', 1, 'term', 'category', NULL, NULL, NULL, NULL, 'Sem categoria', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-07 19:07:11', '2021-01-07 19:07:11', 1, NULL, NULL, NULL, NULL, 0),
(491, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07 19:07:11', '2021-01-07 19:07:11', 1, NULL, NULL, NULL, NULL, 0),
(492, NULL, NULL, NULL, 'date-archive', NULL, NULL, NULL, '%%date%% %%page%% %%sep%% %%sitename%%', '', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07 19:07:11', '2021-01-07 19:07:11', 1, NULL, NULL, NULL, NULL, 0),
(493, 'http://pawea-global.com/index/events/', '37:1ff117709add223ed15c2f8845e1fd18', NULL, 'post-type-archive', 'tribe_events', NULL, NULL, '%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%', '', 'Eventos', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07 19:07:11', '2021-01-07 19:07:11', 1, NULL, NULL, NULL, NULL, 0),
(494, 'http://pawea-global.com/index/?p=13315', '38:4028be2ddf8d4758b9cc09a0723e0673', 13315, 'post', 'post', 1, 0, NULL, NULL, 'Rascunho automático', 'auto-draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-15 14:46:09', '2021-01-15 14:46:09', 1, NULL, NULL, NULL, NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--

CREATE TABLE `wp_yoast_indexable_hierarchy` (
  `indexable_id` int(11) UNSIGNED NOT NULL,
  `ancestor_id` int(11) UNSIGNED NOT NULL,
  `depth` int(11) UNSIGNED DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_migrations`
--

CREATE TABLE `wp_yoast_migrations` (
  `id` int(11) UNSIGNED NOT NULL,
  `version` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_yoast_migrations`
--

INSERT INTO `wp_yoast_migrations` (`id`, `version`) VALUES
(1, '20171228151840'),
(2, '20171228151841'),
(3, '20190529075038'),
(4, '20191011111109'),
(5, '20200408101900'),
(6, '20200420073606'),
(7, '20200428123747'),
(8, '20200428194858'),
(9, '20200429105310'),
(10, '20200430075614'),
(11, '20200430150130'),
(12, '20200507054848'),
(13, '20200513133401'),
(14, '20200609154515'),
(15, '20200616130143'),
(16, '20200617122511'),
(17, '20200702141921'),
(18, '20200728095334');

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_primary_term`
--

CREATE TABLE `wp_yoast_primary_term` (
  `id` int(11) UNSIGNED NOT NULL,
  `post_id` int(11) UNSIGNED NOT NULL,
  `term_id` int(11) UNSIGNED NOT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_seo_links`
--

CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `target_post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `target_indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `height` int(11) UNSIGNED DEFAULT NULL,
  `width` int(11) UNSIGNED DEFAULT NULL,
  `size` int(11) UNSIGNED DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_yoast_seo_links`
--

INSERT INTO `wp_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(1, 'http://eco-press.cmsmasters.net/about-us/', 11455, NULL, 'external', 207, NULL, NULL, NULL, NULL, NULL, NULL),
(2, '', 11747, NULL, 'image-in', 209, NULL, NULL, NULL, NULL, NULL, NULL),
(3, '', 11747, NULL, 'image-in', 209, NULL, NULL, NULL, NULL, NULL, NULL),
(4, '', 11747, NULL, 'image-in', 209, NULL, NULL, NULL, NULL, NULL, NULL),
(5, '', 11747, NULL, 'image-in', 209, NULL, NULL, NULL, NULL, NULL, NULL),
(6, '', 11747, NULL, 'image-in', 209, NULL, NULL, NULL, NULL, NULL, NULL),
(7, '', 11747, NULL, 'image-in', 209, NULL, NULL, NULL, NULL, NULL, NULL),
(8, '', 11747, NULL, 'image-in', 209, NULL, NULL, NULL, NULL, NULL, NULL),
(9, '', 11747, NULL, 'image-in', 209, NULL, NULL, NULL, NULL, NULL, NULL),
(10, '', 11747, NULL, 'image-in', 209, NULL, NULL, NULL, NULL, NULL, NULL),
(11, '', 11747, NULL, 'image-in', 209, NULL, NULL, NULL, NULL, NULL, NULL),
(12, '', 11747, NULL, 'image-in', 209, NULL, NULL, NULL, NULL, NULL, NULL),
(13, '#', 11951, NULL, 'internal', 215, NULL, NULL, NULL, NULL, NULL, NULL),
(14, '#', 11951, NULL, 'internal', 215, NULL, NULL, NULL, NULL, NULL, NULL),
(15, '#', 11951, NULL, 'internal', 215, NULL, NULL, NULL, NULL, NULL, NULL),
(16, '#', 11951, NULL, 'internal', 215, NULL, NULL, NULL, NULL, NULL, NULL),
(17, '', 12096, NULL, 'image-in', 216, NULL, NULL, NULL, NULL, NULL, NULL),
(18, '#', 12352, NULL, 'internal', 217, NULL, NULL, NULL, NULL, NULL, NULL),
(19, '#', 12352, NULL, 'internal', 217, NULL, NULL, NULL, NULL, NULL, NULL),
(20, '#', 12352, NULL, 'internal', 217, NULL, NULL, NULL, NULL, NULL, NULL),
(21, '#', 12352, NULL, 'internal', 217, NULL, NULL, NULL, NULL, NULL, NULL),
(22, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 12352, 12305, 'image-in', 217, 44, 10, 45, 1515, NULL, NULL),
(23, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 12398, 12305, 'image-in', 225, 44, 10, 45, 1515, NULL, NULL),
(24, 'http://pawea-global.com/index/wp-content/uploads/2015/11/3.png', 12398, 12331, 'image-in', 225, 47, 32, 161, 3345, NULL, NULL),
(25, 'http://pawea-global.com/index/wp-content/uploads/2015/11/2.png', 12398, 12330, 'image-in', 225, 46, 54, 151, 3003, NULL, NULL),
(26, 'http://pawea-global.com/index/wp-content/uploads/2015/11/1-1.png', 12398, 12329, 'image-in', 225, 45, 30, 220, 3016, NULL, NULL),
(27, 'http://pawea-global.com/index/wp-content/uploads/2015/11/4.png', 12398, 12332, 'image-in', 225, 48, 34, 163, 1854, NULL, NULL),
(28, 'http://pawea-global.com/index/wp-content/uploads/2015/11/5.png', 12398, 12333, 'image-in', 225, 49, 48, 196, 4688, NULL, NULL),
(29, 'http://pawea-global.com/index/wp-content/uploads/2015/11/6.png', 12398, 12334, 'image-in', 225, 50, 40, 190, 3870, NULL, NULL),
(30, 'http://pawea-global.com/index/wp-content/uploads/2015/11/7.png', 12398, 12335, 'image-in', 225, 51, 23, 152, 4550, NULL, NULL),
(31, 'http://pawea-global.com/index/wp-content/uploads/2015/11/8.png', 12398, 12336, 'image-in', 225, 52, 28, 156, 2940, NULL, NULL),
(32, 'http://pawea-global.com/index/wp-content/uploads/2015/11/9.png', 12398, 12337, 'image-in', 225, 53, 29, 178, 5142, NULL, NULL),
(33, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 12407, 12305, 'image-in', 226, 44, 10, 45, 1515, NULL, NULL),
(34, '#', 12408, NULL, 'internal', 227, NULL, NULL, NULL, NULL, NULL, NULL),
(35, 'http://docs.cmsmasters.net/admin2/twitter-functionality/', 12416, NULL, 'external', 228, NULL, NULL, NULL, NULL, NULL, NULL),
(36, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 12416, 12305, 'image-in', 228, 44, 10, 45, 1515, NULL, NULL),
(37, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(38, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(39, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(40, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(41, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(42, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(43, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(44, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(45, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(46, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(47, 'http://pawea-global.com/index/event-schedule/gathering-signing-up/', 13133, 13054, 'internal', 244, 232, NULL, NULL, NULL, NULL, NULL),
(48, 'http://pawea-global.com/index/event-schedule/next-generation-leadership/', 13133, 13055, 'internal', 244, 233, NULL, NULL, NULL, NULL, NULL),
(49, 'http://pawea-global.com/index/event-schedule/purpose-passion-the-pathway-to-success/', 13133, 13056, 'internal', 244, 234, NULL, NULL, NULL, NULL, NULL),
(50, 'http://pawea-global.com/index/event-schedule/switch-it-on/', 13133, 13057, 'internal', 244, 235, NULL, NULL, NULL, NULL, NULL),
(51, 'http://pawea-global.com/index/event-schedule/getting-you-prepared-for-2017/', 13133, 13064, 'internal', 244, 242, NULL, NULL, NULL, NULL, NULL),
(52, 'http://pawea-global.com/index/event-schedule/professional-writing-and-communications/', 13133, 13065, 'internal', 244, 243, NULL, NULL, NULL, NULL, NULL),
(53, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(54, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(55, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(56, 'http://pawea-global.com/index/event-schedule/evolving-with-our-business/', 13133, 13058, 'internal', 244, 236, NULL, NULL, NULL, NULL, NULL),
(57, 'http://pawea-global.com/index/event-schedule/creating-connections-building-bridges/', 13133, 13059, 'internal', 244, 237, NULL, NULL, NULL, NULL, NULL),
(58, 'http://pawea-global.com/index/event-schedule/discovering-natural-treasures/', 13133, 13060, 'internal', 244, 238, NULL, NULL, NULL, NULL, NULL),
(59, 'http://pawea-global.com/index/event-schedule/taking-it-to-the-streets/', 13133, 13061, 'internal', 244, 239, NULL, NULL, NULL, NULL, NULL),
(60, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(61, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(62, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(63, 'http://pawea-global.com/index/event-schedule/breaking-out-of-your-shell/', 13133, 13062, 'internal', 244, 240, NULL, NULL, NULL, NULL, NULL),
(64, 'http://pawea-global.com/index/event-schedule/quality-connections-ready-set-grow/', 13133, 13063, 'internal', 244, 241, NULL, NULL, NULL, NULL, NULL),
(65, 'http://pawea-global.com/index/event-schedule/final-conference/', 13133, 12515, 'internal', 244, 229, NULL, NULL, NULL, NULL, NULL),
(66, 'http://pawea-global.com/index/event-schedule/after-party/', 13133, 12517, 'internal', 244, 230, NULL, NULL, NULL, NULL, NULL),
(67, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(68, '#', 13133, NULL, 'internal', 244, NULL, NULL, NULL, NULL, NULL, NULL),
(69, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 13133, 12305, 'image-in', 244, 44, 10, 45, 1515, NULL, NULL),
(70, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 13133, 12305, 'image-in', 244, 44, 10, 45, 1515, NULL, NULL),
(71, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 60, 12305, 'image-in', 286, 44, 10, 45, 1515, NULL, NULL),
(72, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 60, 12305, 'image-in', 286, 44, 10, 45, 1515, NULL, NULL),
(73, '#', 116, NULL, 'internal', 289, NULL, NULL, NULL, NULL, NULL, NULL),
(74, '#', 116, NULL, 'internal', 289, NULL, NULL, NULL, NULL, NULL, NULL),
(75, '#', 116, NULL, 'internal', 289, NULL, NULL, NULL, NULL, NULL, NULL),
(76, '#', 116, NULL, 'internal', 289, NULL, NULL, NULL, NULL, NULL, NULL),
(77, '#', 116, NULL, 'internal', 289, NULL, NULL, NULL, NULL, NULL, NULL),
(78, '#', 116, NULL, 'internal', 289, NULL, NULL, NULL, NULL, NULL, NULL),
(79, '#', 116, NULL, 'internal', 289, NULL, NULL, NULL, NULL, NULL, NULL),
(80, '#', 116, NULL, 'internal', 289, NULL, NULL, NULL, NULL, NULL, NULL),
(81, '#', 116, NULL, 'internal', 289, NULL, NULL, NULL, NULL, NULL, NULL),
(82, '#', 116, NULL, 'internal', 289, NULL, NULL, NULL, NULL, NULL, NULL),
(83, '#', 116, NULL, 'internal', 289, NULL, NULL, NULL, NULL, NULL, NULL),
(84, '#', 116, NULL, 'internal', 289, NULL, NULL, NULL, NULL, NULL, NULL),
(85, '#', 116, NULL, 'internal', 289, NULL, NULL, NULL, NULL, NULL, NULL),
(86, '#', 116, NULL, 'internal', 289, NULL, NULL, NULL, NULL, NULL, NULL),
(87, '#', 116, NULL, 'internal', 289, NULL, NULL, NULL, NULL, NULL, NULL),
(88, '#', 116, NULL, 'internal', 289, NULL, NULL, NULL, NULL, NULL, NULL),
(89, 'http://pawea-global.com/index/wp-content/uploads/2015/11/2.png', 151, 12330, 'image-in', 290, 46, 54, 151, 3003, NULL, NULL),
(90, 'http://pawea-global.com/index/wp-content/uploads/2015/11/3.png', 151, 12331, 'image-in', 290, 47, 32, 161, 3345, NULL, NULL),
(91, 'http://pawea-global.com/index/wp-content/uploads/2015/11/4.png', 151, 12332, 'image-in', 290, 48, 34, 163, 1854, NULL, NULL),
(92, 'http://pawea-global.com/index/wp-content/uploads/2015/11/6.png', 151, 12334, 'image-in', 290, 50, 40, 190, 3870, NULL, NULL),
(93, 'http://pawea-global.com/index/wp-content/uploads/2015/11/8.png', 151, 12336, 'image-in', 290, 52, 28, 156, 2940, NULL, NULL),
(94, 'http://pawea-global.com/index/wp-content/uploads/2015/11/2.png', 151, 12330, 'image-in', 290, 46, 54, 151, 3003, NULL, NULL),
(95, 'http://pawea-global.com/index/wp-content/uploads/2015/11/3.png', 151, 12331, 'image-in', 290, 47, 32, 161, 3345, NULL, NULL),
(96, 'http://pawea-global.com/index/wp-content/uploads/2015/11/4.png', 151, 12332, 'image-in', 290, 48, 34, 163, 1854, NULL, NULL),
(97, 'http://pawea-global.com/index/wp-content/uploads/2015/11/6.png', 151, 12334, 'image-in', 290, 50, 40, 190, 3870, NULL, NULL),
(98, 'http://pawea-global.com/index/wp-content/uploads/2015/11/8.png', 151, 12336, 'image-in', 290, 52, 28, 156, 2940, NULL, NULL),
(99, 'http://pawea-global.com/index/wp-content/uploads/2015/11/9.png', 151, 12337, 'image-in', 290, 53, 29, 178, 5142, NULL, NULL),
(100, 'http://in-conference.cmsmasters.net/demo/wp-content/uploads/sites/2/2015/04/2015-07-22_12491.png', 213, NULL, 'external', 293, NULL, NULL, NULL, NULL, NULL, NULL),
(101, 'http://pawea-global.com/index/wp-content/uploads/2015/04/2015-07-22_12491.png', 213, 5201, 'image-in', 293, 43, 641, 788, 13467, NULL, NULL),
(102, '#', 252, NULL, 'internal', 297, NULL, NULL, NULL, NULL, NULL, NULL),
(103, '#', 252, NULL, 'internal', 297, NULL, NULL, NULL, NULL, NULL, NULL),
(104, '#', 252, NULL, 'internal', 297, NULL, NULL, NULL, NULL, NULL, NULL),
(105, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06.jpg', 261, 12932, 'internal', 298, 80, NULL, NULL, NULL, NULL, NULL),
(106, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05.jpg', 261, 12931, 'internal', 298, 79, NULL, NULL, NULL, NULL, NULL),
(107, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04.jpg', 261, 12930, 'internal', 298, 78, NULL, NULL, NULL, NULL, NULL),
(108, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06.jpg', 261, 12932, 'image-in', 298, 80, 1080, 1920, 1438638, NULL, NULL),
(109, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05.jpg', 261, 12931, 'image-in', 298, 79, 1080, 1920, 1438555, NULL, NULL),
(110, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04.jpg', 261, 12930, 'image-in', 298, 78, 1080, 1920, 1438610, NULL, NULL),
(111, 'http://pawea-global.com/index/wp-content/uploads/2016/07/03.jpg', 261, 12929, 'image-in', 298, 77, 1080, 1920, 1438700, NULL, NULL),
(112, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05-860x500.jpg', 261, 12931, 'image-in', 298, 79, 1080, 1920, 1438555, NULL, NULL),
(113, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06-860x500.jpg', 261, 12932, 'image-in', 298, 80, 1080, 1920, 1438638, NULL, NULL),
(114, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04-860x500.jpg', 261, 12930, 'image-in', 298, 78, 1080, 1920, 1438610, NULL, NULL),
(115, 'http://pawea-global.com/index/wp-content/uploads/2016/07/03-860x500.jpg', 261, 12929, 'image-in', 298, 77, 1080, 1920, 1438700, NULL, NULL),
(116, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06.jpg', 261, 12932, 'image-in', 298, 80, 1080, 1920, 1438638, NULL, NULL),
(117, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05.jpg', 261, 12931, 'image-in', 298, 79, 1080, 1920, 1438555, NULL, NULL),
(118, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04.jpg', 261, 12930, 'image-in', 298, 78, 1080, 1920, 1438610, NULL, NULL),
(119, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06.jpg', 358, 12932, 'image-in', 302, 80, 1080, 1920, 1438638, NULL, NULL),
(120, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05.jpg', 358, 12931, 'image-in', 302, 79, 1080, 1920, 1438555, NULL, NULL),
(121, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04.jpg', 358, 12930, 'image-in', 302, 78, 1080, 1920, 1438610, NULL, NULL),
(122, 'http://pawea-global.com/index/wp-content/uploads/2016/07/03.jpg', 358, 12929, 'image-in', 302, 77, 1080, 1920, 1438700, NULL, NULL),
(123, '#', 375, NULL, 'internal', 303, NULL, NULL, NULL, NULL, NULL, NULL),
(124, '#', 375, NULL, 'internal', 303, NULL, NULL, NULL, NULL, NULL, NULL),
(125, '#', 375, NULL, 'internal', 303, NULL, NULL, NULL, NULL, NULL, NULL),
(126, '#', 375, NULL, 'internal', 303, NULL, NULL, NULL, NULL, NULL, NULL),
(127, '#', 375, NULL, 'internal', 303, NULL, NULL, NULL, NULL, NULL, NULL),
(128, '#', 375, NULL, 'internal', 303, NULL, NULL, NULL, NULL, NULL, NULL),
(129, '#', 401, NULL, 'internal', 305, NULL, NULL, NULL, NULL, NULL, NULL),
(130, '#', 401, NULL, 'internal', 305, NULL, NULL, NULL, NULL, NULL, NULL),
(131, '#', 401, NULL, 'internal', 305, NULL, NULL, NULL, NULL, NULL, NULL),
(132, '#', 401, NULL, 'internal', 305, NULL, NULL, NULL, NULL, NULL, NULL),
(133, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06-150x150.jpg', 426, 12932, 'image-in', 307, 80, 1080, 1920, 1438638, NULL, NULL),
(134, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05-150x150.jpg', 426, 12931, 'image-in', 307, 79, 1080, 1920, 1438555, NULL, NULL),
(135, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04-150x150.jpg', 426, 12930, 'image-in', 307, 78, 1080, 1920, 1438610, NULL, NULL),
(136, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06-90x90.jpg', 426, 12932, 'image-in', 307, 80, 1080, 1920, 1438638, NULL, NULL),
(137, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05-90x90.jpg', 426, 12931, 'image-in', 307, 79, 1080, 1920, 1438555, NULL, NULL),
(138, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04-90x90.jpg', 426, 12930, 'image-in', 307, 78, 1080, 1920, 1438610, NULL, NULL),
(139, 'http://pawea-global.com/index/wp-content/uploads/2016/07/03-90x90.jpg', 426, 12929, 'image-in', 307, 77, 1080, 1920, 1438700, NULL, NULL),
(140, '#', 430, NULL, 'internal', 308, NULL, NULL, NULL, NULL, NULL, NULL),
(141, '#', 430, NULL, 'internal', 308, NULL, NULL, NULL, NULL, NULL, NULL),
(142, '#', 430, NULL, 'internal', 308, NULL, NULL, NULL, NULL, NULL, NULL),
(143, 'http://pawea-global.com/index/2021/01/07/ola-mundo/', 430, 1, 'internal', 308, 309, NULL, NULL, NULL, NULL, NULL),
(144, 'http://pawea-global.com/index/2021/01/07/ola-mundo/', 430, 1, 'internal', 308, 309, NULL, NULL, NULL, NULL, NULL),
(145, 'https://wordpress.org/', 430, NULL, 'external', 308, NULL, NULL, NULL, NULL, NULL, NULL),
(146, 'http://pawea-global.com/index/2021/01/07/ola-mundo/#comments', 430, 1, 'internal', 308, 309, NULL, NULL, NULL, NULL, NULL),
(147, 'mailto:&#101;x%61mp&#108;e&#64;&#101;x&#97;mp&#108;%65.&#99;%6fm', 430, NULL, 'external', 308, NULL, NULL, NULL, NULL, NULL, NULL),
(148, '#', 430, NULL, 'internal', 308, NULL, NULL, NULL, NULL, NULL, NULL),
(149, '#', 430, NULL, 'internal', 308, NULL, NULL, NULL, NULL, NULL, NULL),
(150, '#', 430, NULL, 'internal', 308, NULL, NULL, NULL, NULL, NULL, NULL),
(151, 'http://pawea-global.com/index/2021/01/07/ola-mundo/', 430, 1, 'internal', 308, 309, NULL, NULL, NULL, NULL, NULL),
(152, 'http://pawea-global.com/index/2021/01/07/ola-mundo/', 430, 1, 'internal', 308, 309, NULL, NULL, NULL, NULL, NULL),
(153, 'https://wordpress.org/', 430, NULL, 'external', 308, NULL, NULL, NULL, NULL, NULL, NULL),
(154, 'http://pawea-global.com/index/2021/01/07/ola-mundo/#comments', 430, 1, 'internal', 308, 309, NULL, NULL, NULL, NULL, NULL),
(155, 'mailto:&#101;x%61&#109;%70&#108;&#101;%40ex%61&#109;%70%6ce%2e&#99;o&#109;', 430, NULL, 'external', 308, NULL, NULL, NULL, NULL, NULL, NULL),
(156, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(157, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(158, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(159, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(160, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(161, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(162, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(163, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(164, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(165, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(166, 'http://pawea-global.com/index/event-schedule/gathering-signing-up/', 529, 13054, 'internal', 311, 232, NULL, NULL, NULL, NULL, NULL),
(167, 'http://pawea-global.com/index/event-schedule/next-generation-leadership/', 529, 13055, 'internal', 311, 233, NULL, NULL, NULL, NULL, NULL),
(168, 'http://pawea-global.com/index/event-schedule/purpose-passion-the-pathway-to-success/', 529, 13056, 'internal', 311, 234, NULL, NULL, NULL, NULL, NULL),
(169, 'http://pawea-global.com/index/event-schedule/switch-it-on/', 529, 13057, 'internal', 311, 235, NULL, NULL, NULL, NULL, NULL),
(170, 'http://pawea-global.com/index/event-schedule/getting-you-prepared-for-2017/', 529, 13064, 'internal', 311, 242, NULL, NULL, NULL, NULL, NULL),
(171, 'http://pawea-global.com/index/event-schedule/getting-started-with-wp/', 529, 13067, 'internal', 311, 258, NULL, NULL, NULL, NULL, NULL),
(172, 'http://pawea-global.com/index/event-schedule/professional-writing-and-communications/', 529, 13065, 'internal', 311, 243, NULL, NULL, NULL, NULL, NULL),
(173, 'http://pawea-global.com/index/event-schedule/after-party-2/', 529, 13069, 'internal', 311, 259, NULL, NULL, NULL, NULL, NULL),
(174, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(175, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(176, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(177, 'http://pawea-global.com/index/event-schedule/evolving-with-our-business/', 529, 13058, 'internal', 311, 236, NULL, NULL, NULL, NULL, NULL),
(178, 'http://pawea-global.com/index/event-schedule/creating-connections-building-bridges/', 529, 13059, 'internal', 311, 237, NULL, NULL, NULL, NULL, NULL),
(179, 'http://pawea-global.com/index/event-schedule/discovering-natural-treasures/', 529, 13060, 'internal', 311, 238, NULL, NULL, NULL, NULL, NULL),
(180, 'http://pawea-global.com/index/event-schedule/taking-it-to-the-streets/', 529, 13061, 'internal', 311, 239, NULL, NULL, NULL, NULL, NULL),
(181, 'http://pawea-global.com/index/event-schedule/designing-responsive-websites/', 529, 13071, 'internal', 311, 260, NULL, NULL, NULL, NULL, NULL),
(182, 'http://pawea-global.com/index/event-schedule/css-architecture-for-front-ends/', 529, 13073, 'internal', 311, 261, NULL, NULL, NULL, NULL, NULL),
(183, 'http://pawea-global.com/index/event-schedule/understanding-web-design/', 529, 13075, 'internal', 311, 262, NULL, NULL, NULL, NULL, NULL),
(184, 'http://pawea-global.com/index/event-schedule/how-to-translate-wordpress/', 529, 13077, 'internal', 311, 263, NULL, NULL, NULL, NULL, NULL),
(185, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(186, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(187, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(188, 'http://pawea-global.com/index/event-schedule/breaking-out-of-your-shell/', 529, 13062, 'internal', 311, 240, NULL, NULL, NULL, NULL, NULL),
(189, 'http://pawea-global.com/index/event-schedule/quality-connections-ready-set-grow/', 529, 13063, 'internal', 311, 241, NULL, NULL, NULL, NULL, NULL),
(190, 'http://pawea-global.com/index/event-schedule/final-conference/', 529, 12515, 'internal', 311, 229, NULL, NULL, NULL, NULL, NULL),
(191, 'http://pawea-global.com/index/event-schedule/after-party/', 529, 12517, 'internal', 311, 230, NULL, NULL, NULL, NULL, NULL),
(192, 'http://pawea-global.com/index/event-schedule/event-marketing-book-presentation/', 529, 12661, 'internal', 311, 245, NULL, NULL, NULL, NULL, NULL),
(193, 'http://pawea-global.com/index/event-schedule/putting-the-fonts-into-website/', 529, 13079, 'internal', 311, 264, NULL, NULL, NULL, NULL, NULL),
(194, 'http://pawea-global.com/index/event-schedule/vip-afterparty-2/', 529, 12663, 'internal', 311, 246, NULL, NULL, NULL, NULL, NULL),
(195, 'http://pawea-global.com/index/event-schedule/using-of-less/', 529, 13066, 'internal', 311, 257, NULL, NULL, NULL, NULL, NULL),
(196, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(197, '#', 529, NULL, 'internal', 311, NULL, NULL, NULL, NULL, NULL, NULL),
(198, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 529, 12305, 'image-in', 311, 44, 10, 45, 1515, NULL, NULL),
(199, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 529, 12305, 'image-in', 311, 44, 10, 45, 1515, NULL, NULL),
(200, 'https://twitter.com/intent/tweet?text=Check+out+%27Using+Of+Less%27+on+pawea+website&url=http%3A%2F%2Fpawea-global.com%2Findex%2Fevent-schedule%2Fusing-of-less%2F', 548, NULL, 'external', 315, NULL, NULL, NULL, NULL, NULL, NULL),
(201, 'https://www.pinterest.com/pin/create/button/', 548, NULL, 'external', 315, NULL, NULL, NULL, NULL, NULL, NULL),
(202, '//www.facebook.com/sharer/sharer.php?display=popup&u=http%3A%2F%2Fpawea-global.com%2Findex%2Fevent-schedule%2Fusing-of-less%2F', 548, NULL, 'internal', 315, NULL, NULL, NULL, NULL, NULL, NULL),
(203, 'https://twitter.com/intent/tweet?text=Check+out+%27Using+Of+Less%27+on+pawea+website&url=http%3A%2F%2Fpawea-global.com%2Findex%2Fevent-schedule%2Fusing-of-less%2F', 548, NULL, 'external', 315, NULL, NULL, NULL, NULL, NULL, NULL),
(204, 'https://www.pinterest.com/pin/create/button/', 548, NULL, 'external', 315, NULL, NULL, NULL, NULL, NULL, NULL),
(205, '//www.facebook.com/sharer/sharer.php?display=popup&u=http%3A%2F%2Fpawea-global.com%2Findex%2Fevent-schedule%2Fusing-of-less%2F', 548, NULL, 'internal', 315, NULL, NULL, NULL, NULL, NULL, NULL),
(206, '#', 567, NULL, 'internal', 318, NULL, NULL, NULL, NULL, NULL, NULL),
(207, '#', 567, NULL, 'internal', 318, NULL, NULL, NULL, NULL, NULL, NULL),
(208, '#', 567, NULL, 'internal', 318, NULL, NULL, NULL, NULL, NULL, NULL),
(209, '#', 567, NULL, 'internal', 318, NULL, NULL, NULL, NULL, NULL, NULL),
(210, '#', 567, NULL, 'internal', 318, NULL, NULL, NULL, NULL, NULL, NULL),
(211, '#', 567, NULL, 'internal', 318, NULL, NULL, NULL, NULL, NULL, NULL),
(212, '#', 567, NULL, 'internal', 318, NULL, NULL, NULL, NULL, NULL, NULL),
(213, '#', 567, NULL, 'internal', 318, NULL, NULL, NULL, NULL, NULL, NULL),
(214, '#', 567, NULL, 'internal', 318, NULL, NULL, NULL, NULL, NULL, NULL),
(215, '#', 567, NULL, 'internal', 318, NULL, NULL, NULL, NULL, NULL, NULL),
(216, '#', 567, NULL, 'internal', 318, NULL, NULL, NULL, NULL, NULL, NULL),
(217, '#', 575, NULL, 'internal', 319, NULL, NULL, NULL, NULL, NULL, NULL),
(218, '#', 575, NULL, 'internal', 319, NULL, NULL, NULL, NULL, NULL, NULL),
(219, '#', 575, NULL, 'internal', 319, NULL, NULL, NULL, NULL, NULL, NULL),
(220, '#', 575, NULL, 'internal', 319, NULL, NULL, NULL, NULL, NULL, NULL),
(221, '#', 575, NULL, 'internal', 319, NULL, NULL, NULL, NULL, NULL, NULL),
(222, '#', 575, NULL, 'internal', 319, NULL, NULL, NULL, NULL, NULL, NULL),
(223, '#', 575, NULL, 'internal', 319, NULL, NULL, NULL, NULL, NULL, NULL),
(224, '#', 575, NULL, 'internal', 319, NULL, NULL, NULL, NULL, NULL, NULL),
(225, '#', 575, NULL, 'internal', 319, NULL, NULL, NULL, NULL, NULL, NULL),
(226, '#', 575, NULL, 'internal', 319, NULL, NULL, NULL, NULL, NULL, NULL),
(291, 'http://in-conference.cmsmasters.net/demo/wp-admin/', 13178, NULL, 'external', 336, NULL, NULL, NULL, NULL, NULL, NULL),
(292, 'http://pawea-global.com/index/2021/01/07/ola-mundo/', 10, 1, 'internal', 338, 309, NULL, NULL, NULL, NULL, NULL),
(293, 'http://pawea-global.com/index/2021/01/07/ola-mundo/', 10, 1, 'internal', 338, 309, NULL, NULL, NULL, NULL, NULL),
(294, 'http://pawea-global.com/index/author/pawea/', 10, NULL, 'internal', 338, 42, NULL, NULL, NULL, NULL, NULL),
(295, 'http://pawea-global.com/index/category/sem-categoria/', 10, NULL, 'internal', 338, NULL, NULL, NULL, NULL, NULL, NULL),
(296, '#', 10, NULL, 'internal', 338, NULL, NULL, NULL, NULL, NULL, NULL),
(297, 'http://pawea-global.com/index/2021/01/07/ola-mundo/#comments', 10, 1, 'internal', 338, 309, NULL, NULL, NULL, NULL, NULL),
(298, 'http://pawea-global.com/index/wp-content/uploads/2016/07/01.jpg', 85, 12927, 'image-in', 339, 75, 1080, 1920, 1438575, NULL, NULL),
(299, 'http://pawea-global.com/index/wp-content/uploads/2016/07/02.jpg', 87, 12928, 'image-in', 340, 76, 1080, 1920, 1438761, NULL, NULL),
(300, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04.jpg', 103, 12930, 'image-in', 341, 78, 1080, 1920, 1438610, NULL, NULL),
(301, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05.jpg', 106, 12931, 'image-in', 342, 79, 1080, 1920, 1438555, NULL, NULL),
(302, 'http://pawea-global.com/index/wp-content/uploads/2016/07/03.jpg', 285, 12929, 'image-in', 343, 77, 1080, 1920, 1438700, NULL, NULL),
(303, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06.jpg', 1965, 12932, 'image-in', 344, 80, 1080, 1920, 1438638, NULL, NULL),
(304, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05.jpg', 2938, 12931, 'image-in', 345, 79, 1080, 1920, 1438555, NULL, NULL),
(305, '#', 8946, NULL, 'internal', 346, NULL, NULL, NULL, NULL, NULL, NULL),
(306, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 8946, 12305, 'image-in', 346, 44, 10, 45, 1515, NULL, NULL),
(307, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 8946, 12305, 'image-in', 346, 44, 10, 45, 1515, NULL, NULL),
(308, 'http://pawea-global.com/index/wp-content/uploads/2015/11/3.png', 8946, 12331, 'image-in', 346, 47, 32, 161, 3345, NULL, NULL),
(309, 'http://pawea-global.com/index/wp-content/uploads/2015/11/2.png', 8946, 12330, 'image-in', 346, 46, 54, 151, 3003, NULL, NULL),
(310, 'http://pawea-global.com/index/wp-content/uploads/2015/11/1-1.png', 8946, 12329, 'image-in', 346, 45, 30, 220, 3016, NULL, NULL),
(311, 'http://pawea-global.com/index/wp-content/uploads/2015/11/4.png', 8946, 12332, 'image-in', 346, 48, 34, 163, 1854, NULL, NULL),
(312, 'http://pawea-global.com/index/wp-content/uploads/2015/11/5.png', 8946, 12333, 'image-in', 346, 49, 48, 196, 4688, NULL, NULL),
(313, 'http://pawea-global.com/index/wp-content/uploads/2015/11/6.png', 8946, 12334, 'image-in', 346, 50, 40, 190, 3870, NULL, NULL),
(314, 'http://pawea-global.com/index/wp-content/uploads/2015/11/7.png', 8946, 12335, 'image-in', 346, 51, 23, 152, 4550, NULL, NULL),
(315, 'http://pawea-global.com/index/wp-content/uploads/2015/11/8.png', 8946, 12336, 'image-in', 346, 52, 28, 156, 2940, NULL, NULL),
(316, 'http://pawea-global.com/index/wp-content/uploads/2015/11/9.png', 8946, 12337, 'image-in', 346, 53, 29, 178, 5142, NULL, NULL),
(317, '#', 9861, NULL, 'internal', 347, NULL, NULL, NULL, NULL, NULL, NULL),
(318, '#', 9861, NULL, 'internal', 347, NULL, NULL, NULL, NULL, NULL, NULL),
(319, '#', 9861, NULL, 'internal', 347, NULL, NULL, NULL, NULL, NULL, NULL),
(320, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 9861, 12305, 'image-in', 347, 44, 10, 45, 1515, NULL, NULL),
(321, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 9861, 12305, 'image-in', 347, 44, 10, 45, 1515, NULL, NULL),
(322, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 9861, 12305, 'image-in', 347, 44, 10, 45, 1515, NULL, NULL),
(323, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 9861, 12305, 'image-in', 347, 44, 10, 45, 1515, NULL, NULL),
(324, 'http://pawea-global.com/index/wp-content/uploads/2015/11/3.png', 9861, 12331, 'image-in', 347, 47, 32, 161, 3345, NULL, NULL),
(325, 'http://pawea-global.com/index/wp-content/uploads/2015/11/2.png', 9861, 12330, 'image-in', 347, 46, 54, 151, 3003, NULL, NULL),
(326, 'http://pawea-global.com/index/wp-content/uploads/2015/11/1-1.png', 9861, 12329, 'image-in', 347, 45, 30, 220, 3016, NULL, NULL),
(327, 'http://pawea-global.com/index/wp-content/uploads/2015/11/4.png', 9861, 12332, 'image-in', 347, 48, 34, 163, 1854, NULL, NULL),
(328, 'http://pawea-global.com/index/wp-content/uploads/2015/11/5.png', 9861, 12333, 'image-in', 347, 49, 48, 196, 4688, NULL, NULL),
(329, 'http://pawea-global.com/index/wp-content/uploads/2015/11/6.png', 9861, 12334, 'image-in', 347, 50, 40, 190, 3870, NULL, NULL),
(330, 'http://pawea-global.com/index/wp-content/uploads/2015/11/7.png', 9861, 12335, 'image-in', 347, 51, 23, 152, 4550, NULL, NULL),
(331, 'http://pawea-global.com/index/wp-content/uploads/2015/11/8.png', 9861, 12336, 'image-in', 347, 52, 28, 156, 2940, NULL, NULL),
(332, 'http://pawea-global.com/index/wp-content/uploads/2015/11/9.png', 9861, 12337, 'image-in', 347, 53, 29, 178, 5142, NULL, NULL),
(333, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06.jpg', 10736, 12932, 'image-in', 348, 80, 1080, 1920, 1438638, NULL, NULL),
(334, 'http://pawea-global.com/index/2016/06/06/revolutionary-event-apps/', 11258, 10736, 'internal', 349, 348, NULL, NULL, NULL, NULL, NULL),
(335, 'http://pawea-global.com/index/2016/06/06/revolutionary-event-apps/', 11258, 10736, 'internal', 349, 348, NULL, NULL, NULL, NULL, NULL),
(336, 'http://pawea-global.com/index/2016/06/06/revolutionary-event-apps/', 11258, 10736, 'internal', 349, 348, NULL, NULL, NULL, NULL, NULL),
(337, 'http://pawea-global.com/index/author/pawea/', 11258, NULL, 'internal', 349, 42, NULL, NULL, NULL, NULL, NULL),
(338, 'http://pawea-global.com/index/category/events-app/', 11258, NULL, 'internal', 349, 4, NULL, NULL, NULL, NULL, NULL),
(339, '#', 11258, NULL, 'internal', 349, NULL, NULL, NULL, NULL, NULL, NULL),
(340, 'http://pawea-global.com/index/2016/06/06/revolutionary-event-apps/#respond', 11258, 10736, 'internal', 349, 348, NULL, NULL, NULL, NULL, NULL),
(341, 'http://pawea-global.com/index/2015/11/27/creative-retouching/', 11258, 2938, 'internal', 349, 345, NULL, NULL, NULL, NULL, NULL),
(342, 'http://pawea-global.com/index/2015/11/27/creative-retouching/', 11258, 2938, 'internal', 349, 345, NULL, NULL, NULL, NULL, NULL),
(343, 'http://pawea-global.com/index/2015/11/27/creative-retouching/', 11258, 2938, 'internal', 349, 345, NULL, NULL, NULL, NULL, NULL),
(344, 'http://pawea-global.com/index/author/pawea/', 11258, NULL, 'internal', 349, 42, NULL, NULL, NULL, NULL, NULL),
(345, 'http://pawea-global.com/index/category/creative/', 11258, NULL, 'internal', 349, 3, NULL, NULL, NULL, NULL, NULL),
(346, '#', 11258, NULL, 'internal', 349, NULL, NULL, NULL, NULL, NULL, NULL),
(347, 'http://pawea-global.com/index/2015/11/27/creative-retouching/#respond', 11258, 2938, 'internal', 349, 345, NULL, NULL, NULL, NULL, NULL),
(348, 'http://pawea-global.com/index/2015/11/23/work-with-comfort/', 11258, 103, 'internal', 349, 341, NULL, NULL, NULL, NULL, NULL),
(349, 'http://pawea-global.com/index/2015/11/23/work-with-comfort/', 11258, 103, 'internal', 349, 341, NULL, NULL, NULL, NULL, NULL),
(350, 'http://pawea-global.com/index/2015/11/23/work-with-comfort/', 11258, 103, 'internal', 349, 341, NULL, NULL, NULL, NULL, NULL),
(351, 'http://pawea-global.com/index/author/pawea/', 11258, NULL, 'internal', 349, 42, NULL, NULL, NULL, NULL, NULL),
(352, 'http://pawea-global.com/index/category/work/', 11258, NULL, 'internal', 349, 7, NULL, NULL, NULL, NULL, NULL),
(353, '#', 11258, NULL, 'internal', 349, NULL, NULL, NULL, NULL, NULL, NULL),
(354, 'http://pawea-global.com/index/2015/11/23/work-with-comfort/#respond', 11258, 103, 'internal', 349, 341, NULL, NULL, NULL, NULL, NULL),
(355, 'http://pawea-global.com/index/2015/11/20/hot-to-create-great-flyers/', 11258, 285, 'internal', 349, 343, NULL, NULL, NULL, NULL, NULL),
(356, 'http://pawea-global.com/index/2015/11/20/hot-to-create-great-flyers/', 11258, 285, 'internal', 349, 343, NULL, NULL, NULL, NULL, NULL),
(357, 'http://pawea-global.com/index/2015/11/20/hot-to-create-great-flyers/', 11258, 285, 'internal', 349, 343, NULL, NULL, NULL, NULL, NULL),
(358, 'http://pawea-global.com/index/author/pawea/', 11258, NULL, 'internal', 349, 42, NULL, NULL, NULL, NULL, NULL),
(359, 'http://pawea-global.com/index/category/idea/', 11258, NULL, 'internal', 349, 5, NULL, NULL, NULL, NULL, NULL),
(360, '#', 11258, NULL, 'internal', 349, NULL, NULL, NULL, NULL, NULL, NULL),
(361, 'http://pawea-global.com/index/2015/11/20/hot-to-create-great-flyers/#respond', 11258, 285, 'internal', 349, 343, NULL, NULL, NULL, NULL, NULL),
(362, 'http://pawea-global.com/index/2015/11/15/5-secrets-of-organizing-a-perfect-event/', 11258, 87, 'internal', 349, 340, NULL, NULL, NULL, NULL, NULL),
(363, 'http://pawea-global.com/index/2015/11/15/5-secrets-of-organizing-a-perfect-event/', 11258, 87, 'internal', 349, 340, NULL, NULL, NULL, NULL, NULL),
(364, 'http://pawea-global.com/index/2015/11/15/5-secrets-of-organizing-a-perfect-event/', 11258, 87, 'internal', 349, 340, NULL, NULL, NULL, NULL, NULL),
(365, 'http://pawea-global.com/index/author/pawea/', 11258, NULL, 'internal', 349, 42, NULL, NULL, NULL, NULL, NULL),
(366, 'http://pawea-global.com/index/category/idea/', 11258, NULL, 'internal', 349, 5, NULL, NULL, NULL, NULL, NULL),
(367, '#', 11258, NULL, 'internal', 349, NULL, NULL, NULL, NULL, NULL, NULL),
(368, 'http://pawea-global.com/index/2015/11/15/5-secrets-of-organizing-a-perfect-event/#respond', 11258, 87, 'internal', 349, 340, NULL, NULL, NULL, NULL, NULL),
(369, 'http://pawea-global.com/index/2015/11/10/how-to-succeed-in-meetings-2/', 11258, 85, 'internal', 349, 339, NULL, NULL, NULL, NULL, NULL),
(370, 'http://pawea-global.com/index/2015/11/10/how-to-succeed-in-meetings-2/', 11258, 85, 'internal', 349, 339, NULL, NULL, NULL, NULL, NULL),
(371, 'http://pawea-global.com/index/2015/11/10/how-to-succeed-in-meetings-2/', 11258, 85, 'internal', 349, 339, NULL, NULL, NULL, NULL, NULL),
(372, 'http://pawea-global.com/index/author/pawea/', 11258, NULL, 'internal', 349, 42, NULL, NULL, NULL, NULL, NULL),
(373, 'http://pawea-global.com/index/category/idea/', 11258, NULL, 'internal', 349, 5, NULL, NULL, NULL, NULL, NULL),
(374, '#', 11258, NULL, 'internal', 349, NULL, NULL, NULL, NULL, NULL, NULL),
(375, 'http://pawea-global.com/index/2015/11/10/how-to-succeed-in-meetings-2/#respond', 11258, 85, 'internal', 349, 339, NULL, NULL, NULL, NULL, NULL),
(376, 'javascript:void(0);', 11258, NULL, 'external', 349, NULL, NULL, NULL, NULL, NULL, NULL),
(377, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06-860x500.jpg', 11258, 12932, 'image-in', 349, 80, 1080, 1920, 1438638, NULL, NULL),
(378, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05-860x500.jpg', 11258, 12931, 'image-in', 349, 79, 1080, 1920, 1438555, NULL, NULL),
(379, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04-860x500.jpg', 11258, 12930, 'image-in', 349, 78, 1080, 1920, 1438610, NULL, NULL),
(380, 'http://pawea-global.com/index/wp-content/uploads/2016/07/03-860x500.jpg', 11258, 12929, 'image-in', 349, 77, 1080, 1920, 1438700, NULL, NULL),
(381, 'http://pawea-global.com/index/wp-content/uploads/2016/07/02-860x500.jpg', 11258, 12928, 'image-in', 349, 76, 1080, 1920, 1438761, NULL, NULL),
(382, 'http://pawea-global.com/index/wp-content/uploads/2016/07/01-860x500.jpg', 11258, 12927, 'image-in', 349, 75, 1080, 1920, 1438575, NULL, NULL),
(383, '#', 11805, NULL, 'internal', 350, NULL, NULL, NULL, NULL, NULL, NULL),
(384, '#', 11805, NULL, 'internal', 350, NULL, NULL, NULL, NULL, NULL, NULL),
(385, '#', 11805, NULL, 'internal', 350, NULL, NULL, NULL, NULL, NULL, NULL),
(386, '#', 11805, NULL, 'internal', 350, NULL, NULL, NULL, NULL, NULL, NULL),
(387, 'http://pawea-global.com/index/2021/01/07/ola-mundo/', 11805, 1, 'internal', 350, 309, NULL, NULL, NULL, NULL, NULL),
(388, 'http://pawea-global.com/index/2021/01/07/ola-mundo/', 11805, 1, 'internal', 350, 309, NULL, NULL, NULL, NULL, NULL),
(389, 'http://pawea-global.com/index/2021/01/07/ola-mundo/', 11805, 1, 'internal', 350, 309, NULL, NULL, NULL, NULL, NULL),
(390, 'http://pawea-global.com/index/2016/06/06/revolutionary-event-apps/', 11805, 10736, 'internal', 350, 348, NULL, NULL, NULL, NULL, NULL),
(391, 'http://pawea-global.com/index/2016/06/06/revolutionary-event-apps/', 11805, 10736, 'internal', 350, 348, NULL, NULL, NULL, NULL, NULL),
(392, 'http://pawea-global.com/index/2016/06/06/revolutionary-event-apps/', 11805, 10736, 'internal', 350, 348, NULL, NULL, NULL, NULL, NULL),
(393, 'http://pawea-global.com/index/2015/11/27/creative-retouching/', 11805, 2938, 'internal', 350, 345, NULL, NULL, NULL, NULL, NULL),
(394, 'http://pawea-global.com/index/2015/11/27/creative-retouching/', 11805, 2938, 'internal', 350, 345, NULL, NULL, NULL, NULL, NULL),
(395, 'http://pawea-global.com/index/2015/11/27/creative-retouching/', 11805, 2938, 'internal', 350, 345, NULL, NULL, NULL, NULL, NULL),
(396, 'http://pawea-global.com/index/2015/11/23/work-with-comfort/', 11805, 103, 'internal', 350, 341, NULL, NULL, NULL, NULL, NULL),
(397, 'http://pawea-global.com/index/2015/11/23/work-with-comfort/', 11805, 103, 'internal', 350, 341, NULL, NULL, NULL, NULL, NULL),
(398, 'http://pawea-global.com/index/2015/11/23/work-with-comfort/', 11805, 103, 'internal', 350, 341, NULL, NULL, NULL, NULL, NULL),
(399, 'http://pawea-global.com/index/2015/11/20/hot-to-create-great-flyers/', 11805, 285, 'internal', 350, 343, NULL, NULL, NULL, NULL, NULL),
(400, 'http://pawea-global.com/index/2015/11/20/hot-to-create-great-flyers/', 11805, 285, 'internal', 350, 343, NULL, NULL, NULL, NULL, NULL),
(401, 'http://pawea-global.com/index/2015/11/20/hot-to-create-great-flyers/', 11805, 285, 'internal', 350, 343, NULL, NULL, NULL, NULL, NULL),
(402, 'http://pawea-global.com/index/2015/11/15/5-secrets-of-organizing-a-perfect-event/', 11805, 87, 'internal', 350, 340, NULL, NULL, NULL, NULL, NULL),
(403, 'http://pawea-global.com/index/2015/11/15/5-secrets-of-organizing-a-perfect-event/', 11805, 87, 'internal', 350, 340, NULL, NULL, NULL, NULL, NULL),
(404, 'http://pawea-global.com/index/2015/11/15/5-secrets-of-organizing-a-perfect-event/', 11805, 87, 'internal', 350, 340, NULL, NULL, NULL, NULL, NULL),
(405, 'http://pawea-global.com/index/2015/11/10/how-to-succeed-in-meetings-2/', 11805, 85, 'internal', 350, 339, NULL, NULL, NULL, NULL, NULL),
(406, 'http://pawea-global.com/index/2015/11/10/how-to-succeed-in-meetings-2/', 11805, 85, 'internal', 350, 339, NULL, NULL, NULL, NULL, NULL),
(407, 'http://pawea-global.com/index/2015/11/10/how-to-succeed-in-meetings-2/', 11805, 85, 'internal', 350, 339, NULL, NULL, NULL, NULL, NULL),
(408, 'http://pawea-global.com/index/2015/11/08/how-to-be-a-leader/', 11805, 1965, 'internal', 350, 344, NULL, NULL, NULL, NULL, NULL),
(409, 'http://pawea-global.com/index/2015/11/08/how-to-be-a-leader/', 11805, 1965, 'internal', 350, 344, NULL, NULL, NULL, NULL, NULL),
(410, 'http://pawea-global.com/index/2015/11/08/how-to-be-a-leader/', 11805, 1965, 'internal', 350, 344, NULL, NULL, NULL, NULL, NULL),
(411, 'http://pawea-global.com/index/2015/10/28/final-preparations/', 11805, 106, 'internal', 350, 342, NULL, NULL, NULL, NULL, NULL),
(412, 'http://pawea-global.com/index/2015/10/28/final-preparations/', 11805, 106, 'internal', 350, 342, NULL, NULL, NULL, NULL, NULL),
(413, 'http://pawea-global.com/index/2015/10/28/final-preparations/', 11805, 106, 'internal', 350, 342, NULL, NULL, NULL, NULL, NULL),
(414, '#', 11805, NULL, 'internal', 350, NULL, NULL, NULL, NULL, NULL, NULL),
(415, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06-580x370.jpg', 11805, 12932, 'image-in', 350, 80, 1080, 1920, 1438638, NULL, NULL),
(416, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05-580x370.jpg', 11805, 12931, 'image-in', 350, 79, 1080, 1920, 1438555, NULL, NULL),
(417, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04-580x370.jpg', 11805, 12930, 'image-in', 350, 78, 1080, 1920, 1438610, NULL, NULL),
(418, 'http://pawea-global.com/index/wp-content/uploads/2016/07/03-580x370.jpg', 11805, 12929, 'image-in', 350, 77, 1080, 1920, 1438700, NULL, NULL),
(419, 'http://pawea-global.com/index/wp-content/uploads/2016/07/02-580x370.jpg', 11805, 12928, 'image-in', 350, 76, 1080, 1920, 1438761, NULL, NULL),
(420, 'http://pawea-global.com/index/wp-content/uploads/2016/07/01-580x370.jpg', 11805, 12927, 'image-in', 350, 75, 1080, 1920, 1438575, NULL, NULL),
(421, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06-580x370.jpg', 11805, 12932, 'image-in', 350, 80, 1080, 1920, 1438638, NULL, NULL),
(422, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05-580x370.jpg', 11805, 12931, 'image-in', 350, 79, 1080, 1920, 1438555, NULL, NULL),
(423, 'http://docs.cmsmasters.net/admin2/twitter-functionality/', 12803, NULL, 'external', 352, NULL, NULL, NULL, NULL, NULL, NULL),
(424, 'http://in-conference.cmsmasters.net/wp-admin/', 12872, NULL, 'external', 353, NULL, NULL, NULL, NULL, NULL, NULL),
(425, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04.jpg', 446, 12930, 'image-in', 356, 78, 1080, 1920, 1438610, NULL, NULL),
(426, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06.jpg', 1619, 12932, 'image-in', 357, 80, 1080, 1920, 1438638, NULL, NULL),
(427, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05.jpg', 2548, 12931, 'image-in', 358, 79, 1080, 1920, 1438555, NULL, NULL),
(428, 'http://pawea-global.com/index/wp-content/uploads/2016/07/03.jpg', 9427, 12929, 'image-in', 360, 77, 1080, 1920, 1438700, NULL, NULL),
(429, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04.jpg', 11021, 12930, 'image-in', 361, 78, 1080, 1920, 1438610, NULL, NULL),
(430, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05.jpg', 11023, 12931, 'image-in', 362, 79, 1080, 1920, 1438555, NULL, NULL),
(431, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06.jpg', 11025, 12932, 'image-in', 363, 80, 1080, 1920, 1438638, NULL, NULL),
(432, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06.jpg', 11027, 12932, 'image-in', 364, 80, 1080, 1920, 1438638, NULL, NULL),
(433, 'http://pawea-global.com/index/wp-content/uploads/2016/07/03.jpg', 12116, 12929, 'image-in', 365, 77, 1080, 1920, 1438700, NULL, NULL),
(434, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04.jpg', 12117, 12930, 'image-in', 366, 78, 1080, 1920, 1438610, NULL, NULL),
(435, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05.jpg', 12118, 12931, 'image-in', 367, 79, 1080, 1920, 1438555, NULL, NULL),
(925, 'http://pawea-global.com/index/wp-admin/', 2, NULL, 'internal', 483, NULL, NULL, NULL, NULL, NULL, NULL),
(13237, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13238, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13239, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13240, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13241, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13242, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13243, 'http://pawea-global.com/index/profile/john-cornick/', 7366, 12118, 'internal', 334, 367, NULL, NULL, NULL, NULL, NULL),
(13244, 'http://pawea-global.com/index/profile/john-cornick/', 7366, 12118, 'internal', 334, 367, NULL, NULL, NULL, NULL, NULL),
(13245, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13246, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13247, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13248, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13249, 'http://pawea-global.com/index/profile/eric-boldy/', 7366, 12117, 'internal', 334, 366, NULL, NULL, NULL, NULL, NULL),
(13250, 'http://pawea-global.com/index/profile/eric-boldy/', 7366, 12117, 'internal', 334, 366, NULL, NULL, NULL, NULL, NULL),
(13251, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13252, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13253, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13254, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13255, 'http://pawea-global.com/index/profile/andrea-warraety/', 7366, 12116, 'internal', 334, 365, NULL, NULL, NULL, NULL, NULL),
(13256, 'http://pawea-global.com/index/profile/andrea-warraety/', 7366, 12116, 'internal', 334, 365, NULL, NULL, NULL, NULL, NULL),
(13257, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13258, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13259, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13260, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13261, 'http://pawea-global.com/index/profile/martin-branson-2/', 7366, 11027, 'internal', 334, 364, NULL, NULL, NULL, NULL, NULL),
(13262, 'http://pawea-global.com/index/profile/martin-branson-2/', 7366, 11027, 'internal', 334, 364, NULL, NULL, NULL, NULL, NULL),
(13263, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13264, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13265, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13266, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13267, 'http://pawea-global.com/index/profile/max-turner-2/', 7366, 11025, 'internal', 334, 363, NULL, NULL, NULL, NULL, NULL),
(13268, 'http://pawea-global.com/index/profile/max-turner-2/', 7366, 11025, 'internal', 334, 363, NULL, NULL, NULL, NULL, NULL),
(13269, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13270, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13271, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13272, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13273, 'http://pawea-global.com/index/profile/amy-adams-2/', 7366, 11023, 'internal', 334, 362, NULL, NULL, NULL, NULL, NULL),
(13274, 'http://pawea-global.com/index/profile/amy-adams-2/', 7366, 11023, 'internal', 334, 362, NULL, NULL, NULL, NULL, NULL),
(13275, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13276, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13277, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13278, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13279, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13280, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13281, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13282, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13283, '#', 7366, NULL, 'internal', 334, NULL, NULL, NULL, NULL, NULL, NULL),
(13284, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 7366, 12305, 'image-in', 334, 44, 10, 45, 1515, NULL, NULL),
(13285, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 7366, 12305, 'image-in', 334, 44, 10, 45, 1515, NULL, NULL),
(13286, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05-300x300.jpg', 7366, 12931, 'image-in', 334, 79, 1080, 1920, 1438555, NULL, NULL),
(13287, 'http://pawea-global.com/index/wp-content/uploads/2016/07/04-300x300.jpg', 7366, 12930, 'image-in', 334, 78, 1080, 1920, 1438610, NULL, NULL),
(13288, 'http://pawea-global.com/index/wp-content/uploads/2016/07/03-300x300.jpg', 7366, 12929, 'image-in', 334, 77, 1080, 1920, 1438700, NULL, NULL),
(13289, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06-300x300.jpg', 7366, 12932, 'image-in', 334, 80, 1080, 1920, 1438638, NULL, NULL),
(13290, 'http://pawea-global.com/index/wp-content/uploads/2016/07/06-300x300.jpg', 7366, 12932, 'image-in', 334, 80, 1080, 1920, 1438638, NULL, NULL),
(13291, 'http://pawea-global.com/index/wp-content/uploads/2016/07/05-300x300.jpg', 7366, 12931, 'image-in', 334, 79, 1080, 1920, 1438555, NULL, NULL),
(13292, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 7366, 12305, 'image-in', 334, 44, 10, 45, 1515, NULL, NULL),
(13293, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 7366, 12305, 'image-in', 334, 44, 10, 45, 1515, NULL, NULL),
(13294, 'http://pawea-global.com/index/wp-content/uploads/2015/11/3.png', 7366, 12331, 'image-in', 334, 47, 32, 161, 3345, NULL, NULL),
(13295, 'http://pawea-global.com/index/wp-content/uploads/2015/11/2.png', 7366, 12330, 'image-in', 334, 46, 54, 151, 3003, NULL, NULL),
(13296, 'http://pawea-global.com/index/wp-content/uploads/2015/11/1-1.png', 7366, 12329, 'image-in', 334, 45, 30, 220, 3016, NULL, NULL),
(13297, 'http://pawea-global.com/index/wp-content/uploads/2015/11/4.png', 7366, 12332, 'image-in', 334, 48, 34, 163, 1854, NULL, NULL),
(13298, 'http://pawea-global.com/index/wp-content/uploads/2015/11/5.png', 7366, 12333, 'image-in', 334, 49, 48, 196, 4688, NULL, NULL),
(13299, 'http://pawea-global.com/index/wp-content/uploads/2015/11/6.png', 7366, 12334, 'image-in', 334, 50, 40, 190, 3870, NULL, NULL),
(13300, 'http://pawea-global.com/index/wp-content/uploads/2015/11/7.png', 7366, 12335, 'image-in', 334, 51, 23, 152, 4550, NULL, NULL);
INSERT INTO `wp_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(13301, 'http://pawea-global.com/index/wp-content/uploads/2015/11/8.png', 7366, 12336, 'image-in', 334, 52, 28, 156, 2940, NULL, NULL),
(13302, 'http://pawea-global.com/index/wp-content/uploads/2015/11/9.png', 7366, 12337, 'image-in', 334, 53, 29, 178, 5142, NULL, NULL),
(13303, 'http://pawea-global.com/index/wp-content/uploads/2015/11/element.jpg', 7366, 12305, 'image-in', 334, 44, 10, 45, 1515, NULL, NULL);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_cli_scripts`
--
ALTER TABLE `wp_cli_scripts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wp_layerslider`
--
ALTER TABLE `wp_layerslider`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_layerslider_revisions`
--
ALTER TABLE `wp_layerslider_revisions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wp_revslider_css`
--
ALTER TABLE `wp_revslider_css`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp_revslider_layer_animations`
--
ALTER TABLE `wp_revslider_layer_animations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp_revslider_navigations`
--
ALTER TABLE `wp_revslider_navigations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp_revslider_sliders`
--
ALTER TABLE `wp_revslider_sliders`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp_revslider_slides`
--
ALTER TABLE `wp_revslider_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp_revslider_static_slides`
--
ALTER TABLE `wp_revslider_static_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp_sbi_instagram_feeds_posts`
--
ALTER TABLE `wp_sbi_instagram_feeds_posts`
  ADD PRIMARY KEY (`record_id`),
  ADD KEY `feed_id` (`feed_id`(100));

--
-- Indexes for table `wp_sbi_instagram_posts`
--
ALTER TABLE `wp_sbi_instagram_posts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wp_yoast_indexable`
--
ALTER TABLE `wp_yoast_indexable`
  ADD PRIMARY KEY (`id`),
  ADD KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  ADD KEY `object_id_and_type` (`object_id`,`object_type`),
  ADD KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  ADD KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  ADD KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`);

--
-- Indexes for table `wp_yoast_indexable_hierarchy`
--
ALTER TABLE `wp_yoast_indexable_hierarchy`
  ADD PRIMARY KEY (`indexable_id`,`ancestor_id`),
  ADD KEY `indexable_id` (`indexable_id`),
  ADD KEY `ancestor_id` (`ancestor_id`),
  ADD KEY `depth` (`depth`);

--
-- Indexes for table `wp_yoast_migrations`
--
ALTER TABLE `wp_yoast_migrations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `wp_yoast_migrations_version` (`version`);

--
-- Indexes for table `wp_yoast_primary_term`
--
ALTER TABLE `wp_yoast_primary_term`
  ADD PRIMARY KEY (`id`),
  ADD KEY `post_taxonomy` (`post_id`,`taxonomy`),
  ADD KEY `post_term` (`post_id`,`term_id`);

--
-- Indexes for table `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`),
  ADD KEY `indexable_link_direction` (`indexable_id`,`type`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_cli_scripts`
--
ALTER TABLE `wp_cli_scripts`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `wp_layerslider`
--
ALTER TABLE `wp_layerslider`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_layerslider_revisions`
--
ALTER TABLE `wp_layerslider_revisions`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=692;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9749;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13316;

--
-- AUTO_INCREMENT for table `wp_revslider_css`
--
ALTER TABLE `wp_revslider_css`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;

--
-- AUTO_INCREMENT for table `wp_revslider_layer_animations`
--
ALTER TABLE `wp_revslider_layer_animations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_revslider_navigations`
--
ALTER TABLE `wp_revslider_navigations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_revslider_sliders`
--
ALTER TABLE `wp_revslider_sliders`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_revslider_slides`
--
ALTER TABLE `wp_revslider_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_revslider_static_slides`
--
ALTER TABLE `wp_revslider_static_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_sbi_instagram_feeds_posts`
--
ALTER TABLE `wp_sbi_instagram_feeds_posts`
  MODIFY `record_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_sbi_instagram_posts`
--
ALTER TABLE `wp_sbi_instagram_posts`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_yoast_indexable`
--
ALTER TABLE `wp_yoast_indexable`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=495;

--
-- AUTO_INCREMENT for table `wp_yoast_migrations`
--
ALTER TABLE `wp_yoast_migrations`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `wp_yoast_primary_term`
--
ALTER TABLE `wp_yoast_primary_term`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13304;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
