| Server IP : 89.108.64.180 / Your IP : 216.73.216.60 Web Server : Apache/2.4.41 (Ubuntu) System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-root ( 1010) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/www-root/data/www/v-eiske.ru/dup-installer/ |
Upload File : |
/* DUPLICATOR-LITE (MYSQL-DUMP BUILD MODE) MYSQL SCRIPT CREATED ON : 2022-05-26 12:58:22 */
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`comment_author_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) CHARACTER SET utf8mb4 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) CHARACTER SET utf8mb4 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,
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_create_map` (
`map_id` int(11) NOT NULL AUTO_INCREMENT,
`map_title` varchar(255) DEFAULT NULL,
`map_width` varchar(255) DEFAULT NULL,
`map_height` varchar(255) DEFAULT NULL,
`map_zoom_level` varchar(255) DEFAULT NULL,
`map_type` varchar(255) DEFAULT NULL,
`map_scrolling_wheel` varchar(255) DEFAULT NULL,
`map_visual_refresh` varchar(255) DEFAULT NULL,
`map_45imagery` varchar(255) DEFAULT NULL,
`map_street_view_setting` text DEFAULT NULL,
`map_route_direction_setting` text DEFAULT NULL,
`map_all_control` text DEFAULT NULL,
`map_info_window_setting` text DEFAULT NULL,
`style_google_map` text DEFAULT NULL,
`map_locations` longtext DEFAULT NULL,
`map_layer_setting` text DEFAULT NULL,
`map_polygon_setting` longtext DEFAULT NULL,
`map_polyline_setting` longtext DEFAULT NULL,
`map_cluster_setting` text DEFAULT NULL,
`map_overlay_setting` text DEFAULT NULL,
`map_geotags` text DEFAULT NULL,
`map_infowindow_setting` text DEFAULT NULL,
PRIMARY KEY (`map_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_create_map` WRITE;
/*!40000 ALTER TABLE `wp_create_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_create_map` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_duplicator_packages` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL,
`hash` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`status` int(11) NOT NULL,
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`owner` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL,
`package` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`),
KEY `hash` (`hash`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_duplicator_packages` WRITE;
/*!40000 ALTER TABLE `wp_duplicator_packages` DISABLE KEYS */;
INSERT INTO `wp_duplicator_packages` VALUES (2,'20200526_hotelzm','a9cfe409e0e582a04478_20200526175652',100,'2020-05-26 17:57:27','unknown','O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2020-05-26 17:56:52\";s:7:\"Version\";s:6:\"1.3.34\";s:9:\"VersionWP\";s:5:\"5.2.6\";s:9:\"VersionDB\";s:7:\"10.4.13\";s:10:\"VersionPHP\";s:6:\"7.2.29\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:2;s:4:\"Name\";s:16:\"20200526_hotelzm\";s:4:\"Hash\";s:35:\"a9cfe409e0e582a04478_20200526175652\";s:8:\"NameHash\";s:52:\"20200526_hotelzm_a9cfe409e0e582a04478_20200526175652\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:71:\"/home/u477697780/domains/hotel1.otelms.com/public_html/wp-snapshots/tmp\";s:8:\"StoreURL\";s:38:\"http://hotel1.otelms.com/wp-snapshots/\";s:8:\"ScanFile\";s:62:\"20200526_hotelzm_a9cfe409e0e582a04478_20200526175652_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:11:\"190.10 sec.\";s:7:\"ExeSize\";s:7:\"61.31KB\";s:7:\"ZipSize\";s:7:\"95.38MB\";s:6:\"Status\";s:5:\"100.0\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":23:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:64:\"20200526_hotelzm_a9cfe409e0e582a04478_20200526175652_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:54:\"/home/u477697780/domains/hotel1.otelms.com/public_html\";s:4:\"Size\";i:100017415;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":5:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":6:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:11026;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:63:\"/home/u477697780/domains/hotel1.otelms.com/public_html/wp-admin\";i:1;s:73:\"/home/u477697780/domains/hotel1.otelms.com/public_html/wp-content/uploads\";i:2;s:75:\"/home/u477697780/domains/hotel1.otelms.com/public_html/wp-content/languages\";i:3;s:72:\"/home/u477697780/domains/hotel1.otelms.com/public_html/wp-content/themes\";i:4;s:66:\"/home/u477697780/domains/hotel1.otelms.com/public_html/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:54:\"/home/u477697780/domains/hotel1.otelms.com/public_html\";i:1;s:65:\"/home/u477697780/domains/hotel1.otelms.com/public_html/wp-content\";}s:19:\"isOuterWPContentDir\";b:0;s:25:\"wpContentDirNormalizePath\";s:66:\"/home/u477697780/domains/hotel1.otelms.com/public_html/wp-content/\";}s:9:\"Installer\";O:13:\"DUP_Installer\":11:{s:4:\"File\";s:66:\"20200526_hotelzm_a9cfe409e0e582a04478_20200526175652_installer.php\";s:4:\"Size\";i:62785;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:1;}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:1829931;s:4:\"File\";s:65:\"20200526_hotelzm_a9cfe409e0e582a04478_20200526175652_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":15:{s:9:\"buildMode\";s:9:\"MYSQLDUMP\";s:13:\"collationList\";a:3:{i:0;s:22:\"utf8mb4_unicode_520_ci\";i:1;s:15:\"utf8_general_ci\";i:2;s:18:\"utf8mb4_unicode_ci\";}s:17:\"isTablesUpperCase\";i:0;s:15:\"isNameUpperCase\";i:0;s:4:\"name\";s:17:\"u477697780_hotel1\";s:15:\"tablesBaseCount\";i:22;s:16:\"tablesFinalCount\";i:22;s:14:\"tablesRowCount\";s:5:\"2,357\";s:16:\"tablesSizeOnDisk\";s:6:\"1.84MB\";s:18:\"varLowerCaseTables\";s:1:\"0\";s:7:\"version\";s:7:\"10.4.13\";s:14:\"versionComment\";s:14:\"MariaDB Server\";s:18:\"tableWiseRowCounts\";a:22:{s:14:\"wp_commentmeta\";s:1:\"0\";s:11:\"wp_comments\";s:1:\"0\";s:13:\"wp_create_map\";s:1:\"0\";s:22:\"wp_duplicator_packages\";s:1:\"2\";s:22:\"wp_gdlr_hostel_booking\";s:1:\"0\";s:22:\"wp_gdlr_hostel_payment\";s:1:\"0\";s:21:\"wp_gdlr_hotel_booking\";s:1:\"0\";s:21:\"wp_gdlr_hotel_payment\";s:1:\"0\";s:12:\"wp_group_map\";s:1:\"0\";s:8:\"wp_links\";s:1:\"0\";s:16:\"wp_map_locations\";s:1:\"0\";s:23:\"wp_masterslider_options\";s:1:\"5\";s:23:\"wp_masterslider_sliders\";s:1:\"6\";s:10:\"wp_options\";s:3:\"211\";s:11:\"wp_postmeta\";s:4:\"1552\";s:8:\"wp_posts\";s:3:\"338\";s:21:\"wp_term_relationships\";s:3:\"119\";s:16:\"wp_term_taxonomy\";s:2:\"50\";s:11:\"wp_termmeta\";s:1:\"0\";s:8:\"wp_terms\";s:2:\"50\";s:11:\"wp_usermeta\";s:2:\"23\";s:8:\"wp_users\";s:1:\"1\";}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:25:\"\0DUP_Database\0dbStorePath\";s:137:\"/home/u477697780/domains/hotel1.otelms.com/public_html/wp-snapshots/tmp/20200526_hotelzm_a9cfe409e0e582a04478_20200526175652_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;s:19:\"sameNameTableExists\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:1;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2020-05-26 17:56:52\";s:7:\"Version\";s:6:\"1.3.34\";s:9:\"VersionWP\";s:5:\"5.2.6\";s:9:\"VersionDB\";s:7:\"10.4.13\";s:10:\"VersionPHP\";s:6:\"7.2.29\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:16:\"20200526_hotelzm\";s:4:\"Hash\";s:35:\"a9cfe409e0e582a04478_20200526175652\";s:8:\"NameHash\";s:52:\"20200526_hotelzm_a9cfe409e0e582a04478_20200526175652\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:71:\"/home/u477697780/domains/hotel1.otelms.com/public_html/wp-snapshots/tmp\";s:8:\"StoreURL\";s:38:\"http://hotel1.otelms.com/wp-snapshots/\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:23;s:9:\"Installer\";r:76;s:8:\"Database\";r:88;s:13:\"BuildProgress\";r:144;}}}'),(4,'flhotel1otelmscom160422','84d7d701d65d2e616802_20220416073308',100,'2022-04-16 07:34:11','unknown','O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2022-04-16 07:33:08\";s:7:\"Version\";s:6:\"1.3.34\";s:9:\"VersionWP\";s:6:\"5.2.15\";s:9:\"VersionDB\";s:7:\"10.5.12\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:4;s:4:\"Name\";s:23:\"flhotel1otelmscom160422\";s:4:\"Hash\";s:35:\"84d7d701d65d2e616802_20220416073308\";s:8:\"NameHash\";s:59:\"flhotel1otelmscom160422_84d7d701d65d2e616802_20220416073308\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:74:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-snapshots/tmp\";s:8:\"StoreURL\";s:41:\"http://fl-hotel1.otelms.com/wp-snapshots/\";s:8:\"ScanFile\";s:69:\"flhotel1otelmscom160422_84d7d701d65d2e616802_20220416073308_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:10:\"17.80 sec.\";s:7:\"ExeSize\";s:7:\"61.32KB\";s:7:\"ZipSize\";s:7:\"95.24MB\";s:6:\"Status\";s:5:\"100.0\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":23:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:388:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/gdlr-hostel.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/gdlr-hotel.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/goodlayers-importer.zip;\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:1;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:71:\"flhotel1otelmscom160422_84d7d701d65d2e616802_20220416073308_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:57:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html\";s:4:\"Size\";i:99871501;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":5:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":6:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:12108;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:66:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-admin\";i:1;s:76:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/uploads\";i:2;s:78:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/languages\";i:3;s:75:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes\";i:4;s:69:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:57:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html\";i:1;s:68:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content\";}s:19:\"isOuterWPContentDir\";b:0;s:25:\"wpContentDirNormalizePath\";s:69:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/\";}s:9:\"Installer\";O:13:\"DUP_Installer\":11:{s:4:\"File\";s:73:\"flhotel1otelmscom160422_84d7d701d65d2e616802_20220416073308_installer.php\";s:4:\"Size\";i:62792;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:1;}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:2668477;s:4:\"File\";s:72:\"flhotel1otelmscom160422_84d7d701d65d2e616802_20220416073308_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":15:{s:9:\"buildMode\";s:9:\"MYSQLDUMP\";s:13:\"collationList\";a:3:{i:0;s:22:\"utf8mb4_unicode_520_ci\";i:1;s:15:\"utf8_general_ci\";i:2;s:18:\"utf8mb4_unicode_ci\";}s:17:\"isTablesUpperCase\";i:0;s:15:\"isNameUpperCase\";i:0;s:4:\"name\";s:17:\"u477697780_hotel1\";s:15:\"tablesBaseCount\";i:34;s:16:\"tablesFinalCount\";i:34;s:14:\"tablesRowCount\";s:5:\"3,498\";s:16:\"tablesSizeOnDisk\";s:6:\"2.99MB\";s:18:\"varLowerCaseTables\";s:1:\"0\";s:7:\"version\";s:7:\"10.5.12\";s:14:\"versionComment\";s:14:\"MariaDB Server\";s:18:\"tableWiseRowCounts\";a:34:{s:14:\"wp_commentmeta\";s:1:\"0\";s:11:\"wp_comments\";s:1:\"0\";s:13:\"wp_create_map\";s:1:\"0\";s:22:\"wp_duplicator_packages\";s:1:\"2\";s:22:\"wp_gdlr_hostel_booking\";s:1:\"0\";s:22:\"wp_gdlr_hostel_payment\";s:1:\"0\";s:21:\"wp_gdlr_hotel_booking\";s:1:\"0\";s:21:\"wp_gdlr_hotel_payment\";s:1:\"0\";s:12:\"wp_group_map\";s:1:\"0\";s:25:\"wp_lepopup_campaign_items\";s:1:\"0\";s:20:\"wp_lepopup_campaigns\";s:1:\"0\";s:22:\"wp_lepopup_fieldvalues\";s:1:\"0\";s:16:\"wp_lepopup_forms\";s:2:\"12\";s:16:\"wp_lepopup_geoip\";s:1:\"0\";s:18:\"wp_lepopup_records\";s:1:\"0\";s:16:\"wp_lepopup_stats\";s:1:\"0\";s:18:\"wp_lepopup_targets\";s:1:\"0\";s:23:\"wp_lepopup_transactions\";s:1:\"0\";s:18:\"wp_lepopup_uploads\";s:1:\"0\";s:22:\"wp_lepopup_validations\";s:1:\"0\";s:19:\"wp_lepopup_webfonts\";s:4:\"1029\";s:8:\"wp_links\";s:1:\"0\";s:16:\"wp_map_locations\";s:1:\"0\";s:23:\"wp_masterslider_options\";s:1:\"5\";s:23:\"wp_masterslider_sliders\";s:1:\"6\";s:10:\"wp_options\";s:3:\"231\";s:11:\"wp_postmeta\";s:4:\"1587\";s:8:\"wp_posts\";s:3:\"356\";s:21:\"wp_term_relationships\";s:3:\"119\";s:16:\"wp_term_taxonomy\";s:2:\"50\";s:11:\"wp_termmeta\";s:1:\"0\";s:8:\"wp_terms\";s:2:\"50\";s:11:\"wp_usermeta\";s:2:\"49\";s:8:\"wp_users\";s:1:\"2\";}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:25:\"\0DUP_Database\0dbStorePath\";s:147:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-snapshots/tmp/flhotel1otelmscom160422_84d7d701d65d2e616802_20220416073308_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;s:19:\"sameNameTableExists\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:1;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2022-04-16 07:33:08\";s:7:\"Version\";s:6:\"1.3.34\";s:9:\"VersionWP\";s:6:\"5.2.15\";s:9:\"VersionDB\";s:7:\"10.5.12\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:23:\"flhotel1otelmscom160422\";s:4:\"Hash\";s:35:\"84d7d701d65d2e616802_20220416073308\";s:8:\"NameHash\";s:59:\"flhotel1otelmscom160422_84d7d701d65d2e616802_20220416073308\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:74:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-snapshots/tmp\";s:8:\"StoreURL\";s:41:\"http://fl-hotel1.otelms.com/wp-snapshots/\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:23;s:9:\"Installer\";r:76;s:8:\"Database\";r:88;s:13:\"BuildProgress\";r:156;}}}'),(5,'flhotel1otelmscom160422','003c38ec4465fc059767_20220416074425',100,'2022-04-16 07:45:02','unknown','O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2022-04-16 07:44:25\";s:7:\"Version\";s:6:\"1.3.34\";s:9:\"VersionWP\";s:6:\"5.2.15\";s:9:\"VersionDB\";s:7:\"10.5.12\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:5;s:4:\"Name\";s:23:\"flhotel1otelmscom160422\";s:4:\"Hash\";s:35:\"003c38ec4465fc059767_20220416074425\";s:8:\"NameHash\";s:59:\"flhotel1otelmscom160422_003c38ec4465fc059767_20220416074425\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:74:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-snapshots/tmp\";s:8:\"StoreURL\";s:41:\"http://fl-hotel1.otelms.com/wp-snapshots/\";s:8:\"ScanFile\";s:69:\"flhotel1otelmscom160422_003c38ec4465fc059767_20220416074425_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:10:\"18.62 sec.\";s:7:\"ExeSize\";s:7:\"61.32KB\";s:7:\"ZipSize\";s:7:\"95.25MB\";s:6:\"Status\";s:5:\"100.0\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":23:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:388:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/gdlr-hostel.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/gdlr-hotel.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/goodlayers-importer.zip;\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:1;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:71:\"flhotel1otelmscom160422_003c38ec4465fc059767_20220416074425_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:57:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html\";s:4:\"Size\";i:99871930;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":5:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":6:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:12108;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:66:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-admin\";i:1;s:76:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/uploads\";i:2;s:78:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/languages\";i:3;s:75:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes\";i:4;s:69:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:57:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html\";i:1;s:68:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content\";}s:19:\"isOuterWPContentDir\";b:0;s:25:\"wpContentDirNormalizePath\";s:69:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/\";}s:9:\"Installer\";O:13:\"DUP_Installer\":11:{s:4:\"File\";s:73:\"flhotel1otelmscom160422_003c38ec4465fc059767_20220416074425_installer.php\";s:4:\"Size\";i:62792;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:1;}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:2676717;s:4:\"File\";s:72:\"flhotel1otelmscom160422_003c38ec4465fc059767_20220416074425_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":15:{s:9:\"buildMode\";s:9:\"MYSQLDUMP\";s:13:\"collationList\";a:3:{i:0;s:22:\"utf8mb4_unicode_520_ci\";i:1;s:15:\"utf8_general_ci\";i:2;s:18:\"utf8mb4_unicode_ci\";}s:17:\"isTablesUpperCase\";i:0;s:15:\"isNameUpperCase\";i:0;s:4:\"name\";s:17:\"u477697780_hotel1\";s:15:\"tablesBaseCount\";i:34;s:16:\"tablesFinalCount\";i:34;s:14:\"tablesRowCount\";s:5:\"3,498\";s:16:\"tablesSizeOnDisk\";s:6:\"3.02MB\";s:18:\"varLowerCaseTables\";s:1:\"0\";s:7:\"version\";s:7:\"10.5.12\";s:14:\"versionComment\";s:14:\"MariaDB Server\";s:18:\"tableWiseRowCounts\";a:34:{s:14:\"wp_commentmeta\";s:1:\"0\";s:11:\"wp_comments\";s:1:\"0\";s:13:\"wp_create_map\";s:1:\"0\";s:22:\"wp_duplicator_packages\";s:1:\"3\";s:22:\"wp_gdlr_hostel_booking\";s:1:\"0\";s:22:\"wp_gdlr_hostel_payment\";s:1:\"0\";s:21:\"wp_gdlr_hotel_booking\";s:1:\"0\";s:21:\"wp_gdlr_hotel_payment\";s:1:\"0\";s:12:\"wp_group_map\";s:1:\"0\";s:25:\"wp_lepopup_campaign_items\";s:1:\"0\";s:20:\"wp_lepopup_campaigns\";s:1:\"0\";s:22:\"wp_lepopup_fieldvalues\";s:1:\"0\";s:16:\"wp_lepopup_forms\";s:2:\"12\";s:16:\"wp_lepopup_geoip\";s:1:\"0\";s:18:\"wp_lepopup_records\";s:1:\"0\";s:16:\"wp_lepopup_stats\";s:1:\"0\";s:18:\"wp_lepopup_targets\";s:1:\"0\";s:23:\"wp_lepopup_transactions\";s:1:\"0\";s:18:\"wp_lepopup_uploads\";s:1:\"0\";s:22:\"wp_lepopup_validations\";s:1:\"0\";s:19:\"wp_lepopup_webfonts\";s:4:\"1029\";s:8:\"wp_links\";s:1:\"0\";s:16:\"wp_map_locations\";s:1:\"0\";s:23:\"wp_masterslider_options\";s:1:\"5\";s:23:\"wp_masterslider_sliders\";s:1:\"6\";s:10:\"wp_options\";s:3:\"230\";s:11:\"wp_postmeta\";s:4:\"1587\";s:8:\"wp_posts\";s:3:\"356\";s:21:\"wp_term_relationships\";s:3:\"119\";s:16:\"wp_term_taxonomy\";s:2:\"50\";s:11:\"wp_termmeta\";s:1:\"0\";s:8:\"wp_terms\";s:2:\"50\";s:11:\"wp_usermeta\";s:2:\"49\";s:8:\"wp_users\";s:1:\"2\";}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:25:\"\0DUP_Database\0dbStorePath\";s:147:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-snapshots/tmp/flhotel1otelmscom160422_003c38ec4465fc059767_20220416074425_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;s:19:\"sameNameTableExists\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:1;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2022-04-16 07:44:25\";s:7:\"Version\";s:6:\"1.3.34\";s:9:\"VersionWP\";s:6:\"5.2.15\";s:9:\"VersionDB\";s:7:\"10.5.12\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:23:\"flhotel1otelmscom160422\";s:4:\"Hash\";s:35:\"003c38ec4465fc059767_20220416074425\";s:8:\"NameHash\";s:59:\"flhotel1otelmscom160422_003c38ec4465fc059767_20220416074425\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:74:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-snapshots/tmp\";s:8:\"StoreURL\";s:41:\"http://fl-hotel1.otelms.com/wp-snapshots/\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:23;s:9:\"Installer\";r:76;s:8:\"Database\";r:88;s:13:\"BuildProgress\";r:156;}}}'),(6,'160422','f86d109a748c60f27936_20220416192151',100,'2022-04-16 19:22:49','unknown','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2022-04-16 19:21:51\";s:7:\"Version\";s:5:\"1.4.5\";s:9:\"VersionWP\";s:5:\"5.9.3\";s:9:\"VersionDB\";s:7:\"10.5.12\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:6;s:4:\"Name\";s:6:\"160422\";s:4:\"Hash\";s:35:\"f86d109a748c60f27936_20220416192151\";s:8:\"NameHash\";s:42:\"160422_f86d109a748c60f27936_20220416192151\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:52:\"160422_f86d109a748c60f27936_20220416192151_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:10:\"20.65 sec.\";s:7:\"ExeSize\";s:7:\"64.58KB\";s:7:\"ZipSize\";s:8:\"104.45MB\";s:6:\"Status\";s:5:\"100.0\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":23:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:388:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/gdlr-hostel.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/gdlr-hotel.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/goodlayers-importer.zip;\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:1;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:54:\"160422_f86d109a748c60f27936_20220416192151_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:57:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html\";s:4:\"Size\";i:109525214;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:13585;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:66:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-admin\";i:1;s:76:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/uploads\";i:2;s:78:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/languages\";i:3;s:75:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes\";i:4;s:69:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:57:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html\";i:1;s:68:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content\";}s:19:\"isOuterWPContentDir\";b:0;s:25:\"wpContentDirNormalizePath\";s:69:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/\";}s:9:\"Installer\";O:13:\"DUP_Installer\":13:{s:4:\"File\";s:56:\"160422_f86d109a748c60f27936_20220416192151_installer.php\";s:4:\"Size\";i:66133;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:1;}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:2697590;s:4:\"File\";s:55:\"160422_f86d109a748c60f27936_20220416192151_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":16:{s:9:\"buildMode\";s:9:\"MYSQLDUMP\";s:13:\"collationList\";a:6:{i:0;s:17:\"latin1_general_ci\";i:1;s:17:\"latin1_general_cs\";i:2;s:15:\"utf8_general_ci\";i:3;s:15:\"utf8_unicode_ci\";i:4;s:22:\"utf8mb4_unicode_520_ci\";i:5;s:18:\"utf8mb4_unicode_ci\";}s:17:\"isTablesUpperCase\";i:0;s:15:\"isNameUpperCase\";i:0;s:4:\"name\";s:17:\"u477697780_hotel1\";s:15:\"tablesBaseCount\";i:34;s:16:\"tablesFinalCount\";i:34;s:14:\"tablesRowCount\";s:5:\"3,511\";s:16:\"tablesSizeOnDisk\";s:5:\"2.9MB\";s:18:\"varLowerCaseTables\";s:1:\"0\";s:7:\"version\";s:7:\"10.5.12\";s:14:\"versionComment\";s:14:\"MariaDB Server\";s:18:\"tableWiseRowCounts\";a:34:{s:14:\"wp_commentmeta\";s:1:\"0\";s:11:\"wp_comments\";s:1:\"0\";s:13:\"wp_create_map\";s:1:\"0\";s:22:\"wp_duplicator_packages\";s:1:\"4\";s:22:\"wp_gdlr_hostel_booking\";s:1:\"0\";s:22:\"wp_gdlr_hostel_payment\";s:1:\"0\";s:21:\"wp_gdlr_hotel_booking\";s:1:\"0\";s:21:\"wp_gdlr_hotel_payment\";s:1:\"0\";s:12:\"wp_group_map\";s:1:\"0\";s:25:\"wp_lepopup_campaign_items\";s:1:\"0\";s:20:\"wp_lepopup_campaigns\";s:1:\"0\";s:22:\"wp_lepopup_fieldvalues\";s:1:\"0\";s:16:\"wp_lepopup_forms\";s:2:\"12\";s:16:\"wp_lepopup_geoip\";s:1:\"0\";s:18:\"wp_lepopup_records\";s:1:\"0\";s:16:\"wp_lepopup_stats\";s:1:\"0\";s:18:\"wp_lepopup_targets\";s:1:\"0\";s:23:\"wp_lepopup_transactions\";s:1:\"0\";s:18:\"wp_lepopup_uploads\";s:1:\"0\";s:22:\"wp_lepopup_validations\";s:1:\"0\";s:19:\"wp_lepopup_webfonts\";s:4:\"1029\";s:8:\"wp_links\";s:1:\"0\";s:16:\"wp_map_locations\";s:1:\"0\";s:23:\"wp_masterslider_options\";s:1:\"5\";s:23:\"wp_masterslider_sliders\";s:1:\"6\";s:10:\"wp_options\";s:3:\"242\";s:11:\"wp_postmeta\";s:4:\"1587\";s:8:\"wp_posts\";s:3:\"356\";s:21:\"wp_term_relationships\";s:3:\"119\";s:16:\"wp_term_taxonomy\";s:2:\"50\";s:11:\"wp_termmeta\";s:1:\"0\";s:8:\"wp_terms\";s:2:\"50\";s:11:\"wp_usermeta\";s:2:\"49\";s:8:\"wp_users\";s:1:\"2\";}s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:24:\"\0DUP_Database\0tempDbPath\";s:130:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-snapshots/tmp/160422_f86d109a748c60f27936_20220416192151_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;s:19:\"sameNameTableExists\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:1;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2022-04-16 19:21:51\";s:7:\"Version\";s:5:\"1.4.5\";s:9:\"VersionWP\";s:5:\"5.9.3\";s:9:\"VersionDB\";s:7:\"10.5.12\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:6:\"160422\";s:4:\"Hash\";s:35:\"f86d109a748c60f27936_20220416192151\";s:8:\"NameHash\";s:42:\"160422_f86d109a748c60f27936_20220416192151\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";r:76;s:8:\"Database\";r:90;s:13:\"BuildProgress\";r:162;}}}'),(7,'1604222','78e56e1f28295aec1115_20220416194236',100,'2022-04-16 19:42:46','unknown','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2022-04-16 19:42:36\";s:7:\"Version\";s:5:\"1.4.5\";s:9:\"VersionWP\";s:5:\"5.9.3\";s:9:\"VersionDB\";s:7:\"10.5.12\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:7;s:4:\"Name\";s:7:\"1604222\";s:4:\"Hash\";s:35:\"78e56e1f28295aec1115_20220416194236\";s:8:\"NameHash\";s:43:\"1604222_78e56e1f28295aec1115_20220416194236\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:53:\"1604222_78e56e1f28295aec1115_20220416194236_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:10:\"19.31 sec.\";s:7:\"ExeSize\";s:7:\"64.58KB\";s:7:\"ZipSize\";s:8:\"104.45MB\";s:6:\"Status\";s:5:\"100.0\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":23:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:388:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/gdlr-hostel.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/gdlr-hotel.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/goodlayers-importer.zip;\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:1;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:55:\"1604222_78e56e1f28295aec1115_20220416194236_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:57:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html\";s:4:\"Size\";i:109525706;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:13585;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:66:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-admin\";i:1;s:76:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/uploads\";i:2;s:78:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/languages\";i:3;s:75:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes\";i:4;s:69:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:57:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html\";i:1;s:68:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content\";}s:19:\"isOuterWPContentDir\";b:0;s:25:\"wpContentDirNormalizePath\";s:69:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/\";}s:9:\"Installer\";O:13:\"DUP_Installer\":13:{s:4:\"File\";s:57:\"1604222_78e56e1f28295aec1115_20220416194236_installer.php\";s:4:\"Size\";i:66134;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:1;}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:2705386;s:4:\"File\";s:56:\"1604222_78e56e1f28295aec1115_20220416194236_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":16:{s:9:\"buildMode\";s:9:\"MYSQLDUMP\";s:13:\"collationList\";a:6:{i:0;s:17:\"latin1_general_ci\";i:1;s:17:\"latin1_general_cs\";i:2;s:15:\"utf8_general_ci\";i:3;s:15:\"utf8_unicode_ci\";i:4;s:22:\"utf8mb4_unicode_520_ci\";i:5;s:18:\"utf8mb4_unicode_ci\";}s:17:\"isTablesUpperCase\";i:0;s:15:\"isNameUpperCase\";i:0;s:4:\"name\";s:17:\"u477697780_hotel1\";s:15:\"tablesBaseCount\";i:34;s:16:\"tablesFinalCount\";i:34;s:14:\"tablesRowCount\";s:5:\"3,512\";s:16:\"tablesSizeOnDisk\";s:6:\"2.92MB\";s:18:\"varLowerCaseTables\";s:1:\"0\";s:7:\"version\";s:7:\"10.5.12\";s:14:\"versionComment\";s:14:\"MariaDB Server\";s:18:\"tableWiseRowCounts\";a:34:{s:14:\"wp_commentmeta\";s:1:\"0\";s:11:\"wp_comments\";s:1:\"0\";s:13:\"wp_create_map\";s:1:\"0\";s:22:\"wp_duplicator_packages\";s:1:\"5\";s:22:\"wp_gdlr_hostel_booking\";s:1:\"0\";s:22:\"wp_gdlr_hostel_payment\";s:1:\"0\";s:21:\"wp_gdlr_hotel_booking\";s:1:\"0\";s:21:\"wp_gdlr_hotel_payment\";s:1:\"0\";s:12:\"wp_group_map\";s:1:\"0\";s:25:\"wp_lepopup_campaign_items\";s:1:\"0\";s:20:\"wp_lepopup_campaigns\";s:1:\"0\";s:22:\"wp_lepopup_fieldvalues\";s:1:\"0\";s:16:\"wp_lepopup_forms\";s:2:\"12\";s:16:\"wp_lepopup_geoip\";s:1:\"0\";s:18:\"wp_lepopup_records\";s:1:\"0\";s:16:\"wp_lepopup_stats\";s:1:\"0\";s:18:\"wp_lepopup_targets\";s:1:\"0\";s:23:\"wp_lepopup_transactions\";s:1:\"0\";s:18:\"wp_lepopup_uploads\";s:1:\"0\";s:22:\"wp_lepopup_validations\";s:1:\"0\";s:19:\"wp_lepopup_webfonts\";s:4:\"1029\";s:8:\"wp_links\";s:1:\"0\";s:16:\"wp_map_locations\";s:1:\"0\";s:23:\"wp_masterslider_options\";s:1:\"5\";s:23:\"wp_masterslider_sliders\";s:1:\"6\";s:10:\"wp_options\";s:3:\"242\";s:11:\"wp_postmeta\";s:4:\"1587\";s:8:\"wp_posts\";s:3:\"356\";s:21:\"wp_term_relationships\";s:3:\"119\";s:16:\"wp_term_taxonomy\";s:2:\"50\";s:11:\"wp_termmeta\";s:1:\"0\";s:8:\"wp_terms\";s:2:\"50\";s:11:\"wp_usermeta\";s:2:\"49\";s:8:\"wp_users\";s:1:\"2\";}s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:24:\"\0DUP_Database\0tempDbPath\";s:131:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-snapshots/tmp/1604222_78e56e1f28295aec1115_20220416194236_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;s:19:\"sameNameTableExists\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:1;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2022-04-16 19:42:36\";s:7:\"Version\";s:5:\"1.4.5\";s:9:\"VersionWP\";s:5:\"5.9.3\";s:9:\"VersionDB\";s:7:\"10.5.12\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:7:\"1604222\";s:4:\"Hash\";s:35:\"78e56e1f28295aec1115_20220416194236\";s:8:\"NameHash\";s:43:\"1604222_78e56e1f28295aec1115_20220416194236\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";r:76;s:8:\"Database\";r:90;s:13:\"BuildProgress\";r:162;}}}'),(8,'16042221','b0e673ecb40b1a6c5556_20220418073726',100,'2022-04-18 07:41:17','unknown','O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2022-04-18 07:37:26\";s:7:\"Version\";s:6:\"1.3.34\";s:9:\"VersionWP\";s:6:\"5.2.15\";s:9:\"VersionDB\";s:7:\"10.5.12\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:8;s:4:\"Name\";s:8:\"16042221\";s:4:\"Hash\";s:35:\"b0e673ecb40b1a6c5556_20220418073726\";s:8:\"NameHash\";s:44:\"16042221_b0e673ecb40b1a6c5556_20220418073726\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:74:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-snapshots/tmp\";s:8:\"StoreURL\";s:41:\"http://fl-hotel1.otelms.com/wp-snapshots/\";s:8:\"ScanFile\";s:54:\"16042221_b0e673ecb40b1a6c5556_20220418073726_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:10:\"17.94 sec.\";s:7:\"ExeSize\";s:7:\"61.31KB\";s:7:\"ZipSize\";s:7:\"95.25MB\";s:6:\"Status\";s:5:\"100.0\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":23:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:457:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/hotel1.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/gdlr-hostel.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/gdlr-hotel.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/goodlayers-importer.zip;\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:1;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:56:\"16042221_b0e673ecb40b1a6c5556_20220418073726_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:57:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html\";s:4:\"Size\";i:99877111;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":5:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":6:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:12109;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:66:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-admin\";i:1;s:76:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/uploads\";i:2;s:78:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/languages\";i:3;s:75:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes\";i:4;s:69:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:57:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html\";i:1;s:68:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content\";}s:19:\"isOuterWPContentDir\";b:0;s:25:\"wpContentDirNormalizePath\";s:69:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/\";}s:9:\"Installer\";O:13:\"DUP_Installer\":11:{s:4:\"File\";s:58:\"16042221_b0e673ecb40b1a6c5556_20220418073726_installer.php\";s:4:\"Size\";i:62777;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:1;}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:2713003;s:4:\"File\";s:57:\"16042221_b0e673ecb40b1a6c5556_20220418073726_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":15:{s:9:\"buildMode\";s:9:\"MYSQLDUMP\";s:13:\"collationList\";a:3:{i:0;s:22:\"utf8mb4_unicode_520_ci\";i:1;s:15:\"utf8_general_ci\";i:2;s:18:\"utf8mb4_unicode_ci\";}s:17:\"isTablesUpperCase\";i:0;s:15:\"isNameUpperCase\";i:0;s:4:\"name\";s:17:\"u477697780_hotel1\";s:15:\"tablesBaseCount\";i:34;s:16:\"tablesFinalCount\";i:34;s:14:\"tablesRowCount\";s:5:\"3,513\";s:16:\"tablesSizeOnDisk\";s:6:\"2.92MB\";s:18:\"varLowerCaseTables\";s:1:\"0\";s:7:\"version\";s:7:\"10.5.12\";s:14:\"versionComment\";s:14:\"MariaDB Server\";s:18:\"tableWiseRowCounts\";a:34:{s:14:\"wp_commentmeta\";s:1:\"0\";s:11:\"wp_comments\";s:1:\"0\";s:13:\"wp_create_map\";s:1:\"0\";s:22:\"wp_duplicator_packages\";s:1:\"6\";s:22:\"wp_gdlr_hostel_booking\";s:1:\"0\";s:22:\"wp_gdlr_hostel_payment\";s:1:\"0\";s:21:\"wp_gdlr_hotel_booking\";s:1:\"0\";s:21:\"wp_gdlr_hotel_payment\";s:1:\"0\";s:12:\"wp_group_map\";s:1:\"0\";s:25:\"wp_lepopup_campaign_items\";s:1:\"0\";s:20:\"wp_lepopup_campaigns\";s:1:\"0\";s:22:\"wp_lepopup_fieldvalues\";s:1:\"0\";s:16:\"wp_lepopup_forms\";s:2:\"12\";s:16:\"wp_lepopup_geoip\";s:1:\"0\";s:18:\"wp_lepopup_records\";s:1:\"0\";s:16:\"wp_lepopup_stats\";s:1:\"0\";s:18:\"wp_lepopup_targets\";s:1:\"0\";s:23:\"wp_lepopup_transactions\";s:1:\"0\";s:18:\"wp_lepopup_uploads\";s:1:\"0\";s:22:\"wp_lepopup_validations\";s:1:\"0\";s:19:\"wp_lepopup_webfonts\";s:4:\"1029\";s:8:\"wp_links\";s:1:\"0\";s:16:\"wp_map_locations\";s:1:\"0\";s:23:\"wp_masterslider_options\";s:1:\"5\";s:23:\"wp_masterslider_sliders\";s:1:\"6\";s:10:\"wp_options\";s:3:\"241\";s:11:\"wp_postmeta\";s:4:\"1587\";s:8:\"wp_posts\";s:3:\"356\";s:21:\"wp_term_relationships\";s:3:\"119\";s:16:\"wp_term_taxonomy\";s:2:\"50\";s:11:\"wp_termmeta\";s:1:\"0\";s:8:\"wp_terms\";s:2:\"50\";s:11:\"wp_usermeta\";s:2:\"50\";s:8:\"wp_users\";s:1:\"2\";}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:25:\"\0DUP_Database\0dbStorePath\";s:132:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-snapshots/tmp/16042221_b0e673ecb40b1a6c5556_20220418073726_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;s:19:\"sameNameTableExists\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:1;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2022-04-18 07:37:26\";s:7:\"Version\";s:6:\"1.3.34\";s:9:\"VersionWP\";s:6:\"5.2.15\";s:9:\"VersionDB\";s:7:\"10.5.12\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:8:\"16042221\";s:4:\"Hash\";s:35:\"b0e673ecb40b1a6c5556_20220418073726\";s:8:\"NameHash\";s:44:\"16042221_b0e673ecb40b1a6c5556_20220418073726\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:74:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-snapshots/tmp\";s:8:\"StoreURL\";s:41:\"http://fl-hotel1.otelms.com/wp-snapshots/\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:23;s:9:\"Installer\";r:76;s:8:\"Database\";r:88;s:13:\"BuildProgress\";r:156;}}}'),(9,'16042221','54bbf93c5ba0176c3214_20220418082805',100,'2022-04-18 08:28:12','unknown','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2022-04-18 08:28:05\";s:7:\"Version\";s:5:\"1.4.5\";s:9:\"VersionWP\";s:6:\"5.2.15\";s:9:\"VersionDB\";s:7:\"10.5.12\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:9;s:4:\"Name\";s:8:\"16042221\";s:4:\"Hash\";s:35:\"54bbf93c5ba0176c3214_20220418082805\";s:8:\"NameHash\";s:44:\"16042221_54bbf93c5ba0176c3214_20220418082805\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:54:\"16042221_54bbf93c5ba0176c3214_20220418082805_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:10:\"18.10 sec.\";s:7:\"ExeSize\";s:7:\"64.58KB\";s:7:\"ZipSize\";s:7:\"93.98MB\";s:6:\"Status\";s:5:\"100.0\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":23:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:457:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/hotel1.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/gdlr-hostel.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/gdlr-hotel.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/goodlayers-importer.zip;\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:1;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:56:\"16042221_54bbf93c5ba0176c3214_20220418082805_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:57:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html\";s:4:\"Size\";i:98540746;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:12123;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:66:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-admin\";i:1;s:76:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/uploads\";i:2;s:78:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/languages\";i:3;s:75:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes\";i:4;s:69:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:57:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html\";i:1;s:68:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content\";}s:19:\"isOuterWPContentDir\";b:0;s:25:\"wpContentDirNormalizePath\";s:69:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/\";}s:9:\"Installer\";O:13:\"DUP_Installer\":13:{s:4:\"File\";s:58:\"16042221_54bbf93c5ba0176c3214_20220418082805_installer.php\";s:4:\"Size\";i:66134;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:1;}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:2720170;s:4:\"File\";s:57:\"16042221_54bbf93c5ba0176c3214_20220418082805_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":16:{s:9:\"buildMode\";s:9:\"MYSQLDUMP\";s:13:\"collationList\";a:6:{i:0;s:17:\"latin1_general_ci\";i:1;s:17:\"latin1_general_cs\";i:2;s:15:\"utf8_general_ci\";i:3;s:15:\"utf8_unicode_ci\";i:4;s:22:\"utf8mb4_unicode_520_ci\";i:5;s:18:\"utf8mb4_unicode_ci\";}s:17:\"isTablesUpperCase\";i:0;s:15:\"isNameUpperCase\";i:0;s:4:\"name\";s:17:\"u477697780_hotel1\";s:15:\"tablesBaseCount\";i:34;s:16:\"tablesFinalCount\";i:34;s:14:\"tablesRowCount\";s:5:\"3,517\";s:16:\"tablesSizeOnDisk\";s:6:\"2.92MB\";s:18:\"varLowerCaseTables\";s:1:\"0\";s:7:\"version\";s:7:\"10.5.12\";s:14:\"versionComment\";s:14:\"MariaDB Server\";s:18:\"tableWiseRowCounts\";a:34:{s:14:\"wp_commentmeta\";s:1:\"0\";s:11:\"wp_comments\";s:1:\"0\";s:13:\"wp_create_map\";s:1:\"0\";s:22:\"wp_duplicator_packages\";s:1:\"7\";s:22:\"wp_gdlr_hostel_booking\";s:1:\"0\";s:22:\"wp_gdlr_hostel_payment\";s:1:\"0\";s:21:\"wp_gdlr_hotel_booking\";s:1:\"0\";s:21:\"wp_gdlr_hotel_payment\";s:1:\"0\";s:12:\"wp_group_map\";s:1:\"0\";s:25:\"wp_lepopup_campaign_items\";s:1:\"0\";s:20:\"wp_lepopup_campaigns\";s:1:\"0\";s:22:\"wp_lepopup_fieldvalues\";s:1:\"0\";s:16:\"wp_lepopup_forms\";s:2:\"12\";s:16:\"wp_lepopup_geoip\";s:1:\"0\";s:18:\"wp_lepopup_records\";s:1:\"0\";s:16:\"wp_lepopup_stats\";s:1:\"0\";s:18:\"wp_lepopup_targets\";s:1:\"0\";s:23:\"wp_lepopup_transactions\";s:1:\"0\";s:18:\"wp_lepopup_uploads\";s:1:\"0\";s:22:\"wp_lepopup_validations\";s:1:\"0\";s:19:\"wp_lepopup_webfonts\";s:4:\"1029\";s:8:\"wp_links\";s:1:\"0\";s:16:\"wp_map_locations\";s:1:\"0\";s:23:\"wp_masterslider_options\";s:1:\"5\";s:23:\"wp_masterslider_sliders\";s:1:\"6\";s:10:\"wp_options\";s:3:\"245\";s:11:\"wp_postmeta\";s:4:\"1587\";s:8:\"wp_posts\";s:3:\"356\";s:21:\"wp_term_relationships\";s:3:\"119\";s:16:\"wp_term_taxonomy\";s:2:\"50\";s:11:\"wp_termmeta\";s:1:\"0\";s:8:\"wp_terms\";s:2:\"50\";s:11:\"wp_usermeta\";s:2:\"50\";s:8:\"wp_users\";s:1:\"2\";}s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:24:\"\0DUP_Database\0tempDbPath\";s:132:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-snapshots/tmp/16042221_54bbf93c5ba0176c3214_20220418082805_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;s:19:\"sameNameTableExists\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:1;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2022-04-18 08:28:05\";s:7:\"Version\";s:5:\"1.4.5\";s:9:\"VersionWP\";s:6:\"5.2.15\";s:9:\"VersionDB\";s:7:\"10.5.12\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:8:\"16042221\";s:4:\"Hash\";s:35:\"54bbf93c5ba0176c3214_20220418082805\";s:8:\"NameHash\";s:44:\"16042221_54bbf93c5ba0176c3214_20220418082805\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";r:76;s:8:\"Database\";r:90;s:13:\"BuildProgress\";r:162;}}}'),(11,'1','4b4021697c87f6af3124_20220526125801',20,'2022-05-26 12:58:22','unknown','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2022-05-26 12:58:01\";s:7:\"Version\";s:5:\"1.4.6\";s:9:\"VersionWP\";s:3:\"6.0\";s:9:\"VersionDB\";s:7:\"10.5.12\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:11;s:4:\"Name\";s:1:\"1\";s:4:\"Hash\";s:35:\"4b4021697c87f6af3124_20220526125801\";s:8:\"NameHash\";s:37:\"1_4b4021697c87f6af3124_20220526125801\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:47:\"1_4b4021697c87f6af3124_20220526125801_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";s:4:\"20.0\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":21:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:457:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/hotel1.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/gdlr-hostel.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/gdlr-hotel.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/goodlayers-importer.zip;\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:1;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:49:\"1_4b4021697c87f6af3124_20220526125801_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:57:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:-1;s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2022-05-26 12:58:01\";s:7:\"Version\";s:5:\"1.4.6\";s:9:\"VersionWP\";s:3:\"6.0\";s:9:\"VersionDB\";s:7:\"10.5.12\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:1:\"1\";s:4:\"Hash\";s:35:\"4b4021697c87f6af3124_20220526125801\";s:8:\"NameHash\";s:37:\"1_4b4021697c87f6af3124_20220526125801\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";O:13:\"DUP_Installer\":13:{s:4:\"File\";s:51:\"1_4b4021697c87f6af3124_20220526125801_installer.php\";s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:63;}s:8:\"Database\";O:12:\"DUP_Database\":14:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";s:50:\"1_4b4021697c87f6af3124_20220526125801_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":16:{s:9:\"buildMode\";N;s:13:\"collationList\";a:0:{}s:17:\"isTablesUpperCase\";N;s:15:\"isNameUpperCase\";N;s:4:\"name\";N;s:15:\"tablesBaseCount\";N;s:16:\"tablesFinalCount\";N;s:14:\"tablesRowCount\";N;s:16:\"tablesSizeOnDisk\";N;s:18:\"varLowerCaseTables\";i:0;s:7:\"version\";N;s:14:\"versionComment\";N;s:18:\"tableWiseRowCounts\";a:0:{}s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:24:\"\0DUP_Database\0tempDbPath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:63;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:3:{i:0;s:66:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-admin\";i:1;s:78:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/languages\";i:2;s:69:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:5:{i:0;s:57:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html\";i:1;s:68:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content\";i:2;s:76:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/uploads\";i:3;s:76:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/plugins\";i:4;s:75:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes\";}}s:9:\"Installer\";r:84;s:8:\"Database\";r:98;s:13:\"BuildProgress\";r:129;}');
/*!40000 ALTER TABLE `wp_duplicator_packages` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_gdlr_hostel_booking` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`payment_id` bigint(20) unsigned NOT NULL,
`room_id` bigint(20) unsigned DEFAULT NULL,
`start_date` datetime DEFAULT NULL,
`end_date` datetime DEFAULT NULL,
`date_list` longtext DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_gdlr_hostel_booking` WRITE;
/*!40000 ALTER TABLE `wp_gdlr_hostel_booking` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_gdlr_hostel_booking` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_gdlr_hostel_payment` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`total_price` decimal(19,4) DEFAULT NULL,
`pay_amount` decimal(19,4) DEFAULT NULL,
`booking_date` datetime DEFAULT NULL,
`checkin_date` date DEFAULT NULL,
`booking_data` longtext DEFAULT NULL,
`contact_info` longtext DEFAULT NULL,
`payment_info` longtext DEFAULT NULL,
`payment_status` varchar(20) DEFAULT NULL,
`payment_date` datetime DEFAULT NULL,
`customer_code` varchar(50) DEFAULT NULL,
`read_status` varchar(20) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_gdlr_hostel_payment` WRITE;
/*!40000 ALTER TABLE `wp_gdlr_hostel_payment` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_gdlr_hostel_payment` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_gdlr_hotel_booking` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`payment_id` bigint(20) unsigned NOT NULL,
`room_id` bigint(20) unsigned DEFAULT NULL,
`start_date` datetime DEFAULT NULL,
`end_date` datetime DEFAULT NULL,
`date_list` longtext DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_gdlr_hotel_booking` WRITE;
/*!40000 ALTER TABLE `wp_gdlr_hotel_booking` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_gdlr_hotel_booking` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_gdlr_hotel_payment` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`total_price` decimal(19,4) DEFAULT NULL,
`pay_amount` decimal(19,4) DEFAULT NULL,
`booking_date` datetime DEFAULT NULL,
`checkin_date` date DEFAULT NULL,
`booking_data` longtext DEFAULT NULL,
`contact_info` longtext DEFAULT NULL,
`payment_info` longtext DEFAULT NULL,
`payment_status` varchar(20) DEFAULT NULL,
`payment_date` datetime DEFAULT NULL,
`customer_code` varchar(50) DEFAULT NULL,
`read_status` varchar(20) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_gdlr_hotel_payment` WRITE;
/*!40000 ALTER TABLE `wp_gdlr_hotel_payment` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_gdlr_hotel_payment` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_group_map` (
`group_map_id` int(11) NOT NULL AUTO_INCREMENT,
`group_map_title` varchar(255) DEFAULT NULL,
`group_marker` text DEFAULT NULL,
`extensions_fields` text DEFAULT NULL,
`group_parent` int(11) DEFAULT 0,
`group_added` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`group_map_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_group_map` WRITE;
/*!40000 ALTER TABLE `wp_group_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_group_map` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_lepopup_campaign_items` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`campaign_id` int(11) DEFAULT NULL,
`form_id` int(11) DEFAULT NULL,
`impressions` int(11) DEFAULT 0,
`submits` int(11) DEFAULT 0,
`created` int(11) DEFAULT NULL,
`deleted` int(11) DEFAULT 0,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_lepopup_campaign_items` WRITE;
/*!40000 ALTER TABLE `wp_lepopup_campaign_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_lepopup_campaign_items` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_lepopup_campaigns` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`slug` varchar(255) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
`options` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`active` int(11) DEFAULT 1,
`created` int(11) DEFAULT NULL,
`deleted` int(11) DEFAULT 0,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_lepopup_campaigns` WRITE;
/*!40000 ALTER TABLE `wp_lepopup_campaigns` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_lepopup_campaigns` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_lepopup_fieldvalues` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`form_id` int(11) DEFAULT NULL,
`record_id` int(11) DEFAULT NULL,
`field_id` int(11) DEFAULT NULL,
`value` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`datestamp` int(11) DEFAULT NULL,
`deleted` int(11) DEFAULT 0,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_lepopup_fieldvalues` WRITE;
/*!40000 ALTER TABLE `wp_lepopup_fieldvalues` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_lepopup_fieldvalues` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_lepopup_forms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`slug` varchar(255) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
`options` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`pages` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`elements` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`cache_style` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`cache_html` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`cache_uids` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`cache_time` int(11) DEFAULT 0,
`active` int(11) DEFAULT 1,
`created` int(11) DEFAULT NULL,
`modified` int(11) DEFAULT NULL,
`deleted` int(11) DEFAULT 0,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_lepopup_forms` WRITE;
/*!40000 ALTER TABLE `wp_lepopup_forms` DISABLE KEYS */;
INSERT INTO `wp_lepopup_forms` VALUES (1,'Contact Form #1','contact-form','{\"general-tab\":\"general\",\"name\":\"Contact Form #1\",\"active\":\"on\",\"key-fields-primary\":\"7\",\"key-fields-secondary\":\"6\",\"datetime-args-date-format\":\"yyyy-mm-dd\",\"datetime-args-time-format\":\"hh:ii\",\"datetime-args-locale\":\"en\",\"cross-domain\":\"on\",\"session-enable\":\"off\",\"session-length\":\"48\",\"cookie-lifetime\":\"360\",\"esc-enable\":\"on\",\"enter-enable\":\"on\",\"style-tab\":\"style\",\"position\":\"middle-center\",\"overlay-enable\":\"on\",\"overlay-animation\":\"fadeIn\",\"overlay-color\":\"rgba(51, 51, 51, 0.8)\",\"overlay-click\":\"on\",\"spinner-color-color1\":\"rgba(255, 255, 255, 1)\",\"spinner-color-color2\":\"rgba(255, 255, 255, 1)\",\"spinner-color-color3\":\"rgba(255, 255, 255, 1)\",\"text-style-family\":\"\",\"text-style-size\":\"15\",\"text-style-color\":\"#444444\",\"text-style-weight\":\"\",\"text-style-italic\":\"off\",\"text-style-underline\":\"off\",\"text-style-align\":\"left\",\"input-icon-position\":\"inside\",\"input-icon-size\":\"20\",\"input-icon-color\":\"#444444\",\"input-icon-background\":\"\",\"input-icon-border\":\"\",\"input-text-style-family\":\"Raleway\",\"input-text-style-size\":\"14\",\"input-text-style-color\":\"#000000\",\"input-text-style-weight\":\"\",\"input-text-style-italic\":\"off\",\"input-text-style-underline\":\"off\",\"input-text-style-align\":\"left\",\"input-background-style-image\":\"\",\"input-background-style-size\":\"auto\",\"input-background-style-horizontal-position\":\"left\",\"input-background-style-vertical-position\":\"top\",\"input-background-style-repeat\":\"repeat\",\"input-background-style-color\":\"rgba(245, 245, 245, 1)\",\"input-background-style-color2\":\"\",\"input-background-style-gradient\":\"no\",\"input-border-style-width\":\"2\",\"input-border-style-style\":\"solid\",\"input-border-style-radius\":\"0\",\"input-border-style-color\":\"#f5f5f5\",\"input-border-style-top\":\"on\",\"input-border-style-right\":\"on\",\"input-border-style-bottom\":\"on\",\"input-border-style-left\":\"on\",\"input-shadow-style\":\"regular\",\"input-shadow-size\":\"\",\"input-shadow-color\":\"rgba(32, 32, 32, 1)\",\"input-hover-inherit\":\"on\",\"input-hover-text-style-family\":\"\",\"input-hover-text-style-size\":\"15\",\"input-hover-text-style-color\":\"#444444\",\"input-hover-text-style-weight\":\"\",\"input-hover-text-style-italic\":\"off\",\"input-hover-text-style-underline\":\"off\",\"input-hover-text-style-align\":\"left\",\"input-hover-background-style-image\":\"\",\"input-hover-background-style-size\":\"auto\",\"input-hover-background-style-horizontal-position\":\"left\",\"input-hover-background-style-vertical-position\":\"top\",\"input-hover-background-style-repeat\":\"repeat\",\"input-hover-background-style-color\":\"#ffffff\",\"input-hover-background-style-color2\":\"\",\"input-hover-background-style-gradient\":\"no\",\"input-hover-border-style-width\":\"1\",\"input-hover-border-style-style\":\"solid\",\"input-hover-border-style-radius\":\"0\",\"input-hover-border-style-color\":\"#cccccc\",\"input-hover-border-style-top\":\"on\",\"input-hover-border-style-right\":\"on\",\"input-hover-border-style-bottom\":\"on\",\"input-hover-border-style-left\":\"on\",\"input-hover-shadow-style\":\"regular\",\"input-hover-shadow-size\":\"\",\"input-hover-shadow-color\":\"#444444\",\"input-focus-inherit\":\"on\",\"input-focus-text-style-family\":\"\",\"input-focus-text-style-size\":\"15\",\"input-focus-text-style-color\":\"#444444\",\"input-focus-text-style-weight\":\"\",\"input-focus-text-style-italic\":\"off\",\"input-focus-text-style-underline\":\"off\",\"input-focus-text-style-align\":\"left\",\"input-focus-background-style-image\":\"\",\"input-focus-background-style-size\":\"auto\",\"input-focus-background-style-horizontal-position\":\"left\",\"input-focus-background-style-vertical-position\":\"top\",\"input-focus-background-style-repeat\":\"repeat\",\"input-focus-background-style-color\":\"#ffffff\",\"input-focus-background-style-color2\":\"\",\"input-focus-background-style-gradient\":\"no\",\"input-focus-border-style-width\":\"1\",\"input-focus-border-style-style\":\"solid\",\"input-focus-border-style-radius\":\"0\",\"input-focus-border-style-color\":\"#cccccc\",\"input-focus-border-style-top\":\"on\",\"input-focus-border-style-right\":\"on\",\"input-focus-border-style-bottom\":\"on\",\"input-focus-border-style-left\":\"on\",\"input-focus-shadow-style\":\"regular\",\"input-focus-shadow-size\":\"\",\"input-focus-shadow-color\":\"#444444\",\"checkbox-radio-style-position\":\"left\",\"checkbox-radio-style-size\":\"medium\",\"checkbox-radio-style-align\":\"left\",\"checkbox-radio-style-layout\":\"1\",\"checkbox-view\":\"classic\",\"radio-view\":\"classic\",\"checkbox-radio-unchecked-color-color1\":\"#f5f5f5\",\"checkbox-radio-unchecked-color-color2\":\"rgba(245, 245, 245, 1)\",\"checkbox-radio-unchecked-color-color3\":\"#000000\",\"checkbox-radio-checked-inherit\":\"on\",\"checkbox-radio-checked-color-color1\":\"#cccccc\",\"checkbox-radio-checked-color-color2\":\"#ffffff\",\"checkbox-radio-checked-color-color3\":\"#444444\",\"imageselect-style-align\":\"left\",\"imageselect-style-effect\":\"none\",\"imageselect-text-style-family\":\"\",\"imageselect-text-style-size\":\"15\",\"imageselect-text-style-color\":\"#444444\",\"imageselect-text-style-weight\":\"\",\"imageselect-text-style-italic\":\"off\",\"imageselect-text-style-underline\":\"off\",\"imageselect-text-style-align\":\"left\",\"imageselect-border-style-width\":\"1\",\"imageselect-border-style-style\":\"solid\",\"imageselect-border-style-radius\":\"0\",\"imageselect-border-style-color\":\"#cccccc\",\"imageselect-border-style-top\":\"on\",\"imageselect-border-style-right\":\"on\",\"imageselect-border-style-bottom\":\"on\",\"imageselect-border-style-left\":\"on\",\"imageselect-shadow-style\":\"regular\",\"imageselect-shadow-size\":\"\",\"imageselect-shadow-color\":\"#444444\",\"imageselect-hover-inherit\":\"on\",\"imageselect-hover-border-style-width\":\"1\",\"imageselect-hover-border-style-style\":\"solid\",\"imageselect-hover-border-style-radius\":\"0\",\"imageselect-hover-border-style-color\":\"#cccccc\",\"imageselect-hover-border-style-top\":\"on\",\"imageselect-hover-border-style-right\":\"on\",\"imageselect-hover-border-style-bottom\":\"on\",\"imageselect-hover-border-style-left\":\"on\",\"imageselect-hover-shadow-style\":\"regular\",\"imageselect-hover-shadow-size\":\"\",\"imageselect-hover-shadow-color\":\"#444444\",\"imageselect-selected-inherit\":\"on\",\"imageselect-selected-border-style-width\":\"1\",\"imageselect-selected-border-style-style\":\"solid\",\"imageselect-selected-border-style-radius\":\"0\",\"imageselect-selected-border-style-color\":\"#cccccc\",\"imageselect-selected-border-style-top\":\"on\",\"imageselect-selected-border-style-right\":\"on\",\"imageselect-selected-border-style-bottom\":\"on\",\"imageselect-selected-border-style-left\":\"on\",\"imageselect-selected-shadow-style\":\"regular\",\"imageselect-selected-shadow-size\":\"\",\"imageselect-selected-shadow-color\":\"#444444\",\"imageselect-selected-scale\":\"on\",\"multiselect-style-align\":\"left\",\"multiselect-style-height\":\"120\",\"multiselect-style-hover-background\":\"#bd4070\",\"multiselect-style-hover-color\":\"#ffffff\",\"multiselect-style-selected-background\":\"#a93a65\",\"multiselect-style-selected-color\":\"#ffffff\",\"tile-style-size\":\"medium\",\"tile-style-width\":\"default\",\"tile-style-position\":\"left\",\"tile-style-layout\":\"inline\",\"tile-text-style-family\":\"\",\"tile-text-style-size\":\"15\",\"tile-text-style-color\":\"#444444\",\"tile-text-style-weight\":\"\",\"tile-text-style-italic\":\"off\",\"tile-text-style-underline\":\"off\",\"tile-text-style-align\":\"center\",\"tile-background-style-image\":\"\",\"tile-background-style-size\":\"auto\",\"tile-background-style-horizontal-position\":\"left\",\"tile-background-style-vertical-position\":\"top\",\"tile-background-style-repeat\":\"repeat\",\"tile-background-style-color\":\"#ffffff\",\"tile-background-style-color2\":\"\",\"tile-background-style-gradient\":\"no\",\"tile-border-style-width\":\"1\",\"tile-border-style-style\":\"solid\",\"tile-border-style-radius\":\"0\",\"tile-border-style-color\":\"#cccccc\",\"tile-border-style-top\":\"on\",\"tile-border-style-right\":\"on\",\"tile-border-style-bottom\":\"on\",\"tile-border-style-left\":\"on\",\"tile-shadow-style\":\"regular\",\"tile-shadow-size\":\"\",\"tile-shadow-color\":\"#444444\",\"tile-hover-inherit\":\"on\",\"tile-hover-text-style-family\":\"\",\"tile-hover-text-style-size\":\"15\",\"tile-hover-text-style-color\":\"#444444\",\"tile-hover-text-style-weight\":\"\",\"tile-hover-text-style-italic\":\"off\",\"tile-hover-text-style-underline\":\"off\",\"tile-hover-text-style-align\":\"center\",\"tile-hover-background-style-image\":\"\",\"tile-hover-background-style-size\":\"auto\",\"tile-hover-background-style-horizontal-position\":\"left\",\"tile-hover-background-style-vertical-position\":\"top\",\"tile-hover-background-style-repeat\":\"repeat\",\"tile-hover-background-style-color\":\"#ffffff\",\"tile-hover-background-style-color2\":\"\",\"tile-hover-background-style-gradient\":\"no\",\"tile-hover-border-style-width\":\"1\",\"tile-hover-border-style-style\":\"solid\",\"tile-hover-border-style-radius\":\"0\",\"tile-hover-border-style-color\":\"#a93a65\",\"tile-hover-border-style-top\":\"on\",\"tile-hover-border-style-right\":\"on\",\"tile-hover-border-style-bottom\":\"on\",\"tile-hover-border-style-left\":\"on\",\"tile-hover-shadow-style\":\"regular\",\"tile-hover-shadow-size\":\"\",\"tile-hover-shadow-color\":\"#444444\",\"tile-selected-inherit\":\"on\",\"tile-selected-text-style-family\":\"\",\"tile-selected-text-style-size\":\"15\",\"tile-selected-text-style-color\":\"#444444\",\"tile-selected-text-style-weight\":\"\",\"tile-selected-text-style-italic\":\"off\",\"tile-selected-text-style-underline\":\"off\",\"tile-selected-text-style-align\":\"center\",\"tile-selected-background-style-image\":\"\",\"tile-selected-background-style-size\":\"auto\",\"tile-selected-background-style-horizontal-position\":\"left\",\"tile-selected-background-style-vertical-position\":\"top\",\"tile-selected-background-style-repeat\":\"repeat\",\"tile-selected-background-style-color\":\"#ffffff\",\"tile-selected-background-style-color2\":\"\",\"tile-selected-background-style-gradient\":\"no\",\"tile-selected-border-style-width\":\"1\",\"tile-selected-border-style-style\":\"solid\",\"tile-selected-border-style-radius\":\"0\",\"tile-selected-border-style-color\":\"#a93a65\",\"tile-selected-border-style-top\":\"on\",\"tile-selected-border-style-right\":\"on\",\"tile-selected-border-style-bottom\":\"on\",\"tile-selected-border-style-left\":\"on\",\"tile-selected-shadow-style\":\"regular\",\"tile-selected-shadow-size\":\"\",\"tile-selected-shadow-color\":\"#444444\",\"tile-selected-transform\":\"zoom-in\",\"button-text-style-family\":\"Raleway\",\"button-text-style-size\":\"20\",\"button-text-style-color\":\"#ffffff\",\"button-text-style-weight\":\"\",\"button-text-style-italic\":\"off\",\"button-text-style-underline\":\"off\",\"button-text-style-align\":\"center\",\"button-background-style-image\":\"\",\"button-background-style-size\":\"auto\",\"button-background-style-horizontal-position\":\"left\",\"button-background-style-vertical-position\":\"top\",\"button-background-style-repeat\":\"repeat\",\"button-background-style-color\":\"#60c637\",\"button-background-style-color2\":\"\",\"button-background-style-gradient\":\"no\",\"button-border-style-width\":\"1\",\"button-border-style-style\":\"solid\",\"button-border-style-radius\":\"0\",\"button-border-style-color\":\"#60c637\",\"button-border-style-top\":\"on\",\"button-border-style-right\":\"on\",\"button-border-style-bottom\":\"on\",\"button-border-style-left\":\"on\",\"button-shadow-style\":\"regular\",\"button-shadow-size\":\"medium\",\"button-shadow-color\":\"rgba(32, 32, 32, 1)\",\"button-hover-inherit\":\"on\",\"button-hover-text-style-family\":\"\",\"button-hover-text-style-size\":\"15\",\"button-hover-text-style-color\":\"#ffffff\",\"button-hover-text-style-weight\":\"\",\"button-hover-text-style-italic\":\"off\",\"button-hover-text-style-underline\":\"off\",\"button-hover-text-style-align\":\"center\",\"button-hover-background-style-image\":\"\",\"button-hover-background-style-size\":\"auto\",\"button-hover-background-style-horizontal-position\":\"left\",\"button-hover-background-style-vertical-position\":\"top\",\"button-hover-background-style-repeat\":\"repeat\",\"button-hover-background-style-color\":\"#a93a65\",\"button-hover-background-style-color2\":\"\",\"button-hover-background-style-gradient\":\"no\",\"button-hover-border-style-width\":\"1\",\"button-hover-border-style-style\":\"solid\",\"button-hover-border-style-radius\":\"0\",\"button-hover-border-style-color\":\"#a93a65\",\"button-hover-border-style-top\":\"on\",\"button-hover-border-style-right\":\"on\",\"button-hover-border-style-bottom\":\"on\",\"button-hover-border-style-left\":\"on\",\"button-hover-shadow-style\":\"regular\",\"button-hover-shadow-size\":\"\",\"button-hover-shadow-color\":\"#444444\",\"button-active-inherit\":\"on\",\"button-active-text-style-family\":\"\",\"button-active-text-style-size\":\"15\",\"button-active-text-style-color\":\"#ffffff\",\"button-active-text-style-weight\":\"\",\"button-active-text-style-italic\":\"off\",\"button-active-text-style-underline\":\"off\",\"button-active-text-style-align\":\"center\",\"button-active-background-style-image\":\"\",\"button-active-background-style-size\":\"auto\",\"button-active-background-style-horizontal-position\":\"left\",\"button-active-background-style-vertical-position\":\"top\",\"button-active-background-style-repeat\":\"repeat\",\"button-active-background-style-color\":\"#a93a65\",\"button-active-background-style-color2\":\"\",\"button-active-background-style-gradient\":\"no\",\"button-active-border-style-width\":\"1\",\"button-active-border-style-style\":\"solid\",\"button-active-border-style-radius\":\"0\",\"button-active-border-style-color\":\"#a93a65\",\"button-active-border-style-top\":\"on\",\"button-active-border-style-right\":\"on\",\"button-active-border-style-bottom\":\"on\",\"button-active-border-style-left\":\"on\",\"button-active-shadow-style\":\"regular\",\"button-active-shadow-size\":\"\",\"button-active-shadow-color\":\"#444444\",\"button-active-transform\":\"zoom-out\",\"error-background-style-image\":\"\",\"error-background-style-size\":\"auto\",\"error-background-style-horizontal-position\":\"left\",\"error-background-style-vertical-position\":\"top\",\"error-background-style-repeat\":\"repeat\",\"error-background-style-color\":\"#d9534f\",\"error-background-style-color2\":\"\",\"error-background-style-gradient\":\"no\",\"error-text-style-family\":\"\",\"error-text-style-size\":\"15\",\"error-text-style-color\":\"#ffffff\",\"error-text-style-weight\":\"\",\"error-text-style-italic\":\"off\",\"error-text-style-underline\":\"off\",\"error-text-style-align\":\"left\",\"progress-type\":\"progress-1\",\"progress-color-color1\":\"#e0e0e0\",\"progress-color-color2\":\"#bd4070\",\"progress-color-color3\":\"#ffffff\",\"progress-color-color4\":\"#444444\",\"progress-striped\":\"off\",\"progress-label-enable\":\"off\",\"progress-confirmation-enable\":\"on\",\"confirmation-tab\":\"confirmation\",\"confirmations\":[],\"double-tab\":\"double\",\"double-enable\":\"on\",\"double-email-recipient\":\"{{7|E-mail Field}}\",\"double-email-subject\":\"Please confirm your email address\",\"double-email-message\":\"Dear visitor!\\n\\nPlease confirm your email address by clicking the following link:\\n<a href=\\\"{{confirmation-url}}\\\">{{confirmation-url}}<\\/a>\\n\\nThanks.\",\"double-from-email\":\"{{global-from-email}}\",\"double-from-name\":\"{{global-from-name}}\",\"double-message\":\"<h4 style=\\\"text-align: center;\\\">Thank you!<\\/h4><p style=\\\"text-align: center;\\\">Your email address successfully confirmed.<\\/p>\",\"double-url\":\"\",\"notification-tab\":\"notification\",\"notifications\":[],\"integration-tab\":\"integration\",\"integrations\":[],\"advanced-tab\":\"advanced\",\"math-expressions\":[],\"payment-gateways\":[],\"misc-save-ip\":\"on\",\"misc-save-user-agent\":\"on\",\"misc-email-tech-info\":\"on\",\"misc-record-tech-info\":\"on\",\"misc-disable-html-scrollbar\":\"off\",\"personal-keys\":[],\"antibot-enable\":\"on\",\"antibot-delay\":\"10\",\"antibot-check-form\":\"on\",\"antibot-check-ip\":\"on\",\"antibot-error\":\"Thank you. We have already got your request.\",\"text-style-bold\":\"off\",\"input-text-style-bold\":\"off\",\"input-hover-text-style-bold\":\"off\",\"input-focus-text-style-bold\":\"off\",\"imageselect-text-style-bold\":\"off\",\"tile-text-style-bold\":\"off\",\"tile-hover-text-style-bold\":\"off\",\"tile-selected-text-style-bold\":\"off\",\"rangeslider-skin\":\"flat\",\"rangeslider-color-color1\":\"#e8e8e8\",\"rangeslider-color-color2\":\"#888888\",\"rangeslider-color-color3\":\"#bd4070\",\"rangeslider-color-color4\":\"#a93a65\",\"rangeslider-color-color5\":\"#ffffff\",\"button-text-style-bold\":\"on\",\"button-hover-text-style-bold\":\"off\",\"button-active-text-style-bold\":\"off\",\"error-text-style-bold\":\"off\",\"customjs-afterinit-enable\":\"off\",\"customjs-afterinit-script\":\"\",\"customjs-afterupdate-enable\":\"off\",\"customjs-afterupdate-script\":\"\",\"customjs-beforesubmit-enable\":\"off\",\"customjs-beforesubmit-script\":\"\",\"customjs-aftersubmitsuccess-enable\":\"off\",\"customjs-aftersubmitsuccess-script\":\"\"}','[{\"general\":\"general\",\"name\":\"Contact Form\",\"size-width\":\"720\",\"size-height\":\"450\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page\",\"id\":1},{\"general\":\"general\",\"name\":\"Confirmation\",\"size-width\":\"420\",\"size-height\":\"320\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page-confirmation\",\"id\":\"confirmation\"}]','[\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"HTML Content\\\",\\\"position-top\\\":\\\"80\\\",\\\"position-left\\\":\\\"70\\\",\\\"size-width\\\":\\\"280\\\",\\\"size-height\\\":\\\"160\\\",\\\"content\\\":\\\"<h4 style=\\\\\\\"text-align: center; font-size: 18px; font-weight: bold;\\\\\\\">Thank you!<\\\\\\/h4><p style=\\\\\\\"text-align: center;\\\\\\\">We will contact you soon.<\\\\\\/p>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Raleway\\\",\\\"text-style-size\\\":\\\"15\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"#5cb85c\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"0\\\",\\\"border-style-style\\\":\\\"solid\\\",\\\"border-style-radius\\\":\\\"5\\\",\\\"border-style-color\\\":\\\"#cccccc\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#000000\\\",\\\"padding-top\\\":\\\"40\\\",\\\"padding-right\\\":\\\"40\\\",\\\"padding-bottom\\\":\\\"40\\\",\\\"padding-left\\\":\\\"40\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"_parent\\\":\\\"confirmation\\\",\\\"_seq\\\":0,\\\"id\\\":0}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Background\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"720\\\",\\\"size-height\\\":\\\"450\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"large\\\",\\\"shadow-color\\\":\\\"#202020\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"rectangle\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":0,\\\"id\\\":2}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Top Left Angle\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"108\\\",\\\"size-height\\\":\\\"108\\\",\\\"content\\\":\\\"<img src=\\\\\\\"\\\\\\/\\\\\\/fl-hotel1.otelms.com\\\\\\/wp-content\\\\\\/plugins\\\\\\/halfdata-green-popups\\\\\\/images\\\\\\/default\\\\\\/contact-form-02.png\\\\\\\" alt=\\\\\\\"\\\\\\\" \\\\\\/>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"300\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"14\\\",\\\"text-style-color\\\":\\\"#000000\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":1,\\\"id\\\":3}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Image\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"440\\\",\\\"size-width\\\":\\\"280\\\",\\\"size-height\\\":\\\"450\\\",\\\"content\\\":\\\"<img src=\\\\\\\"\\\\\\/\\\\\\/fl-hotel1.otelms.com\\\\\\/wp-content\\\\\\/plugins\\\\\\/halfdata-green-popups\\\\\\/images\\\\\\/default\\\\\\/contact-form-01.jpg\\\\\\\" alt=\\\\\\\"\\\\\\\" \\\\\\/>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"300\\\",\\\"animation-out\\\":\\\"fadeOutLeft\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"14\\\",\\\"text-style-color\\\":\\\"#000000\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":2,\\\"id\\\":4}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Title\\\",\\\"position-top\\\":\\\"35\\\",\\\"position-left\\\":\\\"40\\\",\\\"size-width\\\":\\\"\\\",\\\"size-height\\\":\\\"\\\",\\\"content\\\":\\\"Let\'s Talk.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"400\\\",\\\"animation-out\\\":\\\"fadeOutDown\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Raleway\\\",\\\"text-style-size\\\":\\\"28\\\",\\\"text-style-color\\\":\\\"#000000\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":3,\\\"id\\\":5}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Name Field\\\",\\\"position-top\\\":\\\"125\\\",\\\"position-left\\\":\\\"40\\\",\\\"size-width\\\":\\\"360\\\",\\\"size-height\\\":\\\"45\\\",\\\"placeholder\\\":\\\"Your name\\\",\\\"autocomplete\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"fadeOutDown\\\",\\\"required\\\":\\\"on\\\",\\\"required-error\\\":\\\"This field is required.\\\",\\\"style\\\":\\\"style\\\",\\\"align\\\":\\\"left\\\",\\\"icon-left-icon\\\":\\\"\\\",\\\"icon-left-size\\\":\\\"\\\",\\\"icon-left-color\\\":\\\"\\\",\\\"icon-right-icon\\\":\\\"\\\",\\\"icon-right-size\\\":\\\"\\\",\\\"icon-right-color\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[{\\\"selector\\\":\\\"input\\\",\\\"css\\\":\\\"padding-left: 20px !important;\\\"}],\\\"data\\\":\\\"data\\\",\\\"default\\\":\\\"\\\",\\\"dynamic-default\\\":\\\"off\\\",\\\"dynamic-parameter\\\":\\\"\\\",\\\"readonly\\\":\\\"off\\\",\\\"save\\\":\\\"on\\\",\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"advanced\\\":\\\"advanced\\\",\\\"element-id\\\":\\\"6\\\",\\\"filters\\\":[{\\\"type\\\":\\\"trim\\\",\\\"properties\\\":[]}],\\\"validators\\\":[],\\\"mask-preset\\\":\\\"\\\",\\\"mask-mask\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":4,\\\"id\\\":6}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"E-mail Field\\\",\\\"position-top\\\":\\\"185\\\",\\\"position-left\\\":\\\"40\\\",\\\"size-width\\\":\\\"360\\\",\\\"size-height\\\":\\\"45\\\",\\\"placeholder\\\":\\\"Your email\\\",\\\"autocomplete\\\":\\\"email\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"600\\\",\\\"animation-out\\\":\\\"fadeOutDown\\\",\\\"required\\\":\\\"on\\\",\\\"required-error\\\":\\\"This field is required.\\\",\\\"style\\\":\\\"style\\\",\\\"align\\\":\\\"left\\\",\\\"icon-left-icon\\\":\\\"\\\",\\\"icon-left-size\\\":\\\"\\\",\\\"icon-left-color\\\":\\\"\\\",\\\"icon-right-icon\\\":\\\"\\\",\\\"icon-right-size\\\":\\\"\\\",\\\"icon-right-color\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[{\\\"selector\\\":\\\"input\\\",\\\"css\\\":\\\"padding-left: 20px !important;\\\"}],\\\"data\\\":\\\"data\\\",\\\"default\\\":\\\"\\\",\\\"dynamic-default\\\":\\\"off\\\",\\\"dynamic-parameter\\\":\\\"\\\",\\\"readonly\\\":\\\"off\\\",\\\"save\\\":\\\"on\\\",\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"advanced\\\":\\\"advanced\\\",\\\"element-id\\\":\\\"7\\\",\\\"filters\\\":[{\\\"type\\\":\\\"trim\\\",\\\"properties\\\":[]}],\\\"validators\\\":[{\\\"type\\\":\\\"email\\\",\\\"properties\\\":{\\\"error\\\":\\\"\\\"}}],\\\"type\\\":\\\"email\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":5,\\\"id\\\":7}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Message Field\\\",\\\"position-top\\\":\\\"245\\\",\\\"position-left\\\":\\\"40\\\",\\\"size-width\\\":\\\"360\\\",\\\"size-height\\\":\\\"140\\\",\\\"placeholder\\\":\\\"Message\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"700\\\",\\\"animation-out\\\":\\\"fadeOutDown\\\",\\\"required\\\":\\\"on\\\",\\\"required-error\\\":\\\"This field is required.\\\",\\\"style\\\":\\\"style\\\",\\\"align\\\":\\\"left\\\",\\\"icon-left-icon\\\":\\\"\\\",\\\"icon-left-size\\\":\\\"\\\",\\\"icon-left-color\\\":\\\"\\\",\\\"icon-right-icon\\\":\\\"\\\",\\\"icon-right-size\\\":\\\"\\\",\\\"icon-right-color\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[{\\\"selector\\\":\\\"textarea\\\",\\\"css\\\":\\\"padding-left: 20px !important;\\\"}],\\\"data\\\":\\\"data\\\",\\\"default\\\":\\\"\\\",\\\"dynamic-default\\\":\\\"off\\\",\\\"dynamic-parameter\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\",\\\"readonly\\\":\\\"off\\\",\\\"save\\\":\\\"on\\\",\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"advanced\\\":\\\"advanced\\\",\\\"element-id\\\":\\\"8\\\",\\\"filters\\\":[{\\\"type\\\":\\\"trim\\\",\\\"properties\\\":[]}],\\\"validators\\\":[],\\\"type\\\":\\\"textarea\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":6,\\\"id\\\":8}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Copyright\\\",\\\"position-top\\\":\\\"405\\\",\\\"position-left\\\":\\\"240\\\",\\\"size-width\\\":\\\"\\\",\\\"size-height\\\":\\\"\\\",\\\"content\\\":\\\"2020 (C) All rights reserved.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"800\\\",\\\"animation-out\\\":\\\"fadeOutDown\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Raleway\\\",\\\"text-style-size\\\":\\\"13\\\",\\\"text-style-color\\\":\\\"#aaaaaa\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":7,\\\"id\\\":10}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Description\\\",\\\"position-top\\\":\\\"180\\\",\\\"position-left\\\":\\\"475\\\",\\\"size-width\\\":\\\"215\\\",\\\"size-height\\\":\\\"64\\\",\\\"content\\\":\\\"Do you know that Green Popups is the best popups plugin for WordPress? It\'s true. Make your website more attractive.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"fadeOutLeft\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Raleway\\\",\\\"text-style-size\\\":\\\"13\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[{\\\"selector\\\":\\\"wrapper\\\",\\\"css\\\":\\\"line-height:1.3;\\\"}],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":8,\\\"id\\\":11}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Submit Button\\\",\\\"label\\\":\\\"Send Message\\\",\\\"position-top\\\":\\\"335\\\",\\\"position-left\\\":\\\"475\\\",\\\"size-width\\\":\\\"270\\\",\\\"size-height\\\":\\\"55\\\",\\\"button-type\\\":\\\"submit\\\",\\\"label-loading\\\":\\\"Sending...\\\",\\\"animation-in\\\":\\\"fadeInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"600\\\",\\\"animation-out\\\":\\\"fadeOutLeft\\\",\\\"style\\\":\\\"style\\\",\\\"icon-left\\\":\\\"\\\",\\\"icon-right\\\":\\\"\\\",\\\"colors-background\\\":\\\"\\\",\\\"colors-border\\\":\\\"\\\",\\\"colors-text\\\":\\\"\\\",\\\"colors-hover-background\\\":\\\"\\\",\\\"colors-hover-border\\\":\\\"\\\",\\\"colors-hover-text\\\":\\\"\\\",\\\"colors-active-background\\\":\\\"\\\",\\\"colors-active-border\\\":\\\"\\\",\\\"colors-active-text\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"button\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":9,\\\"id\\\":12}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"No share\\\",\\\"position-top\\\":\\\"405\\\",\\\"position-left\\\":\\\"475\\\",\\\"size-width\\\":\\\"215\\\",\\\"size-height\\\":\\\"19\\\",\\\"content\\\":\\\"We never share your details.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"700\\\",\\\"animation-out\\\":\\\"fadeOutLeft\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Raleway\\\",\\\"text-style-size\\\":\\\"13\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[{\\\"selector\\\":\\\"wrapper\\\",\\\"css\\\":\\\"line-height:1.3;\\\"}],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":10,\\\"id\\\":13}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Facebook Icon\\\",\\\"position-top\\\":\\\"405\\\",\\\"position-left\\\":\\\"40\\\",\\\"size-width\\\":\\\"15\\\",\\\"icon\\\":\\\"fab fa-facebook\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"800\\\",\\\"animation-out\\\":\\\"fadeOutDown\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"\\\",\\\"colors-color2\\\":\\\"\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":11,\\\"id\\\":15,\\\"size-height\\\":15}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Twitter Icon\\\",\\\"position-top\\\":\\\"405\\\",\\\"position-left\\\":\\\"65\\\",\\\"size-width\\\":\\\"15\\\",\\\"icon\\\":\\\"fab fa-twitter\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"800\\\",\\\"animation-out\\\":\\\"fadeOutDown\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"\\\",\\\"colors-color2\\\":\\\"\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":12,\\\"id\\\":16,\\\"size-height\\\":15}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Instagram Icon\\\",\\\"position-top\\\":\\\"405\\\",\\\"position-left\\\":\\\"90\\\",\\\"size-width\\\":\\\"15\\\",\\\"icon\\\":\\\"fab fa-instagram\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"800\\\",\\\"animation-out\\\":\\\"fadeOutDown\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"\\\",\\\"colors-color2\\\":\\\"\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":13,\\\"id\\\":17,\\\"size-height\\\":45}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Close icon\\\",\\\"position-top\\\":\\\"15\\\",\\\"position-left\\\":\\\"655\\\",\\\"size-width\\\":\\\"50\\\",\\\"mode\\\":\\\"period\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"1000\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"view\\\":\\\"basic\\\",\\\"colors-color1\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"colors-color2\\\":\\\"#ff9800\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"close\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":14,\\\"id\\\":18,\\\"size-height\\\":50}\"]',NULL,NULL,NULL,0,0,1638441414,1638441414,0),(2,'Contact Form #2','contact-form-2','{\"general-tab\":\"general\",\"name\":\"Contact Form #2\",\"active\":\"on\",\"key-fields-primary\":\"8\",\"key-fields-secondary\":\"7\",\"datetime-args-date-format\":\"yyyy-mm-dd\",\"datetime-args-time-format\":\"hh:ii\",\"datetime-args-locale\":\"en\",\"cross-domain\":\"on\",\"session-enable\":\"off\",\"session-length\":\"48\",\"cookie-lifetime\":\"360\",\"esc-enable\":\"on\",\"enter-enable\":\"on\",\"style-tab\":\"style\",\"position\":\"middle-center\",\"overlay-enable\":\"on\",\"overlay-animation\":\"fadeIn\",\"overlay-color\":\"rgba(51, 51, 51, 0.8)\",\"overlay-click\":\"on\",\"spinner-color-color1\":\"rgba(101, 192, 228, 1)\",\"spinner-color-color2\":\"rgba(255, 255, 255, 1)\",\"spinner-color-color3\":\"rgba(101, 192, 228, 1)\",\"text-style-family\":\"Arial\",\"text-style-size\":\"15\",\"text-style-color\":\"#444444\",\"text-style-weight\":\"\",\"text-style-italic\":\"off\",\"text-style-underline\":\"off\",\"text-style-align\":\"left\",\"input-icon-position\":\"inside\",\"input-icon-size\":\"20\",\"input-icon-color\":\"#444444\",\"input-icon-background\":\"\",\"input-icon-border\":\"\",\"input-text-style-family\":\"Arial\",\"input-text-style-size\":\"14\",\"input-text-style-color\":\"rgba(101, 192, 228, 1)\",\"input-text-style-weight\":\"\",\"input-text-style-italic\":\"off\",\"input-text-style-underline\":\"off\",\"input-text-style-align\":\"left\",\"input-background-style-image\":\"\",\"input-background-style-size\":\"auto\",\"input-background-style-horizontal-position\":\"left\",\"input-background-style-vertical-position\":\"top\",\"input-background-style-repeat\":\"repeat\",\"input-background-style-color\":\"rgba(255, 255, 255, 0)\",\"input-background-style-color2\":\"\",\"input-background-style-gradient\":\"no\",\"input-border-style-width\":\"1\",\"input-border-style-style\":\"solid\",\"input-border-style-radius\":\"0\",\"input-border-style-color\":\"#ebebeb\",\"input-border-style-top\":\"on\",\"input-border-style-right\":\"on\",\"input-border-style-bottom\":\"on\",\"input-border-style-left\":\"on\",\"input-shadow-style\":\"regular\",\"input-shadow-size\":\"\",\"input-shadow-color\":\"#444444\",\"input-hover-inherit\":\"on\",\"input-hover-text-style-family\":\"\",\"input-hover-text-style-size\":\"15\",\"input-hover-text-style-color\":\"#444444\",\"input-hover-text-style-weight\":\"\",\"input-hover-text-style-italic\":\"off\",\"input-hover-text-style-underline\":\"off\",\"input-hover-text-style-align\":\"left\",\"input-hover-background-style-image\":\"\",\"input-hover-background-style-size\":\"auto\",\"input-hover-background-style-horizontal-position\":\"left\",\"input-hover-background-style-vertical-position\":\"top\",\"input-hover-background-style-repeat\":\"repeat\",\"input-hover-background-style-color\":\"#ffffff\",\"input-hover-background-style-color2\":\"\",\"input-hover-background-style-gradient\":\"no\",\"input-hover-border-style-width\":\"1\",\"input-hover-border-style-style\":\"solid\",\"input-hover-border-style-radius\":\"0\",\"input-hover-border-style-color\":\"#cccccc\",\"input-hover-border-style-top\":\"on\",\"input-hover-border-style-right\":\"on\",\"input-hover-border-style-bottom\":\"on\",\"input-hover-border-style-left\":\"on\",\"input-hover-shadow-style\":\"regular\",\"input-hover-shadow-size\":\"\",\"input-hover-shadow-color\":\"#444444\",\"input-focus-inherit\":\"on\",\"input-focus-text-style-family\":\"\",\"input-focus-text-style-size\":\"15\",\"input-focus-text-style-color\":\"#444444\",\"input-focus-text-style-weight\":\"\",\"input-focus-text-style-italic\":\"off\",\"input-focus-text-style-underline\":\"off\",\"input-focus-text-style-align\":\"left\",\"input-focus-background-style-image\":\"\",\"input-focus-background-style-size\":\"auto\",\"input-focus-background-style-horizontal-position\":\"left\",\"input-focus-background-style-vertical-position\":\"top\",\"input-focus-background-style-repeat\":\"repeat\",\"input-focus-background-style-color\":\"#ffffff\",\"input-focus-background-style-color2\":\"\",\"input-focus-background-style-gradient\":\"no\",\"input-focus-border-style-width\":\"1\",\"input-focus-border-style-style\":\"solid\",\"input-focus-border-style-radius\":\"0\",\"input-focus-border-style-color\":\"#cccccc\",\"input-focus-border-style-top\":\"on\",\"input-focus-border-style-right\":\"on\",\"input-focus-border-style-bottom\":\"on\",\"input-focus-border-style-left\":\"on\",\"input-focus-shadow-style\":\"regular\",\"input-focus-shadow-size\":\"\",\"input-focus-shadow-color\":\"#444444\",\"checkbox-radio-style-position\":\"left\",\"checkbox-radio-style-size\":\"medium\",\"checkbox-radio-style-align\":\"left\",\"checkbox-radio-style-layout\":\"1\",\"checkbox-view\":\"classic\",\"radio-view\":\"classic\",\"checkbox-radio-unchecked-color-color1\":\"#ebebeb\",\"checkbox-radio-unchecked-color-color2\":\"rgba(255, 255, 255, 0)\",\"checkbox-radio-unchecked-color-color3\":\"#65c0e4\",\"checkbox-radio-checked-inherit\":\"on\",\"checkbox-radio-checked-color-color1\":\"#cccccc\",\"checkbox-radio-checked-color-color2\":\"#ffffff\",\"checkbox-radio-checked-color-color3\":\"#444444\",\"imageselect-style-align\":\"left\",\"imageselect-style-effect\":\"none\",\"imageselect-text-style-family\":\"\",\"imageselect-text-style-size\":\"15\",\"imageselect-text-style-color\":\"#444444\",\"imageselect-text-style-weight\":\"\",\"imageselect-text-style-italic\":\"off\",\"imageselect-text-style-underline\":\"off\",\"imageselect-text-style-align\":\"left\",\"imageselect-border-style-width\":\"1\",\"imageselect-border-style-style\":\"solid\",\"imageselect-border-style-radius\":\"0\",\"imageselect-border-style-color\":\"#cccccc\",\"imageselect-border-style-top\":\"on\",\"imageselect-border-style-right\":\"on\",\"imageselect-border-style-bottom\":\"on\",\"imageselect-border-style-left\":\"on\",\"imageselect-shadow-style\":\"regular\",\"imageselect-shadow-size\":\"\",\"imageselect-shadow-color\":\"#444444\",\"imageselect-hover-inherit\":\"on\",\"imageselect-hover-border-style-width\":\"1\",\"imageselect-hover-border-style-style\":\"solid\",\"imageselect-hover-border-style-radius\":\"0\",\"imageselect-hover-border-style-color\":\"#cccccc\",\"imageselect-hover-border-style-top\":\"on\",\"imageselect-hover-border-style-right\":\"on\",\"imageselect-hover-border-style-bottom\":\"on\",\"imageselect-hover-border-style-left\":\"on\",\"imageselect-hover-shadow-style\":\"regular\",\"imageselect-hover-shadow-size\":\"\",\"imageselect-hover-shadow-color\":\"#444444\",\"imageselect-selected-inherit\":\"on\",\"imageselect-selected-border-style-width\":\"1\",\"imageselect-selected-border-style-style\":\"solid\",\"imageselect-selected-border-style-radius\":\"0\",\"imageselect-selected-border-style-color\":\"#cccccc\",\"imageselect-selected-border-style-top\":\"on\",\"imageselect-selected-border-style-right\":\"on\",\"imageselect-selected-border-style-bottom\":\"on\",\"imageselect-selected-border-style-left\":\"on\",\"imageselect-selected-shadow-style\":\"regular\",\"imageselect-selected-shadow-size\":\"\",\"imageselect-selected-shadow-color\":\"#444444\",\"imageselect-selected-scale\":\"on\",\"multiselect-style-align\":\"left\",\"multiselect-style-height\":\"120\",\"multiselect-style-hover-background\":\"#bd4070\",\"multiselect-style-hover-color\":\"#ffffff\",\"multiselect-style-selected-background\":\"#a93a65\",\"multiselect-style-selected-color\":\"#ffffff\",\"tile-style-size\":\"medium\",\"tile-style-width\":\"default\",\"tile-style-position\":\"left\",\"tile-style-layout\":\"inline\",\"tile-text-style-family\":\"\",\"tile-text-style-size\":\"15\",\"tile-text-style-color\":\"#444444\",\"tile-text-style-weight\":\"\",\"tile-text-style-italic\":\"off\",\"tile-text-style-underline\":\"off\",\"tile-text-style-align\":\"center\",\"tile-background-style-image\":\"\",\"tile-background-style-size\":\"auto\",\"tile-background-style-horizontal-position\":\"left\",\"tile-background-style-vertical-position\":\"top\",\"tile-background-style-repeat\":\"repeat\",\"tile-background-style-color\":\"#ffffff\",\"tile-background-style-color2\":\"\",\"tile-background-style-gradient\":\"no\",\"tile-border-style-width\":\"1\",\"tile-border-style-style\":\"solid\",\"tile-border-style-radius\":\"0\",\"tile-border-style-color\":\"#cccccc\",\"tile-border-style-top\":\"on\",\"tile-border-style-right\":\"on\",\"tile-border-style-bottom\":\"on\",\"tile-border-style-left\":\"on\",\"tile-shadow-style\":\"regular\",\"tile-shadow-size\":\"\",\"tile-shadow-color\":\"#444444\",\"tile-hover-inherit\":\"on\",\"tile-hover-text-style-family\":\"\",\"tile-hover-text-style-size\":\"15\",\"tile-hover-text-style-color\":\"#444444\",\"tile-hover-text-style-weight\":\"\",\"tile-hover-text-style-italic\":\"off\",\"tile-hover-text-style-underline\":\"off\",\"tile-hover-text-style-align\":\"center\",\"tile-hover-background-style-image\":\"\",\"tile-hover-background-style-size\":\"auto\",\"tile-hover-background-style-horizontal-position\":\"left\",\"tile-hover-background-style-vertical-position\":\"top\",\"tile-hover-background-style-repeat\":\"repeat\",\"tile-hover-background-style-color\":\"#ffffff\",\"tile-hover-background-style-color2\":\"\",\"tile-hover-background-style-gradient\":\"no\",\"tile-hover-border-style-width\":\"1\",\"tile-hover-border-style-style\":\"solid\",\"tile-hover-border-style-radius\":\"0\",\"tile-hover-border-style-color\":\"#a93a65\",\"tile-hover-border-style-top\":\"on\",\"tile-hover-border-style-right\":\"on\",\"tile-hover-border-style-bottom\":\"on\",\"tile-hover-border-style-left\":\"on\",\"tile-hover-shadow-style\":\"regular\",\"tile-hover-shadow-size\":\"\",\"tile-hover-shadow-color\":\"#444444\",\"tile-selected-inherit\":\"on\",\"tile-selected-text-style-family\":\"\",\"tile-selected-text-style-size\":\"15\",\"tile-selected-text-style-color\":\"#444444\",\"tile-selected-text-style-weight\":\"\",\"tile-selected-text-style-italic\":\"off\",\"tile-selected-text-style-underline\":\"off\",\"tile-selected-text-style-align\":\"center\",\"tile-selected-background-style-image\":\"\",\"tile-selected-background-style-size\":\"auto\",\"tile-selected-background-style-horizontal-position\":\"left\",\"tile-selected-background-style-vertical-position\":\"top\",\"tile-selected-background-style-repeat\":\"repeat\",\"tile-selected-background-style-color\":\"#ffffff\",\"tile-selected-background-style-color2\":\"\",\"tile-selected-background-style-gradient\":\"no\",\"tile-selected-border-style-width\":\"1\",\"tile-selected-border-style-style\":\"solid\",\"tile-selected-border-style-radius\":\"0\",\"tile-selected-border-style-color\":\"#a93a65\",\"tile-selected-border-style-top\":\"on\",\"tile-selected-border-style-right\":\"on\",\"tile-selected-border-style-bottom\":\"on\",\"tile-selected-border-style-left\":\"on\",\"tile-selected-shadow-style\":\"regular\",\"tile-selected-shadow-size\":\"\",\"tile-selected-shadow-color\":\"#444444\",\"tile-selected-transform\":\"zoom-in\",\"button-text-style-family\":\"Arial\",\"button-text-style-size\":\"14\",\"button-text-style-color\":\"rgba(101, 192, 228, 1)\",\"button-text-style-weight\":\"\",\"button-text-style-italic\":\"off\",\"button-text-style-underline\":\"off\",\"button-text-style-align\":\"center\",\"button-background-style-image\":\"\",\"button-background-style-size\":\"auto\",\"button-background-style-horizontal-position\":\"left\",\"button-background-style-vertical-position\":\"top\",\"button-background-style-repeat\":\"repeat\",\"button-background-style-color\":\"#ffffff\",\"button-background-style-color2\":\"\",\"button-background-style-gradient\":\"no\",\"button-border-style-width\":\"1\",\"button-border-style-style\":\"solid\",\"button-border-style-radius\":\"0\",\"button-border-style-color\":\"#65c0e4\",\"button-border-style-top\":\"on\",\"button-border-style-right\":\"on\",\"button-border-style-bottom\":\"on\",\"button-border-style-left\":\"on\",\"button-shadow-style\":\"regular\",\"button-shadow-size\":\"medium\",\"button-shadow-color\":\"#65c0e4\",\"button-hover-inherit\":\"off\",\"button-hover-text-style-family\":\"Arial\",\"button-hover-text-style-size\":\"14\",\"button-hover-text-style-color\":\"rgba(255, 255, 255, 1)\",\"button-hover-text-style-weight\":\"\",\"button-hover-text-style-italic\":\"off\",\"button-hover-text-style-underline\":\"off\",\"button-hover-text-style-align\":\"center\",\"button-hover-background-style-image\":\"\",\"button-hover-background-style-size\":\"auto\",\"button-hover-background-style-horizontal-position\":\"left\",\"button-hover-background-style-vertical-position\":\"top\",\"button-hover-background-style-repeat\":\"repeat\",\"button-hover-background-style-color\":\"rgba(101, 192, 228, 1)\",\"button-hover-background-style-color2\":\"\",\"button-hover-background-style-gradient\":\"no\",\"button-hover-border-style-width\":\"1\",\"button-hover-border-style-style\":\"solid\",\"button-hover-border-style-radius\":\"0\",\"button-hover-border-style-color\":\"rgba(101, 192, 228, 1)\",\"button-hover-border-style-top\":\"on\",\"button-hover-border-style-right\":\"on\",\"button-hover-border-style-bottom\":\"on\",\"button-hover-border-style-left\":\"on\",\"button-hover-shadow-style\":\"regular\",\"button-hover-shadow-size\":\"medium\",\"button-hover-shadow-color\":\"rgba(101, 192, 228, 1)\",\"button-active-inherit\":\"on\",\"button-active-text-style-family\":\"\",\"button-active-text-style-size\":\"15\",\"button-active-text-style-color\":\"#ffffff\",\"button-active-text-style-weight\":\"\",\"button-active-text-style-italic\":\"off\",\"button-active-text-style-underline\":\"off\",\"button-active-text-style-align\":\"center\",\"button-active-background-style-image\":\"\",\"button-active-background-style-size\":\"auto\",\"button-active-background-style-horizontal-position\":\"left\",\"button-active-background-style-vertical-position\":\"top\",\"button-active-background-style-repeat\":\"repeat\",\"button-active-background-style-color\":\"#a93a65\",\"button-active-background-style-color2\":\"\",\"button-active-background-style-gradient\":\"no\",\"button-active-border-style-width\":\"1\",\"button-active-border-style-style\":\"solid\",\"button-active-border-style-radius\":\"0\",\"button-active-border-style-color\":\"#a93a65\",\"button-active-border-style-top\":\"on\",\"button-active-border-style-right\":\"on\",\"button-active-border-style-bottom\":\"on\",\"button-active-border-style-left\":\"on\",\"button-active-shadow-style\":\"regular\",\"button-active-shadow-size\":\"\",\"button-active-shadow-color\":\"#444444\",\"button-active-transform\":\"zoom-out\",\"error-background-style-image\":\"\",\"error-background-style-size\":\"auto\",\"error-background-style-horizontal-position\":\"left\",\"error-background-style-vertical-position\":\"top\",\"error-background-style-repeat\":\"repeat\",\"error-background-style-color\":\"#d9534f\",\"error-background-style-color2\":\"\",\"error-background-style-gradient\":\"no\",\"error-text-style-family\":\"\",\"error-text-style-size\":\"15\",\"error-text-style-color\":\"#ffffff\",\"error-text-style-weight\":\"\",\"error-text-style-italic\":\"off\",\"error-text-style-underline\":\"off\",\"error-text-style-align\":\"left\",\"progress-type\":\"progress-1\",\"progress-color-color1\":\"#e0e0e0\",\"progress-color-color2\":\"#bd4070\",\"progress-color-color3\":\"#ffffff\",\"progress-color-color4\":\"#444444\",\"progress-striped\":\"off\",\"progress-label-enable\":\"off\",\"progress-confirmation-enable\":\"on\",\"confirmation-tab\":\"confirmation\",\"confirmations\":[],\"double-tab\":\"double\",\"double-enable\":\"off\",\"double-email-recipient\":\"{{8|E-mail Field}}\",\"double-email-subject\":\"Please confirm your email address\",\"double-email-message\":\"Dear visitor!\\n\\nPlease confirm your email address by clicking the following link:\\n<a href=\\\"{{confirmation-url}}\\\">{{confirmation-url}}<\\/a>\\n\\nThanks.\",\"double-from-email\":\"{{global-from-email}}\",\"double-from-name\":\"{{global-from-name}}\",\"double-message\":\"<h4 style=\\\"text-align: center;\\\">Thank you!<\\/h4><p style=\\\"text-align: center;\\\">Your email address successfully confirmed.<\\/p>\",\"double-url\":\"\",\"notification-tab\":\"notification\",\"notifications\":[],\"integration-tab\":\"integration\",\"integrations\":[],\"advanced-tab\":\"advanced\",\"math-expressions\":[],\"payment-gateways\":[],\"misc-save-ip\":\"on\",\"misc-save-user-agent\":\"on\",\"misc-email-tech-info\":\"on\",\"misc-record-tech-info\":\"on\",\"misc-disable-html-scrollbar\":\"off\",\"personal-keys\":[],\"antibot-enable\":\"on\",\"antibot-delay\":\"10\",\"antibot-check-form\":\"on\",\"antibot-check-ip\":\"on\",\"antibot-error\":\"Thank you. We have already got your request.\",\"text-style-bold\":\"off\",\"input-text-style-bold\":\"off\",\"input-hover-text-style-bold\":\"off\",\"input-focus-text-style-bold\":\"off\",\"imageselect-text-style-bold\":\"off\",\"tile-text-style-bold\":\"off\",\"tile-hover-text-style-bold\":\"off\",\"tile-selected-text-style-bold\":\"off\",\"rangeslider-skin\":\"flat\",\"rangeslider-color-color1\":\"#e8e8e8\",\"rangeslider-color-color2\":\"#888888\",\"rangeslider-color-color3\":\"#bd4070\",\"rangeslider-color-color4\":\"#a93a65\",\"rangeslider-color-color5\":\"#ffffff\",\"button-text-style-bold\":\"on\",\"button-hover-text-style-bold\":\"on\",\"button-active-text-style-bold\":\"off\",\"error-text-style-bold\":\"off\",\"customjs-afterinit-enable\":\"off\",\"customjs-afterinit-script\":\"\",\"customjs-afterupdate-enable\":\"off\",\"customjs-afterupdate-script\":\"\",\"customjs-beforesubmit-enable\":\"off\",\"customjs-beforesubmit-script\":\"\",\"customjs-aftersubmitsuccess-enable\":\"off\",\"customjs-aftersubmitsuccess-script\":\"\"}','[{\"general\":\"general\",\"name\":\"Contact Form\",\"size-width\":\"700\",\"size-height\":\"350\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page\",\"id\":1},{\"general\":\"general\",\"name\":\"Confirmation\",\"size-width\":\"420\",\"size-height\":\"320\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page-confirmation\",\"id\":\"confirmation\"}]','[\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"HTML Content\\\",\\\"position-top\\\":80,\\\"position-left\\\":70,\\\"size-width\\\":280,\\\"size-height\\\":160,\\\"content\\\":\\\"<h4 style=\\\\\\\"text-align: center; font-size: 18px; font-weight: bold;\\\\\\\">Thank you!<\\\\\\/h4><p style=\\\\\\\"text-align: center;\\\\\\\">We will contact you soon.<\\\\\\/p>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"\\\",\\\"text-style-size\\\":\\\"15\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"#5cb85c\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"0\\\",\\\"border-style-style\\\":\\\"solid\\\",\\\"border-style-radius\\\":5,\\\"border-style-color\\\":\\\"#ccc\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#000000\\\",\\\"padding-top\\\":40,\\\"padding-right\\\":40,\\\"padding-bottom\\\":40,\\\"padding-left\\\":40,\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"_parent\\\":\\\"confirmation\\\",\\\"_seq\\\":0,\\\"id\\\":0}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"MAIN WINDOW\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"700\\\",\\\"size-height\\\":\\\"350\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"500\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"rgba(255,255,255,1)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#202020\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"rectangle\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"1\\\",\\\"id\\\":2}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Header\\\",\\\"position-top\\\":\\\"35\\\",\\\"position-left\\\":\\\"55\\\",\\\"size-width\\\":\\\"\\\",\\\"size-height\\\":\\\"\\\",\\\"content\\\":\\\"Contact Us.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutLeft\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"30\\\",\\\"text-style-color\\\":\\\"#000000\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"on\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"2\\\",\\\"id\\\":3}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"UNDERLINE\\\",\\\"position-top\\\":\\\"80\\\",\\\"position-left\\\":\\\"55\\\",\\\"size-width\\\":\\\"350\\\",\\\"size-height\\\":\\\"25\\\",\\\"animation-in\\\":\\\"bounceInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutLeft\\\",\\\"style\\\":\\\"style\\\",\\\"background-style-image\\\":\\\"\\\\\\/\\\\\\/fl-hotel1.otelms.com\\\\\\/wp-content\\\\\\/plugins\\\\\\/halfdata-green-popups\\\\\\/images\\\\\\/default\\\\\\/contact-form-03.jpg\\\",\\\"background-style-size\\\":\\\"cover\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"no-repeat\\\",\\\"background-style-color\\\":\\\"rgba(101, 192, 228, 1)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"rectangle\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"3\\\",\\\"id\\\":5}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Name Field\\\",\\\"position-top\\\":\\\"130\\\",\\\"position-left\\\":\\\"55\\\",\\\"size-width\\\":\\\"310\\\",\\\"size-height\\\":\\\"40\\\",\\\"placeholder\\\":\\\"NAME\\\",\\\"autocomplete\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutLeft\\\",\\\"required\\\":\\\"on\\\",\\\"required-error\\\":\\\"This field is required.\\\",\\\"style\\\":\\\"style\\\",\\\"align\\\":\\\"left\\\",\\\"icon-left-icon\\\":\\\"\\\",\\\"icon-left-size\\\":\\\"\\\",\\\"icon-left-color\\\":\\\"\\\",\\\"icon-right-icon\\\":\\\"\\\",\\\"icon-right-size\\\":\\\"\\\",\\\"icon-right-color\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"data\\\":\\\"data\\\",\\\"default\\\":\\\"\\\",\\\"dynamic-default\\\":\\\"off\\\",\\\"dynamic-parameter\\\":\\\"\\\",\\\"readonly\\\":\\\"off\\\",\\\"save\\\":\\\"on\\\",\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"advanced\\\":\\\"advanced\\\",\\\"element-id\\\":\\\"7\\\",\\\"filters\\\":[{\\\"type\\\":\\\"trim\\\",\\\"properties\\\":[]}],\\\"validators\\\":[],\\\"mask-preset\\\":\\\"\\\",\\\"mask-mask\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"5\\\",\\\"id\\\":7}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"E-mail Field\\\",\\\"position-top\\\":\\\"130\\\",\\\"position-left\\\":\\\"385\\\",\\\"size-width\\\":\\\"260\\\",\\\"size-height\\\":\\\"40\\\",\\\"placeholder\\\":\\\"EMAIL\\\",\\\"autocomplete\\\":\\\"email\\\",\\\"animation-in\\\":\\\"bounceInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutRight\\\",\\\"required\\\":\\\"on\\\",\\\"required-error\\\":\\\"This field is required.\\\",\\\"style\\\":\\\"style\\\",\\\"align\\\":\\\"left\\\",\\\"icon-left-icon\\\":\\\"\\\",\\\"icon-left-size\\\":\\\"\\\",\\\"icon-left-color\\\":\\\"\\\",\\\"icon-right-icon\\\":\\\"\\\",\\\"icon-right-size\\\":\\\"\\\",\\\"icon-right-color\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"data\\\":\\\"data\\\",\\\"default\\\":\\\"\\\",\\\"dynamic-default\\\":\\\"off\\\",\\\"dynamic-parameter\\\":\\\"\\\",\\\"readonly\\\":\\\"off\\\",\\\"save\\\":\\\"on\\\",\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"advanced\\\":\\\"advanced\\\",\\\"element-id\\\":\\\"8\\\",\\\"filters\\\":[{\\\"type\\\":\\\"trim\\\",\\\"properties\\\":[]}],\\\"validators\\\":[{\\\"type\\\":\\\"email\\\",\\\"properties\\\":{\\\"error\\\":\\\"\\\"}}],\\\"type\\\":\\\"email\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"6\\\",\\\"id\\\":8}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Message Field\\\",\\\"position-top\\\":\\\"190\\\",\\\"position-left\\\":\\\"55\\\",\\\"size-width\\\":\\\"310\\\",\\\"size-height\\\":\\\"120\\\",\\\"placeholder\\\":\\\"MESSAGE\\\",\\\"animation-in\\\":\\\"bounceInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutUp\\\",\\\"required\\\":\\\"on\\\",\\\"required-error\\\":\\\"This field is required.\\\",\\\"style\\\":\\\"style\\\",\\\"align\\\":\\\"left\\\",\\\"icon-left-icon\\\":\\\"\\\",\\\"icon-left-size\\\":\\\"\\\",\\\"icon-left-color\\\":\\\"\\\",\\\"icon-right-icon\\\":\\\"\\\",\\\"icon-right-size\\\":\\\"\\\",\\\"icon-right-color\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"data\\\":\\\"data\\\",\\\"default\\\":\\\"\\\",\\\"dynamic-default\\\":\\\"off\\\",\\\"dynamic-parameter\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\",\\\"readonly\\\":\\\"off\\\",\\\"save\\\":\\\"on\\\",\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"advanced\\\":\\\"advanced\\\",\\\"element-id\\\":\\\"9\\\",\\\"filters\\\":[{\\\"type\\\":\\\"trim\\\",\\\"properties\\\":[]}],\\\"validators\\\":[],\\\"type\\\":\\\"textarea\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"7\\\",\\\"id\\\":9}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Description\\\",\\\"position-top\\\":\\\"190\\\",\\\"position-left\\\":\\\"385\\\",\\\"size-width\\\":\\\"260\\\",\\\"size-height\\\":\\\"55\\\",\\\"content\\\":\\\"This is Green Popups\' version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutRight\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Open Sans\\\",\\\"text-style-size\\\":\\\"12\\\",\\\"text-style-color\\\":\\\"#bcbcbc\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"8\\\",\\\"id\\\":10}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Submit Button\\\",\\\"label\\\":\\\"SUBMIT NOW\\\",\\\"position-top\\\":270,\\\"position-left\\\":385,\\\"size-width\\\":\\\"260\\\",\\\"size-height\\\":\\\"40\\\",\\\"button-type\\\":\\\"submit\\\",\\\"label-loading\\\":\\\"Loading...\\\",\\\"animation-in\\\":\\\"bounceInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"icon-left\\\":\\\"\\\",\\\"icon-right\\\":\\\"\\\",\\\"colors-background\\\":\\\"\\\",\\\"colors-border\\\":\\\"\\\",\\\"colors-text\\\":\\\"\\\",\\\"colors-hover-background\\\":\\\"\\\",\\\"colors-hover-border\\\":\\\"\\\",\\\"colors-hover-text\\\":\\\"\\\",\\\"colors-active-background\\\":\\\"\\\",\\\"colors-active-border\\\":\\\"\\\",\\\"colors-active-text\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"button\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"9\\\",\\\"id\\\":11}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Facebook Icon\\\",\\\"position-top\\\":\\\"80\\\",\\\"position-left\\\":\\\"415\\\",\\\"size-width\\\":\\\"15\\\",\\\"icon\\\":\\\"fab fa-facebook\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"bounceInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutRight\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"rgba(101, 192, 228, 1)\\\",\\\"colors-color2\\\":\\\"rgba(34, 34, 34, 1)\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":12,\\\"id\\\":12}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Instagram Icon\\\",\\\"position-top\\\":\\\"80\\\",\\\"position-left\\\":\\\"440\\\",\\\"size-width\\\":\\\"15\\\",\\\"icon\\\":\\\"fab fa-instagram\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"bounceInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutRight\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"rgba(101, 192, 228, 1)\\\",\\\"colors-color2\\\":\\\"rgba(34, 34, 34, 1)\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":12,\\\"id\\\":13,\\\"size-height\\\":16}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Twitter Icon\\\",\\\"position-top\\\":\\\"80\\\",\\\"position-left\\\":\\\"465\\\",\\\"size-width\\\":\\\"15\\\",\\\"icon\\\":\\\"fab fa-twitter\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"bounceInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutRight\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"rgba(101, 192, 228, 1)\\\",\\\"colors-color2\\\":\\\"rgba(34, 34, 34, 1)\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":12,\\\"id\\\":14,\\\"size-height\\\":16}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Close icon\\\",\\\"position-top\\\":\\\"20\\\",\\\"position-left\\\":\\\"620\\\",\\\"size-width\\\":\\\"40\\\",\\\"mode\\\":\\\"single\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"bounceInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutRight\\\",\\\"style\\\":\\\"style\\\",\\\"view\\\":\\\"basic\\\",\\\"colors-color1\\\":\\\"rgba(34, 34, 34, 1)\\\",\\\"colors-color2\\\":\\\"rgba(101, 192, 228, 1)\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"close\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":15,\\\"id\\\":15}\"]',NULL,NULL,NULL,0,0,1638441414,1638441414,0),(3,'Contact Form #3','contact-form-3','{\"general-tab\":\"general\",\"name\":\"Contact Form #3\",\"active\":\"on\",\"key-fields-primary\":\"6\",\"key-fields-secondary\":\"7\",\"datetime-args-date-format\":\"yyyy-mm-dd\",\"datetime-args-time-format\":\"hh:ii\",\"datetime-args-locale\":\"en\",\"cross-domain\":\"on\",\"session-enable\":\"off\",\"session-length\":\"48\",\"cookie-lifetime\":\"360\",\"esc-enable\":\"on\",\"enter-enable\":\"on\",\"style-tab\":\"style\",\"position\":\"middle-center\",\"overlay-enable\":\"on\",\"overlay-animation\":\"fadeIn\",\"overlay-color\":\"rgba(51, 51, 51, 0.8)\",\"overlay-click\":\"on\",\"spinner-color-color1\":\"rgba(255, 255, 255, 1)\",\"spinner-color-color2\":\"rgba(255, 255, 255, 1)\",\"spinner-color-color3\":\"rgba(255, 255, 255, 1)\",\"text-style-family\":\"Raleway\",\"text-style-size\":\"15\",\"text-style-color\":\"#444444\",\"text-style-weight\":\"\",\"text-style-italic\":\"off\",\"text-style-underline\":\"off\",\"text-style-align\":\"left\",\"input-icon-position\":\"inside\",\"input-icon-size\":\"20\",\"input-icon-color\":\"#444444\",\"input-icon-background\":\"\",\"input-icon-border\":\"\",\"input-text-style-family\":\"Raleway\",\"input-text-style-size\":\"14\",\"input-text-style-color\":\"#000000\",\"input-text-style-weight\":\"\",\"input-text-style-italic\":\"off\",\"input-text-style-underline\":\"off\",\"input-text-style-align\":\"left\",\"input-background-style-image\":\"\",\"input-background-style-size\":\"auto\",\"input-background-style-horizontal-position\":\"left\",\"input-background-style-vertical-position\":\"top\",\"input-background-style-repeat\":\"repeat\",\"input-background-style-color\":\"rgba(235, 235, 235, 0.9)\",\"input-background-style-color2\":\"\",\"input-background-style-gradient\":\"no\",\"input-border-style-width\":\"2\",\"input-border-style-style\":\"solid\",\"input-border-style-radius\":\"0\",\"input-border-style-color\":\"\",\"input-border-style-top\":\"on\",\"input-border-style-right\":\"on\",\"input-border-style-bottom\":\"on\",\"input-border-style-left\":\"on\",\"input-shadow-style\":\"regular\",\"input-shadow-size\":\"\",\"input-shadow-color\":\"#444444\",\"input-hover-inherit\":\"on\",\"input-hover-text-style-family\":\"\",\"input-hover-text-style-size\":\"15\",\"input-hover-text-style-color\":\"#444444\",\"input-hover-text-style-weight\":\"\",\"input-hover-text-style-italic\":\"off\",\"input-hover-text-style-underline\":\"off\",\"input-hover-text-style-align\":\"left\",\"input-hover-background-style-image\":\"\",\"input-hover-background-style-size\":\"auto\",\"input-hover-background-style-horizontal-position\":\"left\",\"input-hover-background-style-vertical-position\":\"top\",\"input-hover-background-style-repeat\":\"repeat\",\"input-hover-background-style-color\":\"#ffffff\",\"input-hover-background-style-color2\":\"\",\"input-hover-background-style-gradient\":\"no\",\"input-hover-border-style-width\":\"1\",\"input-hover-border-style-style\":\"solid\",\"input-hover-border-style-radius\":\"0\",\"input-hover-border-style-color\":\"#cccccc\",\"input-hover-border-style-top\":\"on\",\"input-hover-border-style-right\":\"on\",\"input-hover-border-style-bottom\":\"on\",\"input-hover-border-style-left\":\"on\",\"input-hover-shadow-style\":\"regular\",\"input-hover-shadow-size\":\"\",\"input-hover-shadow-color\":\"#444444\",\"input-focus-inherit\":\"on\",\"input-focus-text-style-family\":\"\",\"input-focus-text-style-size\":\"15\",\"input-focus-text-style-color\":\"#444444\",\"input-focus-text-style-weight\":\"\",\"input-focus-text-style-italic\":\"off\",\"input-focus-text-style-underline\":\"off\",\"input-focus-text-style-align\":\"left\",\"input-focus-background-style-image\":\"\",\"input-focus-background-style-size\":\"auto\",\"input-focus-background-style-horizontal-position\":\"left\",\"input-focus-background-style-vertical-position\":\"top\",\"input-focus-background-style-repeat\":\"repeat\",\"input-focus-background-style-color\":\"#ffffff\",\"input-focus-background-style-color2\":\"\",\"input-focus-background-style-gradient\":\"no\",\"input-focus-border-style-width\":\"1\",\"input-focus-border-style-style\":\"solid\",\"input-focus-border-style-radius\":\"0\",\"input-focus-border-style-color\":\"#cccccc\",\"input-focus-border-style-top\":\"on\",\"input-focus-border-style-right\":\"on\",\"input-focus-border-style-bottom\":\"on\",\"input-focus-border-style-left\":\"on\",\"input-focus-shadow-style\":\"regular\",\"input-focus-shadow-size\":\"\",\"input-focus-shadow-color\":\"#444444\",\"checkbox-radio-style-position\":\"left\",\"checkbox-radio-style-size\":\"medium\",\"checkbox-radio-style-align\":\"left\",\"checkbox-radio-style-layout\":\"1\",\"checkbox-view\":\"classic\",\"radio-view\":\"classic\",\"checkbox-radio-unchecked-color-color1\":\"\",\"checkbox-radio-unchecked-color-color2\":\"rgba(235, 235, 235, 0.9)\",\"checkbox-radio-unchecked-color-color3\":\"#000000\",\"checkbox-radio-checked-inherit\":\"on\",\"checkbox-radio-checked-color-color1\":\"#cccccc\",\"checkbox-radio-checked-color-color2\":\"#ffffff\",\"checkbox-radio-checked-color-color3\":\"#444444\",\"imageselect-style-align\":\"left\",\"imageselect-style-effect\":\"none\",\"imageselect-text-style-family\":\"\",\"imageselect-text-style-size\":\"15\",\"imageselect-text-style-color\":\"#444444\",\"imageselect-text-style-weight\":\"\",\"imageselect-text-style-italic\":\"off\",\"imageselect-text-style-underline\":\"off\",\"imageselect-text-style-align\":\"left\",\"imageselect-border-style-width\":\"1\",\"imageselect-border-style-style\":\"solid\",\"imageselect-border-style-radius\":\"0\",\"imageselect-border-style-color\":\"#cccccc\",\"imageselect-border-style-top\":\"on\",\"imageselect-border-style-right\":\"on\",\"imageselect-border-style-bottom\":\"on\",\"imageselect-border-style-left\":\"on\",\"imageselect-shadow-style\":\"regular\",\"imageselect-shadow-size\":\"\",\"imageselect-shadow-color\":\"#444444\",\"imageselect-hover-inherit\":\"on\",\"imageselect-hover-border-style-width\":\"1\",\"imageselect-hover-border-style-style\":\"solid\",\"imageselect-hover-border-style-radius\":\"0\",\"imageselect-hover-border-style-color\":\"#cccccc\",\"imageselect-hover-border-style-top\":\"on\",\"imageselect-hover-border-style-right\":\"on\",\"imageselect-hover-border-style-bottom\":\"on\",\"imageselect-hover-border-style-left\":\"on\",\"imageselect-hover-shadow-style\":\"regular\",\"imageselect-hover-shadow-size\":\"\",\"imageselect-hover-shadow-color\":\"#444444\",\"imageselect-selected-inherit\":\"on\",\"imageselect-selected-border-style-width\":\"1\",\"imageselect-selected-border-style-style\":\"solid\",\"imageselect-selected-border-style-radius\":\"0\",\"imageselect-selected-border-style-color\":\"#cccccc\",\"imageselect-selected-border-style-top\":\"on\",\"imageselect-selected-border-style-right\":\"on\",\"imageselect-selected-border-style-bottom\":\"on\",\"imageselect-selected-border-style-left\":\"on\",\"imageselect-selected-shadow-style\":\"regular\",\"imageselect-selected-shadow-size\":\"\",\"imageselect-selected-shadow-color\":\"#444444\",\"imageselect-selected-scale\":\"on\",\"multiselect-style-align\":\"left\",\"multiselect-style-height\":\"120\",\"multiselect-style-hover-background\":\"#bd4070\",\"multiselect-style-hover-color\":\"#ffffff\",\"multiselect-style-selected-background\":\"#a93a65\",\"multiselect-style-selected-color\":\"#ffffff\",\"tile-style-size\":\"medium\",\"tile-style-width\":\"default\",\"tile-style-position\":\"left\",\"tile-style-layout\":\"inline\",\"tile-text-style-family\":\"\",\"tile-text-style-size\":\"15\",\"tile-text-style-color\":\"#444444\",\"tile-text-style-weight\":\"\",\"tile-text-style-italic\":\"off\",\"tile-text-style-underline\":\"off\",\"tile-text-style-align\":\"center\",\"tile-background-style-image\":\"\",\"tile-background-style-size\":\"auto\",\"tile-background-style-horizontal-position\":\"left\",\"tile-background-style-vertical-position\":\"top\",\"tile-background-style-repeat\":\"repeat\",\"tile-background-style-color\":\"#ffffff\",\"tile-background-style-color2\":\"\",\"tile-background-style-gradient\":\"no\",\"tile-border-style-width\":\"1\",\"tile-border-style-style\":\"solid\",\"tile-border-style-radius\":\"0\",\"tile-border-style-color\":\"#cccccc\",\"tile-border-style-top\":\"on\",\"tile-border-style-right\":\"on\",\"tile-border-style-bottom\":\"on\",\"tile-border-style-left\":\"on\",\"tile-shadow-style\":\"regular\",\"tile-shadow-size\":\"\",\"tile-shadow-color\":\"#444444\",\"tile-hover-inherit\":\"on\",\"tile-hover-text-style-family\":\"\",\"tile-hover-text-style-size\":\"15\",\"tile-hover-text-style-color\":\"#444444\",\"tile-hover-text-style-weight\":\"\",\"tile-hover-text-style-italic\":\"off\",\"tile-hover-text-style-underline\":\"off\",\"tile-hover-text-style-align\":\"center\",\"tile-hover-background-style-image\":\"\",\"tile-hover-background-style-size\":\"auto\",\"tile-hover-background-style-horizontal-position\":\"left\",\"tile-hover-background-style-vertical-position\":\"top\",\"tile-hover-background-style-repeat\":\"repeat\",\"tile-hover-background-style-color\":\"#ffffff\",\"tile-hover-background-style-color2\":\"\",\"tile-hover-background-style-gradient\":\"no\",\"tile-hover-border-style-width\":\"1\",\"tile-hover-border-style-style\":\"solid\",\"tile-hover-border-style-radius\":\"0\",\"tile-hover-border-style-color\":\"#a93a65\",\"tile-hover-border-style-top\":\"on\",\"tile-hover-border-style-right\":\"on\",\"tile-hover-border-style-bottom\":\"on\",\"tile-hover-border-style-left\":\"on\",\"tile-hover-shadow-style\":\"regular\",\"tile-hover-shadow-size\":\"\",\"tile-hover-shadow-color\":\"#444444\",\"tile-selected-inherit\":\"on\",\"tile-selected-text-style-family\":\"\",\"tile-selected-text-style-size\":\"15\",\"tile-selected-text-style-color\":\"#444444\",\"tile-selected-text-style-weight\":\"\",\"tile-selected-text-style-italic\":\"off\",\"tile-selected-text-style-underline\":\"off\",\"tile-selected-text-style-align\":\"center\",\"tile-selected-background-style-image\":\"\",\"tile-selected-background-style-size\":\"auto\",\"tile-selected-background-style-horizontal-position\":\"left\",\"tile-selected-background-style-vertical-position\":\"top\",\"tile-selected-background-style-repeat\":\"repeat\",\"tile-selected-background-style-color\":\"#ffffff\",\"tile-selected-background-style-color2\":\"\",\"tile-selected-background-style-gradient\":\"no\",\"tile-selected-border-style-width\":\"1\",\"tile-selected-border-style-style\":\"solid\",\"tile-selected-border-style-radius\":\"0\",\"tile-selected-border-style-color\":\"#a93a65\",\"tile-selected-border-style-top\":\"on\",\"tile-selected-border-style-right\":\"on\",\"tile-selected-border-style-bottom\":\"on\",\"tile-selected-border-style-left\":\"on\",\"tile-selected-shadow-style\":\"regular\",\"tile-selected-shadow-size\":\"\",\"tile-selected-shadow-color\":\"#444444\",\"tile-selected-transform\":\"zoom-in\",\"button-text-style-family\":\"Raleway\",\"button-text-style-size\":\"18\",\"button-text-style-color\":\"#ffffff\",\"button-text-style-weight\":\"\",\"button-text-style-italic\":\"off\",\"button-text-style-underline\":\"off\",\"button-text-style-align\":\"center\",\"button-background-style-image\":\"\",\"button-background-style-size\":\"auto\",\"button-background-style-horizontal-position\":\"left\",\"button-background-style-vertical-position\":\"top\",\"button-background-style-repeat\":\"repeat\",\"button-background-style-color\":\"rgba(25, 90, 255, 1)\",\"button-background-style-color2\":\"\",\"button-background-style-gradient\":\"no\",\"button-border-style-width\":\"1\",\"button-border-style-style\":\"solid\",\"button-border-style-radius\":\"0\",\"button-border-style-color\":\"rgba(25, 90, 255, 1)\",\"button-border-style-top\":\"on\",\"button-border-style-right\":\"on\",\"button-border-style-bottom\":\"on\",\"button-border-style-left\":\"on\",\"button-shadow-style\":\"regular\",\"button-shadow-size\":\"medium\",\"button-shadow-color\":\"#202020\",\"button-hover-inherit\":\"on\",\"button-hover-text-style-family\":\"\",\"button-hover-text-style-size\":\"15\",\"button-hover-text-style-color\":\"#ffffff\",\"button-hover-text-style-weight\":\"\",\"button-hover-text-style-italic\":\"off\",\"button-hover-text-style-underline\":\"off\",\"button-hover-text-style-align\":\"center\",\"button-hover-background-style-image\":\"\",\"button-hover-background-style-size\":\"auto\",\"button-hover-background-style-horizontal-position\":\"left\",\"button-hover-background-style-vertical-position\":\"top\",\"button-hover-background-style-repeat\":\"repeat\",\"button-hover-background-style-color\":\"#a93a65\",\"button-hover-background-style-color2\":\"\",\"button-hover-background-style-gradient\":\"no\",\"button-hover-border-style-width\":\"1\",\"button-hover-border-style-style\":\"solid\",\"button-hover-border-style-radius\":\"0\",\"button-hover-border-style-color\":\"#a93a65\",\"button-hover-border-style-top\":\"on\",\"button-hover-border-style-right\":\"on\",\"button-hover-border-style-bottom\":\"on\",\"button-hover-border-style-left\":\"on\",\"button-hover-shadow-style\":\"regular\",\"button-hover-shadow-size\":\"\",\"button-hover-shadow-color\":\"#444444\",\"button-active-inherit\":\"on\",\"button-active-text-style-family\":\"\",\"button-active-text-style-size\":\"15\",\"button-active-text-style-color\":\"#ffffff\",\"button-active-text-style-weight\":\"\",\"button-active-text-style-italic\":\"off\",\"button-active-text-style-underline\":\"off\",\"button-active-text-style-align\":\"center\",\"button-active-background-style-image\":\"\",\"button-active-background-style-size\":\"auto\",\"button-active-background-style-horizontal-position\":\"left\",\"button-active-background-style-vertical-position\":\"top\",\"button-active-background-style-repeat\":\"repeat\",\"button-active-background-style-color\":\"#a93a65\",\"button-active-background-style-color2\":\"\",\"button-active-background-style-gradient\":\"no\",\"button-active-border-style-width\":\"1\",\"button-active-border-style-style\":\"solid\",\"button-active-border-style-radius\":\"0\",\"button-active-border-style-color\":\"#a93a65\",\"button-active-border-style-top\":\"on\",\"button-active-border-style-right\":\"on\",\"button-active-border-style-bottom\":\"on\",\"button-active-border-style-left\":\"on\",\"button-active-shadow-style\":\"regular\",\"button-active-shadow-size\":\"\",\"button-active-shadow-color\":\"#444444\",\"button-active-transform\":\"zoom-out\",\"error-background-style-image\":\"\",\"error-background-style-size\":\"auto\",\"error-background-style-horizontal-position\":\"left\",\"error-background-style-vertical-position\":\"top\",\"error-background-style-repeat\":\"repeat\",\"error-background-style-color\":\"#d9534f\",\"error-background-style-color2\":\"\",\"error-background-style-gradient\":\"no\",\"error-text-style-family\":\"\",\"error-text-style-size\":\"15\",\"error-text-style-color\":\"#ffffff\",\"error-text-style-weight\":\"\",\"error-text-style-italic\":\"off\",\"error-text-style-underline\":\"off\",\"error-text-style-align\":\"left\",\"progress-type\":\"progress-1\",\"progress-color-color1\":\"#e0e0e0\",\"progress-color-color2\":\"#bd4070\",\"progress-color-color3\":\"#ffffff\",\"progress-color-color4\":\"#444444\",\"progress-striped\":\"off\",\"progress-label-enable\":\"off\",\"progress-confirmation-enable\":\"on\",\"confirmation-tab\":\"confirmation\",\"confirmations\":[],\"double-tab\":\"double\",\"double-enable\":\"off\",\"double-email-recipient\":\"{{6|E-mail Field}}\",\"double-email-subject\":\"Please confirm your email address\",\"double-email-message\":\"Dear visitor!\\n\\nPlease confirm your email address by clicking the following link:\\n<a href=\\\"{{confirmation-url}}\\\">{{confirmation-url}}<\\/a>\\n\\nThanks.\",\"double-from-email\":\"{{global-from-email}}\",\"double-from-name\":\"{{global-from-name}}\",\"double-message\":\"<h4 style=\\\"text-align: center;\\\">Thank you!<\\/h4><p style=\\\"text-align: center;\\\">Your email address successfully confirmed.<\\/p>\",\"double-url\":\"\",\"notification-tab\":\"notification\",\"notifications\":[],\"integration-tab\":\"integration\",\"integrations\":[],\"advanced-tab\":\"advanced\",\"math-expressions\":[],\"payment-gateways\":[],\"misc-save-ip\":\"on\",\"misc-save-user-agent\":\"on\",\"misc-email-tech-info\":\"on\",\"misc-record-tech-info\":\"on\",\"misc-disable-html-scrollbar\":\"off\",\"personal-keys\":[],\"antibot-enable\":\"on\",\"antibot-delay\":\"10\",\"antibot-check-form\":\"on\",\"antibot-check-ip\":\"on\",\"antibot-error\":\"Thank you. We have already got your request.\",\"text-style-bold\":\"off\",\"input-text-style-bold\":\"off\",\"input-hover-text-style-bold\":\"off\",\"input-focus-text-style-bold\":\"off\",\"imageselect-text-style-bold\":\"off\",\"tile-text-style-bold\":\"off\",\"tile-hover-text-style-bold\":\"off\",\"tile-selected-text-style-bold\":\"off\",\"rangeslider-skin\":\"flat\",\"rangeslider-color-color1\":\"#e8e8e8\",\"rangeslider-color-color2\":\"#888888\",\"rangeslider-color-color3\":\"#bd4070\",\"rangeslider-color-color4\":\"#a93a65\",\"rangeslider-color-color5\":\"#ffffff\",\"button-text-style-bold\":\"on\",\"button-hover-text-style-bold\":\"off\",\"button-active-text-style-bold\":\"off\",\"error-text-style-bold\":\"off\",\"customjs-afterinit-enable\":\"off\",\"customjs-afterinit-script\":\"\",\"customjs-afterupdate-enable\":\"off\",\"customjs-afterupdate-script\":\"\",\"customjs-beforesubmit-enable\":\"off\",\"customjs-beforesubmit-script\":\"\",\"customjs-aftersubmitsuccess-enable\":\"off\",\"customjs-aftersubmitsuccess-script\":\"\"}','[{\"general\":\"general\",\"name\":\"Contact Form\",\"size-width\":\"720\",\"size-height\":\"360\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page\",\"id\":1},{\"general\":\"general\",\"name\":\"Confirmation\",\"size-width\":\"420\",\"size-height\":\"320\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page-confirmation\",\"id\":\"confirmation\"}]','[\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"HTML Content\\\",\\\"position-top\\\":80,\\\"position-left\\\":70,\\\"size-width\\\":280,\\\"size-height\\\":160,\\\"content\\\":\\\"<h4 style=\\\\\\\"text-align: center; font-size: 18px; font-weight: bold;\\\\\\\">Thank you!<\\\\\\/h4><p style=\\\\\\\"text-align: center;\\\\\\\">We will contact you soon.<\\\\\\/p>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"\\\",\\\"text-style-size\\\":\\\"15\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"#5cb85c\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"0\\\",\\\"border-style-style\\\":\\\"solid\\\",\\\"border-style-radius\\\":5,\\\"border-style-color\\\":\\\"#ccc\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#000000\\\",\\\"padding-top\\\":40,\\\"padding-right\\\":40,\\\"padding-bottom\\\":40,\\\"padding-left\\\":40,\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"_parent\\\":\\\"confirmation\\\",\\\"_seq\\\":0,\\\"id\\\":0}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Background\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"720\\\",\\\"size-height\\\":\\\"360\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"rgba(255,255,255,1)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#202020\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"rectangle\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"1\\\",\\\"id\\\":2}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Polygons\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"272\\\",\\\"size-height\\\":\\\"360\\\",\\\"content\\\":\\\"<img src=\\\\\\\"\\\\\\/\\\\\\/fl-hotel1.otelms.com\\\\\\/wp-content\\\\\\/plugins\\\\\\/halfdata-green-popups\\\\\\/images\\\\\\/default\\\\\\/contact-form-04.png\\\\\\\" alt=\\\\\\\"\\\\\\\" \\\\\\/>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"14\\\",\\\"text-style-color\\\":\\\"#000000\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"2\\\",\\\"id\\\":3}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Title\\\",\\\"position-top\\\":\\\"30\\\",\\\"position-left\\\":\\\"40\\\",\\\"size-width\\\":\\\"\\\",\\\"size-height\\\":\\\"\\\",\\\"content\\\":\\\"Contact Us\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Raleway\\\",\\\"text-style-size\\\":\\\"32\\\",\\\"text-style-color\\\":\\\"#000000\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"3\\\",\\\"id\\\":4}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Description\\\",\\\"position-top\\\":\\\"95\\\",\\\"position-left\\\":\\\"60\\\",\\\"size-width\\\":\\\"\\\",\\\"size-height\\\":\\\"\\\",\\\"content\\\":\\\"Drop a few lines below and press \\\\u00abSubmit\\\\u00bb.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"300\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Raleway\\\",\\\"text-style-size\\\":\\\"14\\\",\\\"text-style-color\\\":\\\"#000000\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"4\\\",\\\"id\\\":5}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"E-mail Field\\\",\\\"position-top\\\":\\\"140\\\",\\\"position-left\\\":\\\"40\\\",\\\"size-width\\\":\\\"310\\\",\\\"size-height\\\":\\\"45\\\",\\\"placeholder\\\":\\\"Enter your e-mail...\\\",\\\"autocomplete\\\":\\\"email\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"400\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"required\\\":\\\"on\\\",\\\"required-error\\\":\\\"This field is required.\\\",\\\"style\\\":\\\"style\\\",\\\"align\\\":\\\"left\\\",\\\"icon-left-icon\\\":\\\"\\\",\\\"icon-left-size\\\":\\\"\\\",\\\"icon-left-color\\\":\\\"\\\",\\\"icon-right-icon\\\":\\\"\\\",\\\"icon-right-size\\\":\\\"\\\",\\\"icon-right-color\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"data\\\":\\\"data\\\",\\\"default\\\":\\\"\\\",\\\"dynamic-default\\\":\\\"off\\\",\\\"dynamic-parameter\\\":\\\"\\\",\\\"readonly\\\":\\\"off\\\",\\\"save\\\":\\\"on\\\",\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"advanced\\\":\\\"advanced\\\",\\\"element-id\\\":\\\"6\\\",\\\"filters\\\":[{\\\"type\\\":\\\"trim\\\",\\\"properties\\\":[]}],\\\"validators\\\":[{\\\"type\\\":\\\"email\\\",\\\"properties\\\":{\\\"error\\\":\\\"\\\"}}],\\\"type\\\":\\\"email\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"5\\\",\\\"id\\\":6}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Name Field\\\",\\\"position-top\\\":\\\"205\\\",\\\"position-left\\\":\\\"40\\\",\\\"size-width\\\":\\\"310\\\",\\\"size-height\\\":\\\"45\\\",\\\"placeholder\\\":\\\"Enter your name...\\\",\\\"autocomplete\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"400\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"required\\\":\\\"on\\\",\\\"required-error\\\":\\\"This field is required.\\\",\\\"style\\\":\\\"style\\\",\\\"align\\\":\\\"left\\\",\\\"icon-left-icon\\\":\\\"\\\",\\\"icon-left-size\\\":\\\"\\\",\\\"icon-left-color\\\":\\\"\\\",\\\"icon-right-icon\\\":\\\"\\\",\\\"icon-right-size\\\":\\\"\\\",\\\"icon-right-color\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"data\\\":\\\"data\\\",\\\"default\\\":\\\"\\\",\\\"dynamic-default\\\":\\\"off\\\",\\\"dynamic-parameter\\\":\\\"\\\",\\\"readonly\\\":\\\"off\\\",\\\"save\\\":\\\"on\\\",\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"advanced\\\":\\\"advanced\\\",\\\"element-id\\\":\\\"7\\\",\\\"filters\\\":[{\\\"type\\\":\\\"trim\\\",\\\"properties\\\":[]}],\\\"validators\\\":[],\\\"mask-preset\\\":\\\"\\\",\\\"mask-mask\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"6\\\",\\\"id\\\":7}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Message Field\\\",\\\"position-top\\\":\\\"140\\\",\\\"position-left\\\":\\\"370\\\",\\\"size-width\\\":\\\"310\\\",\\\"size-height\\\":\\\"110\\\",\\\"placeholder\\\":\\\"Enter your message...\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"400\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"required\\\":\\\"on\\\",\\\"required-error\\\":\\\"This field is required.\\\",\\\"style\\\":\\\"style\\\",\\\"align\\\":\\\"left\\\",\\\"icon-left-icon\\\":\\\"\\\",\\\"icon-left-size\\\":\\\"\\\",\\\"icon-left-color\\\":\\\"\\\",\\\"icon-right-icon\\\":\\\"\\\",\\\"icon-right-size\\\":\\\"\\\",\\\"icon-right-color\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"data\\\":\\\"data\\\",\\\"default\\\":\\\"\\\",\\\"dynamic-default\\\":\\\"off\\\",\\\"dynamic-parameter\\\":\\\"\\\",\\\"maxlength\\\":\\\"\\\",\\\"readonly\\\":\\\"off\\\",\\\"save\\\":\\\"on\\\",\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"advanced\\\":\\\"advanced\\\",\\\"element-id\\\":\\\"8\\\",\\\"filters\\\":[{\\\"type\\\":\\\"trim\\\",\\\"properties\\\":[]}],\\\"validators\\\":[],\\\"type\\\":\\\"textarea\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"7\\\",\\\"id\\\":8}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Copyright\\\",\\\"position-top\\\":\\\"300\\\",\\\"position-left\\\":\\\"230\\\",\\\"size-width\\\":\\\"273\\\",\\\"size-height\\\":\\\"17\\\",\\\"content\\\":\\\"2020 (C) All rights reserved.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Raleway\\\",\\\"text-style-size\\\":\\\"12\\\",\\\"text-style-color\\\":\\\"#aaaaaa\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"right\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"9\\\",\\\"id\\\":10}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Orange Rectangle\\\",\\\"position-top\\\":\\\"280\\\",\\\"position-left\\\":\\\"680\\\",\\\"size-width\\\":\\\"40\\\",\\\"size-height\\\":\\\"45\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"rgba(254,229,166,1)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"rectangle\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"10\\\",\\\"id\\\":11}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Submit Button\\\",\\\"label\\\":\\\"SUBMIT\\\",\\\"position-top\\\":\\\"280\\\",\\\"position-left\\\":\\\"515\\\",\\\"size-width\\\":\\\"165\\\",\\\"size-height\\\":\\\"45\\\",\\\"button-type\\\":\\\"submit\\\",\\\"label-loading\\\":\\\"Loading...\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"icon-left\\\":\\\"\\\",\\\"icon-right\\\":\\\"\\\",\\\"colors-background\\\":\\\"\\\",\\\"colors-border\\\":\\\"\\\",\\\"colors-text\\\":\\\"\\\",\\\"colors-hover-background\\\":\\\"\\\",\\\"colors-hover-border\\\":\\\"\\\",\\\"colors-hover-text\\\":\\\"\\\",\\\"colors-active-background\\\":\\\"\\\",\\\"colors-active-border\\\":\\\"\\\",\\\"colors-active-text\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"button\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"11\\\",\\\"id\\\":12}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Instagram Icon\\\",\\\"position-top\\\":\\\"300\\\",\\\"position-left\\\":\\\"45\\\",\\\"size-width\\\":\\\"20\\\",\\\"icon\\\":\\\"fab fa-instagram\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"fadeOutDown\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"\\\",\\\"colors-color2\\\":\\\"rgba(25, 90, 255, 1)\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":14,\\\"id\\\":14,\\\"size-height\\\":21}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Facebook Icon\\\",\\\"position-top\\\":\\\"300\\\",\\\"position-left\\\":\\\"70\\\",\\\"size-width\\\":\\\"20\\\",\\\"icon\\\":\\\"fab fa-facebook\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"fadeOutDown\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"\\\",\\\"colors-color2\\\":\\\"rgba(25, 90, 255, 1)\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":14,\\\"id\\\":15,\\\"size-height\\\":21}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Twitter Icon\\\",\\\"position-top\\\":\\\"300\\\",\\\"position-left\\\":\\\"95\\\",\\\"size-width\\\":\\\"20\\\",\\\"icon\\\":\\\"fab fa-twitter\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"fadeOutDown\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"\\\",\\\"colors-color2\\\":\\\"rgba(25, 90, 255, 1)\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":14,\\\"id\\\":16,\\\"size-height\\\":21}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Close icon\\\",\\\"position-top\\\":\\\"25\\\",\\\"position-left\\\":\\\"650\\\",\\\"size-width\\\":\\\"40\\\",\\\"mode\\\":\\\"single\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"fadeOutDown\\\",\\\"style\\\":\\\"style\\\",\\\"view\\\":\\\"basic\\\",\\\"colors-color1\\\":\\\"rgba(34, 34, 34, 1)\\\",\\\"colors-color2\\\":\\\"rgba(25, 90, 255, 1)\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"close\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":17,\\\"id\\\":17}\"]',NULL,NULL,NULL,0,0,1638441414,1638441414,0),(4,'Subscribe #1','subscribe','{\"general-tab\":\"general\",\"name\":\"Subscribe #1\",\"active\":\"on\",\"key-fields-primary\":\"8\",\"key-fields-secondary\":\"6\",\"datetime-args-date-format\":\"yyyy-mm-dd\",\"datetime-args-time-format\":\"hh:ii\",\"datetime-args-locale\":\"en\",\"cross-domain\":\"on\",\"session-enable\":\"off\",\"session-length\":\"48\",\"cookie-lifetime\":\"360\",\"esc-enable\":\"on\",\"enter-enable\":\"on\",\"style-tab\":\"style\",\"position\":\"middle-center\",\"overlay-enable\":\"on\",\"overlay-animation\":\"fadeIn\",\"overlay-color\":\"rgba(51, 51, 51, 0.8)\",\"overlay-click\":\"on\",\"spinner-color-color1\":\"rgba(223, 235, 237, 1)\",\"spinner-color-color2\":\"rgba(168, 194, 198, 1)\",\"spinner-color-color3\":\"rgba(223, 235, 237, 1)\",\"text-style-family\":\"Roboto\",\"text-style-size\":\"15\",\"text-style-color\":\"#444444\",\"text-style-weight\":\"\",\"text-style-italic\":\"off\",\"text-style-underline\":\"off\",\"text-style-align\":\"left\",\"input-icon-position\":\"inside\",\"input-icon-size\":\"20\",\"input-icon-color\":\"#444444\",\"input-icon-background\":\"\",\"input-icon-border\":\"\",\"input-text-style-family\":\"Roboto\",\"input-text-style-size\":\"16\",\"input-text-style-color\":\"#2b4450\",\"input-text-style-weight\":\"\",\"input-text-style-italic\":\"off\",\"input-text-style-underline\":\"off\",\"input-text-style-align\":\"left\",\"input-background-style-image\":\"\",\"input-background-style-size\":\"auto\",\"input-background-style-horizontal-position\":\"left\",\"input-background-style-vertical-position\":\"top\",\"input-background-style-repeat\":\"repeat\",\"input-background-style-color\":\"rgba(255, 255, 255, 0)\",\"input-background-style-color2\":\"\",\"input-background-style-gradient\":\"no\",\"input-border-style-width\":\"1\",\"input-border-style-style\":\"solid\",\"input-border-style-radius\":\"0\",\"input-border-style-color\":\"#497285\",\"input-border-style-top\":\"off\",\"input-border-style-right\":\"off\",\"input-border-style-bottom\":\"on\",\"input-border-style-left\":\"off\",\"input-shadow-style\":\"regular\",\"input-shadow-size\":\"\",\"input-shadow-color\":\"#444444\",\"input-hover-inherit\":\"on\",\"input-hover-text-style-family\":\"\",\"input-hover-text-style-size\":\"15\",\"input-hover-text-style-color\":\"#444444\",\"input-hover-text-style-weight\":\"\",\"input-hover-text-style-italic\":\"off\",\"input-hover-text-style-underline\":\"off\",\"input-hover-text-style-align\":\"left\",\"input-hover-background-style-image\":\"\",\"input-hover-background-style-size\":\"auto\",\"input-hover-background-style-horizontal-position\":\"left\",\"input-hover-background-style-vertical-position\":\"top\",\"input-hover-background-style-repeat\":\"repeat\",\"input-hover-background-style-color\":\"#ffffff\",\"input-hover-background-style-color2\":\"\",\"input-hover-background-style-gradient\":\"no\",\"input-hover-border-style-width\":\"1\",\"input-hover-border-style-style\":\"solid\",\"input-hover-border-style-radius\":\"0\",\"input-hover-border-style-color\":\"#cccccc\",\"input-hover-border-style-top\":\"on\",\"input-hover-border-style-right\":\"on\",\"input-hover-border-style-bottom\":\"on\",\"input-hover-border-style-left\":\"on\",\"input-hover-shadow-style\":\"regular\",\"input-hover-shadow-size\":\"\",\"input-hover-shadow-color\":\"#444444\",\"input-focus-inherit\":\"on\",\"input-focus-text-style-family\":\"\",\"input-focus-text-style-size\":\"15\",\"input-focus-text-style-color\":\"#444444\",\"input-focus-text-style-weight\":\"\",\"input-focus-text-style-italic\":\"off\",\"input-focus-text-style-underline\":\"off\",\"input-focus-text-style-align\":\"left\",\"input-focus-background-style-image\":\"\",\"input-focus-background-style-size\":\"auto\",\"input-focus-background-style-horizontal-position\":\"left\",\"input-focus-background-style-vertical-position\":\"top\",\"input-focus-background-style-repeat\":\"repeat\",\"input-focus-background-style-color\":\"#ffffff\",\"input-focus-background-style-color2\":\"\",\"input-focus-background-style-gradient\":\"no\",\"input-focus-border-style-width\":\"1\",\"input-focus-border-style-style\":\"solid\",\"input-focus-border-style-radius\":\"0\",\"input-focus-border-style-color\":\"#cccccc\",\"input-focus-border-style-top\":\"on\",\"input-focus-border-style-right\":\"on\",\"input-focus-border-style-bottom\":\"on\",\"input-focus-border-style-left\":\"on\",\"input-focus-shadow-style\":\"regular\",\"input-focus-shadow-size\":\"\",\"input-focus-shadow-color\":\"#444444\",\"checkbox-radio-style-position\":\"left\",\"checkbox-radio-style-size\":\"medium\",\"checkbox-radio-style-align\":\"left\",\"checkbox-radio-style-layout\":\"1\",\"checkbox-view\":\"classic\",\"radio-view\":\"classic\",\"checkbox-radio-unchecked-color-color1\":\"#497285\",\"checkbox-radio-unchecked-color-color2\":\"rgba(255, 255, 255, 0)\",\"checkbox-radio-unchecked-color-color3\":\"#2b4450\",\"checkbox-radio-checked-inherit\":\"on\",\"checkbox-radio-checked-color-color1\":\"#cccccc\",\"checkbox-radio-checked-color-color2\":\"#ffffff\",\"checkbox-radio-checked-color-color3\":\"#444444\",\"imageselect-style-align\":\"left\",\"imageselect-style-effect\":\"none\",\"imageselect-text-style-family\":\"\",\"imageselect-text-style-size\":\"15\",\"imageselect-text-style-color\":\"#444444\",\"imageselect-text-style-weight\":\"\",\"imageselect-text-style-italic\":\"off\",\"imageselect-text-style-underline\":\"off\",\"imageselect-text-style-align\":\"left\",\"imageselect-border-style-width\":\"1\",\"imageselect-border-style-style\":\"solid\",\"imageselect-border-style-radius\":\"0\",\"imageselect-border-style-color\":\"#cccccc\",\"imageselect-border-style-top\":\"on\",\"imageselect-border-style-right\":\"on\",\"imageselect-border-style-bottom\":\"on\",\"imageselect-border-style-left\":\"on\",\"imageselect-shadow-style\":\"regular\",\"imageselect-shadow-size\":\"\",\"imageselect-shadow-color\":\"#444444\",\"imageselect-hover-inherit\":\"on\",\"imageselect-hover-border-style-width\":\"1\",\"imageselect-hover-border-style-style\":\"solid\",\"imageselect-hover-border-style-radius\":\"0\",\"imageselect-hover-border-style-color\":\"#cccccc\",\"imageselect-hover-border-style-top\":\"on\",\"imageselect-hover-border-style-right\":\"on\",\"imageselect-hover-border-style-bottom\":\"on\",\"imageselect-hover-border-style-left\":\"on\",\"imageselect-hover-shadow-style\":\"regular\",\"imageselect-hover-shadow-size\":\"\",\"imageselect-hover-shadow-color\":\"#444444\",\"imageselect-selected-inherit\":\"on\",\"imageselect-selected-border-style-width\":\"1\",\"imageselect-selected-border-style-style\":\"solid\",\"imageselect-selected-border-style-radius\":\"0\",\"imageselect-selected-border-style-color\":\"#cccccc\",\"imageselect-selected-border-style-top\":\"on\",\"imageselect-selected-border-style-right\":\"on\",\"imageselect-selected-border-style-bottom\":\"on\",\"imageselect-selected-border-style-left\":\"on\",\"imageselect-selected-shadow-style\":\"regular\",\"imageselect-selected-shadow-size\":\"\",\"imageselect-selected-shadow-color\":\"#444444\",\"imageselect-selected-scale\":\"on\",\"multiselect-style-align\":\"left\",\"multiselect-style-height\":\"120\",\"multiselect-style-hover-background\":\"#bd4070\",\"multiselect-style-hover-color\":\"#ffffff\",\"multiselect-style-selected-background\":\"#a93a65\",\"multiselect-style-selected-color\":\"#ffffff\",\"tile-style-size\":\"medium\",\"tile-style-width\":\"default\",\"tile-style-position\":\"left\",\"tile-style-layout\":\"inline\",\"tile-text-style-family\":\"\",\"tile-text-style-size\":\"15\",\"tile-text-style-color\":\"#444444\",\"tile-text-style-weight\":\"\",\"tile-text-style-italic\":\"off\",\"tile-text-style-underline\":\"off\",\"tile-text-style-align\":\"center\",\"tile-background-style-image\":\"\",\"tile-background-style-size\":\"auto\",\"tile-background-style-horizontal-position\":\"left\",\"tile-background-style-vertical-position\":\"top\",\"tile-background-style-repeat\":\"repeat\",\"tile-background-style-color\":\"#ffffff\",\"tile-background-style-color2\":\"\",\"tile-background-style-gradient\":\"no\",\"tile-border-style-width\":\"1\",\"tile-border-style-style\":\"solid\",\"tile-border-style-radius\":\"0\",\"tile-border-style-color\":\"#cccccc\",\"tile-border-style-top\":\"on\",\"tile-border-style-right\":\"on\",\"tile-border-style-bottom\":\"on\",\"tile-border-style-left\":\"on\",\"tile-shadow-style\":\"regular\",\"tile-shadow-size\":\"\",\"tile-shadow-color\":\"#444444\",\"tile-hover-inherit\":\"on\",\"tile-hover-text-style-family\":\"\",\"tile-hover-text-style-size\":\"15\",\"tile-hover-text-style-color\":\"#444444\",\"tile-hover-text-style-weight\":\"\",\"tile-hover-text-style-italic\":\"off\",\"tile-hover-text-style-underline\":\"off\",\"tile-hover-text-style-align\":\"center\",\"tile-hover-background-style-image\":\"\",\"tile-hover-background-style-size\":\"auto\",\"tile-hover-background-style-horizontal-position\":\"left\",\"tile-hover-background-style-vertical-position\":\"top\",\"tile-hover-background-style-repeat\":\"repeat\",\"tile-hover-background-style-color\":\"#ffffff\",\"tile-hover-background-style-color2\":\"\",\"tile-hover-background-style-gradient\":\"no\",\"tile-hover-border-style-width\":\"1\",\"tile-hover-border-style-style\":\"solid\",\"tile-hover-border-style-radius\":\"0\",\"tile-hover-border-style-color\":\"#a93a65\",\"tile-hover-border-style-top\":\"on\",\"tile-hover-border-style-right\":\"on\",\"tile-hover-border-style-bottom\":\"on\",\"tile-hover-border-style-left\":\"on\",\"tile-hover-shadow-style\":\"regular\",\"tile-hover-shadow-size\":\"\",\"tile-hover-shadow-color\":\"#444444\",\"tile-selected-inherit\":\"on\",\"tile-selected-text-style-family\":\"\",\"tile-selected-text-style-size\":\"15\",\"tile-selected-text-style-color\":\"#444444\",\"tile-selected-text-style-weight\":\"\",\"tile-selected-text-style-italic\":\"off\",\"tile-selected-text-style-underline\":\"off\",\"tile-selected-text-style-align\":\"center\",\"tile-selected-background-style-image\":\"\",\"tile-selected-background-style-size\":\"auto\",\"tile-selected-background-style-horizontal-position\":\"left\",\"tile-selected-background-style-vertical-position\":\"top\",\"tile-selected-background-style-repeat\":\"repeat\",\"tile-selected-background-style-color\":\"#ffffff\",\"tile-selected-background-style-color2\":\"\",\"tile-selected-background-style-gradient\":\"no\",\"tile-selected-border-style-width\":\"1\",\"tile-selected-border-style-style\":\"solid\",\"tile-selected-border-style-radius\":\"0\",\"tile-selected-border-style-color\":\"#a93a65\",\"tile-selected-border-style-top\":\"on\",\"tile-selected-border-style-right\":\"on\",\"tile-selected-border-style-bottom\":\"on\",\"tile-selected-border-style-left\":\"on\",\"tile-selected-shadow-style\":\"regular\",\"tile-selected-shadow-size\":\"\",\"tile-selected-shadow-color\":\"#444444\",\"tile-selected-transform\":\"zoom-in\",\"button-text-style-family\":\"Roboto\",\"button-text-style-size\":\"20\",\"button-text-style-color\":\"#ffffff\",\"button-text-style-weight\":\"\",\"button-text-style-italic\":\"off\",\"button-text-style-underline\":\"off\",\"button-text-style-align\":\"center\",\"button-background-style-image\":\"\",\"button-background-style-size\":\"auto\",\"button-background-style-horizontal-position\":\"left\",\"button-background-style-vertical-position\":\"top\",\"button-background-style-repeat\":\"repeat\",\"button-background-style-color\":\"#f78536\",\"button-background-style-color2\":\"\",\"button-background-style-gradient\":\"no\",\"button-border-style-width\":\"1\",\"button-border-style-style\":\"solid\",\"button-border-style-radius\":\"5\",\"button-border-style-color\":\"#f78536\",\"button-border-style-top\":\"on\",\"button-border-style-right\":\"on\",\"button-border-style-bottom\":\"on\",\"button-border-style-left\":\"on\",\"button-shadow-style\":\"regular\",\"button-shadow-size\":\"\",\"button-shadow-color\":\"#444444\",\"button-hover-inherit\":\"on\",\"button-hover-text-style-family\":\"\",\"button-hover-text-style-size\":\"15\",\"button-hover-text-style-color\":\"#ffffff\",\"button-hover-text-style-weight\":\"\",\"button-hover-text-style-italic\":\"off\",\"button-hover-text-style-underline\":\"off\",\"button-hover-text-style-align\":\"center\",\"button-hover-background-style-image\":\"\",\"button-hover-background-style-size\":\"auto\",\"button-hover-background-style-horizontal-position\":\"left\",\"button-hover-background-style-vertical-position\":\"top\",\"button-hover-background-style-repeat\":\"repeat\",\"button-hover-background-style-color\":\"#a93a65\",\"button-hover-background-style-color2\":\"\",\"button-hover-background-style-gradient\":\"no\",\"button-hover-border-style-width\":\"1\",\"button-hover-border-style-style\":\"solid\",\"button-hover-border-style-radius\":\"0\",\"button-hover-border-style-color\":\"#a93a65\",\"button-hover-border-style-top\":\"on\",\"button-hover-border-style-right\":\"on\",\"button-hover-border-style-bottom\":\"on\",\"button-hover-border-style-left\":\"on\",\"button-hover-shadow-style\":\"regular\",\"button-hover-shadow-size\":\"\",\"button-hover-shadow-color\":\"#444444\",\"button-active-inherit\":\"on\",\"button-active-text-style-family\":\"\",\"button-active-text-style-size\":\"15\",\"button-active-text-style-color\":\"#ffffff\",\"button-active-text-style-weight\":\"\",\"button-active-text-style-italic\":\"off\",\"button-active-text-style-underline\":\"off\",\"button-active-text-style-align\":\"center\",\"button-active-background-style-image\":\"\",\"button-active-background-style-size\":\"auto\",\"button-active-background-style-horizontal-position\":\"left\",\"button-active-background-style-vertical-position\":\"top\",\"button-active-background-style-repeat\":\"repeat\",\"button-active-background-style-color\":\"#a93a65\",\"button-active-background-style-color2\":\"\",\"button-active-background-style-gradient\":\"no\",\"button-active-border-style-width\":\"1\",\"button-active-border-style-style\":\"solid\",\"button-active-border-style-radius\":\"0\",\"button-active-border-style-color\":\"#a93a65\",\"button-active-border-style-top\":\"on\",\"button-active-border-style-right\":\"on\",\"button-active-border-style-bottom\":\"on\",\"button-active-border-style-left\":\"on\",\"button-active-shadow-style\":\"regular\",\"button-active-shadow-size\":\"\",\"button-active-shadow-color\":\"#444444\",\"button-active-transform\":\"zoom-out\",\"error-background-style-image\":\"\",\"error-background-style-size\":\"auto\",\"error-background-style-horizontal-position\":\"left\",\"error-background-style-vertical-position\":\"top\",\"error-background-style-repeat\":\"repeat\",\"error-background-style-color\":\"#d9534f\",\"error-background-style-color2\":\"\",\"error-background-style-gradient\":\"no\",\"error-text-style-family\":\"\",\"error-text-style-size\":\"15\",\"error-text-style-color\":\"#ffffff\",\"error-text-style-weight\":\"\",\"error-text-style-italic\":\"off\",\"error-text-style-underline\":\"off\",\"error-text-style-align\":\"left\",\"progress-type\":\"progress-1\",\"progress-color-color1\":\"#e0e0e0\",\"progress-color-color2\":\"#bd4070\",\"progress-color-color3\":\"#ffffff\",\"progress-color-color4\":\"#444444\",\"progress-striped\":\"off\",\"progress-label-enable\":\"off\",\"progress-confirmation-enable\":\"on\",\"confirmation-tab\":\"confirmation\",\"confirmations\":[],\"double-tab\":\"double\",\"double-enable\":\"off\",\"double-email-recipient\":\"{{8|Email Field}}\",\"double-email-subject\":\"Please confirm your email address\",\"double-email-message\":\"Dear visitor!\\n\\nPlease confirm your email address by clicking the following link:\\n<a href=\\\"{{confirmation-url}}\\\">{{confirmation-url}}<\\/a>\\n\\nThanks.\",\"double-from-email\":\"{{global-from-email}}\",\"double-from-name\":\"{{global-from-name}}\",\"double-message\":\"<h4 style=\\\"text-align: center;\\\">Thank you!<\\/h4><p style=\\\"text-align: center;\\\">Your email address successfully confirmed.<\\/p>\",\"double-url\":\"\",\"notification-tab\":\"notification\",\"notifications\":[],\"integration-tab\":\"integration\",\"integrations\":[],\"advanced-tab\":\"advanced\",\"math-expressions\":[],\"payment-gateways\":[],\"misc-save-ip\":\"on\",\"misc-save-user-agent\":\"on\",\"misc-email-tech-info\":\"on\",\"misc-record-tech-info\":\"on\",\"misc-disable-html-scrollbar\":\"off\",\"personal-keys\":[],\"antibot-enable\":\"on\",\"antibot-delay\":\"10\",\"antibot-check-form\":\"on\",\"antibot-check-ip\":\"on\",\"antibot-error\":\"Thank you. We have already got your request.\",\"text-style-bold\":\"off\",\"input-text-style-bold\":\"off\",\"input-hover-text-style-bold\":\"off\",\"input-focus-text-style-bold\":\"off\",\"imageselect-text-style-bold\":\"off\",\"tile-text-style-bold\":\"off\",\"tile-hover-text-style-bold\":\"off\",\"tile-selected-text-style-bold\":\"off\",\"rangeslider-skin\":\"flat\",\"rangeslider-color-color1\":\"#e8e8e8\",\"rangeslider-color-color2\":\"#888888\",\"rangeslider-color-color3\":\"#bd4070\",\"rangeslider-color-color4\":\"#a93a65\",\"rangeslider-color-color5\":\"#ffffff\",\"button-text-style-bold\":\"off\",\"button-hover-text-style-bold\":\"off\",\"button-active-text-style-bold\":\"off\",\"error-text-style-bold\":\"off\",\"customjs-afterinit-enable\":\"off\",\"customjs-afterinit-script\":\"\",\"customjs-afterupdate-enable\":\"off\",\"customjs-afterupdate-script\":\"\",\"customjs-beforesubmit-enable\":\"off\",\"customjs-beforesubmit-script\":\"\",\"customjs-aftersubmitsuccess-enable\":\"off\",\"customjs-aftersubmitsuccess-script\":\"\"}','[{\"general\":\"general\",\"name\":\"Subscribe Now\",\"size-width\":\"650\",\"size-height\":\"500\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page\",\"id\":1},{\"general\":\"general\",\"name\":\"Confirmation\",\"size-width\":\"420\",\"size-height\":\"320\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page-confirmation\",\"id\":\"confirmation\"}]','[\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"HTML Content\\\",\\\"position-top\\\":80,\\\"position-left\\\":70,\\\"size-width\\\":280,\\\"size-height\\\":160,\\\"content\\\":\\\"<h4 style=\\\\\\\"text-align: center; font-size: 18px; font-weight: bold;\\\\\\\">Thank you!<\\\\\\/h4><p style=\\\\\\\"text-align: center;\\\\\\\">We will contact you soon.<\\\\\\/p>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"\\\",\\\"text-style-size\\\":\\\"15\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"#5cb85c\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"0\\\",\\\"border-style-style\\\":\\\"solid\\\",\\\"border-style-radius\\\":5,\\\"border-style-color\\\":\\\"#ccc\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#000000\\\",\\\"padding-top\\\":40,\\\"padding-right\\\":40,\\\"padding-bottom\\\":40,\\\"padding-left\\\":40,\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"_parent\\\":\\\"confirmation\\\",\\\"_seq\\\":0,\\\"id\\\":0}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Background\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"650\\\",\\\"size-height\\\":\\\"500\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"rgba(223,235,237,1)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"10\\\",\\\"border-style-style\\\":\\\"solid\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"rgba(168,194,198,1)\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#202020\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"rectangle\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":0,\\\"id\\\":2}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Title\\\",\\\"position-top\\\":\\\"70\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"648\\\",\\\"size-height\\\":\\\"70\\\",\\\"content\\\":\\\"SUBSCRIBE NOW!\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Roboto\\\",\\\"text-style-size\\\":\\\"48\\\",\\\"text-style-color\\\":\\\"#2b4450\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"center\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":1,\\\"id\\\":3}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Comment\\\",\\\"position-top\\\":\\\"140\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"648\\\",\\\"size-height\\\":\\\"25\\\",\\\"content\\\":\\\"Receive weekly recommendations right in your inbox.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"600\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Roboto\\\",\\\"text-style-size\\\":\\\"16\\\",\\\"text-style-color\\\":\\\"#497285\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"center\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":2,\\\"id\\\":4}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Name Field\\\",\\\"position-top\\\":205,\\\"position-left\\\":170,\\\"size-width\\\":\\\"345\\\",\\\"size-height\\\":\\\"45\\\",\\\"placeholder\\\":\\\"Your name...\\\",\\\"autocomplete\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"700\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"required\\\":\\\"off\\\",\\\"required-error\\\":\\\"This field is required.\\\",\\\"style\\\":\\\"style\\\",\\\"align\\\":\\\"left\\\",\\\"icon-left-icon\\\":\\\"\\\",\\\"icon-left-size\\\":\\\"\\\",\\\"icon-left-color\\\":\\\"\\\",\\\"icon-right-icon\\\":\\\"\\\",\\\"icon-right-size\\\":\\\"\\\",\\\"icon-right-color\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"data\\\":\\\"data\\\",\\\"default\\\":\\\"\\\",\\\"dynamic-default\\\":\\\"off\\\",\\\"dynamic-parameter\\\":\\\"\\\",\\\"readonly\\\":\\\"off\\\",\\\"save\\\":\\\"on\\\",\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"advanced\\\":\\\"advanced\\\",\\\"element-id\\\":\\\"6\\\",\\\"filters\\\":[{\\\"type\\\":\\\"trim\\\",\\\"properties\\\":[]}],\\\"validators\\\":[],\\\"mask-preset\\\":\\\"\\\",\\\"mask-mask\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":4,\\\"id\\\":6}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Email Field\\\",\\\"position-top\\\":\\\"275\\\",\\\"position-left\\\":\\\"170\\\",\\\"size-width\\\":\\\"345\\\",\\\"size-height\\\":\\\"45\\\",\\\"placeholder\\\":\\\"Your e-mail...\\\",\\\"autocomplete\\\":\\\"email\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"800\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"required\\\":\\\"on\\\",\\\"required-error\\\":\\\"This field is required.\\\",\\\"style\\\":\\\"style\\\",\\\"align\\\":\\\"left\\\",\\\"icon-left-icon\\\":\\\"\\\",\\\"icon-left-size\\\":\\\"\\\",\\\"icon-left-color\\\":\\\"\\\",\\\"icon-right-icon\\\":\\\"\\\",\\\"icon-right-size\\\":\\\"\\\",\\\"icon-right-color\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"data\\\":\\\"data\\\",\\\"default\\\":\\\"\\\",\\\"dynamic-default\\\":\\\"off\\\",\\\"dynamic-parameter\\\":\\\"\\\",\\\"readonly\\\":\\\"off\\\",\\\"save\\\":\\\"on\\\",\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"advanced\\\":\\\"advanced\\\",\\\"element-id\\\":\\\"8\\\",\\\"filters\\\":[{\\\"type\\\":\\\"trim\\\",\\\"properties\\\":[]}],\\\"validators\\\":[{\\\"type\\\":\\\"email\\\",\\\"properties\\\":{\\\"error\\\":\\\"\\\"}}],\\\"type\\\":\\\"email\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":7,\\\"id\\\":8}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Submit Button\\\",\\\"label\\\":\\\"SUBMIT\\\",\\\"position-top\\\":\\\"350\\\",\\\"position-left\\\":\\\"130\\\",\\\"size-width\\\":\\\"385\\\",\\\"size-height\\\":\\\"55\\\",\\\"button-type\\\":\\\"submit\\\",\\\"label-loading\\\":\\\"Loading...\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"900\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"icon-left\\\":\\\"\\\",\\\"icon-right\\\":\\\"\\\",\\\"colors-background\\\":\\\"\\\",\\\"colors-border\\\":\\\"\\\",\\\"colors-text\\\":\\\"\\\",\\\"colors-hover-background\\\":\\\"\\\",\\\"colors-hover-border\\\":\\\"\\\",\\\"colors-hover-text\\\":\\\"\\\",\\\"colors-active-background\\\":\\\"\\\",\\\"colors-active-border\\\":\\\"\\\",\\\"colors-active-text\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"button\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":8,\\\"id\\\":9}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"User Icon\\\",\\\"position-top\\\":\\\"215\\\",\\\"position-left\\\":\\\"130\\\",\\\"size-width\\\":\\\"25\\\",\\\"icon\\\":\\\"far fa-user\\\",\\\"link\\\":\\\"\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"700\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"rgba(73, 114, 133, 1)\\\",\\\"colors-color2\\\":\\\"\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":3,\\\"id\\\":11,\\\"size-height\\\":26}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Email Icon\\\",\\\"position-top\\\":\\\"285\\\",\\\"position-left\\\":\\\"130\\\",\\\"size-width\\\":\\\"25\\\",\\\"icon\\\":\\\"far fa-envelope\\\",\\\"link\\\":\\\"\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"800\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"rgba(73, 114, 133, 1)\\\",\\\"colors-color2\\\":\\\"\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":6,\\\"id\\\":12,\\\"size-height\\\":26}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Close icon\\\",\\\"position-top\\\":15,\\\"position-left\\\":595,\\\"size-width\\\":\\\"40\\\",\\\"mode\\\":\\\"single\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"1000\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"view\\\":\\\"basic\\\",\\\"colors-color1\\\":\\\"rgba(73, 114, 133, 1)\\\",\\\"colors-color2\\\":\\\"rgba(247, 133, 54, 1)\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"close\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":13,\\\"id\\\":13}\"]',NULL,NULL,NULL,0,0,1638441414,1638441414,0),(5,'Subscribe #2','subscribe-2','{\"general-tab\":\"general\",\"name\":\"Subscribe #2\",\"active\":\"on\",\"key-fields-primary\":\"8\",\"key-fields-secondary\":\"\",\"datetime-args-date-format\":\"yyyy-mm-dd\",\"datetime-args-time-format\":\"hh:ii\",\"datetime-args-locale\":\"en\",\"cross-domain\":\"on\",\"session-enable\":\"off\",\"session-length\":\"48\",\"cookie-lifetime\":\"360\",\"esc-enable\":\"on\",\"enter-enable\":\"on\",\"style-tab\":\"style\",\"position\":\"middle-center\",\"overlay-enable\":\"on\",\"overlay-animation\":\"fadeIn\",\"overlay-color\":\"rgba(51, 51, 51, 0.8)\",\"overlay-click\":\"on\",\"spinner-color-color1\":\"rgba(255, 255, 255, 1)\",\"spinner-color-color2\":\"rgba(255, 255, 255, 1)\",\"spinner-color-color3\":\"rgba(255, 255, 255, 1)\",\"text-style-family\":\"Arial\",\"text-style-size\":\"15\",\"text-style-color\":\"#444444\",\"text-style-weight\":\"\",\"text-style-italic\":\"off\",\"text-style-underline\":\"off\",\"text-style-align\":\"left\",\"input-icon-position\":\"inside\",\"input-icon-size\":\"20\",\"input-icon-color\":\"#444444\",\"input-icon-background\":\"\",\"input-icon-border\":\"\",\"input-text-style-family\":\"Arial\",\"input-text-style-size\":\"14\",\"input-text-style-color\":\"#000000\",\"input-text-style-weight\":\"\",\"input-text-style-italic\":\"off\",\"input-text-style-underline\":\"off\",\"input-text-style-align\":\"left\",\"input-background-style-image\":\"\",\"input-background-style-size\":\"auto\",\"input-background-style-horizontal-position\":\"left\",\"input-background-style-vertical-position\":\"top\",\"input-background-style-repeat\":\"repeat\",\"input-background-style-color\":\"rgba(201, 201, 201, 0.3)\",\"input-background-style-color2\":\"\",\"input-background-style-gradient\":\"no\",\"input-border-style-width\":\"1\",\"input-border-style-style\":\"solid\",\"input-border-style-radius\":\"0\",\"input-border-style-color\":\"#dddddd\",\"input-border-style-top\":\"on\",\"input-border-style-right\":\"on\",\"input-border-style-bottom\":\"on\",\"input-border-style-left\":\"on\",\"input-shadow-style\":\"regular\",\"input-shadow-size\":\"\",\"input-shadow-color\":\"#444444\",\"input-hover-inherit\":\"on\",\"input-hover-text-style-family\":\"\",\"input-hover-text-style-size\":\"15\",\"input-hover-text-style-color\":\"#444444\",\"input-hover-text-style-weight\":\"\",\"input-hover-text-style-italic\":\"off\",\"input-hover-text-style-underline\":\"off\",\"input-hover-text-style-align\":\"left\",\"input-hover-background-style-image\":\"\",\"input-hover-background-style-size\":\"auto\",\"input-hover-background-style-horizontal-position\":\"left\",\"input-hover-background-style-vertical-position\":\"top\",\"input-hover-background-style-repeat\":\"repeat\",\"input-hover-background-style-color\":\"#ffffff\",\"input-hover-background-style-color2\":\"\",\"input-hover-background-style-gradient\":\"no\",\"input-hover-border-style-width\":\"1\",\"input-hover-border-style-style\":\"solid\",\"input-hover-border-style-radius\":\"0\",\"input-hover-border-style-color\":\"#cccccc\",\"input-hover-border-style-top\":\"on\",\"input-hover-border-style-right\":\"on\",\"input-hover-border-style-bottom\":\"on\",\"input-hover-border-style-left\":\"on\",\"input-hover-shadow-style\":\"regular\",\"input-hover-shadow-size\":\"\",\"input-hover-shadow-color\":\"#444444\",\"input-focus-inherit\":\"on\",\"input-focus-text-style-family\":\"\",\"input-focus-text-style-size\":\"15\",\"input-focus-text-style-color\":\"#444444\",\"input-focus-text-style-weight\":\"\",\"input-focus-text-style-italic\":\"off\",\"input-focus-text-style-underline\":\"off\",\"input-focus-text-style-align\":\"left\",\"input-focus-background-style-image\":\"\",\"input-focus-background-style-size\":\"auto\",\"input-focus-background-style-horizontal-position\":\"left\",\"input-focus-background-style-vertical-position\":\"top\",\"input-focus-background-style-repeat\":\"repeat\",\"input-focus-background-style-color\":\"#ffffff\",\"input-focus-background-style-color2\":\"\",\"input-focus-background-style-gradient\":\"no\",\"input-focus-border-style-width\":\"1\",\"input-focus-border-style-style\":\"solid\",\"input-focus-border-style-radius\":\"0\",\"input-focus-border-style-color\":\"#cccccc\",\"input-focus-border-style-top\":\"on\",\"input-focus-border-style-right\":\"on\",\"input-focus-border-style-bottom\":\"on\",\"input-focus-border-style-left\":\"on\",\"input-focus-shadow-style\":\"regular\",\"input-focus-shadow-size\":\"\",\"input-focus-shadow-color\":\"#444444\",\"checkbox-radio-style-position\":\"left\",\"checkbox-radio-style-size\":\"medium\",\"checkbox-radio-style-align\":\"left\",\"checkbox-radio-style-layout\":\"1\",\"checkbox-view\":\"classic\",\"radio-view\":\"classic\",\"checkbox-radio-unchecked-color-color1\":\"#dddddd\",\"checkbox-radio-unchecked-color-color2\":\"rgba(201, 201, 201, 0.3)\",\"checkbox-radio-unchecked-color-color3\":\"#000000\",\"checkbox-radio-checked-inherit\":\"on\",\"checkbox-radio-checked-color-color1\":\"#cccccc\",\"checkbox-radio-checked-color-color2\":\"#ffffff\",\"checkbox-radio-checked-color-color3\":\"#444444\",\"imageselect-style-align\":\"left\",\"imageselect-style-effect\":\"none\",\"imageselect-text-style-family\":\"\",\"imageselect-text-style-size\":\"15\",\"imageselect-text-style-color\":\"#444444\",\"imageselect-text-style-weight\":\"\",\"imageselect-text-style-italic\":\"off\",\"imageselect-text-style-underline\":\"off\",\"imageselect-text-style-align\":\"left\",\"imageselect-border-style-width\":\"1\",\"imageselect-border-style-style\":\"solid\",\"imageselect-border-style-radius\":\"0\",\"imageselect-border-style-color\":\"#cccccc\",\"imageselect-border-style-top\":\"on\",\"imageselect-border-style-right\":\"on\",\"imageselect-border-style-bottom\":\"on\",\"imageselect-border-style-left\":\"on\",\"imageselect-shadow-style\":\"regular\",\"imageselect-shadow-size\":\"\",\"imageselect-shadow-color\":\"#444444\",\"imageselect-hover-inherit\":\"on\",\"imageselect-hover-border-style-width\":\"1\",\"imageselect-hover-border-style-style\":\"solid\",\"imageselect-hover-border-style-radius\":\"0\",\"imageselect-hover-border-style-color\":\"#cccccc\",\"imageselect-hover-border-style-top\":\"on\",\"imageselect-hover-border-style-right\":\"on\",\"imageselect-hover-border-style-bottom\":\"on\",\"imageselect-hover-border-style-left\":\"on\",\"imageselect-hover-shadow-style\":\"regular\",\"imageselect-hover-shadow-size\":\"\",\"imageselect-hover-shadow-color\":\"#444444\",\"imageselect-selected-inherit\":\"on\",\"imageselect-selected-border-style-width\":\"1\",\"imageselect-selected-border-style-style\":\"solid\",\"imageselect-selected-border-style-radius\":\"0\",\"imageselect-selected-border-style-color\":\"#cccccc\",\"imageselect-selected-border-style-top\":\"on\",\"imageselect-selected-border-style-right\":\"on\",\"imageselect-selected-border-style-bottom\":\"on\",\"imageselect-selected-border-style-left\":\"on\",\"imageselect-selected-shadow-style\":\"regular\",\"imageselect-selected-shadow-size\":\"\",\"imageselect-selected-shadow-color\":\"#444444\",\"imageselect-selected-scale\":\"on\",\"multiselect-style-align\":\"left\",\"multiselect-style-height\":\"120\",\"multiselect-style-hover-background\":\"#bd4070\",\"multiselect-style-hover-color\":\"#ffffff\",\"multiselect-style-selected-background\":\"#a93a65\",\"multiselect-style-selected-color\":\"#ffffff\",\"tile-style-size\":\"medium\",\"tile-style-width\":\"default\",\"tile-style-position\":\"left\",\"tile-style-layout\":\"inline\",\"tile-text-style-family\":\"\",\"tile-text-style-size\":\"15\",\"tile-text-style-color\":\"#444444\",\"tile-text-style-weight\":\"\",\"tile-text-style-italic\":\"off\",\"tile-text-style-underline\":\"off\",\"tile-text-style-align\":\"center\",\"tile-background-style-image\":\"\",\"tile-background-style-size\":\"auto\",\"tile-background-style-horizontal-position\":\"left\",\"tile-background-style-vertical-position\":\"top\",\"tile-background-style-repeat\":\"repeat\",\"tile-background-style-color\":\"#ffffff\",\"tile-background-style-color2\":\"\",\"tile-background-style-gradient\":\"no\",\"tile-border-style-width\":\"1\",\"tile-border-style-style\":\"solid\",\"tile-border-style-radius\":\"0\",\"tile-border-style-color\":\"#cccccc\",\"tile-border-style-top\":\"on\",\"tile-border-style-right\":\"on\",\"tile-border-style-bottom\":\"on\",\"tile-border-style-left\":\"on\",\"tile-shadow-style\":\"regular\",\"tile-shadow-size\":\"\",\"tile-shadow-color\":\"#444444\",\"tile-hover-inherit\":\"on\",\"tile-hover-text-style-family\":\"\",\"tile-hover-text-style-size\":\"15\",\"tile-hover-text-style-color\":\"#444444\",\"tile-hover-text-style-weight\":\"\",\"tile-hover-text-style-italic\":\"off\",\"tile-hover-text-style-underline\":\"off\",\"tile-hover-text-style-align\":\"center\",\"tile-hover-background-style-image\":\"\",\"tile-hover-background-style-size\":\"auto\",\"tile-hover-background-style-horizontal-position\":\"left\",\"tile-hover-background-style-vertical-position\":\"top\",\"tile-hover-background-style-repeat\":\"repeat\",\"tile-hover-background-style-color\":\"#ffffff\",\"tile-hover-background-style-color2\":\"\",\"tile-hover-background-style-gradient\":\"no\",\"tile-hover-border-style-width\":\"1\",\"tile-hover-border-style-style\":\"solid\",\"tile-hover-border-style-radius\":\"0\",\"tile-hover-border-style-color\":\"#a93a65\",\"tile-hover-border-style-top\":\"on\",\"tile-hover-border-style-right\":\"on\",\"tile-hover-border-style-bottom\":\"on\",\"tile-hover-border-style-left\":\"on\",\"tile-hover-shadow-style\":\"regular\",\"tile-hover-shadow-size\":\"\",\"tile-hover-shadow-color\":\"#444444\",\"tile-selected-inherit\":\"on\",\"tile-selected-text-style-family\":\"\",\"tile-selected-text-style-size\":\"15\",\"tile-selected-text-style-color\":\"#444444\",\"tile-selected-text-style-weight\":\"\",\"tile-selected-text-style-italic\":\"off\",\"tile-selected-text-style-underline\":\"off\",\"tile-selected-text-style-align\":\"center\",\"tile-selected-background-style-image\":\"\",\"tile-selected-background-style-size\":\"auto\",\"tile-selected-background-style-horizontal-position\":\"left\",\"tile-selected-background-style-vertical-position\":\"top\",\"tile-selected-background-style-repeat\":\"repeat\",\"tile-selected-background-style-color\":\"#ffffff\",\"tile-selected-background-style-color2\":\"\",\"tile-selected-background-style-gradient\":\"no\",\"tile-selected-border-style-width\":\"1\",\"tile-selected-border-style-style\":\"solid\",\"tile-selected-border-style-radius\":\"0\",\"tile-selected-border-style-color\":\"#a93a65\",\"tile-selected-border-style-top\":\"on\",\"tile-selected-border-style-right\":\"on\",\"tile-selected-border-style-bottom\":\"on\",\"tile-selected-border-style-left\":\"on\",\"tile-selected-shadow-style\":\"regular\",\"tile-selected-shadow-size\":\"\",\"tile-selected-shadow-color\":\"#444444\",\"tile-selected-transform\":\"zoom-in\",\"button-text-style-family\":\"Arial\",\"button-text-style-size\":\"16\",\"button-text-style-color\":\"#ffffff\",\"button-text-style-weight\":\"\",\"button-text-style-italic\":\"off\",\"button-text-style-underline\":\"off\",\"button-text-style-align\":\"center\",\"button-background-style-image\":\"\",\"button-background-style-size\":\"auto\",\"button-background-style-horizontal-position\":\"left\",\"button-background-style-vertical-position\":\"top\",\"button-background-style-repeat\":\"repeat\",\"button-background-style-color\":\"#5c36c9\",\"button-background-style-color2\":\"\",\"button-background-style-gradient\":\"no\",\"button-border-style-width\":\"1\",\"button-border-style-style\":\"solid\",\"button-border-style-radius\":\"0\",\"button-border-style-color\":\"#5c36c9\",\"button-border-style-top\":\"on\",\"button-border-style-right\":\"on\",\"button-border-style-bottom\":\"on\",\"button-border-style-left\":\"on\",\"button-shadow-style\":\"regular\",\"button-shadow-size\":\"\",\"button-shadow-color\":\"#444444\",\"button-hover-inherit\":\"on\",\"button-hover-text-style-family\":\"\",\"button-hover-text-style-size\":\"15\",\"button-hover-text-style-color\":\"#ffffff\",\"button-hover-text-style-weight\":\"\",\"button-hover-text-style-italic\":\"off\",\"button-hover-text-style-underline\":\"off\",\"button-hover-text-style-align\":\"center\",\"button-hover-background-style-image\":\"\",\"button-hover-background-style-size\":\"auto\",\"button-hover-background-style-horizontal-position\":\"left\",\"button-hover-background-style-vertical-position\":\"top\",\"button-hover-background-style-repeat\":\"repeat\",\"button-hover-background-style-color\":\"#a93a65\",\"button-hover-background-style-color2\":\"\",\"button-hover-background-style-gradient\":\"no\",\"button-hover-border-style-width\":\"1\",\"button-hover-border-style-style\":\"solid\",\"button-hover-border-style-radius\":\"0\",\"button-hover-border-style-color\":\"#a93a65\",\"button-hover-border-style-top\":\"on\",\"button-hover-border-style-right\":\"on\",\"button-hover-border-style-bottom\":\"on\",\"button-hover-border-style-left\":\"on\",\"button-hover-shadow-style\":\"regular\",\"button-hover-shadow-size\":\"\",\"button-hover-shadow-color\":\"#444444\",\"button-active-inherit\":\"on\",\"button-active-text-style-family\":\"\",\"button-active-text-style-size\":\"15\",\"button-active-text-style-color\":\"#ffffff\",\"button-active-text-style-weight\":\"\",\"button-active-text-style-italic\":\"off\",\"button-active-text-style-underline\":\"off\",\"button-active-text-style-align\":\"center\",\"button-active-background-style-image\":\"\",\"button-active-background-style-size\":\"auto\",\"button-active-background-style-horizontal-position\":\"left\",\"button-active-background-style-vertical-position\":\"top\",\"button-active-background-style-repeat\":\"repeat\",\"button-active-background-style-color\":\"#a93a65\",\"button-active-background-style-color2\":\"\",\"button-active-background-style-gradient\":\"no\",\"button-active-border-style-width\":\"1\",\"button-active-border-style-style\":\"solid\",\"button-active-border-style-radius\":\"0\",\"button-active-border-style-color\":\"#a93a65\",\"button-active-border-style-top\":\"on\",\"button-active-border-style-right\":\"on\",\"button-active-border-style-bottom\":\"on\",\"button-active-border-style-left\":\"on\",\"button-active-shadow-style\":\"regular\",\"button-active-shadow-size\":\"\",\"button-active-shadow-color\":\"#444444\",\"button-active-transform\":\"zoom-out\",\"error-background-style-image\":\"\",\"error-background-style-size\":\"auto\",\"error-background-style-horizontal-position\":\"left\",\"error-background-style-vertical-position\":\"top\",\"error-background-style-repeat\":\"repeat\",\"error-background-style-color\":\"#d9534f\",\"error-background-style-color2\":\"\",\"error-background-style-gradient\":\"no\",\"error-text-style-family\":\"\",\"error-text-style-size\":\"15\",\"error-text-style-color\":\"#ffffff\",\"error-text-style-weight\":\"\",\"error-text-style-italic\":\"off\",\"error-text-style-underline\":\"off\",\"error-text-style-align\":\"left\",\"progress-type\":\"progress-1\",\"progress-color-color1\":\"#e0e0e0\",\"progress-color-color2\":\"#bd4070\",\"progress-color-color3\":\"#ffffff\",\"progress-color-color4\":\"#444444\",\"progress-striped\":\"off\",\"progress-label-enable\":\"off\",\"progress-confirmation-enable\":\"on\",\"confirmation-tab\":\"confirmation\",\"confirmations\":[],\"double-tab\":\"double\",\"double-enable\":\"off\",\"double-email-recipient\":\"{{8|E-mail Field}}\",\"double-email-subject\":\"Please confirm your email address\",\"double-email-message\":\"Dear visitor!\\n\\nPlease confirm your email address by clicking the following link:\\n<a href=\\\"{{confirmation-url}}\\\">{{confirmation-url}}<\\/a>\\n\\nThanks.\",\"double-from-email\":\"{{global-from-email}}\",\"double-from-name\":\"{{global-from-name}}\",\"double-message\":\"<h4 style=\\\"text-align: center;\\\">Thank you!<\\/h4><p style=\\\"text-align: center;\\\">Your email address successfully confirmed.<\\/p>\",\"double-url\":\"\",\"notification-tab\":\"notification\",\"notifications\":[],\"integration-tab\":\"integration\",\"integrations\":[],\"advanced-tab\":\"advanced\",\"math-expressions\":[],\"payment-gateways\":[],\"misc-save-ip\":\"on\",\"misc-save-user-agent\":\"on\",\"misc-email-tech-info\":\"on\",\"misc-record-tech-info\":\"on\",\"misc-disable-html-scrollbar\":\"off\",\"personal-keys\":[],\"antibot-enable\":\"on\",\"antibot-delay\":\"10\",\"antibot-check-form\":\"on\",\"antibot-check-ip\":\"on\",\"antibot-error\":\"Thank you. We have already got your request.\",\"text-style-bold\":\"off\",\"input-text-style-bold\":\"off\",\"input-hover-text-style-bold\":\"off\",\"input-focus-text-style-bold\":\"off\",\"imageselect-text-style-bold\":\"off\",\"tile-text-style-bold\":\"off\",\"tile-hover-text-style-bold\":\"off\",\"tile-selected-text-style-bold\":\"off\",\"rangeslider-skin\":\"flat\",\"rangeslider-color-color1\":\"#e8e8e8\",\"rangeslider-color-color2\":\"#888888\",\"rangeslider-color-color3\":\"#bd4070\",\"rangeslider-color-color4\":\"#a93a65\",\"rangeslider-color-color5\":\"#ffffff\",\"button-text-style-bold\":\"on\",\"button-hover-text-style-bold\":\"off\",\"button-active-text-style-bold\":\"off\",\"error-text-style-bold\":\"off\",\"customjs-afterinit-enable\":\"off\",\"customjs-afterinit-script\":\"\",\"customjs-afterupdate-enable\":\"off\",\"customjs-afterupdate-script\":\"\",\"customjs-beforesubmit-enable\":\"off\",\"customjs-beforesubmit-script\":\"\",\"customjs-aftersubmitsuccess-enable\":\"off\",\"customjs-aftersubmitsuccess-script\":\"\"}','[{\"general\":\"general\",\"name\":\"Subscribe Now\",\"size-width\":\"720\",\"size-height\":\"400\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page\",\"id\":1},{\"general\":\"general\",\"name\":\"Confirmation\",\"size-width\":\"420\",\"size-height\":\"320\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page-confirmation\",\"id\":\"confirmation\"}]','[\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"HTML Content\\\",\\\"position-top\\\":80,\\\"position-left\\\":70,\\\"size-width\\\":280,\\\"size-height\\\":160,\\\"content\\\":\\\"<h4 style=\\\\\\\"text-align: center; font-size: 18px; font-weight: bold;\\\\\\\">Thank you!<\\\\\\/h4><p style=\\\\\\\"text-align: center;\\\\\\\">We will contact you soon.<\\\\\\/p>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"\\\",\\\"text-style-size\\\":\\\"15\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"#5cb85c\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"0\\\",\\\"border-style-style\\\":\\\"solid\\\",\\\"border-style-radius\\\":5,\\\"border-style-color\\\":\\\"#ccc\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#000000\\\",\\\"padding-top\\\":40,\\\"padding-right\\\":40,\\\"padding-bottom\\\":40,\\\"padding-left\\\":40,\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"_parent\\\":\\\"confirmation\\\",\\\"_seq\\\":0,\\\"id\\\":0}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"MAIN WINDOW\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"720\\\",\\\"size-height\\\":\\\"400\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"600\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"rgba(255,255,255,1)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#202020\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"rectangle\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"1\\\",\\\"id\\\":2}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Photo\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"395\\\",\\\"size-width\\\":\\\"325\\\",\\\"size-height\\\":\\\"400\\\",\\\"content\\\":\\\"<img src=\\\\\\\"\\\\\\/\\\\\\/fl-hotel1.otelms.com\\\\\\/wp-content\\\\\\/plugins\\\\\\/halfdata-green-popups\\\\\\/images\\\\\\/default\\\\\\/subscribe-01.jpg\\\\\\\" alt=\\\\\\\"\\\\\\\" \\\\\\/>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"600\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"14\\\",\\\"text-style-color\\\":\\\"#000000\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"2\\\",\\\"id\\\":3}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Header\\\",\\\"position-top\\\":\\\"30\\\",\\\"position-left\\\":\\\"35\\\",\\\"size-width\\\":\\\"\\\",\\\"size-height\\\":\\\"\\\",\\\"content\\\":\\\"Subscribe Now.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutLeft\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"32\\\",\\\"text-style-color\\\":\\\"#000000\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"on\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"3\\\",\\\"id\\\":5}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Description\\\",\\\"position-top\\\":\\\"100\\\",\\\"position-left\\\":\\\"35\\\",\\\"size-width\\\":\\\"325\\\",\\\"size-height\\\":\\\"89\\\",\\\"content\\\":\\\"This is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutLeft\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"12\\\",\\\"text-style-color\\\":\\\"#000000\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"4\\\",\\\"id\\\":6}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Your Email\\\",\\\"position-top\\\":\\\"215\\\",\\\"position-left\\\":\\\"35\\\",\\\"size-width\\\":\\\"\\\",\\\"size-height\\\":\\\"\\\",\\\"content\\\":\\\"Your Email\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"14\\\",\\\"text-style-color\\\":\\\"#5c36c9\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"on\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"5\\\",\\\"id\\\":7}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"E-mail Field\\\",\\\"position-top\\\":\\\"240\\\",\\\"position-left\\\":\\\"35\\\",\\\"size-width\\\":\\\"325\\\",\\\"size-height\\\":\\\"40\\\",\\\"placeholder\\\":\\\"youremail@example.com\\\",\\\"autocomplete\\\":\\\"email\\\",\\\"animation-in\\\":\\\"bounceInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutLeft\\\",\\\"required\\\":\\\"on\\\",\\\"required-error\\\":\\\"This field is required.\\\",\\\"style\\\":\\\"style\\\",\\\"align\\\":\\\"left\\\",\\\"icon-left-icon\\\":\\\"\\\",\\\"icon-left-size\\\":\\\"\\\",\\\"icon-left-color\\\":\\\"\\\",\\\"icon-right-icon\\\":\\\"\\\",\\\"icon-right-size\\\":\\\"\\\",\\\"icon-right-color\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"data\\\":\\\"data\\\",\\\"default\\\":\\\"\\\",\\\"dynamic-default\\\":\\\"off\\\",\\\"dynamic-parameter\\\":\\\"\\\",\\\"readonly\\\":\\\"off\\\",\\\"save\\\":\\\"on\\\",\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"advanced\\\":\\\"advanced\\\",\\\"element-id\\\":\\\"8\\\",\\\"filters\\\":[{\\\"type\\\":\\\"trim\\\",\\\"properties\\\":[]}],\\\"validators\\\":[{\\\"type\\\":\\\"email\\\",\\\"properties\\\":{\\\"error\\\":\\\"\\\"}}],\\\"type\\\":\\\"email\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"6\\\",\\\"id\\\":8}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Submit Button\\\",\\\"label\\\":\\\"Subscribe\\\",\\\"position-top\\\":\\\"290\\\",\\\"position-left\\\":\\\"35\\\",\\\"size-width\\\":\\\"160\\\",\\\"size-height\\\":\\\"40\\\",\\\"button-type\\\":\\\"submit\\\",\\\"label-loading\\\":\\\"Loading...\\\",\\\"animation-in\\\":\\\"bounceInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutLeft\\\",\\\"style\\\":\\\"style\\\",\\\"icon-left\\\":\\\"\\\",\\\"icon-right\\\":\\\"\\\",\\\"colors-background\\\":\\\"\\\",\\\"colors-border\\\":\\\"\\\",\\\"colors-text\\\":\\\"\\\",\\\"colors-hover-background\\\":\\\"\\\",\\\"colors-hover-border\\\":\\\"\\\",\\\"colors-hover-text\\\":\\\"\\\",\\\"colors-active-background\\\":\\\"\\\",\\\"colors-active-border\\\":\\\"\\\",\\\"colors-active-text\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"button\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"7\\\",\\\"id\\\":9}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Credits\\\",\\\"position-top\\\":\\\"355\\\",\\\"position-left\\\":\\\"35\\\",\\\"size-width\\\":\\\"\\\",\\\"size-height\\\":\\\"\\\",\\\"content\\\":\\\"2020 (C) All rights reserved.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"11\\\",\\\"text-style-color\\\":\\\"#b5b5b5\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"8\\\",\\\"id\\\":10}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"terms and conditions\\\",\\\"position-top\\\":\\\"355\\\",\\\"position-left\\\":\\\"235\\\",\\\"size-width\\\":\\\"\\\",\\\"size-height\\\":\\\"\\\",\\\"content\\\":\\\"<a href=\\\\\\\"#\\\\\\\">terms and conditions<\\\\\\/a>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"12\\\",\\\"text-style-color\\\":\\\"#5c36c9\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[{\\\"selector\\\":\\\"wrapper\\\",\\\"css\\\":\\\"text-decoration: underline;\\\"}],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"on\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"9\\\",\\\"id\\\":11}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"We in social\\\",\\\"position-top\\\":\\\"355\\\",\\\"position-left\\\":\\\"430\\\",\\\"size-width\\\":\\\"\\\",\\\"size-height\\\":\\\"\\\",\\\"content\\\":\\\"We in social networks:\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"11\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"10\\\",\\\"id\\\":12}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Close icon\\\",\\\"position-top\\\":25,\\\"position-left\\\":655,\\\"size-width\\\":\\\"45\\\",\\\"mode\\\":\\\"single\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"bounceInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutRight\\\",\\\"style\\\":\\\"style\\\",\\\"view\\\":\\\"basic\\\",\\\"colors-color1\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"colors-color2\\\":\\\"\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"close\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":14,\\\"id\\\":14,\\\"size-height\\\":45}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Instagram Icon\\\",\\\"position-top\\\":355,\\\"position-left\\\":630,\\\"size-width\\\":15,\\\"icon\\\":\\\"fab fa-instagram\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"bounceInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"colors-color2\\\":\\\"\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":15,\\\"id\\\":15,\\\"size-height\\\":16}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Facebook Icon\\\",\\\"position-top\\\":355,\\\"position-left\\\":650,\\\"size-width\\\":15,\\\"icon\\\":\\\"fab fa-facebook-square\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"bounceInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"colors-color2\\\":\\\"\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":15,\\\"id\\\":16,\\\"size-height\\\":16}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Twitter Icon\\\",\\\"position-top\\\":355,\\\"position-left\\\":670,\\\"size-width\\\":15,\\\"icon\\\":\\\"fab fa-twitter\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"bounceInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"colors-color2\\\":\\\"\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":15,\\\"id\\\":17,\\\"size-height\\\":16}\"]',NULL,NULL,NULL,0,0,1638441414,1638441414,0),(6,'Subscribe #3','subscribe-3','{\"general-tab\":\"general\",\"name\":\"Subscribe #3\",\"active\":\"on\",\"key-fields-primary\":\"7\",\"key-fields-secondary\":\"6\",\"datetime-args-date-format\":\"yyyy-mm-dd\",\"datetime-args-time-format\":\"hh:ii\",\"datetime-args-locale\":\"en\",\"cross-domain\":\"on\",\"session-enable\":\"off\",\"session-length\":\"48\",\"cookie-lifetime\":\"360\",\"esc-enable\":\"on\",\"enter-enable\":\"on\",\"style-tab\":\"style\",\"position\":\"middle-center\",\"overlay-enable\":\"on\",\"overlay-animation\":\"fadeIn\",\"overlay-color\":\"rgba(188, 188, 188, 0.8)\",\"overlay-click\":\"on\",\"spinner-color-color1\":\"rgba(74, 79, 125, 1)\",\"spinner-color-color2\":\"rgba(74, 79, 125, 1)\",\"spinner-color-color3\":\"rgba(74, 79, 125, 1)\",\"text-style-family\":\"Open Sans\",\"text-style-size\":\"15\",\"text-style-color\":\"#444444\",\"text-style-weight\":\"\",\"text-style-italic\":\"off\",\"text-style-underline\":\"off\",\"text-style-align\":\"left\",\"input-icon-position\":\"inside\",\"input-icon-size\":\"20\",\"input-icon-color\":\"#444444\",\"input-icon-background\":\"\",\"input-icon-border\":\"\",\"input-text-style-family\":\"Open Sans\",\"input-text-style-size\":\"16\",\"input-text-style-color\":\"#252243\",\"input-text-style-weight\":\"\",\"input-text-style-italic\":\"off\",\"input-text-style-underline\":\"off\",\"input-text-style-align\":\"left\",\"input-background-style-image\":\"\",\"input-background-style-size\":\"auto\",\"input-background-style-horizontal-position\":\"left\",\"input-background-style-vertical-position\":\"top\",\"input-background-style-repeat\":\"repeat\",\"input-background-style-color\":\"rgba(255, 255, 255, 1)\",\"input-background-style-color2\":\"\",\"input-background-style-gradient\":\"no\",\"input-border-style-width\":\"3\",\"input-border-style-style\":\"solid\",\"input-border-style-radius\":\"5\",\"input-border-style-color\":\"#ffffff\",\"input-border-style-top\":\"on\",\"input-border-style-right\":\"on\",\"input-border-style-bottom\":\"on\",\"input-border-style-left\":\"on\",\"input-shadow-style\":\"regular\",\"input-shadow-size\":\"\",\"input-shadow-color\":\"#444444\",\"input-hover-inherit\":\"on\",\"input-hover-text-style-family\":\"\",\"input-hover-text-style-size\":\"15\",\"input-hover-text-style-color\":\"#444444\",\"input-hover-text-style-weight\":\"\",\"input-hover-text-style-italic\":\"off\",\"input-hover-text-style-underline\":\"off\",\"input-hover-text-style-align\":\"left\",\"input-hover-background-style-image\":\"\",\"input-hover-background-style-size\":\"auto\",\"input-hover-background-style-horizontal-position\":\"left\",\"input-hover-background-style-vertical-position\":\"top\",\"input-hover-background-style-repeat\":\"repeat\",\"input-hover-background-style-color\":\"#ffffff\",\"input-hover-background-style-color2\":\"\",\"input-hover-background-style-gradient\":\"no\",\"input-hover-border-style-width\":\"1\",\"input-hover-border-style-style\":\"solid\",\"input-hover-border-style-radius\":\"0\",\"input-hover-border-style-color\":\"#cccccc\",\"input-hover-border-style-top\":\"on\",\"input-hover-border-style-right\":\"on\",\"input-hover-border-style-bottom\":\"on\",\"input-hover-border-style-left\":\"on\",\"input-hover-shadow-style\":\"regular\",\"input-hover-shadow-size\":\"\",\"input-hover-shadow-color\":\"#444444\",\"input-focus-inherit\":\"on\",\"input-focus-text-style-family\":\"\",\"input-focus-text-style-size\":\"15\",\"input-focus-text-style-color\":\"#444444\",\"input-focus-text-style-weight\":\"\",\"input-focus-text-style-italic\":\"off\",\"input-focus-text-style-underline\":\"off\",\"input-focus-text-style-align\":\"left\",\"input-focus-background-style-image\":\"\",\"input-focus-background-style-size\":\"auto\",\"input-focus-background-style-horizontal-position\":\"left\",\"input-focus-background-style-vertical-position\":\"top\",\"input-focus-background-style-repeat\":\"repeat\",\"input-focus-background-style-color\":\"#ffffff\",\"input-focus-background-style-color2\":\"\",\"input-focus-background-style-gradient\":\"no\",\"input-focus-border-style-width\":\"1\",\"input-focus-border-style-style\":\"solid\",\"input-focus-border-style-radius\":\"0\",\"input-focus-border-style-color\":\"#cccccc\",\"input-focus-border-style-top\":\"on\",\"input-focus-border-style-right\":\"on\",\"input-focus-border-style-bottom\":\"on\",\"input-focus-border-style-left\":\"on\",\"input-focus-shadow-style\":\"regular\",\"input-focus-shadow-size\":\"\",\"input-focus-shadow-color\":\"#444444\",\"checkbox-radio-style-position\":\"left\",\"checkbox-radio-style-size\":\"medium\",\"checkbox-radio-style-align\":\"left\",\"checkbox-radio-style-layout\":\"1\",\"checkbox-view\":\"classic\",\"radio-view\":\"classic\",\"checkbox-radio-unchecked-color-color1\":\"#ffffff\",\"checkbox-radio-unchecked-color-color2\":\"rgba(255, 255, 255, 1)\",\"checkbox-radio-unchecked-color-color3\":\"#252243\",\"checkbox-radio-checked-inherit\":\"on\",\"checkbox-radio-checked-color-color1\":\"#cccccc\",\"checkbox-radio-checked-color-color2\":\"#ffffff\",\"checkbox-radio-checked-color-color3\":\"#444444\",\"imageselect-style-align\":\"left\",\"imageselect-style-effect\":\"none\",\"imageselect-text-style-family\":\"\",\"imageselect-text-style-size\":\"15\",\"imageselect-text-style-color\":\"#444444\",\"imageselect-text-style-weight\":\"\",\"imageselect-text-style-italic\":\"off\",\"imageselect-text-style-underline\":\"off\",\"imageselect-text-style-align\":\"left\",\"imageselect-border-style-width\":\"1\",\"imageselect-border-style-style\":\"solid\",\"imageselect-border-style-radius\":\"0\",\"imageselect-border-style-color\":\"#cccccc\",\"imageselect-border-style-top\":\"on\",\"imageselect-border-style-right\":\"on\",\"imageselect-border-style-bottom\":\"on\",\"imageselect-border-style-left\":\"on\",\"imageselect-shadow-style\":\"regular\",\"imageselect-shadow-size\":\"\",\"imageselect-shadow-color\":\"#444444\",\"imageselect-hover-inherit\":\"on\",\"imageselect-hover-border-style-width\":\"1\",\"imageselect-hover-border-style-style\":\"solid\",\"imageselect-hover-border-style-radius\":\"0\",\"imageselect-hover-border-style-color\":\"#cccccc\",\"imageselect-hover-border-style-top\":\"on\",\"imageselect-hover-border-style-right\":\"on\",\"imageselect-hover-border-style-bottom\":\"on\",\"imageselect-hover-border-style-left\":\"on\",\"imageselect-hover-shadow-style\":\"regular\",\"imageselect-hover-shadow-size\":\"\",\"imageselect-hover-shadow-color\":\"#444444\",\"imageselect-selected-inherit\":\"on\",\"imageselect-selected-border-style-width\":\"1\",\"imageselect-selected-border-style-style\":\"solid\",\"imageselect-selected-border-style-radius\":\"0\",\"imageselect-selected-border-style-color\":\"#cccccc\",\"imageselect-selected-border-style-top\":\"on\",\"imageselect-selected-border-style-right\":\"on\",\"imageselect-selected-border-style-bottom\":\"on\",\"imageselect-selected-border-style-left\":\"on\",\"imageselect-selected-shadow-style\":\"regular\",\"imageselect-selected-shadow-size\":\"\",\"imageselect-selected-shadow-color\":\"#444444\",\"imageselect-selected-scale\":\"on\",\"multiselect-style-align\":\"left\",\"multiselect-style-height\":\"120\",\"multiselect-style-hover-background\":\"#bd4070\",\"multiselect-style-hover-color\":\"#ffffff\",\"multiselect-style-selected-background\":\"#a93a65\",\"multiselect-style-selected-color\":\"#ffffff\",\"tile-style-size\":\"medium\",\"tile-style-width\":\"default\",\"tile-style-position\":\"left\",\"tile-style-layout\":\"inline\",\"tile-text-style-family\":\"\",\"tile-text-style-size\":\"15\",\"tile-text-style-color\":\"#444444\",\"tile-text-style-weight\":\"\",\"tile-text-style-italic\":\"off\",\"tile-text-style-underline\":\"off\",\"tile-text-style-align\":\"center\",\"tile-background-style-image\":\"\",\"tile-background-style-size\":\"auto\",\"tile-background-style-horizontal-position\":\"left\",\"tile-background-style-vertical-position\":\"top\",\"tile-background-style-repeat\":\"repeat\",\"tile-background-style-color\":\"#ffffff\",\"tile-background-style-color2\":\"\",\"tile-background-style-gradient\":\"no\",\"tile-border-style-width\":\"1\",\"tile-border-style-style\":\"solid\",\"tile-border-style-radius\":\"0\",\"tile-border-style-color\":\"#cccccc\",\"tile-border-style-top\":\"on\",\"tile-border-style-right\":\"on\",\"tile-border-style-bottom\":\"on\",\"tile-border-style-left\":\"on\",\"tile-shadow-style\":\"regular\",\"tile-shadow-size\":\"\",\"tile-shadow-color\":\"#444444\",\"tile-hover-inherit\":\"on\",\"tile-hover-text-style-family\":\"\",\"tile-hover-text-style-size\":\"15\",\"tile-hover-text-style-color\":\"#444444\",\"tile-hover-text-style-weight\":\"\",\"tile-hover-text-style-italic\":\"off\",\"tile-hover-text-style-underline\":\"off\",\"tile-hover-text-style-align\":\"center\",\"tile-hover-background-style-image\":\"\",\"tile-hover-background-style-size\":\"auto\",\"tile-hover-background-style-horizontal-position\":\"left\",\"tile-hover-background-style-vertical-position\":\"top\",\"tile-hover-background-style-repeat\":\"repeat\",\"tile-hover-background-style-color\":\"#ffffff\",\"tile-hover-background-style-color2\":\"\",\"tile-hover-background-style-gradient\":\"no\",\"tile-hover-border-style-width\":\"1\",\"tile-hover-border-style-style\":\"solid\",\"tile-hover-border-style-radius\":\"0\",\"tile-hover-border-style-color\":\"#a93a65\",\"tile-hover-border-style-top\":\"on\",\"tile-hover-border-style-right\":\"on\",\"tile-hover-border-style-bottom\":\"on\",\"tile-hover-border-style-left\":\"on\",\"tile-hover-shadow-style\":\"regular\",\"tile-hover-shadow-size\":\"\",\"tile-hover-shadow-color\":\"#444444\",\"tile-selected-inherit\":\"on\",\"tile-selected-text-style-family\":\"\",\"tile-selected-text-style-size\":\"15\",\"tile-selected-text-style-color\":\"#444444\",\"tile-selected-text-style-weight\":\"\",\"tile-selected-text-style-italic\":\"off\",\"tile-selected-text-style-underline\":\"off\",\"tile-selected-text-style-align\":\"center\",\"tile-selected-background-style-image\":\"\",\"tile-selected-background-style-size\":\"auto\",\"tile-selected-background-style-horizontal-position\":\"left\",\"tile-selected-background-style-vertical-position\":\"top\",\"tile-selected-background-style-repeat\":\"repeat\",\"tile-selected-background-style-color\":\"#ffffff\",\"tile-selected-background-style-color2\":\"\",\"tile-selected-background-style-gradient\":\"no\",\"tile-selected-border-style-width\":\"1\",\"tile-selected-border-style-style\":\"solid\",\"tile-selected-border-style-radius\":\"0\",\"tile-selected-border-style-color\":\"#a93a65\",\"tile-selected-border-style-top\":\"on\",\"tile-selected-border-style-right\":\"on\",\"tile-selected-border-style-bottom\":\"on\",\"tile-selected-border-style-left\":\"on\",\"tile-selected-shadow-style\":\"regular\",\"tile-selected-shadow-size\":\"\",\"tile-selected-shadow-color\":\"#444444\",\"tile-selected-transform\":\"zoom-in\",\"button-text-style-family\":\"Open Sans\",\"button-text-style-size\":\"17\",\"button-text-style-color\":\"#ffffff\",\"button-text-style-weight\":\"\",\"button-text-style-italic\":\"off\",\"button-text-style-underline\":\"off\",\"button-text-style-align\":\"center\",\"button-background-style-image\":\"\",\"button-background-style-size\":\"auto\",\"button-background-style-horizontal-position\":\"left\",\"button-background-style-vertical-position\":\"top\",\"button-background-style-repeat\":\"repeat\",\"button-background-style-color\":\"#9365db\",\"button-background-style-color2\":\"\",\"button-background-style-gradient\":\"no\",\"button-border-style-width\":\"1\",\"button-border-style-style\":\"solid\",\"button-border-style-radius\":\"5\",\"button-border-style-color\":\"#9365db\",\"button-border-style-top\":\"on\",\"button-border-style-right\":\"on\",\"button-border-style-bottom\":\"on\",\"button-border-style-left\":\"on\",\"button-shadow-style\":\"regular\",\"button-shadow-size\":\"\",\"button-shadow-color\":\"#444444\",\"button-hover-inherit\":\"on\",\"button-hover-text-style-family\":\"\",\"button-hover-text-style-size\":\"15\",\"button-hover-text-style-color\":\"#ffffff\",\"button-hover-text-style-weight\":\"\",\"button-hover-text-style-italic\":\"off\",\"button-hover-text-style-underline\":\"off\",\"button-hover-text-style-align\":\"center\",\"button-hover-background-style-image\":\"\",\"button-hover-background-style-size\":\"auto\",\"button-hover-background-style-horizontal-position\":\"left\",\"button-hover-background-style-vertical-position\":\"top\",\"button-hover-background-style-repeat\":\"repeat\",\"button-hover-background-style-color\":\"#a93a65\",\"button-hover-background-style-color2\":\"\",\"button-hover-background-style-gradient\":\"no\",\"button-hover-border-style-width\":\"1\",\"button-hover-border-style-style\":\"solid\",\"button-hover-border-style-radius\":\"0\",\"button-hover-border-style-color\":\"#a93a65\",\"button-hover-border-style-top\":\"on\",\"button-hover-border-style-right\":\"on\",\"button-hover-border-style-bottom\":\"on\",\"button-hover-border-style-left\":\"on\",\"button-hover-shadow-style\":\"regular\",\"button-hover-shadow-size\":\"\",\"button-hover-shadow-color\":\"#444444\",\"button-active-inherit\":\"on\",\"button-active-text-style-family\":\"\",\"button-active-text-style-size\":\"15\",\"button-active-text-style-color\":\"#ffffff\",\"button-active-text-style-weight\":\"\",\"button-active-text-style-italic\":\"off\",\"button-active-text-style-underline\":\"off\",\"button-active-text-style-align\":\"center\",\"button-active-background-style-image\":\"\",\"button-active-background-style-size\":\"auto\",\"button-active-background-style-horizontal-position\":\"left\",\"button-active-background-style-vertical-position\":\"top\",\"button-active-background-style-repeat\":\"repeat\",\"button-active-background-style-color\":\"#a93a65\",\"button-active-background-style-color2\":\"\",\"button-active-background-style-gradient\":\"no\",\"button-active-border-style-width\":\"1\",\"button-active-border-style-style\":\"solid\",\"button-active-border-style-radius\":\"0\",\"button-active-border-style-color\":\"#a93a65\",\"button-active-border-style-top\":\"on\",\"button-active-border-style-right\":\"on\",\"button-active-border-style-bottom\":\"on\",\"button-active-border-style-left\":\"on\",\"button-active-shadow-style\":\"regular\",\"button-active-shadow-size\":\"\",\"button-active-shadow-color\":\"#444444\",\"button-active-transform\":\"zoom-out\",\"error-background-style-image\":\"\",\"error-background-style-size\":\"auto\",\"error-background-style-horizontal-position\":\"left\",\"error-background-style-vertical-position\":\"top\",\"error-background-style-repeat\":\"repeat\",\"error-background-style-color\":\"#d9534f\",\"error-background-style-color2\":\"\",\"error-background-style-gradient\":\"no\",\"error-text-style-family\":\"\",\"error-text-style-size\":\"15\",\"error-text-style-color\":\"#ffffff\",\"error-text-style-weight\":\"\",\"error-text-style-italic\":\"off\",\"error-text-style-underline\":\"off\",\"error-text-style-align\":\"left\",\"progress-type\":\"progress-1\",\"progress-color-color1\":\"#e0e0e0\",\"progress-color-color2\":\"#bd4070\",\"progress-color-color3\":\"#ffffff\",\"progress-color-color4\":\"#444444\",\"progress-striped\":\"off\",\"progress-label-enable\":\"off\",\"progress-confirmation-enable\":\"on\",\"confirmation-tab\":\"confirmation\",\"confirmations\":[],\"double-tab\":\"double\",\"double-enable\":\"off\",\"double-email-recipient\":\"{{7|Email Field}}\",\"double-email-subject\":\"Please confirm your email address\",\"double-email-message\":\"Dear visitor!\\n\\nPlease confirm your email address by clicking the following link:\\n<a href=\\\"{{confirmation-url}}\\\">{{confirmation-url}}<\\/a>\\n\\nThanks.\",\"double-from-email\":\"{{global-from-email}}\",\"double-from-name\":\"{{global-from-name}}\",\"double-message\":\"<h4 style=\\\"text-align: center;\\\">Thank you!<\\/h4><p style=\\\"text-align: center;\\\">Your email address successfully confirmed.<\\/p>\",\"double-url\":\"\",\"notification-tab\":\"notification\",\"notifications\":[],\"integration-tab\":\"integration\",\"integrations\":[],\"advanced-tab\":\"advanced\",\"math-expressions\":[],\"payment-gateways\":[],\"misc-save-ip\":\"on\",\"misc-save-user-agent\":\"on\",\"misc-email-tech-info\":\"on\",\"misc-record-tech-info\":\"on\",\"misc-disable-html-scrollbar\":\"off\",\"personal-keys\":[],\"antibot-enable\":\"on\",\"antibot-delay\":\"10\",\"antibot-check-form\":\"on\",\"antibot-check-ip\":\"on\",\"antibot-error\":\"Thank you. We have already got your request.\",\"text-style-bold\":\"off\",\"input-text-style-bold\":\"off\",\"input-hover-text-style-bold\":\"off\",\"input-focus-text-style-bold\":\"off\",\"imageselect-text-style-bold\":\"off\",\"tile-text-style-bold\":\"off\",\"tile-hover-text-style-bold\":\"off\",\"tile-selected-text-style-bold\":\"off\",\"rangeslider-skin\":\"flat\",\"rangeslider-color-color1\":\"#e8e8e8\",\"rangeslider-color-color2\":\"#888888\",\"rangeslider-color-color3\":\"#bd4070\",\"rangeslider-color-color4\":\"#a93a65\",\"rangeslider-color-color5\":\"#ffffff\",\"button-text-style-bold\":\"on\",\"button-hover-text-style-bold\":\"off\",\"button-active-text-style-bold\":\"off\",\"error-text-style-bold\":\"off\",\"customjs-afterinit-enable\":\"off\",\"customjs-afterinit-script\":\"\",\"customjs-afterupdate-enable\":\"off\",\"customjs-afterupdate-script\":\"\",\"customjs-beforesubmit-enable\":\"off\",\"customjs-beforesubmit-script\":\"\",\"customjs-aftersubmitsuccess-enable\":\"off\",\"customjs-aftersubmitsuccess-script\":\"\"}','[{\"general\":\"general\",\"name\":\"Subscribe Now\",\"size-width\":\"650\",\"size-height\":\"500\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page\",\"id\":1},{\"general\":\"general\",\"name\":\"Confirmation\",\"size-width\":\"420\",\"size-height\":\"320\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page-confirmation\",\"id\":\"confirmation\"}]','[\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"HTML Content\\\",\\\"position-top\\\":80,\\\"position-left\\\":70,\\\"size-width\\\":280,\\\"size-height\\\":160,\\\"content\\\":\\\"<h4 style=\\\\\\\"text-align: center; font-size: 18px; font-weight: bold;\\\\\\\">Thank you!<\\\\\\/h4><p style=\\\\\\\"text-align: center;\\\\\\\">We will contact you soon.<\\\\\\/p>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"\\\",\\\"text-style-size\\\":\\\"15\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"#5cb85c\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"0\\\",\\\"border-style-style\\\":\\\"solid\\\",\\\"border-style-radius\\\":5,\\\"border-style-color\\\":\\\"#ccc\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#000000\\\",\\\"padding-top\\\":40,\\\"padding-right\\\":40,\\\"padding-bottom\\\":40,\\\"padding-left\\\":40,\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"_parent\\\":\\\"confirmation\\\",\\\"_seq\\\":0,\\\"id\\\":0}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Background\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"650\\\",\\\"size-height\\\":\\\"500\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"rgba(74, 79, 125, 1)\\\",\\\"background-style-color2\\\":\\\"rgba(48, 53, 99, 1)\\\",\\\"background-style-gradient\\\":\\\"horizontal\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"5\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#202020\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"rectangle\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"1\\\",\\\"id\\\":2}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Polygon\\\",\\\"position-top\\\":\\\"20\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"160\\\",\\\"size-height\\\":\\\"460\\\",\\\"content\\\":\\\"<img src=\\\\\\\"\\\\\\/\\\\\\/fl-hotel1.otelms.com\\\\\\/wp-content\\\\\\/plugins\\\\\\/halfdata-green-popups\\\\\\/images\\\\\\/default\\\\\\/subscribe-02.png\\\\\\\" alt=\\\\\\\"\\\\\\\" \\\\\\/>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"800\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"14\\\",\\\"text-style-color\\\":\\\"#000000\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"2\\\",\\\"id\\\":3}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Title\\\",\\\"position-top\\\":\\\"55\\\",\\\"position-left\\\":\\\"205\\\",\\\"size-width\\\":\\\"440\\\",\\\"size-height\\\":\\\"80\\\",\\\"content\\\":\\\"SUBSCRIBE NOW...\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"400\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Open Sans Condensed\\\",\\\"text-style-size\\\":\\\"54\\\",\\\"text-style-color\\\":\\\"#74deed\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"on\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"3\\\",\\\"id\\\":4}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Comment\\\",\\\"position-top\\\":\\\"135\\\",\\\"position-left\\\":\\\"205\\\",\\\"size-width\\\":\\\"440\\\",\\\"size-height\\\":\\\"22\\\",\\\"content\\\":\\\"And receive weekly recommendations in your inbox.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Open Sans\\\",\\\"text-style-size\\\":\\\"16\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"4\\\",\\\"id\\\":5}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Name Field\\\",\\\"position-top\\\":\\\"185\\\",\\\"position-left\\\":\\\"205\\\",\\\"size-width\\\":\\\"390\\\",\\\"size-height\\\":\\\"60\\\",\\\"placeholder\\\":\\\"Enter your name...\\\",\\\"autocomplete\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"400\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"required\\\":\\\"off\\\",\\\"required-error\\\":\\\"This field is required.\\\",\\\"style\\\":\\\"style\\\",\\\"align\\\":\\\"left\\\",\\\"icon-left-icon\\\":\\\"\\\",\\\"icon-left-size\\\":\\\"\\\",\\\"icon-left-color\\\":\\\"\\\",\\\"icon-right-icon\\\":\\\"\\\",\\\"icon-right-size\\\":\\\"\\\",\\\"icon-right-color\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"data\\\":\\\"data\\\",\\\"default\\\":\\\"\\\",\\\"dynamic-default\\\":\\\"off\\\",\\\"dynamic-parameter\\\":\\\"\\\",\\\"readonly\\\":\\\"off\\\",\\\"save\\\":\\\"on\\\",\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"advanced\\\":\\\"advanced\\\",\\\"element-id\\\":\\\"\\\",\\\"filters\\\":[{\\\"type\\\":\\\"trim\\\",\\\"properties\\\":null}],\\\"validators\\\":[],\\\"mask-preset\\\":\\\"\\\",\\\"mask-mask\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"5\\\",\\\"id\\\":6}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Email Field\\\",\\\"position-top\\\":\\\"260\\\",\\\"position-left\\\":\\\"205\\\",\\\"size-width\\\":\\\"390\\\",\\\"size-height\\\":\\\"60\\\",\\\"placeholder\\\":\\\"Enter your e-mail...\\\",\\\"autocomplete\\\":\\\"email\\\",\\\"animation-in\\\":\\\"fadeInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"required\\\":\\\"on\\\",\\\"required-error\\\":\\\"This field is required.\\\",\\\"style\\\":\\\"style\\\",\\\"align\\\":\\\"left\\\",\\\"icon-left-icon\\\":\\\"\\\",\\\"icon-left-size\\\":\\\"\\\",\\\"icon-left-color\\\":\\\"\\\",\\\"icon-right-icon\\\":\\\"\\\",\\\"icon-right-size\\\":\\\"\\\",\\\"icon-right-color\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"data\\\":\\\"data\\\",\\\"default\\\":\\\"\\\",\\\"dynamic-default\\\":\\\"off\\\",\\\"dynamic-parameter\\\":\\\"\\\",\\\"readonly\\\":\\\"off\\\",\\\"save\\\":\\\"on\\\",\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"advanced\\\":\\\"advanced\\\",\\\"element-id\\\":\\\"\\\",\\\"filters\\\":[{\\\"type\\\":\\\"trim\\\",\\\"properties\\\":null}],\\\"validators\\\":[{\\\"type\\\":\\\"email\\\",\\\"properties\\\":{\\\"error\\\":\\\"\\\"}}],\\\"type\\\":\\\"email\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"6\\\",\\\"id\\\":7}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Submit Button\\\",\\\"label\\\":\\\"Click here to submit!\\\",\\\"position-top\\\":\\\"335\\\",\\\"position-left\\\":\\\"205\\\",\\\"size-width\\\":\\\"390\\\",\\\"size-height\\\":\\\"60\\\",\\\"button-type\\\":\\\"submit\\\",\\\"label-loading\\\":\\\"Loading...\\\",\\\"animation-in\\\":\\\"fadeInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"600\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"icon-left\\\":\\\"\\\",\\\"icon-right\\\":\\\"\\\",\\\"colors-background\\\":\\\"\\\",\\\"colors-border\\\":\\\"\\\",\\\"colors-text\\\":\\\"\\\",\\\"colors-hover-background\\\":\\\"\\\",\\\"colors-hover-border\\\":\\\"\\\",\\\"colors-hover-text\\\":\\\"\\\",\\\"colors-active-background\\\":\\\"\\\",\\\"colors-active-border\\\":\\\"\\\",\\\"colors-active-text\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"button\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"7\\\",\\\"id\\\":8}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Close icon\\\",\\\"position-top\\\":\\\"10\\\",\\\"position-left\\\":\\\"600\\\",\\\"size-width\\\":\\\"40\\\",\\\"mode\\\":\\\"single\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"2000\\\",\\\"animation-out\\\":\\\"bounceOutDown\\\",\\\"style\\\":\\\"style\\\",\\\"view\\\":\\\"basic\\\",\\\"colors-color1\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"colors-color2\\\":\\\"rgba(116, 222, 237, 1)\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"close\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":14,\\\"id\\\":14}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Instagram Icon\\\",\\\"position-top\\\":435,\\\"position-left\\\":345,\\\"size-width\\\":\\\"30\\\",\\\"icon\\\":\\\"fab fa-instagram\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"800\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"rgba(37, 34, 67, 1)\\\",\\\"colors-color2\\\":\\\"\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":15,\\\"id\\\":15,\\\"size-height\\\":31}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Facebook Icon\\\",\\\"position-top\\\":\\\"435\\\",\\\"position-left\\\":\\\"385\\\",\\\"size-width\\\":\\\"30\\\",\\\"icon\\\":\\\"fab fa-facebook-square\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"900\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"rgba(37, 34, 67, 1)\\\",\\\"colors-color2\\\":\\\"\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":15,\\\"id\\\":17,\\\"size-height\\\":31}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Twitter Icon\\\",\\\"position-top\\\":\\\"435\\\",\\\"position-left\\\":\\\"425\\\",\\\"size-width\\\":\\\"30\\\",\\\"icon\\\":\\\"fab fa-twitter\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"1000\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"rgba(37, 34, 67, 1)\\\",\\\"colors-color2\\\":\\\"\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":15,\\\"id\\\":18,\\\"size-height\\\":31}\"]',NULL,NULL,NULL,0,0,1638441414,1638441414,0),(7,'Video #1','video','{\"general-tab\":\"general\",\"name\":\"Video #1\",\"active\":\"on\",\"key-fields-primary\":\"\",\"key-fields-secondary\":\"\",\"datetime-args-date-format\":\"yyyy-mm-dd\",\"datetime-args-time-format\":\"hh:ii\",\"datetime-args-locale\":\"en\",\"cross-domain\":\"on\",\"session-enable\":\"off\",\"session-length\":\"48\",\"cookie-lifetime\":\"360\",\"esc-enable\":\"on\",\"enter-enable\":\"off\",\"style-tab\":\"style\",\"position\":\"middle-center\",\"overlay-enable\":\"on\",\"overlay-animation\":\"fadeIn\",\"overlay-color\":\"rgba(51, 51, 51, 0.8)\",\"overlay-click\":\"on\",\"spinner-color-color1\":\"rgba(255, 255, 255, 1)\",\"spinner-color-color2\":\"rgba(255, 255, 255, 1)\",\"spinner-color-color3\":\"rgba(255, 255, 255, 1)\",\"text-style-family\":\"Arial\",\"text-style-size\":\"15\",\"text-style-color\":\"#444444\",\"text-style-weight\":\"\",\"text-style-italic\":\"off\",\"text-style-underline\":\"off\",\"text-style-align\":\"left\",\"input-icon-position\":\"inside\",\"input-icon-size\":\"20\",\"input-icon-color\":\"#444444\",\"input-icon-background\":\"\",\"input-icon-border\":\"\",\"input-text-style-family\":\"\",\"input-text-style-size\":\"15\",\"input-text-style-color\":\"#444444\",\"input-text-style-weight\":\"\",\"input-text-style-italic\":\"off\",\"input-text-style-underline\":\"off\",\"input-text-style-align\":\"left\",\"input-background-style-image\":\"\",\"input-background-style-size\":\"auto\",\"input-background-style-horizontal-position\":\"left\",\"input-background-style-vertical-position\":\"top\",\"input-background-style-repeat\":\"repeat\",\"input-background-style-color\":\"rgba(255, 255, 255, 0.7)\",\"input-background-style-color2\":\"\",\"input-background-style-gradient\":\"no\",\"input-border-style-width\":\"1\",\"input-border-style-style\":\"solid\",\"input-border-style-radius\":\"0\",\"input-border-style-color\":\"#444444\",\"input-border-style-top\":\"on\",\"input-border-style-right\":\"on\",\"input-border-style-bottom\":\"on\",\"input-border-style-left\":\"on\",\"input-shadow-style\":\"regular\",\"input-shadow-size\":\"\",\"input-shadow-color\":\"#444444\",\"input-hover-inherit\":\"on\",\"input-hover-text-style-family\":\"\",\"input-hover-text-style-size\":\"15\",\"input-hover-text-style-color\":\"#444444\",\"input-hover-text-style-weight\":\"\",\"input-hover-text-style-italic\":\"off\",\"input-hover-text-style-underline\":\"off\",\"input-hover-text-style-align\":\"left\",\"input-hover-background-style-image\":\"\",\"input-hover-background-style-size\":\"auto\",\"input-hover-background-style-horizontal-position\":\"left\",\"input-hover-background-style-vertical-position\":\"top\",\"input-hover-background-style-repeat\":\"repeat\",\"input-hover-background-style-color\":\"#ffffff\",\"input-hover-background-style-color2\":\"\",\"input-hover-background-style-gradient\":\"no\",\"input-hover-border-style-width\":\"1\",\"input-hover-border-style-style\":\"solid\",\"input-hover-border-style-radius\":\"0\",\"input-hover-border-style-color\":\"#cccccc\",\"input-hover-border-style-top\":\"on\",\"input-hover-border-style-right\":\"on\",\"input-hover-border-style-bottom\":\"on\",\"input-hover-border-style-left\":\"on\",\"input-hover-shadow-style\":\"regular\",\"input-hover-shadow-size\":\"\",\"input-hover-shadow-color\":\"#444444\",\"input-focus-inherit\":\"on\",\"input-focus-text-style-family\":\"\",\"input-focus-text-style-size\":\"15\",\"input-focus-text-style-color\":\"#444444\",\"input-focus-text-style-weight\":\"\",\"input-focus-text-style-italic\":\"off\",\"input-focus-text-style-underline\":\"off\",\"input-focus-text-style-align\":\"left\",\"input-focus-background-style-image\":\"\",\"input-focus-background-style-size\":\"auto\",\"input-focus-background-style-horizontal-position\":\"left\",\"input-focus-background-style-vertical-position\":\"top\",\"input-focus-background-style-repeat\":\"repeat\",\"input-focus-background-style-color\":\"#ffffff\",\"input-focus-background-style-color2\":\"\",\"input-focus-background-style-gradient\":\"no\",\"input-focus-border-style-width\":\"1\",\"input-focus-border-style-style\":\"solid\",\"input-focus-border-style-radius\":\"0\",\"input-focus-border-style-color\":\"#cccccc\",\"input-focus-border-style-top\":\"on\",\"input-focus-border-style-right\":\"on\",\"input-focus-border-style-bottom\":\"on\",\"input-focus-border-style-left\":\"on\",\"input-focus-shadow-style\":\"regular\",\"input-focus-shadow-size\":\"\",\"input-focus-shadow-color\":\"#444444\",\"checkbox-radio-style-position\":\"left\",\"checkbox-radio-style-size\":\"medium\",\"checkbox-radio-style-align\":\"left\",\"checkbox-radio-style-layout\":\"1\",\"checkbox-view\":\"classic\",\"radio-view\":\"classic\",\"checkbox-radio-unchecked-color-color1\":\"#444444\",\"checkbox-radio-unchecked-color-color2\":\"rgba(255, 255, 255, 0.7)\",\"checkbox-radio-unchecked-color-color3\":\"#444444\",\"checkbox-radio-checked-inherit\":\"on\",\"checkbox-radio-checked-color-color1\":\"#cccccc\",\"checkbox-radio-checked-color-color2\":\"#ffffff\",\"checkbox-radio-checked-color-color3\":\"#444444\",\"imageselect-style-align\":\"left\",\"imageselect-style-effect\":\"none\",\"imageselect-text-style-family\":\"\",\"imageselect-text-style-size\":\"15\",\"imageselect-text-style-color\":\"#444444\",\"imageselect-text-style-weight\":\"\",\"imageselect-text-style-italic\":\"off\",\"imageselect-text-style-underline\":\"off\",\"imageselect-text-style-align\":\"left\",\"imageselect-border-style-width\":\"1\",\"imageselect-border-style-style\":\"solid\",\"imageselect-border-style-radius\":\"0\",\"imageselect-border-style-color\":\"#cccccc\",\"imageselect-border-style-top\":\"on\",\"imageselect-border-style-right\":\"on\",\"imageselect-border-style-bottom\":\"on\",\"imageselect-border-style-left\":\"on\",\"imageselect-shadow-style\":\"regular\",\"imageselect-shadow-size\":\"\",\"imageselect-shadow-color\":\"#444444\",\"imageselect-hover-inherit\":\"on\",\"imageselect-hover-border-style-width\":\"1\",\"imageselect-hover-border-style-style\":\"solid\",\"imageselect-hover-border-style-radius\":\"0\",\"imageselect-hover-border-style-color\":\"#cccccc\",\"imageselect-hover-border-style-top\":\"on\",\"imageselect-hover-border-style-right\":\"on\",\"imageselect-hover-border-style-bottom\":\"on\",\"imageselect-hover-border-style-left\":\"on\",\"imageselect-hover-shadow-style\":\"regular\",\"imageselect-hover-shadow-size\":\"\",\"imageselect-hover-shadow-color\":\"#444444\",\"imageselect-selected-inherit\":\"on\",\"imageselect-selected-border-style-width\":\"1\",\"imageselect-selected-border-style-style\":\"solid\",\"imageselect-selected-border-style-radius\":\"0\",\"imageselect-selected-border-style-color\":\"#cccccc\",\"imageselect-selected-border-style-top\":\"on\",\"imageselect-selected-border-style-right\":\"on\",\"imageselect-selected-border-style-bottom\":\"on\",\"imageselect-selected-border-style-left\":\"on\",\"imageselect-selected-shadow-style\":\"regular\",\"imageselect-selected-shadow-size\":\"\",\"imageselect-selected-shadow-color\":\"#444444\",\"imageselect-selected-scale\":\"on\",\"multiselect-style-align\":\"left\",\"multiselect-style-height\":\"120\",\"multiselect-style-hover-background\":\"#bd4070\",\"multiselect-style-hover-color\":\"#ffffff\",\"multiselect-style-selected-background\":\"#a93a65\",\"multiselect-style-selected-color\":\"#ffffff\",\"tile-style-size\":\"medium\",\"tile-style-width\":\"default\",\"tile-style-position\":\"left\",\"tile-style-layout\":\"inline\",\"tile-text-style-family\":\"\",\"tile-text-style-size\":\"15\",\"tile-text-style-color\":\"#444444\",\"tile-text-style-weight\":\"\",\"tile-text-style-italic\":\"off\",\"tile-text-style-underline\":\"off\",\"tile-text-style-align\":\"center\",\"tile-background-style-image\":\"\",\"tile-background-style-size\":\"auto\",\"tile-background-style-horizontal-position\":\"left\",\"tile-background-style-vertical-position\":\"top\",\"tile-background-style-repeat\":\"repeat\",\"tile-background-style-color\":\"#ffffff\",\"tile-background-style-color2\":\"\",\"tile-background-style-gradient\":\"no\",\"tile-border-style-width\":\"1\",\"tile-border-style-style\":\"solid\",\"tile-border-style-radius\":\"0\",\"tile-border-style-color\":\"#cccccc\",\"tile-border-style-top\":\"on\",\"tile-border-style-right\":\"on\",\"tile-border-style-bottom\":\"on\",\"tile-border-style-left\":\"on\",\"tile-shadow-style\":\"regular\",\"tile-shadow-size\":\"\",\"tile-shadow-color\":\"#444444\",\"tile-hover-inherit\":\"on\",\"tile-hover-text-style-family\":\"\",\"tile-hover-text-style-size\":\"15\",\"tile-hover-text-style-color\":\"#444444\",\"tile-hover-text-style-weight\":\"\",\"tile-hover-text-style-italic\":\"off\",\"tile-hover-text-style-underline\":\"off\",\"tile-hover-text-style-align\":\"center\",\"tile-hover-background-style-image\":\"\",\"tile-hover-background-style-size\":\"auto\",\"tile-hover-background-style-horizontal-position\":\"left\",\"tile-hover-background-style-vertical-position\":\"top\",\"tile-hover-background-style-repeat\":\"repeat\",\"tile-hover-background-style-color\":\"#ffffff\",\"tile-hover-background-style-color2\":\"\",\"tile-hover-background-style-gradient\":\"no\",\"tile-hover-border-style-width\":\"1\",\"tile-hover-border-style-style\":\"solid\",\"tile-hover-border-style-radius\":\"0\",\"tile-hover-border-style-color\":\"#a93a65\",\"tile-hover-border-style-top\":\"on\",\"tile-hover-border-style-right\":\"on\",\"tile-hover-border-style-bottom\":\"on\",\"tile-hover-border-style-left\":\"on\",\"tile-hover-shadow-style\":\"regular\",\"tile-hover-shadow-size\":\"\",\"tile-hover-shadow-color\":\"#444444\",\"tile-selected-inherit\":\"on\",\"tile-selected-text-style-family\":\"\",\"tile-selected-text-style-size\":\"15\",\"tile-selected-text-style-color\":\"#444444\",\"tile-selected-text-style-weight\":\"\",\"tile-selected-text-style-italic\":\"off\",\"tile-selected-text-style-underline\":\"off\",\"tile-selected-text-style-align\":\"center\",\"tile-selected-background-style-image\":\"\",\"tile-selected-background-style-size\":\"auto\",\"tile-selected-background-style-horizontal-position\":\"left\",\"tile-selected-background-style-vertical-position\":\"top\",\"tile-selected-background-style-repeat\":\"repeat\",\"tile-selected-background-style-color\":\"#ffffff\",\"tile-selected-background-style-color2\":\"\",\"tile-selected-background-style-gradient\":\"no\",\"tile-selected-border-style-width\":\"1\",\"tile-selected-border-style-style\":\"solid\",\"tile-selected-border-style-radius\":\"0\",\"tile-selected-border-style-color\":\"#a93a65\",\"tile-selected-border-style-top\":\"on\",\"tile-selected-border-style-right\":\"on\",\"tile-selected-border-style-bottom\":\"on\",\"tile-selected-border-style-left\":\"on\",\"tile-selected-shadow-style\":\"regular\",\"tile-selected-shadow-size\":\"\",\"tile-selected-shadow-color\":\"#444444\",\"tile-selected-transform\":\"zoom-in\",\"button-text-style-family\":\"\",\"button-text-style-size\":\"18\",\"button-text-style-color\":\"#ffffff\",\"button-text-style-weight\":\"\",\"button-text-style-italic\":\"off\",\"button-text-style-underline\":\"off\",\"button-text-style-align\":\"center\",\"button-background-style-image\":\"\",\"button-background-style-size\":\"auto\",\"button-background-style-horizontal-position\":\"left\",\"button-background-style-vertical-position\":\"top\",\"button-background-style-repeat\":\"repeat\",\"button-background-style-color\":\"rgba(89, 133, 39, 1)\",\"button-background-style-color2\":\"\",\"button-background-style-gradient\":\"no\",\"button-border-style-width\":\"1\",\"button-border-style-style\":\"solid\",\"button-border-style-radius\":\"0\",\"button-border-style-color\":\"rgba(89, 133, 39, 1)\",\"button-border-style-top\":\"on\",\"button-border-style-right\":\"on\",\"button-border-style-bottom\":\"on\",\"button-border-style-left\":\"on\",\"button-shadow-style\":\"regular\",\"button-shadow-size\":\"small\",\"button-shadow-color\":\"#444444\",\"button-hover-inherit\":\"on\",\"button-hover-text-style-family\":\"\",\"button-hover-text-style-size\":\"15\",\"button-hover-text-style-color\":\"#ffffff\",\"button-hover-text-style-weight\":\"\",\"button-hover-text-style-italic\":\"off\",\"button-hover-text-style-underline\":\"off\",\"button-hover-text-style-align\":\"center\",\"button-hover-background-style-image\":\"\",\"button-hover-background-style-size\":\"auto\",\"button-hover-background-style-horizontal-position\":\"left\",\"button-hover-background-style-vertical-position\":\"top\",\"button-hover-background-style-repeat\":\"repeat\",\"button-hover-background-style-color\":\"#a93a65\",\"button-hover-background-style-color2\":\"\",\"button-hover-background-style-gradient\":\"no\",\"button-hover-border-style-width\":\"1\",\"button-hover-border-style-style\":\"solid\",\"button-hover-border-style-radius\":\"0\",\"button-hover-border-style-color\":\"#a93a65\",\"button-hover-border-style-top\":\"on\",\"button-hover-border-style-right\":\"on\",\"button-hover-border-style-bottom\":\"on\",\"button-hover-border-style-left\":\"on\",\"button-hover-shadow-style\":\"regular\",\"button-hover-shadow-size\":\"\",\"button-hover-shadow-color\":\"#444444\",\"button-active-inherit\":\"on\",\"button-active-text-style-family\":\"\",\"button-active-text-style-size\":\"15\",\"button-active-text-style-color\":\"#ffffff\",\"button-active-text-style-weight\":\"\",\"button-active-text-style-italic\":\"off\",\"button-active-text-style-underline\":\"off\",\"button-active-text-style-align\":\"center\",\"button-active-background-style-image\":\"\",\"button-active-background-style-size\":\"auto\",\"button-active-background-style-horizontal-position\":\"left\",\"button-active-background-style-vertical-position\":\"top\",\"button-active-background-style-repeat\":\"repeat\",\"button-active-background-style-color\":\"#a93a65\",\"button-active-background-style-color2\":\"\",\"button-active-background-style-gradient\":\"no\",\"button-active-border-style-width\":\"1\",\"button-active-border-style-style\":\"solid\",\"button-active-border-style-radius\":\"0\",\"button-active-border-style-color\":\"#a93a65\",\"button-active-border-style-top\":\"on\",\"button-active-border-style-right\":\"on\",\"button-active-border-style-bottom\":\"on\",\"button-active-border-style-left\":\"on\",\"button-active-shadow-style\":\"regular\",\"button-active-shadow-size\":\"\",\"button-active-shadow-color\":\"#444444\",\"button-active-transform\":\"zoom-out\",\"error-background-style-image\":\"\",\"error-background-style-size\":\"auto\",\"error-background-style-horizontal-position\":\"left\",\"error-background-style-vertical-position\":\"top\",\"error-background-style-repeat\":\"repeat\",\"error-background-style-color\":\"#d9534f\",\"error-background-style-color2\":\"\",\"error-background-style-gradient\":\"no\",\"error-text-style-family\":\"\",\"error-text-style-size\":\"15\",\"error-text-style-color\":\"#ffffff\",\"error-text-style-weight\":\"\",\"error-text-style-italic\":\"off\",\"error-text-style-underline\":\"off\",\"error-text-style-align\":\"left\",\"progress-type\":\"progress-1\",\"progress-color-color1\":\"#e0e0e0\",\"progress-color-color2\":\"#bd4070\",\"progress-color-color3\":\"#ffffff\",\"progress-color-color4\":\"#444444\",\"progress-striped\":\"off\",\"progress-label-enable\":\"off\",\"progress-confirmation-enable\":\"on\",\"confirmation-tab\":\"confirmation\",\"confirmations\":[],\"double-tab\":\"double\",\"double-enable\":\"off\",\"double-email-recipient\":\"\",\"double-email-subject\":\"Please confirm your email address\",\"double-email-message\":\"Dear visitor!\\n\\nPlease confirm your email address by clicking the following link:\\n<a href=\\\"{{confirmation-url}}\\\">{{confirmation-url}}<\\/a>\\n\\nThanks.\",\"double-from-email\":\"{{global-from-email}}\",\"double-from-name\":\"{{global-from-name}}\",\"double-message\":\"<h4 style=\\\"text-align: center;\\\">Thank you!<\\/h4><p style=\\\"text-align: center;\\\">Your email address successfully confirmed.<\\/p>\",\"double-url\":\"\",\"notification-tab\":\"notification\",\"notifications\":[],\"integration-tab\":\"integration\",\"integrations\":[],\"advanced-tab\":\"advanced\",\"math-expressions\":[],\"payment-gateways\":[],\"misc-save-ip\":\"on\",\"misc-save-user-agent\":\"on\",\"misc-email-tech-info\":\"on\",\"misc-record-tech-info\":\"on\",\"misc-disable-html-scrollbar\":\"off\",\"personal-keys\":[],\"antibot-enable\":\"on\",\"antibot-delay\":\"10\",\"antibot-check-form\":\"on\",\"antibot-check-ip\":\"on\",\"antibot-error\":\"Thank you. We have already got your request.\",\"text-style-bold\":\"off\",\"input-text-style-bold\":\"off\",\"input-hover-text-style-bold\":\"off\",\"input-focus-text-style-bold\":\"off\",\"imageselect-text-style-bold\":\"off\",\"tile-text-style-bold\":\"off\",\"tile-hover-text-style-bold\":\"off\",\"tile-selected-text-style-bold\":\"off\",\"rangeslider-skin\":\"flat\",\"rangeslider-color-color1\":\"#e8e8e8\",\"rangeslider-color-color2\":\"#888888\",\"rangeslider-color-color3\":\"#bd4070\",\"rangeslider-color-color4\":\"#a93a65\",\"rangeslider-color-color5\":\"#ffffff\",\"button-text-style-bold\":\"on\",\"button-hover-text-style-bold\":\"off\",\"button-active-text-style-bold\":\"off\",\"error-text-style-bold\":\"off\",\"customjs-afterinit-enable\":\"off\",\"customjs-afterinit-script\":\"\",\"customjs-afterupdate-enable\":\"off\",\"customjs-afterupdate-script\":\"\",\"customjs-beforesubmit-enable\":\"off\",\"customjs-beforesubmit-script\":\"\",\"customjs-aftersubmitsuccess-enable\":\"off\",\"customjs-aftersubmitsuccess-script\":\"\"}','[{\"general\":\"general\",\"name\":\"Video\",\"size-width\":\"720\",\"size-height\":\"360\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page\",\"id\":1},{\"general\":\"general\",\"name\":\"Confirmation\",\"size-width\":\"420\",\"size-height\":\"320\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page-confirmation\",\"id\":\"confirmation\"}]','[\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"HTML Content\\\",\\\"position-top\\\":80,\\\"position-left\\\":70,\\\"size-width\\\":280,\\\"size-height\\\":160,\\\"content\\\":\\\"<h4 style=\\\\\\\"text-align: center; font-size: 18px; font-weight: bold;\\\\\\\">Thank you!<\\\\\\/h4><p style=\\\\\\\"text-align: center;\\\\\\\">We will contact you soon.<\\\\\\/p>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"\\\",\\\"text-style-size\\\":\\\"15\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"#5cb85c\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"0\\\",\\\"border-style-style\\\":\\\"solid\\\",\\\"border-style-radius\\\":5,\\\"border-style-color\\\":\\\"#ccc\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#000000\\\",\\\"padding-top\\\":40,\\\"padding-right\\\":40,\\\"padding-bottom\\\":40,\\\"padding-left\\\":40,\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"_parent\\\":\\\"confirmation\\\",\\\"_seq\\\":0,\\\"id\\\":0}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Background\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"720\\\",\\\"size-height\\\":\\\"360\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"rgba(255,255,255,1)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#202020\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"rectangle\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"1\\\",\\\"id\\\":2}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Girl Image\\\",\\\"position-top\\\":\\\"18\\\",\\\"position-left\\\":\\\"18\\\",\\\"size-width\\\":\\\"487\\\",\\\"size-height\\\":\\\"324\\\",\\\"content\\\":\\\"<iframe width=\\\\\\\"387\\\\\\\" height=\\\\\\\"324\\\\\\\" src=\\\\\\\"https:\\\\\\/\\\\\\/www.youtube.com\\\\\\/embed\\\\\\/6n5VPb-V01M\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" allow=\\\\\\\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\\\\\\\" allowfullscreen><\\\\\\/iframe>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"14\\\",\\\"text-style-color\\\":\\\"#000000\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"rgba(170, 170, 170, 1)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"2\\\",\\\"id\\\":3}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Title\\\",\\\"position-top\\\":\\\"45\\\",\\\"position-left\\\":\\\"40\\\",\\\"size-width\\\":\\\"\\\",\\\"size-height\\\":\\\"\\\",\\\"content\\\":\\\"Are You Ready?\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"300\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"24\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"rgba(87, 133, 37, 1)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"10\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"10\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"on\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"3\\\",\\\"id\\\":4}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Comment\\\",\\\"position-top\\\":\\\"180\\\",\\\"position-left\\\":\\\"525\\\",\\\"size-width\\\":\\\"177\\\",\\\"size-height\\\":\\\"60\\\",\\\"content\\\":\\\"This site\\\\u2019s content is 14+. Are You 14 or older? Please verify Your age.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"300\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"14\\\",\\\"text-style-color\\\":\\\"#999999\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[{\\\"selector\\\":\\\"wrapper\\\",\\\"css\\\":\\\"line-height:1.3;\\\"}],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":\\\"5\\\",\\\"id\\\":6}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Close icon\\\",\\\"position-top\\\":\\\"5\\\",\\\"position-left\\\":\\\"675\\\",\\\"size-width\\\":\\\"40\\\",\\\"mode\\\":\\\"single\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"1000\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"view\\\":\\\"basic\\\",\\\"colors-color1\\\":\\\"rgba(0, 0, 0, 1)\\\",\\\"colors-color2\\\":\\\"rgba(89, 133, 39, 1)\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"close\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":10,\\\"id\\\":10}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"YES\\\",\\\"position-top\\\":\\\"260\\\",\\\"position-left\\\":\\\"525\\\",\\\"size-width\\\":\\\"175\\\",\\\"size-height\\\":\\\"35\\\",\\\"label\\\":\\\"YES\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"single\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"onclick\\\":\\\"\\\",\\\"animation-in\\\":\\\"fadeInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"400\\\",\\\"animation-out\\\":\\\"fadeOutRight\\\",\\\"style\\\":\\\"style\\\",\\\"icon-left\\\":\\\"\\\",\\\"icon-right\\\":\\\"\\\",\\\"colors-background\\\":\\\"\\\",\\\"colors-border\\\":\\\"\\\",\\\"colors-text\\\":\\\"\\\",\\\"colors-hover-background\\\":\\\"\\\",\\\"colors-hover-border\\\":\\\"\\\",\\\"colors-hover-text\\\":\\\"\\\",\\\"colors-active-background\\\":\\\"\\\",\\\"colors-active-border\\\":\\\"\\\",\\\"colors-active-text\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"link-button\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":11,\\\"id\\\":11}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"NO\\\",\\\"position-top\\\":305,\\\"position-left\\\":525,\\\"size-width\\\":\\\"175\\\",\\\"size-height\\\":\\\"35\\\",\\\"label\\\":\\\"NO\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"onclick\\\":\\\"\\\",\\\"animation-in\\\":\\\"fadeInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"fadeOutRight\\\",\\\"style\\\":\\\"style\\\",\\\"icon-left\\\":\\\"\\\",\\\"icon-right\\\":\\\"\\\",\\\"colors-background\\\":\\\"rgba(0, 0, 0, 1)\\\",\\\"colors-border\\\":\\\"rgba(0, 0, 0, 1)\\\",\\\"colors-text\\\":\\\"\\\",\\\"colors-hover-background\\\":\\\"\\\",\\\"colors-hover-border\\\":\\\"\\\",\\\"colors-hover-text\\\":\\\"\\\",\\\"colors-active-background\\\":\\\"\\\",\\\"colors-active-border\\\":\\\"\\\",\\\"colors-active-text\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"link-button\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":11,\\\"id\\\":12}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Instagram Icon\\\",\\\"position-top\\\":\\\"135\\\",\\\"position-left\\\":\\\"525\\\",\\\"size-width\\\":\\\"20\\\",\\\"icon\\\":\\\"fab fa-instagram\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"600\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"rgba(0, 0, 0, 1)\\\",\\\"colors-color2\\\":\\\"rgba(87, 133, 37, 1)\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":13,\\\"id\\\":13,\\\"size-height\\\":21}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Facebook Icon\\\",\\\"position-top\\\":\\\"135\\\",\\\"position-left\\\":\\\"550\\\",\\\"size-width\\\":\\\"20\\\",\\\"icon\\\":\\\"fab fa-facebook-square\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"600\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"rgba(0, 0, 0, 1)\\\",\\\"colors-color2\\\":\\\"rgba(87, 133, 37, 1)\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":13,\\\"id\\\":14,\\\"size-height\\\":21}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Twitter Icon\\\",\\\"position-top\\\":\\\"135\\\",\\\"position-left\\\":\\\"575\\\",\\\"size-width\\\":\\\"20\\\",\\\"icon\\\":\\\"fab fa-twitter\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"600\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"rgba(0, 0, 0, 1)\\\",\\\"colors-color2\\\":\\\"rgba(87, 133, 37, 1)\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":13,\\\"id\\\":15,\\\"size-height\\\":21}\"]',NULL,NULL,NULL,0,0,1638441414,1638441414,0),(8,'Video #2','video-2','{\"general-tab\":\"general\",\"name\":\"Video #2\",\"active\":\"on\",\"key-fields-primary\":\"10\",\"key-fields-secondary\":\"\",\"datetime-args-date-format\":\"yyyy-mm-dd\",\"datetime-args-time-format\":\"hh:ii\",\"datetime-args-locale\":\"en\",\"cross-domain\":\"on\",\"session-enable\":\"off\",\"session-length\":\"48\",\"cookie-lifetime\":\"360\",\"esc-enable\":\"on\",\"enter-enable\":\"on\",\"style-tab\":\"style\",\"position\":\"middle-center\",\"overlay-enable\":\"on\",\"overlay-animation\":\"fadeIn\",\"overlay-color\":\"rgba(51, 51, 51, 0.8)\",\"overlay-click\":\"on\",\"spinner-color-color1\":\"rgba(255, 255, 255, 1)\",\"spinner-color-color2\":\"rgba(255, 255, 255, 1)\",\"spinner-color-color3\":\"rgba(255, 255, 255, 1)\",\"text-style-family\":\"Roboto\",\"text-style-size\":\"15\",\"text-style-color\":\"#444444\",\"text-style-weight\":\"\",\"text-style-italic\":\"off\",\"text-style-underline\":\"off\",\"text-style-align\":\"left\",\"input-icon-position\":\"inside\",\"input-icon-size\":\"20\",\"input-icon-color\":\"#444444\",\"input-icon-background\":\"\",\"input-icon-border\":\"\",\"input-text-style-family\":\"Roboto\",\"input-text-style-size\":\"13\",\"input-text-style-color\":\"#000000\",\"input-text-style-weight\":\"\",\"input-text-style-italic\":\"off\",\"input-text-style-underline\":\"off\",\"input-text-style-align\":\"left\",\"input-background-style-image\":\"\",\"input-background-style-size\":\"auto\",\"input-background-style-horizontal-position\":\"left\",\"input-background-style-vertical-position\":\"top\",\"input-background-style-repeat\":\"repeat\",\"input-background-style-color\":\"rgba(255, 255, 255, 0.7)\",\"input-background-style-color2\":\"\",\"input-background-style-gradient\":\"no\",\"input-border-style-width\":\"1\",\"input-border-style-style\":\"solid\",\"input-border-style-radius\":\"0\",\"input-border-style-color\":\"#dddddd\",\"input-border-style-top\":\"on\",\"input-border-style-right\":\"on\",\"input-border-style-bottom\":\"on\",\"input-border-style-left\":\"on\",\"input-shadow-style\":\"regular\",\"input-shadow-size\":\"\",\"input-shadow-color\":\"#444444\",\"input-hover-inherit\":\"on\",\"input-hover-text-style-family\":\"\",\"input-hover-text-style-size\":\"15\",\"input-hover-text-style-color\":\"#444444\",\"input-hover-text-style-weight\":\"\",\"input-hover-text-style-italic\":\"off\",\"input-hover-text-style-underline\":\"off\",\"input-hover-text-style-align\":\"left\",\"input-hover-background-style-image\":\"\",\"input-hover-background-style-size\":\"auto\",\"input-hover-background-style-horizontal-position\":\"left\",\"input-hover-background-style-vertical-position\":\"top\",\"input-hover-background-style-repeat\":\"repeat\",\"input-hover-background-style-color\":\"#ffffff\",\"input-hover-background-style-color2\":\"\",\"input-hover-background-style-gradient\":\"no\",\"input-hover-border-style-width\":\"1\",\"input-hover-border-style-style\":\"solid\",\"input-hover-border-style-radius\":\"0\",\"input-hover-border-style-color\":\"#cccccc\",\"input-hover-border-style-top\":\"on\",\"input-hover-border-style-right\":\"on\",\"input-hover-border-style-bottom\":\"on\",\"input-hover-border-style-left\":\"on\",\"input-hover-shadow-style\":\"regular\",\"input-hover-shadow-size\":\"\",\"input-hover-shadow-color\":\"#444444\",\"input-focus-inherit\":\"on\",\"input-focus-text-style-family\":\"\",\"input-focus-text-style-size\":\"15\",\"input-focus-text-style-color\":\"#444444\",\"input-focus-text-style-weight\":\"\",\"input-focus-text-style-italic\":\"off\",\"input-focus-text-style-underline\":\"off\",\"input-focus-text-style-align\":\"left\",\"input-focus-background-style-image\":\"\",\"input-focus-background-style-size\":\"auto\",\"input-focus-background-style-horizontal-position\":\"left\",\"input-focus-background-style-vertical-position\":\"top\",\"input-focus-background-style-repeat\":\"repeat\",\"input-focus-background-style-color\":\"#ffffff\",\"input-focus-background-style-color2\":\"\",\"input-focus-background-style-gradient\":\"no\",\"input-focus-border-style-width\":\"1\",\"input-focus-border-style-style\":\"solid\",\"input-focus-border-style-radius\":\"0\",\"input-focus-border-style-color\":\"#cccccc\",\"input-focus-border-style-top\":\"on\",\"input-focus-border-style-right\":\"on\",\"input-focus-border-style-bottom\":\"on\",\"input-focus-border-style-left\":\"on\",\"input-focus-shadow-style\":\"regular\",\"input-focus-shadow-size\":\"\",\"input-focus-shadow-color\":\"#444444\",\"checkbox-radio-style-position\":\"left\",\"checkbox-radio-style-size\":\"medium\",\"checkbox-radio-style-align\":\"left\",\"checkbox-radio-style-layout\":\"1\",\"checkbox-view\":\"classic\",\"radio-view\":\"classic\",\"checkbox-radio-unchecked-color-color1\":\"#dddddd\",\"checkbox-radio-unchecked-color-color2\":\"rgba(255, 255, 255, 0.7)\",\"checkbox-radio-unchecked-color-color3\":\"#000000\",\"checkbox-radio-checked-inherit\":\"on\",\"checkbox-radio-checked-color-color1\":\"#cccccc\",\"checkbox-radio-checked-color-color2\":\"#ffffff\",\"checkbox-radio-checked-color-color3\":\"#444444\",\"imageselect-style-align\":\"left\",\"imageselect-style-effect\":\"none\",\"imageselect-text-style-family\":\"\",\"imageselect-text-style-size\":\"15\",\"imageselect-text-style-color\":\"#444444\",\"imageselect-text-style-weight\":\"\",\"imageselect-text-style-italic\":\"off\",\"imageselect-text-style-underline\":\"off\",\"imageselect-text-style-align\":\"left\",\"imageselect-border-style-width\":\"1\",\"imageselect-border-style-style\":\"solid\",\"imageselect-border-style-radius\":\"0\",\"imageselect-border-style-color\":\"#cccccc\",\"imageselect-border-style-top\":\"on\",\"imageselect-border-style-right\":\"on\",\"imageselect-border-style-bottom\":\"on\",\"imageselect-border-style-left\":\"on\",\"imageselect-shadow-style\":\"regular\",\"imageselect-shadow-size\":\"\",\"imageselect-shadow-color\":\"#444444\",\"imageselect-hover-inherit\":\"on\",\"imageselect-hover-border-style-width\":\"1\",\"imageselect-hover-border-style-style\":\"solid\",\"imageselect-hover-border-style-radius\":\"0\",\"imageselect-hover-border-style-color\":\"#cccccc\",\"imageselect-hover-border-style-top\":\"on\",\"imageselect-hover-border-style-right\":\"on\",\"imageselect-hover-border-style-bottom\":\"on\",\"imageselect-hover-border-style-left\":\"on\",\"imageselect-hover-shadow-style\":\"regular\",\"imageselect-hover-shadow-size\":\"\",\"imageselect-hover-shadow-color\":\"#444444\",\"imageselect-selected-inherit\":\"on\",\"imageselect-selected-border-style-width\":\"1\",\"imageselect-selected-border-style-style\":\"solid\",\"imageselect-selected-border-style-radius\":\"0\",\"imageselect-selected-border-style-color\":\"#cccccc\",\"imageselect-selected-border-style-top\":\"on\",\"imageselect-selected-border-style-right\":\"on\",\"imageselect-selected-border-style-bottom\":\"on\",\"imageselect-selected-border-style-left\":\"on\",\"imageselect-selected-shadow-style\":\"regular\",\"imageselect-selected-shadow-size\":\"\",\"imageselect-selected-shadow-color\":\"#444444\",\"imageselect-selected-scale\":\"on\",\"multiselect-style-align\":\"left\",\"multiselect-style-height\":\"120\",\"multiselect-style-hover-background\":\"#bd4070\",\"multiselect-style-hover-color\":\"#ffffff\",\"multiselect-style-selected-background\":\"#a93a65\",\"multiselect-style-selected-color\":\"#ffffff\",\"tile-style-size\":\"medium\",\"tile-style-width\":\"default\",\"tile-style-position\":\"left\",\"tile-style-layout\":\"inline\",\"tile-text-style-family\":\"\",\"tile-text-style-size\":\"15\",\"tile-text-style-color\":\"#444444\",\"tile-text-style-weight\":\"\",\"tile-text-style-italic\":\"off\",\"tile-text-style-underline\":\"off\",\"tile-text-style-align\":\"center\",\"tile-background-style-image\":\"\",\"tile-background-style-size\":\"auto\",\"tile-background-style-horizontal-position\":\"left\",\"tile-background-style-vertical-position\":\"top\",\"tile-background-style-repeat\":\"repeat\",\"tile-background-style-color\":\"#ffffff\",\"tile-background-style-color2\":\"\",\"tile-background-style-gradient\":\"no\",\"tile-border-style-width\":\"1\",\"tile-border-style-style\":\"solid\",\"tile-border-style-radius\":\"0\",\"tile-border-style-color\":\"#cccccc\",\"tile-border-style-top\":\"on\",\"tile-border-style-right\":\"on\",\"tile-border-style-bottom\":\"on\",\"tile-border-style-left\":\"on\",\"tile-shadow-style\":\"regular\",\"tile-shadow-size\":\"\",\"tile-shadow-color\":\"#444444\",\"tile-hover-inherit\":\"on\",\"tile-hover-text-style-family\":\"\",\"tile-hover-text-style-size\":\"15\",\"tile-hover-text-style-color\":\"#444444\",\"tile-hover-text-style-weight\":\"\",\"tile-hover-text-style-italic\":\"off\",\"tile-hover-text-style-underline\":\"off\",\"tile-hover-text-style-align\":\"center\",\"tile-hover-background-style-image\":\"\",\"tile-hover-background-style-size\":\"auto\",\"tile-hover-background-style-horizontal-position\":\"left\",\"tile-hover-background-style-vertical-position\":\"top\",\"tile-hover-background-style-repeat\":\"repeat\",\"tile-hover-background-style-color\":\"#ffffff\",\"tile-hover-background-style-color2\":\"\",\"tile-hover-background-style-gradient\":\"no\",\"tile-hover-border-style-width\":\"1\",\"tile-hover-border-style-style\":\"solid\",\"tile-hover-border-style-radius\":\"0\",\"tile-hover-border-style-color\":\"#a93a65\",\"tile-hover-border-style-top\":\"on\",\"tile-hover-border-style-right\":\"on\",\"tile-hover-border-style-bottom\":\"on\",\"tile-hover-border-style-left\":\"on\",\"tile-hover-shadow-style\":\"regular\",\"tile-hover-shadow-size\":\"\",\"tile-hover-shadow-color\":\"#444444\",\"tile-selected-inherit\":\"on\",\"tile-selected-text-style-family\":\"\",\"tile-selected-text-style-size\":\"15\",\"tile-selected-text-style-color\":\"#444444\",\"tile-selected-text-style-weight\":\"\",\"tile-selected-text-style-italic\":\"off\",\"tile-selected-text-style-underline\":\"off\",\"tile-selected-text-style-align\":\"center\",\"tile-selected-background-style-image\":\"\",\"tile-selected-background-style-size\":\"auto\",\"tile-selected-background-style-horizontal-position\":\"left\",\"tile-selected-background-style-vertical-position\":\"top\",\"tile-selected-background-style-repeat\":\"repeat\",\"tile-selected-background-style-color\":\"#ffffff\",\"tile-selected-background-style-color2\":\"\",\"tile-selected-background-style-gradient\":\"no\",\"tile-selected-border-style-width\":\"1\",\"tile-selected-border-style-style\":\"solid\",\"tile-selected-border-style-radius\":\"0\",\"tile-selected-border-style-color\":\"#a93a65\",\"tile-selected-border-style-top\":\"on\",\"tile-selected-border-style-right\":\"on\",\"tile-selected-border-style-bottom\":\"on\",\"tile-selected-border-style-left\":\"on\",\"tile-selected-shadow-style\":\"regular\",\"tile-selected-shadow-size\":\"\",\"tile-selected-shadow-color\":\"#444444\",\"tile-selected-transform\":\"zoom-in\",\"button-text-style-family\":\"Roboto\",\"button-text-style-size\":\"15\",\"button-text-style-color\":\"#ffffff\",\"button-text-style-weight\":\"\",\"button-text-style-italic\":\"off\",\"button-text-style-underline\":\"off\",\"button-text-style-align\":\"center\",\"button-background-style-image\":\"\",\"button-background-style-size\":\"auto\",\"button-background-style-horizontal-position\":\"left\",\"button-background-style-vertical-position\":\"top\",\"button-background-style-repeat\":\"repeat\",\"button-background-style-color\":\"#fc7833\",\"button-background-style-color2\":\"\",\"button-background-style-gradient\":\"no\",\"button-border-style-width\":\"1\",\"button-border-style-style\":\"solid\",\"button-border-style-radius\":\"0\",\"button-border-style-color\":\"#fc7833\",\"button-border-style-top\":\"on\",\"button-border-style-right\":\"on\",\"button-border-style-bottom\":\"on\",\"button-border-style-left\":\"on\",\"button-shadow-style\":\"regular\",\"button-shadow-size\":\"\",\"button-shadow-color\":\"#444444\",\"button-hover-inherit\":\"on\",\"button-hover-text-style-family\":\"\",\"button-hover-text-style-size\":\"15\",\"button-hover-text-style-color\":\"#ffffff\",\"button-hover-text-style-weight\":\"\",\"button-hover-text-style-italic\":\"off\",\"button-hover-text-style-underline\":\"off\",\"button-hover-text-style-align\":\"center\",\"button-hover-background-style-image\":\"\",\"button-hover-background-style-size\":\"auto\",\"button-hover-background-style-horizontal-position\":\"left\",\"button-hover-background-style-vertical-position\":\"top\",\"button-hover-background-style-repeat\":\"repeat\",\"button-hover-background-style-color\":\"#a93a65\",\"button-hover-background-style-color2\":\"\",\"button-hover-background-style-gradient\":\"no\",\"button-hover-border-style-width\":\"1\",\"button-hover-border-style-style\":\"solid\",\"button-hover-border-style-radius\":\"0\",\"button-hover-border-style-color\":\"#a93a65\",\"button-hover-border-style-top\":\"on\",\"button-hover-border-style-right\":\"on\",\"button-hover-border-style-bottom\":\"on\",\"button-hover-border-style-left\":\"on\",\"button-hover-shadow-style\":\"regular\",\"button-hover-shadow-size\":\"\",\"button-hover-shadow-color\":\"#444444\",\"button-active-inherit\":\"on\",\"button-active-text-style-family\":\"\",\"button-active-text-style-size\":\"15\",\"button-active-text-style-color\":\"#ffffff\",\"button-active-text-style-weight\":\"\",\"button-active-text-style-italic\":\"off\",\"button-active-text-style-underline\":\"off\",\"button-active-text-style-align\":\"center\",\"button-active-background-style-image\":\"\",\"button-active-background-style-size\":\"auto\",\"button-active-background-style-horizontal-position\":\"left\",\"button-active-background-style-vertical-position\":\"top\",\"button-active-background-style-repeat\":\"repeat\",\"button-active-background-style-color\":\"#a93a65\",\"button-active-background-style-color2\":\"\",\"button-active-background-style-gradient\":\"no\",\"button-active-border-style-width\":\"1\",\"button-active-border-style-style\":\"solid\",\"button-active-border-style-radius\":\"0\",\"button-active-border-style-color\":\"#a93a65\",\"button-active-border-style-top\":\"on\",\"button-active-border-style-right\":\"on\",\"button-active-border-style-bottom\":\"on\",\"button-active-border-style-left\":\"on\",\"button-active-shadow-style\":\"regular\",\"button-active-shadow-size\":\"\",\"button-active-shadow-color\":\"#444444\",\"button-active-transform\":\"zoom-out\",\"error-background-style-image\":\"\",\"error-background-style-size\":\"auto\",\"error-background-style-horizontal-position\":\"left\",\"error-background-style-vertical-position\":\"top\",\"error-background-style-repeat\":\"repeat\",\"error-background-style-color\":\"#d9534f\",\"error-background-style-color2\":\"\",\"error-background-style-gradient\":\"no\",\"error-text-style-family\":\"\",\"error-text-style-size\":\"15\",\"error-text-style-color\":\"#ffffff\",\"error-text-style-weight\":\"\",\"error-text-style-italic\":\"off\",\"error-text-style-underline\":\"off\",\"error-text-style-align\":\"left\",\"progress-type\":\"progress-1\",\"progress-color-color1\":\"#e0e0e0\",\"progress-color-color2\":\"#bd4070\",\"progress-color-color3\":\"#ffffff\",\"progress-color-color4\":\"#444444\",\"progress-striped\":\"off\",\"progress-label-enable\":\"off\",\"progress-confirmation-enable\":\"on\",\"confirmation-tab\":\"confirmation\",\"confirmations\":[],\"double-tab\":\"double\",\"double-enable\":\"off\",\"double-email-recipient\":\"{{10|E-mail Field}}\",\"double-email-subject\":\"Please confirm your email address\",\"double-email-message\":\"Dear visitor!\\n\\nPlease confirm your email address by clicking the following link:\\n<a href=\\\"{{confirmation-url}}\\\">{{confirmation-url}}<\\/a>\\n\\nThanks.\",\"double-from-email\":\"{{global-from-email}}\",\"double-from-name\":\"{{global-from-name}}\",\"double-message\":\"<h4 style=\\\"text-align: center;\\\">Thank you!<\\/h4><p style=\\\"text-align: center;\\\">Your email address successfully confirmed.<\\/p>\",\"double-url\":\"\",\"notification-tab\":\"notification\",\"notifications\":[],\"integration-tab\":\"integration\",\"integrations\":[],\"advanced-tab\":\"advanced\",\"math-expressions\":[],\"payment-gateways\":[],\"misc-save-ip\":\"on\",\"misc-save-user-agent\":\"on\",\"misc-email-tech-info\":\"on\",\"misc-record-tech-info\":\"on\",\"misc-disable-html-scrollbar\":\"off\",\"personal-keys\":[],\"antibot-enable\":\"on\",\"antibot-delay\":\"10\",\"antibot-check-form\":\"on\",\"antibot-check-ip\":\"on\",\"antibot-error\":\"Thank you. We have already got your request.\",\"text-style-bold\":\"off\",\"input-text-style-bold\":\"off\",\"input-hover-text-style-bold\":\"off\",\"input-focus-text-style-bold\":\"off\",\"imageselect-text-style-bold\":\"off\",\"tile-text-style-bold\":\"off\",\"tile-hover-text-style-bold\":\"off\",\"tile-selected-text-style-bold\":\"off\",\"rangeslider-skin\":\"flat\",\"rangeslider-color-color1\":\"#e8e8e8\",\"rangeslider-color-color2\":\"#888888\",\"rangeslider-color-color3\":\"#bd4070\",\"rangeslider-color-color4\":\"#a93a65\",\"rangeslider-color-color5\":\"#ffffff\",\"button-text-style-bold\":\"on\",\"button-hover-text-style-bold\":\"off\",\"button-active-text-style-bold\":\"off\",\"error-text-style-bold\":\"off\",\"customjs-afterinit-enable\":\"off\",\"customjs-afterinit-script\":\"\",\"customjs-afterupdate-enable\":\"off\",\"customjs-afterupdate-script\":\"\",\"customjs-beforesubmit-enable\":\"off\",\"customjs-beforesubmit-script\":\"\",\"customjs-aftersubmitsuccess-enable\":\"off\",\"customjs-aftersubmitsuccess-script\":\"\"}','[{\"general\":\"general\",\"name\":\"Video\",\"size-width\":\"400\",\"size-height\":\"500\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page\",\"id\":1},{\"general\":\"general\",\"name\":\"Confirmation\",\"size-width\":\"420\",\"size-height\":\"320\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page-confirmation\",\"id\":\"confirmation\"}]','[\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"HTML Content\\\",\\\"position-top\\\":80,\\\"position-left\\\":70,\\\"size-width\\\":280,\\\"size-height\\\":160,\\\"content\\\":\\\"<h4 style=\\\\\\\"text-align: center; font-size: 18px; font-weight: bold;\\\\\\\">Thank you!<\\\\\\/h4><p style=\\\\\\\"text-align: center;\\\\\\\">We will contact you soon.<\\\\\\/p>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"\\\",\\\"text-style-size\\\":\\\"15\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"#5cb85c\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"0\\\",\\\"border-style-style\\\":\\\"solid\\\",\\\"border-style-radius\\\":5,\\\"border-style-color\\\":\\\"#ccc\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#000000\\\",\\\"padding-top\\\":40,\\\"padding-right\\\":40,\\\"padding-bottom\\\":40,\\\"padding-left\\\":40,\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"_parent\\\":\\\"confirmation\\\",\\\"_seq\\\":0,\\\"id\\\":0}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"MAINWND\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"400\\\",\\\"size-height\\\":\\\"500\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"no-repeat\\\",\\\"background-style-color\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"large\\\",\\\"shadow-color\\\":\\\"#202020\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"rectangle\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":0,\\\"id\\\":2}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Rating\\\",\\\"position-top\\\":\\\"270\\\",\\\"position-left\\\":\\\"35\\\",\\\"size-width\\\":\\\"\\\",\\\"size-height\\\":\\\"\\\",\\\"content\\\":\\\"<i class=\\\\\\\"fas fa-star\\\\\\\"><\\\\\\/i><i class=\\\\\\\"fas fa-star\\\\\\\"><\\\\\\/i><i class=\\\\\\\"fas fa-star\\\\\\\"><\\\\\\/i><i class=\\\\\\\"fas fa-star\\\\\\\"><i class=\\\\\\\"fas fa-star\\\\\\\"><\\\\\\/i>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"14\\\",\\\"text-style-color\\\":\\\"#ffb73a\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":4,\\\"id\\\":6}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Hurghada\\\",\\\"position-top\\\":273,\\\"position-left\\\":280,\\\"size-width\\\":\\\"84\\\",\\\"size-height\\\":\\\"20\\\",\\\"content\\\":\\\"HURGHADA\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Roboto\\\",\\\"text-style-size\\\":\\\"12\\\",\\\"text-style-color\\\":\\\"#a0a0a0\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"right\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[{\\\"selector\\\":\\\"wrapper\\\",\\\"css\\\":\\\"letter-spacing: 1px;\\\"}],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":5,\\\"id\\\":7}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Header\\\",\\\"position-top\\\":\\\"300\\\",\\\"position-left\\\":\\\"35\\\",\\\"size-width\\\":\\\"226\\\",\\\"size-height\\\":\\\"40\\\",\\\"content\\\":\\\"Join Kiteboarding\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Della Respira\\\",\\\"text-style-size\\\":\\\"24\\\",\\\"text-style-color\\\":\\\"#000000\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":6,\\\"id\\\":8}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Desc\\\",\\\"position-top\\\":\\\"345\\\",\\\"position-left\\\":\\\"35\\\",\\\"size-width\\\":\\\"240\\\",\\\"size-height\\\":\\\"55\\\",\\\"content\\\":\\\"Superior quality food from best chefs outta city. Lobsters and champagne are best. Subscribe and get news.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Roboto\\\",\\\"text-style-size\\\":\\\"13\\\",\\\"text-style-color\\\":\\\"#a0a0a0\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":7,\\\"id\\\":9}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"E-mail Field\\\",\\\"position-top\\\":\\\"420\\\",\\\"position-left\\\":\\\"35\\\",\\\"size-width\\\":\\\"250\\\",\\\"size-height\\\":\\\"40\\\",\\\"placeholder\\\":\\\"Your Email\\\",\\\"autocomplete\\\":\\\"email\\\",\\\"animation-in\\\":\\\"bounceInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"required\\\":\\\"on\\\",\\\"required-error\\\":\\\"This field is required.\\\",\\\"style\\\":\\\"style\\\",\\\"align\\\":\\\"left\\\",\\\"icon-left-icon\\\":\\\"\\\",\\\"icon-left-size\\\":\\\"\\\",\\\"icon-left-color\\\":\\\"\\\",\\\"icon-right-icon\\\":\\\"\\\",\\\"icon-right-size\\\":\\\"\\\",\\\"icon-right-color\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"data\\\":\\\"data\\\",\\\"default\\\":\\\"\\\",\\\"dynamic-default\\\":\\\"off\\\",\\\"dynamic-parameter\\\":\\\"\\\",\\\"readonly\\\":\\\"off\\\",\\\"save\\\":\\\"on\\\",\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"advanced\\\":\\\"advanced\\\",\\\"element-id\\\":\\\"\\\",\\\"filters\\\":[{\\\"type\\\":\\\"trim\\\",\\\"properties\\\":null}],\\\"validators\\\":[{\\\"type\\\":\\\"email\\\",\\\"properties\\\":{\\\"error\\\":\\\"\\\"}}],\\\"type\\\":\\\"email\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":8,\\\"id\\\":10}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Submit Button\\\",\\\"label\\\":\\\"OK\\\",\\\"position-top\\\":\\\"420\\\",\\\"position-left\\\":\\\"285\\\",\\\"size-width\\\":\\\"80\\\",\\\"size-height\\\":\\\"40\\\",\\\"button-type\\\":\\\"submit\\\",\\\"label-loading\\\":\\\"Loading...\\\",\\\"animation-in\\\":\\\"bounceInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"icon-left\\\":\\\"\\\",\\\"icon-right\\\":\\\"\\\",\\\"colors-background\\\":\\\"\\\",\\\"colors-border\\\":\\\"\\\",\\\"colors-text\\\":\\\"\\\",\\\"colors-hover-background\\\":\\\"\\\",\\\"colors-hover-border\\\":\\\"\\\",\\\"colors-hover-text\\\":\\\"\\\",\\\"colors-active-background\\\":\\\"\\\",\\\"colors-active-border\\\":\\\"\\\",\\\"colors-active-text\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"button\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":9,\\\"id\\\":11}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Video\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"400\\\",\\\"size-height\\\":\\\"250\\\",\\\"content\\\":\\\"<iframe width=\\\\\\\"400\\\\\\\" height=\\\\\\\"250\\\\\\\" src=\\\\\\\"https:\\\\\\/\\\\\\/www.youtube.com\\\\\\/embed\\\\\\/6n5VPb-V01M\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" allow=\\\\\\\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\\\\\\\" allowfullscreen><\\\\\\/iframe>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"\\\",\\\"text-style-size\\\":\\\"15\\\",\\\"text-style-color\\\":\\\"#444444\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"0\\\",\\\"border-style-style\\\":\\\"solid\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"#cccccc\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":1,\\\"id\\\":12}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Close icon\\\",\\\"position-top\\\":\\\"5\\\",\\\"position-left\\\":\\\"355\\\",\\\"size-width\\\":\\\"40\\\",\\\"mode\\\":\\\"single\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"view\\\":\\\"basic\\\",\\\"colors-color1\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"colors-color2\\\":\\\"rgba(252, 120, 51, 1)\\\",\\\"colors-color3\\\":\\\"rgba(0, 0, 0, 0.37)\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"close\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":13,\\\"id\\\":13}\"]',NULL,NULL,NULL,0,0,1638441414,1638441414,0),(9,'Video #3','video-3','{\"general-tab\":\"general\",\"name\":\"Video #3\",\"active\":\"on\",\"key-fields-primary\":\"\",\"key-fields-secondary\":\"\",\"datetime-args-date-format\":\"yyyy-mm-dd\",\"datetime-args-time-format\":\"hh:ii\",\"datetime-args-locale\":\"en\",\"cross-domain\":\"off\",\"session-enable\":\"off\",\"session-length\":\"48\",\"cookie-lifetime\":\"365\",\"esc-enable\":\"on\",\"enter-enable\":\"on\",\"style-tab\":\"style\",\"position\":\"middle-center\",\"overlay-enable\":\"on\",\"overlay-animation\":\"fadeIn\",\"overlay-color\":\"rgba(255, 255, 255, 0.7)\",\"overlay-click\":\"on\",\"spinner-color-color1\":\"rgba(64, 100, 153, 1)\",\"spinner-color-color2\":\"rgba(64, 100, 153, 1)\",\"spinner-color-color3\":\"rgba(64, 100, 153, 1)\",\"text-style-family\":\"Arial\",\"text-style-size\":\"15\",\"text-style-color\":\"#444444\",\"text-style-weight\":\"\",\"text-style-italic\":\"off\",\"text-style-underline\":\"off\",\"text-style-align\":\"left\",\"input-icon-position\":\"inside\",\"input-icon-size\":\"20\",\"input-icon-color\":\"#444444\",\"input-icon-background\":\"\",\"input-icon-border\":\"\",\"input-text-style-family\":\"\",\"input-text-style-size\":\"15\",\"input-text-style-color\":\"#444444\",\"input-text-style-weight\":\"\",\"input-text-style-italic\":\"off\",\"input-text-style-underline\":\"off\",\"input-text-style-align\":\"left\",\"input-background-style-image\":\"\",\"input-background-style-size\":\"auto\",\"input-background-style-horizontal-position\":\"left\",\"input-background-style-vertical-position\":\"top\",\"input-background-style-repeat\":\"repeat\",\"input-background-style-color\":\"#ffffff\",\"input-background-style-color2\":\"\",\"input-background-style-gradient\":\"no\",\"input-border-style-width\":\"1\",\"input-border-style-style\":\"solid\",\"input-border-style-radius\":\"0\",\"input-border-style-color\":\"#cccccc\",\"input-border-style-top\":\"on\",\"input-border-style-right\":\"on\",\"input-border-style-bottom\":\"on\",\"input-border-style-left\":\"on\",\"input-shadow-style\":\"regular\",\"input-shadow-size\":\"\",\"input-shadow-color\":\"#444444\",\"input-hover-inherit\":\"on\",\"input-hover-text-style-family\":\"\",\"input-hover-text-style-size\":\"15\",\"input-hover-text-style-color\":\"#444444\",\"input-hover-text-style-weight\":\"\",\"input-hover-text-style-italic\":\"off\",\"input-hover-text-style-underline\":\"off\",\"input-hover-text-style-align\":\"left\",\"input-hover-background-style-image\":\"\",\"input-hover-background-style-size\":\"auto\",\"input-hover-background-style-horizontal-position\":\"left\",\"input-hover-background-style-vertical-position\":\"top\",\"input-hover-background-style-repeat\":\"repeat\",\"input-hover-background-style-color\":\"#ffffff\",\"input-hover-background-style-color2\":\"\",\"input-hover-background-style-gradient\":\"no\",\"input-hover-border-style-width\":\"1\",\"input-hover-border-style-style\":\"solid\",\"input-hover-border-style-radius\":\"0\",\"input-hover-border-style-color\":\"#cccccc\",\"input-hover-border-style-top\":\"on\",\"input-hover-border-style-right\":\"on\",\"input-hover-border-style-bottom\":\"on\",\"input-hover-border-style-left\":\"on\",\"input-hover-shadow-style\":\"regular\",\"input-hover-shadow-size\":\"\",\"input-hover-shadow-color\":\"#444444\",\"input-focus-inherit\":\"on\",\"input-focus-text-style-family\":\"\",\"input-focus-text-style-size\":\"15\",\"input-focus-text-style-color\":\"#444444\",\"input-focus-text-style-weight\":\"\",\"input-focus-text-style-italic\":\"off\",\"input-focus-text-style-underline\":\"off\",\"input-focus-text-style-align\":\"left\",\"input-focus-background-style-image\":\"\",\"input-focus-background-style-size\":\"auto\",\"input-focus-background-style-horizontal-position\":\"left\",\"input-focus-background-style-vertical-position\":\"top\",\"input-focus-background-style-repeat\":\"repeat\",\"input-focus-background-style-color\":\"#ffffff\",\"input-focus-background-style-color2\":\"\",\"input-focus-background-style-gradient\":\"no\",\"input-focus-border-style-width\":\"1\",\"input-focus-border-style-style\":\"solid\",\"input-focus-border-style-radius\":\"0\",\"input-focus-border-style-color\":\"#cccccc\",\"input-focus-border-style-top\":\"on\",\"input-focus-border-style-right\":\"on\",\"input-focus-border-style-bottom\":\"on\",\"input-focus-border-style-left\":\"on\",\"input-focus-shadow-style\":\"regular\",\"input-focus-shadow-size\":\"\",\"input-focus-shadow-color\":\"#444444\",\"checkbox-radio-style-position\":\"left\",\"checkbox-radio-style-size\":\"medium\",\"checkbox-radio-style-align\":\"left\",\"checkbox-radio-style-layout\":\"1\",\"checkbox-view\":\"classic\",\"radio-view\":\"classic\",\"checkbox-radio-unchecked-color-color1\":\"#cccccc\",\"checkbox-radio-unchecked-color-color2\":\"#ffffff\",\"checkbox-radio-unchecked-color-color3\":\"#444444\",\"checkbox-radio-checked-inherit\":\"on\",\"checkbox-radio-checked-color-color1\":\"#cccccc\",\"checkbox-radio-checked-color-color2\":\"#ffffff\",\"checkbox-radio-checked-color-color3\":\"#444444\",\"imageselect-style-align\":\"left\",\"imageselect-style-effect\":\"none\",\"imageselect-text-style-family\":\"\",\"imageselect-text-style-size\":\"15\",\"imageselect-text-style-color\":\"#444444\",\"imageselect-text-style-weight\":\"\",\"imageselect-text-style-italic\":\"off\",\"imageselect-text-style-underline\":\"off\",\"imageselect-text-style-align\":\"left\",\"imageselect-border-style-width\":\"1\",\"imageselect-border-style-style\":\"solid\",\"imageselect-border-style-radius\":\"0\",\"imageselect-border-style-color\":\"#cccccc\",\"imageselect-border-style-top\":\"on\",\"imageselect-border-style-right\":\"on\",\"imageselect-border-style-bottom\":\"on\",\"imageselect-border-style-left\":\"on\",\"imageselect-shadow-style\":\"regular\",\"imageselect-shadow-size\":\"\",\"imageselect-shadow-color\":\"#444444\",\"imageselect-hover-inherit\":\"on\",\"imageselect-hover-border-style-width\":\"1\",\"imageselect-hover-border-style-style\":\"solid\",\"imageselect-hover-border-style-radius\":\"0\",\"imageselect-hover-border-style-color\":\"#cccccc\",\"imageselect-hover-border-style-top\":\"on\",\"imageselect-hover-border-style-right\":\"on\",\"imageselect-hover-border-style-bottom\":\"on\",\"imageselect-hover-border-style-left\":\"on\",\"imageselect-hover-shadow-style\":\"regular\",\"imageselect-hover-shadow-size\":\"\",\"imageselect-hover-shadow-color\":\"#444444\",\"imageselect-selected-inherit\":\"on\",\"imageselect-selected-border-style-width\":\"1\",\"imageselect-selected-border-style-style\":\"solid\",\"imageselect-selected-border-style-radius\":\"0\",\"imageselect-selected-border-style-color\":\"#cccccc\",\"imageselect-selected-border-style-top\":\"on\",\"imageselect-selected-border-style-right\":\"on\",\"imageselect-selected-border-style-bottom\":\"on\",\"imageselect-selected-border-style-left\":\"on\",\"imageselect-selected-shadow-style\":\"regular\",\"imageselect-selected-shadow-size\":\"\",\"imageselect-selected-shadow-color\":\"#444444\",\"imageselect-selected-scale\":\"on\",\"multiselect-style-align\":\"left\",\"multiselect-style-height\":\"120\",\"multiselect-style-hover-background\":\"#bd4070\",\"multiselect-style-hover-color\":\"#ffffff\",\"multiselect-style-selected-background\":\"#a93a65\",\"multiselect-style-selected-color\":\"#ffffff\",\"tile-style-size\":\"medium\",\"tile-style-width\":\"default\",\"tile-style-position\":\"left\",\"tile-style-layout\":\"inline\",\"tile-text-style-family\":\"\",\"tile-text-style-size\":\"15\",\"tile-text-style-color\":\"#444444\",\"tile-text-style-weight\":\"\",\"tile-text-style-italic\":\"off\",\"tile-text-style-underline\":\"off\",\"tile-text-style-align\":\"center\",\"tile-background-style-image\":\"\",\"tile-background-style-size\":\"auto\",\"tile-background-style-horizontal-position\":\"left\",\"tile-background-style-vertical-position\":\"top\",\"tile-background-style-repeat\":\"repeat\",\"tile-background-style-color\":\"#ffffff\",\"tile-background-style-color2\":\"\",\"tile-background-style-gradient\":\"no\",\"tile-border-style-width\":\"1\",\"tile-border-style-style\":\"solid\",\"tile-border-style-radius\":\"0\",\"tile-border-style-color\":\"#cccccc\",\"tile-border-style-top\":\"on\",\"tile-border-style-right\":\"on\",\"tile-border-style-bottom\":\"on\",\"tile-border-style-left\":\"on\",\"tile-shadow-style\":\"regular\",\"tile-shadow-size\":\"\",\"tile-shadow-color\":\"#444444\",\"tile-hover-inherit\":\"on\",\"tile-hover-text-style-family\":\"\",\"tile-hover-text-style-size\":\"15\",\"tile-hover-text-style-color\":\"#444444\",\"tile-hover-text-style-weight\":\"\",\"tile-hover-text-style-italic\":\"off\",\"tile-hover-text-style-underline\":\"off\",\"tile-hover-text-style-align\":\"center\",\"tile-hover-background-style-image\":\"\",\"tile-hover-background-style-size\":\"auto\",\"tile-hover-background-style-horizontal-position\":\"left\",\"tile-hover-background-style-vertical-position\":\"top\",\"tile-hover-background-style-repeat\":\"repeat\",\"tile-hover-background-style-color\":\"#ffffff\",\"tile-hover-background-style-color2\":\"\",\"tile-hover-background-style-gradient\":\"no\",\"tile-hover-border-style-width\":\"1\",\"tile-hover-border-style-style\":\"solid\",\"tile-hover-border-style-radius\":\"0\",\"tile-hover-border-style-color\":\"#a93a65\",\"tile-hover-border-style-top\":\"on\",\"tile-hover-border-style-right\":\"on\",\"tile-hover-border-style-bottom\":\"on\",\"tile-hover-border-style-left\":\"on\",\"tile-hover-shadow-style\":\"regular\",\"tile-hover-shadow-size\":\"\",\"tile-hover-shadow-color\":\"#444444\",\"tile-selected-inherit\":\"on\",\"tile-selected-text-style-family\":\"\",\"tile-selected-text-style-size\":\"15\",\"tile-selected-text-style-color\":\"#444444\",\"tile-selected-text-style-weight\":\"\",\"tile-selected-text-style-italic\":\"off\",\"tile-selected-text-style-underline\":\"off\",\"tile-selected-text-style-align\":\"center\",\"tile-selected-background-style-image\":\"\",\"tile-selected-background-style-size\":\"auto\",\"tile-selected-background-style-horizontal-position\":\"left\",\"tile-selected-background-style-vertical-position\":\"top\",\"tile-selected-background-style-repeat\":\"repeat\",\"tile-selected-background-style-color\":\"#ffffff\",\"tile-selected-background-style-color2\":\"\",\"tile-selected-background-style-gradient\":\"no\",\"tile-selected-border-style-width\":\"1\",\"tile-selected-border-style-style\":\"solid\",\"tile-selected-border-style-radius\":\"0\",\"tile-selected-border-style-color\":\"#a93a65\",\"tile-selected-border-style-top\":\"on\",\"tile-selected-border-style-right\":\"on\",\"tile-selected-border-style-bottom\":\"on\",\"tile-selected-border-style-left\":\"on\",\"tile-selected-shadow-style\":\"regular\",\"tile-selected-shadow-size\":\"\",\"tile-selected-shadow-color\":\"#444444\",\"tile-selected-transform\":\"zoom-in\",\"button-text-style-family\":\"\",\"button-text-style-size\":\"15\",\"button-text-style-color\":\"#ffffff\",\"button-text-style-weight\":\"\",\"button-text-style-italic\":\"off\",\"button-text-style-underline\":\"off\",\"button-text-style-align\":\"center\",\"button-background-style-image\":\"\",\"button-background-style-size\":\"auto\",\"button-background-style-horizontal-position\":\"left\",\"button-background-style-vertical-position\":\"top\",\"button-background-style-repeat\":\"repeat\",\"button-background-style-color\":\"#bd4070\",\"button-background-style-color2\":\"\",\"button-background-style-gradient\":\"no\",\"button-border-style-width\":\"1\",\"button-border-style-style\":\"solid\",\"button-border-style-radius\":\"0\",\"button-border-style-color\":\"#a93a65\",\"button-border-style-top\":\"on\",\"button-border-style-right\":\"on\",\"button-border-style-bottom\":\"on\",\"button-border-style-left\":\"on\",\"button-shadow-style\":\"regular\",\"button-shadow-size\":\"\",\"button-shadow-color\":\"#444444\",\"button-hover-inherit\":\"on\",\"button-hover-text-style-family\":\"\",\"button-hover-text-style-size\":\"15\",\"button-hover-text-style-color\":\"#ffffff\",\"button-hover-text-style-weight\":\"\",\"button-hover-text-style-italic\":\"off\",\"button-hover-text-style-underline\":\"off\",\"button-hover-text-style-align\":\"center\",\"button-hover-background-style-image\":\"\",\"button-hover-background-style-size\":\"auto\",\"button-hover-background-style-horizontal-position\":\"left\",\"button-hover-background-style-vertical-position\":\"top\",\"button-hover-background-style-repeat\":\"repeat\",\"button-hover-background-style-color\":\"#a93a65\",\"button-hover-background-style-color2\":\"\",\"button-hover-background-style-gradient\":\"no\",\"button-hover-border-style-width\":\"1\",\"button-hover-border-style-style\":\"solid\",\"button-hover-border-style-radius\":\"0\",\"button-hover-border-style-color\":\"#a93a65\",\"button-hover-border-style-top\":\"on\",\"button-hover-border-style-right\":\"on\",\"button-hover-border-style-bottom\":\"on\",\"button-hover-border-style-left\":\"on\",\"button-hover-shadow-style\":\"regular\",\"button-hover-shadow-size\":\"\",\"button-hover-shadow-color\":\"#444444\",\"button-active-inherit\":\"on\",\"button-active-text-style-family\":\"\",\"button-active-text-style-size\":\"15\",\"button-active-text-style-color\":\"#ffffff\",\"button-active-text-style-weight\":\"\",\"button-active-text-style-italic\":\"off\",\"button-active-text-style-underline\":\"off\",\"button-active-text-style-align\":\"center\",\"button-active-background-style-image\":\"\",\"button-active-background-style-size\":\"auto\",\"button-active-background-style-horizontal-position\":\"left\",\"button-active-background-style-vertical-position\":\"top\",\"button-active-background-style-repeat\":\"repeat\",\"button-active-background-style-color\":\"#a93a65\",\"button-active-background-style-color2\":\"\",\"button-active-background-style-gradient\":\"no\",\"button-active-border-style-width\":\"1\",\"button-active-border-style-style\":\"solid\",\"button-active-border-style-radius\":\"0\",\"button-active-border-style-color\":\"#a93a65\",\"button-active-border-style-top\":\"on\",\"button-active-border-style-right\":\"on\",\"button-active-border-style-bottom\":\"on\",\"button-active-border-style-left\":\"on\",\"button-active-shadow-style\":\"regular\",\"button-active-shadow-size\":\"\",\"button-active-shadow-color\":\"#444444\",\"button-active-transform\":\"zoom-out\",\"error-background-style-image\":\"\",\"error-background-style-size\":\"auto\",\"error-background-style-horizontal-position\":\"left\",\"error-background-style-vertical-position\":\"top\",\"error-background-style-repeat\":\"repeat\",\"error-background-style-color\":\"#d9534f\",\"error-background-style-color2\":\"\",\"error-background-style-gradient\":\"no\",\"error-text-style-family\":\"\",\"error-text-style-size\":\"15\",\"error-text-style-color\":\"#ffffff\",\"error-text-style-weight\":\"\",\"error-text-style-italic\":\"off\",\"error-text-style-underline\":\"off\",\"error-text-style-align\":\"left\",\"progress-type\":\"progress-1\",\"progress-color-color1\":\"#e0e0e0\",\"progress-color-color2\":\"#bd4070\",\"progress-color-color3\":\"#ffffff\",\"progress-color-color4\":\"#444444\",\"progress-striped\":\"off\",\"progress-label-enable\":\"off\",\"progress-confirmation-enable\":\"on\",\"confirmation-tab\":\"confirmation\",\"confirmations\":[],\"double-tab\":\"double\",\"double-enable\":\"off\",\"double-email-recipient\":\"\",\"double-email-subject\":\"Please confirm your email address\",\"double-email-message\":\"Dear visitor!\\n\\nPlease confirm your email address by clicking the following link:\\n<a href=\\\"{{confirmation-url}}\\\">{{confirmation-url}}<\\/a>\\n\\nThanks.\",\"double-from-email\":\"{{global-from-email}}\",\"double-from-name\":\"{{global-from-name}}\",\"double-message\":\"<h4 style=\\\"text-align: center;\\\">Thank you!<\\/h4><p style=\\\"text-align: center;\\\">Your email address successfully confirmed.<\\/p>\",\"double-url\":\"\",\"notification-tab\":\"notification\",\"notifications\":[],\"integration-tab\":\"integration\",\"integrations\":[],\"advanced-tab\":\"advanced\",\"math-expressions\":[],\"payment-gateways\":[],\"misc-save-ip\":\"on\",\"misc-save-user-agent\":\"on\",\"misc-email-tech-info\":\"on\",\"misc-record-tech-info\":\"on\",\"misc-disable-html-scrollbar\":\"off\",\"personal-keys\":[],\"antibot-enable\":\"on\",\"antibot-delay\":\"10\",\"antibot-check-form\":\"on\",\"antibot-check-ip\":\"on\",\"antibot-error\":\"Thank you. We have already got your request.\",\"text-style-bold\":\"off\",\"input-text-style-bold\":\"off\",\"input-hover-text-style-bold\":\"off\",\"input-focus-text-style-bold\":\"off\",\"imageselect-text-style-bold\":\"off\",\"tile-text-style-bold\":\"off\",\"tile-hover-text-style-bold\":\"off\",\"tile-selected-text-style-bold\":\"off\",\"rangeslider-skin\":\"flat\",\"rangeslider-color-color1\":\"#e8e8e8\",\"rangeslider-color-color2\":\"#888888\",\"rangeslider-color-color3\":\"#bd4070\",\"rangeslider-color-color4\":\"#a93a65\",\"rangeslider-color-color5\":\"#ffffff\",\"button-text-style-bold\":\"off\",\"button-hover-text-style-bold\":\"off\",\"button-active-text-style-bold\":\"off\",\"error-text-style-bold\":\"off\",\"customjs-afterinit-enable\":\"off\",\"customjs-afterinit-script\":\"\",\"customjs-afterupdate-enable\":\"off\",\"customjs-afterupdate-script\":\"\",\"customjs-beforesubmit-enable\":\"off\",\"customjs-beforesubmit-script\":\"\",\"customjs-aftersubmitsuccess-enable\":\"off\",\"customjs-aftersubmitsuccess-script\":\"\"}','[{\"general\":\"general\",\"name\":\"Video\",\"size-width\":\"640\",\"size-height\":\"390\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"id\":1,\"type\":\"page\"},{\"general\":\"general\",\"name\":\"Confirmation\",\"size-width\":\"420\",\"size-height\":\"320\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"id\":\"confirmation\",\"type\":\"page-confirmation\"}]','[\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"HTML Content\\\",\\\"position-top\\\":80,\\\"position-left\\\":70,\\\"size-width\\\":280,\\\"size-height\\\":160,\\\"content\\\":\\\"<h4 style=\\\\\\\"text-align: center; font-size: 18px; font-weight: bold;\\\\\\\">Thank you!<\\\\\\/h4><p style=\\\\\\\"text-align: center;\\\\\\\">We will contact you soon.<\\\\\\/p>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"\\\",\\\"text-style-size\\\":\\\"15\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"#5cb85c\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"0\\\",\\\"border-style-style\\\":\\\"solid\\\",\\\"border-style-radius\\\":5,\\\"border-style-color\\\":\\\"#ccc\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#000000\\\",\\\"padding-top\\\":40,\\\"padding-right\\\":40,\\\"padding-bottom\\\":40,\\\"padding-left\\\":40,\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"_parent\\\":\\\"confirmation\\\",\\\"_seq\\\":0,\\\"id\\\":0}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Video\\\",\\\"position-top\\\":\\\"30\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"640\\\",\\\"size-height\\\":\\\"360\\\",\\\"content\\\":\\\"<iframe width=\\\\\\\"640\\\\\\\" height=\\\\\\\"360\\\\\\\" src=\\\\\\\"https:\\\\\\/\\\\\\/www.youtube.com\\\\\\/embed\\\\\\/6n5VPb-V01M\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" allow=\\\\\\\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\\\\\\\" allowfullscreen><\\\\\\/iframe>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"bounceOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"\\\",\\\"text-style-size\\\":\\\"15\\\",\\\"text-style-color\\\":\\\"#444444\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"rgba(0, 0, 0, 1)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"5\\\",\\\"border-style-style\\\":\\\"solid\\\",\\\"border-style-radius\\\":\\\"5\\\",\\\"border-style-color\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"rgba(69, 69, 69, 0.67)\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":2,\\\"id\\\":2}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Close icon\\\",\\\"position-top\\\":\\\"-10\\\",\\\"position-left\\\":\\\"610\\\",\\\"size-width\\\":\\\"40\\\",\\\"mode\\\":\\\"single\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"bounceOutDown\\\",\\\"style\\\":\\\"style\\\",\\\"view\\\":\\\"basic\\\",\\\"colors-color1\\\":\\\"rgba(57, 108, 184, 1)\\\",\\\"colors-color2\\\":\\\"rgba(64, 100, 153, 1)\\\",\\\"colors-color3\\\":\\\"rgba(0, 0, 0, 0.16)\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"close\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":3,\\\"id\\\":3}\"]',NULL,NULL,NULL,0,0,1638441414,1638441414,0),(10,'YesNo #1','yes-no','{\"general-tab\":\"general\",\"name\":\"YesNo #1\",\"active\":\"on\",\"key-fields-primary\":\"\",\"key-fields-secondary\":\"\",\"datetime-args-date-format\":\"yyyy-mm-dd\",\"datetime-args-time-format\":\"hh:ii\",\"datetime-args-locale\":\"en\",\"cross-domain\":\"on\",\"session-enable\":\"off\",\"session-length\":\"48\",\"cookie-lifetime\":\"360\",\"esc-enable\":\"off\",\"enter-enable\":\"off\",\"style-tab\":\"style\",\"position\":\"middle-center\",\"overlay-enable\":\"on\",\"overlay-animation\":\"fadeIn\",\"overlay-color\":\"rgba(66, 66, 66, 0.8)\",\"overlay-click\":\"off\",\"spinner-color-color1\":\"rgba(249, 239, 212, 1)\",\"spinner-color-color2\":\"rgba(249, 239, 212, 1)\",\"spinner-color-color3\":\"rgba(249, 239, 212, 1)\",\"text-style-family\":\"Arial\",\"text-style-size\":\"15\",\"text-style-color\":\"#444444\",\"text-style-weight\":\"\",\"text-style-italic\":\"off\",\"text-style-underline\":\"off\",\"text-style-align\":\"left\",\"input-icon-position\":\"inside\",\"input-icon-size\":\"20\",\"input-icon-color\":\"#444444\",\"input-icon-background\":\"\",\"input-icon-border\":\"\",\"input-text-style-family\":\"\",\"input-text-style-size\":\"15\",\"input-text-style-color\":\"#444444\",\"input-text-style-weight\":\"\",\"input-text-style-italic\":\"off\",\"input-text-style-underline\":\"off\",\"input-text-style-align\":\"left\",\"input-background-style-image\":\"\",\"input-background-style-size\":\"auto\",\"input-background-style-horizontal-position\":\"left\",\"input-background-style-vertical-position\":\"top\",\"input-background-style-repeat\":\"repeat\",\"input-background-style-color\":\"rgba(255, 255, 255, 0.5)\",\"input-background-style-color2\":\"\",\"input-background-style-gradient\":\"no\",\"input-border-style-width\":\"1\",\"input-border-style-style\":\"solid\",\"input-border-style-radius\":\"0\",\"input-border-style-color\":\"#777777\",\"input-border-style-top\":\"on\",\"input-border-style-right\":\"on\",\"input-border-style-bottom\":\"on\",\"input-border-style-left\":\"on\",\"input-shadow-style\":\"regular\",\"input-shadow-size\":\"\",\"input-shadow-color\":\"#444444\",\"input-hover-inherit\":\"on\",\"input-hover-text-style-family\":\"\",\"input-hover-text-style-size\":\"15\",\"input-hover-text-style-color\":\"#444444\",\"input-hover-text-style-weight\":\"\",\"input-hover-text-style-italic\":\"off\",\"input-hover-text-style-underline\":\"off\",\"input-hover-text-style-align\":\"left\",\"input-hover-background-style-image\":\"\",\"input-hover-background-style-size\":\"auto\",\"input-hover-background-style-horizontal-position\":\"left\",\"input-hover-background-style-vertical-position\":\"top\",\"input-hover-background-style-repeat\":\"repeat\",\"input-hover-background-style-color\":\"#ffffff\",\"input-hover-background-style-color2\":\"\",\"input-hover-background-style-gradient\":\"no\",\"input-hover-border-style-width\":\"1\",\"input-hover-border-style-style\":\"solid\",\"input-hover-border-style-radius\":\"0\",\"input-hover-border-style-color\":\"#cccccc\",\"input-hover-border-style-top\":\"on\",\"input-hover-border-style-right\":\"on\",\"input-hover-border-style-bottom\":\"on\",\"input-hover-border-style-left\":\"on\",\"input-hover-shadow-style\":\"regular\",\"input-hover-shadow-size\":\"\",\"input-hover-shadow-color\":\"#444444\",\"input-focus-inherit\":\"on\",\"input-focus-text-style-family\":\"\",\"input-focus-text-style-size\":\"15\",\"input-focus-text-style-color\":\"#444444\",\"input-focus-text-style-weight\":\"\",\"input-focus-text-style-italic\":\"off\",\"input-focus-text-style-underline\":\"off\",\"input-focus-text-style-align\":\"left\",\"input-focus-background-style-image\":\"\",\"input-focus-background-style-size\":\"auto\",\"input-focus-background-style-horizontal-position\":\"left\",\"input-focus-background-style-vertical-position\":\"top\",\"input-focus-background-style-repeat\":\"repeat\",\"input-focus-background-style-color\":\"#ffffff\",\"input-focus-background-style-color2\":\"\",\"input-focus-background-style-gradient\":\"no\",\"input-focus-border-style-width\":\"1\",\"input-focus-border-style-style\":\"solid\",\"input-focus-border-style-radius\":\"0\",\"input-focus-border-style-color\":\"#cccccc\",\"input-focus-border-style-top\":\"on\",\"input-focus-border-style-right\":\"on\",\"input-focus-border-style-bottom\":\"on\",\"input-focus-border-style-left\":\"on\",\"input-focus-shadow-style\":\"regular\",\"input-focus-shadow-size\":\"\",\"input-focus-shadow-color\":\"#444444\",\"checkbox-radio-style-position\":\"left\",\"checkbox-radio-style-size\":\"medium\",\"checkbox-radio-style-align\":\"left\",\"checkbox-radio-style-layout\":\"1\",\"checkbox-view\":\"classic\",\"radio-view\":\"classic\",\"checkbox-radio-unchecked-color-color1\":\"#777777\",\"checkbox-radio-unchecked-color-color2\":\"rgba(255, 255, 255, 0.5)\",\"checkbox-radio-unchecked-color-color3\":\"#444444\",\"checkbox-radio-checked-inherit\":\"on\",\"checkbox-radio-checked-color-color1\":\"#cccccc\",\"checkbox-radio-checked-color-color2\":\"#ffffff\",\"checkbox-radio-checked-color-color3\":\"#444444\",\"imageselect-style-align\":\"left\",\"imageselect-style-effect\":\"none\",\"imageselect-text-style-family\":\"\",\"imageselect-text-style-size\":\"15\",\"imageselect-text-style-color\":\"#444444\",\"imageselect-text-style-weight\":\"\",\"imageselect-text-style-italic\":\"off\",\"imageselect-text-style-underline\":\"off\",\"imageselect-text-style-align\":\"left\",\"imageselect-border-style-width\":\"1\",\"imageselect-border-style-style\":\"solid\",\"imageselect-border-style-radius\":\"0\",\"imageselect-border-style-color\":\"#cccccc\",\"imageselect-border-style-top\":\"on\",\"imageselect-border-style-right\":\"on\",\"imageselect-border-style-bottom\":\"on\",\"imageselect-border-style-left\":\"on\",\"imageselect-shadow-style\":\"regular\",\"imageselect-shadow-size\":\"\",\"imageselect-shadow-color\":\"#444444\",\"imageselect-hover-inherit\":\"on\",\"imageselect-hover-border-style-width\":\"1\",\"imageselect-hover-border-style-style\":\"solid\",\"imageselect-hover-border-style-radius\":\"0\",\"imageselect-hover-border-style-color\":\"#cccccc\",\"imageselect-hover-border-style-top\":\"on\",\"imageselect-hover-border-style-right\":\"on\",\"imageselect-hover-border-style-bottom\":\"on\",\"imageselect-hover-border-style-left\":\"on\",\"imageselect-hover-shadow-style\":\"regular\",\"imageselect-hover-shadow-size\":\"\",\"imageselect-hover-shadow-color\":\"#444444\",\"imageselect-selected-inherit\":\"on\",\"imageselect-selected-border-style-width\":\"1\",\"imageselect-selected-border-style-style\":\"solid\",\"imageselect-selected-border-style-radius\":\"0\",\"imageselect-selected-border-style-color\":\"#cccccc\",\"imageselect-selected-border-style-top\":\"on\",\"imageselect-selected-border-style-right\":\"on\",\"imageselect-selected-border-style-bottom\":\"on\",\"imageselect-selected-border-style-left\":\"on\",\"imageselect-selected-shadow-style\":\"regular\",\"imageselect-selected-shadow-size\":\"\",\"imageselect-selected-shadow-color\":\"#444444\",\"imageselect-selected-scale\":\"on\",\"multiselect-style-align\":\"left\",\"multiselect-style-height\":\"120\",\"multiselect-style-hover-background\":\"#bd4070\",\"multiselect-style-hover-color\":\"#ffffff\",\"multiselect-style-selected-background\":\"#a93a65\",\"multiselect-style-selected-color\":\"#ffffff\",\"tile-style-size\":\"medium\",\"tile-style-width\":\"default\",\"tile-style-position\":\"left\",\"tile-style-layout\":\"inline\",\"tile-text-style-family\":\"\",\"tile-text-style-size\":\"15\",\"tile-text-style-color\":\"#444444\",\"tile-text-style-weight\":\"\",\"tile-text-style-italic\":\"off\",\"tile-text-style-underline\":\"off\",\"tile-text-style-align\":\"center\",\"tile-background-style-image\":\"\",\"tile-background-style-size\":\"auto\",\"tile-background-style-horizontal-position\":\"left\",\"tile-background-style-vertical-position\":\"top\",\"tile-background-style-repeat\":\"repeat\",\"tile-background-style-color\":\"#ffffff\",\"tile-background-style-color2\":\"\",\"tile-background-style-gradient\":\"no\",\"tile-border-style-width\":\"1\",\"tile-border-style-style\":\"solid\",\"tile-border-style-radius\":\"0\",\"tile-border-style-color\":\"#cccccc\",\"tile-border-style-top\":\"on\",\"tile-border-style-right\":\"on\",\"tile-border-style-bottom\":\"on\",\"tile-border-style-left\":\"on\",\"tile-shadow-style\":\"regular\",\"tile-shadow-size\":\"\",\"tile-shadow-color\":\"#444444\",\"tile-hover-inherit\":\"on\",\"tile-hover-text-style-family\":\"\",\"tile-hover-text-style-size\":\"15\",\"tile-hover-text-style-color\":\"#444444\",\"tile-hover-text-style-weight\":\"\",\"tile-hover-text-style-italic\":\"off\",\"tile-hover-text-style-underline\":\"off\",\"tile-hover-text-style-align\":\"center\",\"tile-hover-background-style-image\":\"\",\"tile-hover-background-style-size\":\"auto\",\"tile-hover-background-style-horizontal-position\":\"left\",\"tile-hover-background-style-vertical-position\":\"top\",\"tile-hover-background-style-repeat\":\"repeat\",\"tile-hover-background-style-color\":\"#ffffff\",\"tile-hover-background-style-color2\":\"\",\"tile-hover-background-style-gradient\":\"no\",\"tile-hover-border-style-width\":\"1\",\"tile-hover-border-style-style\":\"solid\",\"tile-hover-border-style-radius\":\"0\",\"tile-hover-border-style-color\":\"#a93a65\",\"tile-hover-border-style-top\":\"on\",\"tile-hover-border-style-right\":\"on\",\"tile-hover-border-style-bottom\":\"on\",\"tile-hover-border-style-left\":\"on\",\"tile-hover-shadow-style\":\"regular\",\"tile-hover-shadow-size\":\"\",\"tile-hover-shadow-color\":\"#444444\",\"tile-selected-inherit\":\"on\",\"tile-selected-text-style-family\":\"\",\"tile-selected-text-style-size\":\"15\",\"tile-selected-text-style-color\":\"#444444\",\"tile-selected-text-style-weight\":\"\",\"tile-selected-text-style-italic\":\"off\",\"tile-selected-text-style-underline\":\"off\",\"tile-selected-text-style-align\":\"center\",\"tile-selected-background-style-image\":\"\",\"tile-selected-background-style-size\":\"auto\",\"tile-selected-background-style-horizontal-position\":\"left\",\"tile-selected-background-style-vertical-position\":\"top\",\"tile-selected-background-style-repeat\":\"repeat\",\"tile-selected-background-style-color\":\"#ffffff\",\"tile-selected-background-style-color2\":\"\",\"tile-selected-background-style-gradient\":\"no\",\"tile-selected-border-style-width\":\"1\",\"tile-selected-border-style-style\":\"solid\",\"tile-selected-border-style-radius\":\"0\",\"tile-selected-border-style-color\":\"#a93a65\",\"tile-selected-border-style-top\":\"on\",\"tile-selected-border-style-right\":\"on\",\"tile-selected-border-style-bottom\":\"on\",\"tile-selected-border-style-left\":\"on\",\"tile-selected-shadow-style\":\"regular\",\"tile-selected-shadow-size\":\"\",\"tile-selected-shadow-color\":\"#444444\",\"tile-selected-transform\":\"zoom-in\",\"button-text-style-family\":\"\",\"button-text-style-size\":\"15\",\"button-text-style-color\":\"#ffffff\",\"button-text-style-weight\":\"\",\"button-text-style-italic\":\"off\",\"button-text-style-underline\":\"off\",\"button-text-style-align\":\"center\",\"button-background-style-image\":\"\",\"button-background-style-size\":\"auto\",\"button-background-style-horizontal-position\":\"left\",\"button-background-style-vertical-position\":\"top\",\"button-background-style-repeat\":\"repeat\",\"button-background-style-color\":\"#dd3333\",\"button-background-style-color2\":\"\",\"button-background-style-gradient\":\"no\",\"button-border-style-width\":\"1\",\"button-border-style-style\":\"solid\",\"button-border-style-radius\":\"3\",\"button-border-style-color\":\"#dd3333\",\"button-border-style-top\":\"on\",\"button-border-style-right\":\"on\",\"button-border-style-bottom\":\"on\",\"button-border-style-left\":\"on\",\"button-shadow-style\":\"regular\",\"button-shadow-size\":\"medium\",\"button-shadow-color\":\"#444444\",\"button-hover-inherit\":\"on\",\"button-hover-text-style-family\":\"\",\"button-hover-text-style-size\":\"15\",\"button-hover-text-style-color\":\"#ffffff\",\"button-hover-text-style-weight\":\"\",\"button-hover-text-style-italic\":\"off\",\"button-hover-text-style-underline\":\"off\",\"button-hover-text-style-align\":\"center\",\"button-hover-background-style-image\":\"\",\"button-hover-background-style-size\":\"auto\",\"button-hover-background-style-horizontal-position\":\"left\",\"button-hover-background-style-vertical-position\":\"top\",\"button-hover-background-style-repeat\":\"repeat\",\"button-hover-background-style-color\":\"#a93a65\",\"button-hover-background-style-color2\":\"\",\"button-hover-background-style-gradient\":\"no\",\"button-hover-border-style-width\":\"1\",\"button-hover-border-style-style\":\"solid\",\"button-hover-border-style-radius\":\"0\",\"button-hover-border-style-color\":\"#a93a65\",\"button-hover-border-style-top\":\"on\",\"button-hover-border-style-right\":\"on\",\"button-hover-border-style-bottom\":\"on\",\"button-hover-border-style-left\":\"on\",\"button-hover-shadow-style\":\"regular\",\"button-hover-shadow-size\":\"\",\"button-hover-shadow-color\":\"#444444\",\"button-active-inherit\":\"on\",\"button-active-text-style-family\":\"\",\"button-active-text-style-size\":\"15\",\"button-active-text-style-color\":\"#ffffff\",\"button-active-text-style-weight\":\"\",\"button-active-text-style-italic\":\"off\",\"button-active-text-style-underline\":\"off\",\"button-active-text-style-align\":\"center\",\"button-active-background-style-image\":\"\",\"button-active-background-style-size\":\"auto\",\"button-active-background-style-horizontal-position\":\"left\",\"button-active-background-style-vertical-position\":\"top\",\"button-active-background-style-repeat\":\"repeat\",\"button-active-background-style-color\":\"#a93a65\",\"button-active-background-style-color2\":\"\",\"button-active-background-style-gradient\":\"no\",\"button-active-border-style-width\":\"1\",\"button-active-border-style-style\":\"solid\",\"button-active-border-style-radius\":\"0\",\"button-active-border-style-color\":\"#a93a65\",\"button-active-border-style-top\":\"on\",\"button-active-border-style-right\":\"on\",\"button-active-border-style-bottom\":\"on\",\"button-active-border-style-left\":\"on\",\"button-active-shadow-style\":\"regular\",\"button-active-shadow-size\":\"\",\"button-active-shadow-color\":\"#444444\",\"button-active-transform\":\"zoom-out\",\"error-background-style-image\":\"\",\"error-background-style-size\":\"auto\",\"error-background-style-horizontal-position\":\"left\",\"error-background-style-vertical-position\":\"top\",\"error-background-style-repeat\":\"repeat\",\"error-background-style-color\":\"#d9534f\",\"error-background-style-color2\":\"\",\"error-background-style-gradient\":\"no\",\"error-text-style-family\":\"\",\"error-text-style-size\":\"15\",\"error-text-style-color\":\"#ffffff\",\"error-text-style-weight\":\"\",\"error-text-style-italic\":\"off\",\"error-text-style-underline\":\"off\",\"error-text-style-align\":\"left\",\"progress-type\":\"progress-1\",\"progress-color-color1\":\"#e0e0e0\",\"progress-color-color2\":\"#bd4070\",\"progress-color-color3\":\"#ffffff\",\"progress-color-color4\":\"#444444\",\"progress-striped\":\"off\",\"progress-label-enable\":\"off\",\"progress-confirmation-enable\":\"on\",\"confirmation-tab\":\"confirmation\",\"confirmations\":[],\"double-tab\":\"double\",\"double-enable\":\"off\",\"double-email-recipient\":\"\",\"double-email-subject\":\"Please confirm your email address\",\"double-email-message\":\"Dear visitor!\\n\\nPlease confirm your email address by clicking the following link:\\n<a href=\\\"{{confirmation-url}}\\\">{{confirmation-url}}<\\/a>\\n\\nThanks.\",\"double-from-email\":\"{{global-from-email}}\",\"double-from-name\":\"{{global-from-name}}\",\"double-message\":\"<h4 style=\\\"text-align: center;\\\">Thank you!<\\/h4><p style=\\\"text-align: center;\\\">Your email address successfully confirmed.<\\/p>\",\"double-url\":\"\",\"notification-tab\":\"notification\",\"notifications\":[],\"integration-tab\":\"integration\",\"integrations\":[],\"advanced-tab\":\"advanced\",\"math-expressions\":[],\"payment-gateways\":[],\"misc-save-ip\":\"on\",\"misc-save-user-agent\":\"on\",\"misc-email-tech-info\":\"on\",\"misc-record-tech-info\":\"on\",\"misc-disable-html-scrollbar\":\"off\",\"personal-keys\":[],\"antibot-enable\":\"on\",\"antibot-delay\":\"10\",\"antibot-check-form\":\"on\",\"antibot-check-ip\":\"on\",\"antibot-error\":\"Thank you. We have already got your request.\",\"text-style-bold\":\"off\",\"input-text-style-bold\":\"off\",\"input-hover-text-style-bold\":\"off\",\"input-focus-text-style-bold\":\"off\",\"imageselect-text-style-bold\":\"off\",\"tile-text-style-bold\":\"off\",\"tile-hover-text-style-bold\":\"off\",\"tile-selected-text-style-bold\":\"off\",\"rangeslider-skin\":\"flat\",\"rangeslider-color-color1\":\"#e8e8e8\",\"rangeslider-color-color2\":\"#888888\",\"rangeslider-color-color3\":\"#bd4070\",\"rangeslider-color-color4\":\"#a93a65\",\"rangeslider-color-color5\":\"#ffffff\",\"button-text-style-bold\":\"off\",\"button-hover-text-style-bold\":\"off\",\"button-active-text-style-bold\":\"off\",\"error-text-style-bold\":\"off\",\"customjs-afterinit-enable\":\"off\",\"customjs-afterinit-script\":\"\",\"customjs-afterupdate-enable\":\"off\",\"customjs-afterupdate-script\":\"\",\"customjs-beforesubmit-enable\":\"off\",\"customjs-beforesubmit-script\":\"\",\"customjs-aftersubmitsuccess-enable\":\"off\",\"customjs-aftersubmitsuccess-script\":\"\"}','[{\"general\":\"general\",\"name\":\"Yes No\",\"size-width\":\"540\",\"size-height\":\"540\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page\",\"id\":1},{\"general\":\"general\",\"name\":\"Confirmation\",\"size-width\":\"420\",\"size-height\":\"320\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page-confirmation\",\"id\":\"confirmation\"}]','[\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"HTML Content\\\",\\\"position-top\\\":80,\\\"position-left\\\":70,\\\"size-width\\\":280,\\\"size-height\\\":160,\\\"content\\\":\\\"<h4 style=\\\\\\\"text-align: center; font-size: 18px; font-weight: bold;\\\\\\\">Thank you!<\\\\\\/h4><p style=\\\\\\\"text-align: center;\\\\\\\">We will contact you soon.<\\\\\\/p>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"\\\",\\\"text-style-size\\\":\\\"15\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"#5cb85c\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"0\\\",\\\"border-style-style\\\":\\\"solid\\\",\\\"border-style-radius\\\":5,\\\"border-style-color\\\":\\\"#ccc\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#000000\\\",\\\"padding-top\\\":40,\\\"padding-right\\\":40,\\\"padding-bottom\\\":40,\\\"padding-left\\\":40,\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"_parent\\\":\\\"confirmation\\\",\\\"_seq\\\":0,\\\"id\\\":0}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Main Frame\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"540\\\",\\\"size-height\\\":\\\"540\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"1000\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"5\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"rectangle\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":0,\\\"id\\\":2}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Top Background\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"540\\\",\\\"size-height\\\":\\\"450\\\",\\\"animation-in\\\":\\\"fadeInDown\\\",\\\"animation-duration\\\":\\\"800\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOutDown\\\",\\\"style\\\":\\\"style\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"rgba(55, 124, 143, 1)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"css\\\":[{\\\"selector\\\":\\\"wrapper\\\",\\\"css\\\":\\\"border-radius: 5px 5px 0 0;\\\"}],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"rectangle\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":1,\\\"id\\\":3}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Bottom Background\\\",\\\"position-top\\\":\\\"450\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"540\\\",\\\"size-height\\\":\\\"90\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"800\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"rgba(249, 239, 212, 1)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"css\\\":[{\\\"selector\\\":\\\"wrapper\\\",\\\"css\\\":\\\"border-radius: 0 0 5px 5px;\\\"}],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"rectangle\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":2,\\\"id\\\":4}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Title\\\",\\\"position-top\\\":\\\"15\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"540\\\",\\\"size-height\\\":\\\"\\\",\\\"content\\\":\\\"TERMS & CONDITIONS\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"bounceOutDown\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"22\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"center\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"on\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":3,\\\"id\\\":5}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Horizontal Line\\\",\\\"position-top\\\":\\\"60\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"540\\\",\\\"size-height\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"500\\\",\\\"animation-delay\\\":\\\"1000\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"rgba(0,48,61,0.5)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":1,\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444\\\",\\\"css\\\":[{\\\"selector\\\":\\\"wrapper\\\",\\\"css\\\":\\\"border-bottom: 1px solid #71A8A2;\\\"}],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"rectangle\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":4,\\\"id\\\":6}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Text\\\",\\\"position-top\\\":\\\"70\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"540\\\",\\\"size-height\\\":\\\"370\\\",\\\"content\\\":\\\"Vut diam quis sociis. Scelerisque placerat? Hac lorem odio, tincidunt a turpis, eu ut purus elementum, amet auctor nunc porttitor sed, habitasse cras velit! Sed amet quis mus proin tortor vel lacus auctor elementum magna rhoncus, dictumst rhoncus scelerisque ut! Urna dictumst sit pulvinar, porttitor ac parturient mattis, tortor. Scelerisque facilisis nec risus ultricies purus, pulvinar eu risus habitasse ultrices. Tincidunt a tristique nascetur aenean scelerisque. Natoque vel turpis turpis aliquam magnis? Risus ultrices et ac scelerisque eu? Dis etiam? Mid elementum sed magna. Rhoncus ridiculus nunc adipiscing a placerat, turpis turpis porta turpis scelerisque! Hac, proin, ut nec etiam! Lacus ac enim magna? Ultricies turpis lorem placerat ultrices turpis quis. Lectus vel dolor tortor dis enim est duis habitasse.\\\\n<br \\\\\\/>\\\\nDapibus ut vel eu nisi ac pulvinar nunc velit sed proin mid! Sit massa odio mattis elit cursus augue. Elementum purus lorem porta, vut cras! Etiam turpis cursus porttitor, cras massa integer, amet auctor aliquam amet, amet placerat? Tincidunt nunc enim, velit turpis magna lacus adipiscing phasellus et, velit, ac! Natoque ultrices mauris, nec amet magna augue mus purus! Duis ac, mattis scelerisque? Aliquet arcu urna, in ut, lacus ac, est, sociis platea tortor habitasse, sagittis urna, in est porta et turpis duis adipiscing cum montes aliquet enim sociis. Amet nunc, arcu pulvinar non duis? Risus pulvinar. Ac placerat amet, phasellus pellentesque tristique! Cursus integer! Lectus nunc augue purus, urna ac montes cum, et amet. Dolor nec, auctor sed.\\\\n<br \\\\\\/>\\\\nLorem dolor platea placerat, pellentesque! Magnis ultrices? Eros tincidunt aliquam elit! Aenean. Nec aenean urna? Vut lundium placerat lectus eu placerat, sed, eu, cursus cras parturient sociis nunc scelerisque in sed ut scelerisque ac, cras! Vel dignissim pulvinar et, dapibus amet quis cursus! Tincidunt tincidunt egestas sociis aliquam mus, placerat adipiscing? A vel porta scelerisque! Dis adipiscing augue urna, integer nunc magna vel cras, lundium lundium a nec tincidunt in elit ut ultricies porta magnis massa dapibus ac. Phasellus ultrices arcu, ut sed? A! Et et sociis! Quis cras, lacus turpis urna nascetur eu vel! Lundium nec! Magnis, cum! Odio, amet? Vel, scelerisque, aenean scelerisque nisi in, sed nec velit. Placerat? Eu facilisis, nunc dis dapibus et duis pid.\\\\n<br \\\\\\/>\\\\nAuctor mauris, rhoncus montes arcu auctor augue lundium, elit velit quis scelerisque tempor penatibus! Sed pellentesque adipiscing adipiscing! Auctor mid? Et, lorem! Ultricies, massa ut rhoncus elementum risus magna! Nunc magna ac. Amet, ridiculus elementum! Porttitor enim integer enim, dignissim sagittis, urna natoque, rhoncus, vel! Montes risus, egestas integer dictumst augue vut et. Cursus! Nec? Montes, porttitor in diam? Non magnis et etiam! Nisi rhoncus nisi mattis. Non, ac, turpis ut, etiam penatibus urna, rhoncus scelerisque. Magna proin penatibus montes adipiscing amet facilisis magnis cras turpis nec integer dictumst? Auctor enim ridiculus enim vut? Pulvinar? Lundium tristique in turpis, in platea in a scelerisque turpis eros a! Risus ridiculus tempor in, lectus aliquam ultricies, in! Ut etiam aliquam enim.\\\",\\\"scrollable\\\":\\\"on\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"1000\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"14\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"justify\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[{\\\"selector\\\":\\\"wrapper\\\",\\\"css\\\":\\\"padding: 0px 20px;\\\"}],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":5,\\\"id\\\":7}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Button\\\",\\\"position-top\\\":\\\"470\\\",\\\"position-left\\\":\\\"80\\\",\\\"size-width\\\":\\\"180\\\",\\\"size-height\\\":\\\"45\\\",\\\"label\\\":\\\"No, I don\'t agree.\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"onclick\\\":\\\"\\\",\\\"animation-in\\\":\\\"bounceInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"bounceOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"icon-left\\\":\\\"\\\",\\\"icon-right\\\":\\\"\\\",\\\"colors-background\\\":\\\"rgba(212, 51, 51, 1)\\\",\\\"colors-border\\\":\\\"rgba(212, 51, 51, 1)\\\",\\\"colors-text\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"colors-hover-background\\\":\\\"rgba(189, 51, 51, 1)\\\",\\\"colors-hover-border\\\":\\\"rgba(189, 51, 51, 1)\\\",\\\"colors-hover-text\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"colors-active-background\\\":\\\"\\\",\\\"colors-active-border\\\":\\\"\\\",\\\"colors-active-text\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"link-button\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":6,\\\"id\\\":10}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Button\\\",\\\"position-top\\\":\\\"470\\\",\\\"position-left\\\":\\\"280\\\",\\\"size-width\\\":\\\"180\\\",\\\"size-height\\\":\\\"45\\\",\\\"label\\\":\\\"Yes, I agree!\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"single\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"onclick\\\":\\\"\\\",\\\"animation-in\\\":\\\"bounceInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"bounceOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"icon-left\\\":\\\"\\\",\\\"icon-right\\\":\\\"\\\",\\\"colors-background\\\":\\\"rgba(44, 150, 49, 1)\\\",\\\"colors-border\\\":\\\"rgba(44, 150, 49, 1)\\\",\\\"colors-text\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"colors-hover-background\\\":\\\"rgba(46, 128, 50, 1)\\\",\\\"colors-hover-border\\\":\\\"rgba(46, 128, 50, 1)\\\",\\\"colors-hover-text\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"colors-active-background\\\":\\\"\\\",\\\"colors-active-border\\\":\\\"\\\",\\\"colors-active-text\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"link-button\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":7,\\\"id\\\":11}\"]',NULL,NULL,NULL,0,0,1638441414,1638441414,0),(11,'YesNo #2','yes-no-2','{\"general-tab\":\"general\",\"name\":\"YesNo #2\",\"active\":\"on\",\"key-fields-primary\":\"\",\"key-fields-secondary\":\"\",\"datetime-args-date-format\":\"yyyy-mm-dd\",\"datetime-args-time-format\":\"hh:ii\",\"datetime-args-locale\":\"en\",\"cross-domain\":\"on\",\"session-enable\":\"off\",\"session-length\":\"48\",\"cookie-lifetime\":\"360\",\"esc-enable\":\"on\",\"enter-enable\":\"off\",\"style-tab\":\"style\",\"position\":\"middle-center\",\"overlay-enable\":\"on\",\"overlay-animation\":\"fadeIn\",\"overlay-color\":\"rgba(136, 136, 136, 0.8)\",\"overlay-click\":\"on\",\"spinner-color-color1\":\"rgba(0, 62, 95, 1)\",\"spinner-color-color2\":\"rgba(0, 62, 95, 1)\",\"spinner-color-color3\":\"rgba(0, 62, 95, 1)\",\"text-style-family\":\"Crete Round\",\"text-style-size\":\"15\",\"text-style-color\":\"#444444\",\"text-style-weight\":\"\",\"text-style-italic\":\"off\",\"text-style-underline\":\"off\",\"text-style-align\":\"left\",\"input-icon-position\":\"inside\",\"input-icon-size\":\"20\",\"input-icon-color\":\"#444444\",\"input-icon-background\":\"\",\"input-icon-border\":\"\",\"input-text-style-family\":\"\",\"input-text-style-size\":\"15\",\"input-text-style-color\":\"#444444\",\"input-text-style-weight\":\"\",\"input-text-style-italic\":\"off\",\"input-text-style-underline\":\"off\",\"input-text-style-align\":\"left\",\"input-background-style-image\":\"\",\"input-background-style-size\":\"auto\",\"input-background-style-horizontal-position\":\"left\",\"input-background-style-vertical-position\":\"top\",\"input-background-style-repeat\":\"repeat\",\"input-background-style-color\":\"rgba(255, 255, 255, 0.7)\",\"input-background-style-color2\":\"\",\"input-background-style-gradient\":\"no\",\"input-border-style-width\":\"1\",\"input-border-style-style\":\"solid\",\"input-border-style-radius\":\"0\",\"input-border-style-color\":\"#444444\",\"input-border-style-top\":\"on\",\"input-border-style-right\":\"on\",\"input-border-style-bottom\":\"on\",\"input-border-style-left\":\"on\",\"input-shadow-style\":\"regular\",\"input-shadow-size\":\"\",\"input-shadow-color\":\"#444444\",\"input-hover-inherit\":\"on\",\"input-hover-text-style-family\":\"\",\"input-hover-text-style-size\":\"15\",\"input-hover-text-style-color\":\"#444444\",\"input-hover-text-style-weight\":\"\",\"input-hover-text-style-italic\":\"off\",\"input-hover-text-style-underline\":\"off\",\"input-hover-text-style-align\":\"left\",\"input-hover-background-style-image\":\"\",\"input-hover-background-style-size\":\"auto\",\"input-hover-background-style-horizontal-position\":\"left\",\"input-hover-background-style-vertical-position\":\"top\",\"input-hover-background-style-repeat\":\"repeat\",\"input-hover-background-style-color\":\"#ffffff\",\"input-hover-background-style-color2\":\"\",\"input-hover-background-style-gradient\":\"no\",\"input-hover-border-style-width\":\"1\",\"input-hover-border-style-style\":\"solid\",\"input-hover-border-style-radius\":\"0\",\"input-hover-border-style-color\":\"#cccccc\",\"input-hover-border-style-top\":\"on\",\"input-hover-border-style-right\":\"on\",\"input-hover-border-style-bottom\":\"on\",\"input-hover-border-style-left\":\"on\",\"input-hover-shadow-style\":\"regular\",\"input-hover-shadow-size\":\"\",\"input-hover-shadow-color\":\"#444444\",\"input-focus-inherit\":\"on\",\"input-focus-text-style-family\":\"\",\"input-focus-text-style-size\":\"15\",\"input-focus-text-style-color\":\"#444444\",\"input-focus-text-style-weight\":\"\",\"input-focus-text-style-italic\":\"off\",\"input-focus-text-style-underline\":\"off\",\"input-focus-text-style-align\":\"left\",\"input-focus-background-style-image\":\"\",\"input-focus-background-style-size\":\"auto\",\"input-focus-background-style-horizontal-position\":\"left\",\"input-focus-background-style-vertical-position\":\"top\",\"input-focus-background-style-repeat\":\"repeat\",\"input-focus-background-style-color\":\"#ffffff\",\"input-focus-background-style-color2\":\"\",\"input-focus-background-style-gradient\":\"no\",\"input-focus-border-style-width\":\"1\",\"input-focus-border-style-style\":\"solid\",\"input-focus-border-style-radius\":\"0\",\"input-focus-border-style-color\":\"#cccccc\",\"input-focus-border-style-top\":\"on\",\"input-focus-border-style-right\":\"on\",\"input-focus-border-style-bottom\":\"on\",\"input-focus-border-style-left\":\"on\",\"input-focus-shadow-style\":\"regular\",\"input-focus-shadow-size\":\"\",\"input-focus-shadow-color\":\"#444444\",\"checkbox-radio-style-position\":\"left\",\"checkbox-radio-style-size\":\"medium\",\"checkbox-radio-style-align\":\"left\",\"checkbox-radio-style-layout\":\"1\",\"checkbox-view\":\"classic\",\"radio-view\":\"classic\",\"checkbox-radio-unchecked-color-color1\":\"#444444\",\"checkbox-radio-unchecked-color-color2\":\"rgba(255, 255, 255, 0.7)\",\"checkbox-radio-unchecked-color-color3\":\"#444444\",\"checkbox-radio-checked-inherit\":\"on\",\"checkbox-radio-checked-color-color1\":\"#cccccc\",\"checkbox-radio-checked-color-color2\":\"#ffffff\",\"checkbox-radio-checked-color-color3\":\"#444444\",\"imageselect-style-align\":\"left\",\"imageselect-style-effect\":\"none\",\"imageselect-text-style-family\":\"\",\"imageselect-text-style-size\":\"15\",\"imageselect-text-style-color\":\"#444444\",\"imageselect-text-style-weight\":\"\",\"imageselect-text-style-italic\":\"off\",\"imageselect-text-style-underline\":\"off\",\"imageselect-text-style-align\":\"left\",\"imageselect-border-style-width\":\"1\",\"imageselect-border-style-style\":\"solid\",\"imageselect-border-style-radius\":\"0\",\"imageselect-border-style-color\":\"#cccccc\",\"imageselect-border-style-top\":\"on\",\"imageselect-border-style-right\":\"on\",\"imageselect-border-style-bottom\":\"on\",\"imageselect-border-style-left\":\"on\",\"imageselect-shadow-style\":\"regular\",\"imageselect-shadow-size\":\"\",\"imageselect-shadow-color\":\"#444444\",\"imageselect-hover-inherit\":\"on\",\"imageselect-hover-border-style-width\":\"1\",\"imageselect-hover-border-style-style\":\"solid\",\"imageselect-hover-border-style-radius\":\"0\",\"imageselect-hover-border-style-color\":\"#cccccc\",\"imageselect-hover-border-style-top\":\"on\",\"imageselect-hover-border-style-right\":\"on\",\"imageselect-hover-border-style-bottom\":\"on\",\"imageselect-hover-border-style-left\":\"on\",\"imageselect-hover-shadow-style\":\"regular\",\"imageselect-hover-shadow-size\":\"\",\"imageselect-hover-shadow-color\":\"#444444\",\"imageselect-selected-inherit\":\"on\",\"imageselect-selected-border-style-width\":\"1\",\"imageselect-selected-border-style-style\":\"solid\",\"imageselect-selected-border-style-radius\":\"0\",\"imageselect-selected-border-style-color\":\"#cccccc\",\"imageselect-selected-border-style-top\":\"on\",\"imageselect-selected-border-style-right\":\"on\",\"imageselect-selected-border-style-bottom\":\"on\",\"imageselect-selected-border-style-left\":\"on\",\"imageselect-selected-shadow-style\":\"regular\",\"imageselect-selected-shadow-size\":\"\",\"imageselect-selected-shadow-color\":\"#444444\",\"imageselect-selected-scale\":\"on\",\"multiselect-style-align\":\"left\",\"multiselect-style-height\":\"120\",\"multiselect-style-hover-background\":\"#bd4070\",\"multiselect-style-hover-color\":\"#ffffff\",\"multiselect-style-selected-background\":\"#a93a65\",\"multiselect-style-selected-color\":\"#ffffff\",\"tile-style-size\":\"medium\",\"tile-style-width\":\"default\",\"tile-style-position\":\"left\",\"tile-style-layout\":\"inline\",\"tile-text-style-family\":\"\",\"tile-text-style-size\":\"15\",\"tile-text-style-color\":\"#444444\",\"tile-text-style-weight\":\"\",\"tile-text-style-italic\":\"off\",\"tile-text-style-underline\":\"off\",\"tile-text-style-align\":\"center\",\"tile-background-style-image\":\"\",\"tile-background-style-size\":\"auto\",\"tile-background-style-horizontal-position\":\"left\",\"tile-background-style-vertical-position\":\"top\",\"tile-background-style-repeat\":\"repeat\",\"tile-background-style-color\":\"#ffffff\",\"tile-background-style-color2\":\"\",\"tile-background-style-gradient\":\"no\",\"tile-border-style-width\":\"1\",\"tile-border-style-style\":\"solid\",\"tile-border-style-radius\":\"0\",\"tile-border-style-color\":\"#cccccc\",\"tile-border-style-top\":\"on\",\"tile-border-style-right\":\"on\",\"tile-border-style-bottom\":\"on\",\"tile-border-style-left\":\"on\",\"tile-shadow-style\":\"regular\",\"tile-shadow-size\":\"\",\"tile-shadow-color\":\"#444444\",\"tile-hover-inherit\":\"on\",\"tile-hover-text-style-family\":\"\",\"tile-hover-text-style-size\":\"15\",\"tile-hover-text-style-color\":\"#444444\",\"tile-hover-text-style-weight\":\"\",\"tile-hover-text-style-italic\":\"off\",\"tile-hover-text-style-underline\":\"off\",\"tile-hover-text-style-align\":\"center\",\"tile-hover-background-style-image\":\"\",\"tile-hover-background-style-size\":\"auto\",\"tile-hover-background-style-horizontal-position\":\"left\",\"tile-hover-background-style-vertical-position\":\"top\",\"tile-hover-background-style-repeat\":\"repeat\",\"tile-hover-background-style-color\":\"#ffffff\",\"tile-hover-background-style-color2\":\"\",\"tile-hover-background-style-gradient\":\"no\",\"tile-hover-border-style-width\":\"1\",\"tile-hover-border-style-style\":\"solid\",\"tile-hover-border-style-radius\":\"0\",\"tile-hover-border-style-color\":\"#a93a65\",\"tile-hover-border-style-top\":\"on\",\"tile-hover-border-style-right\":\"on\",\"tile-hover-border-style-bottom\":\"on\",\"tile-hover-border-style-left\":\"on\",\"tile-hover-shadow-style\":\"regular\",\"tile-hover-shadow-size\":\"\",\"tile-hover-shadow-color\":\"#444444\",\"tile-selected-inherit\":\"on\",\"tile-selected-text-style-family\":\"\",\"tile-selected-text-style-size\":\"15\",\"tile-selected-text-style-color\":\"#444444\",\"tile-selected-text-style-weight\":\"\",\"tile-selected-text-style-italic\":\"off\",\"tile-selected-text-style-underline\":\"off\",\"tile-selected-text-style-align\":\"center\",\"tile-selected-background-style-image\":\"\",\"tile-selected-background-style-size\":\"auto\",\"tile-selected-background-style-horizontal-position\":\"left\",\"tile-selected-background-style-vertical-position\":\"top\",\"tile-selected-background-style-repeat\":\"repeat\",\"tile-selected-background-style-color\":\"#ffffff\",\"tile-selected-background-style-color2\":\"\",\"tile-selected-background-style-gradient\":\"no\",\"tile-selected-border-style-width\":\"1\",\"tile-selected-border-style-style\":\"solid\",\"tile-selected-border-style-radius\":\"0\",\"tile-selected-border-style-color\":\"#a93a65\",\"tile-selected-border-style-top\":\"on\",\"tile-selected-border-style-right\":\"on\",\"tile-selected-border-style-bottom\":\"on\",\"tile-selected-border-style-left\":\"on\",\"tile-selected-shadow-style\":\"regular\",\"tile-selected-shadow-size\":\"\",\"tile-selected-shadow-color\":\"#444444\",\"tile-selected-transform\":\"zoom-in\",\"button-text-style-family\":\"\",\"button-text-style-size\":\"28\",\"button-text-style-color\":\"rgba(150, 207, 234, 1)\",\"button-text-style-weight\":\"\",\"button-text-style-italic\":\"off\",\"button-text-style-underline\":\"off\",\"button-text-style-align\":\"center\",\"button-background-style-image\":\"\",\"button-background-style-size\":\"auto\",\"button-background-style-horizontal-position\":\"left\",\"button-background-style-vertical-position\":\"top\",\"button-background-style-repeat\":\"repeat\",\"button-background-style-color\":\"\",\"button-background-style-color2\":\"\",\"button-background-style-gradient\":\"no\",\"button-border-style-width\":\"3\",\"button-border-style-style\":\"solid\",\"button-border-style-radius\":\"0\",\"button-border-style-color\":\"rgba(22, 147, 165, 1)\",\"button-border-style-top\":\"on\",\"button-border-style-right\":\"on\",\"button-border-style-bottom\":\"on\",\"button-border-style-left\":\"on\",\"button-shadow-style\":\"regular\",\"button-shadow-size\":\"\",\"button-shadow-color\":\"#444444\",\"button-hover-inherit\":\"on\",\"button-hover-text-style-family\":\"\",\"button-hover-text-style-size\":\"15\",\"button-hover-text-style-color\":\"#ffffff\",\"button-hover-text-style-weight\":\"\",\"button-hover-text-style-italic\":\"off\",\"button-hover-text-style-underline\":\"off\",\"button-hover-text-style-align\":\"center\",\"button-hover-background-style-image\":\"\",\"button-hover-background-style-size\":\"auto\",\"button-hover-background-style-horizontal-position\":\"left\",\"button-hover-background-style-vertical-position\":\"top\",\"button-hover-background-style-repeat\":\"repeat\",\"button-hover-background-style-color\":\"#a93a65\",\"button-hover-background-style-color2\":\"\",\"button-hover-background-style-gradient\":\"no\",\"button-hover-border-style-width\":\"1\",\"button-hover-border-style-style\":\"solid\",\"button-hover-border-style-radius\":\"0\",\"button-hover-border-style-color\":\"#a93a65\",\"button-hover-border-style-top\":\"on\",\"button-hover-border-style-right\":\"on\",\"button-hover-border-style-bottom\":\"on\",\"button-hover-border-style-left\":\"on\",\"button-hover-shadow-style\":\"regular\",\"button-hover-shadow-size\":\"\",\"button-hover-shadow-color\":\"#444444\",\"button-active-inherit\":\"on\",\"button-active-text-style-family\":\"\",\"button-active-text-style-size\":\"15\",\"button-active-text-style-color\":\"#ffffff\",\"button-active-text-style-weight\":\"\",\"button-active-text-style-italic\":\"off\",\"button-active-text-style-underline\":\"off\",\"button-active-text-style-align\":\"center\",\"button-active-background-style-image\":\"\",\"button-active-background-style-size\":\"auto\",\"button-active-background-style-horizontal-position\":\"left\",\"button-active-background-style-vertical-position\":\"top\",\"button-active-background-style-repeat\":\"repeat\",\"button-active-background-style-color\":\"#a93a65\",\"button-active-background-style-color2\":\"\",\"button-active-background-style-gradient\":\"no\",\"button-active-border-style-width\":\"1\",\"button-active-border-style-style\":\"solid\",\"button-active-border-style-radius\":\"0\",\"button-active-border-style-color\":\"#a93a65\",\"button-active-border-style-top\":\"on\",\"button-active-border-style-right\":\"on\",\"button-active-border-style-bottom\":\"on\",\"button-active-border-style-left\":\"on\",\"button-active-shadow-style\":\"regular\",\"button-active-shadow-size\":\"\",\"button-active-shadow-color\":\"#444444\",\"button-active-transform\":\"zoom-out\",\"error-background-style-image\":\"\",\"error-background-style-size\":\"auto\",\"error-background-style-horizontal-position\":\"left\",\"error-background-style-vertical-position\":\"top\",\"error-background-style-repeat\":\"repeat\",\"error-background-style-color\":\"#d9534f\",\"error-background-style-color2\":\"\",\"error-background-style-gradient\":\"no\",\"error-text-style-family\":\"\",\"error-text-style-size\":\"15\",\"error-text-style-color\":\"#ffffff\",\"error-text-style-weight\":\"\",\"error-text-style-italic\":\"off\",\"error-text-style-underline\":\"off\",\"error-text-style-align\":\"left\",\"progress-type\":\"progress-1\",\"progress-color-color1\":\"#e0e0e0\",\"progress-color-color2\":\"#bd4070\",\"progress-color-color3\":\"#ffffff\",\"progress-color-color4\":\"#444444\",\"progress-striped\":\"off\",\"progress-label-enable\":\"off\",\"progress-confirmation-enable\":\"on\",\"confirmation-tab\":\"confirmation\",\"confirmations\":[],\"double-tab\":\"double\",\"double-enable\":\"off\",\"double-email-recipient\":\"\",\"double-email-subject\":\"Please confirm your email address\",\"double-email-message\":\"Dear visitor!\\n\\nPlease confirm your email address by clicking the following link:\\n<a href=\\\"{{confirmation-url}}\\\">{{confirmation-url}}<\\/a>\\n\\nThanks.\",\"double-from-email\":\"{{global-from-email}}\",\"double-from-name\":\"{{global-from-name}}\",\"double-message\":\"<h4 style=\\\"text-align: center;\\\">Thank you!<\\/h4><p style=\\\"text-align: center;\\\">Your email address successfully confirmed.<\\/p>\",\"double-url\":\"\",\"notification-tab\":\"notification\",\"notifications\":[],\"integration-tab\":\"integration\",\"integrations\":[],\"advanced-tab\":\"advanced\",\"math-expressions\":[],\"payment-gateways\":[],\"misc-save-ip\":\"on\",\"misc-save-user-agent\":\"on\",\"misc-email-tech-info\":\"on\",\"misc-record-tech-info\":\"on\",\"misc-disable-html-scrollbar\":\"off\",\"personal-keys\":[],\"antibot-enable\":\"on\",\"antibot-delay\":\"10\",\"antibot-check-form\":\"on\",\"antibot-check-ip\":\"on\",\"antibot-error\":\"Thank you. We have already got your request.\",\"text-style-bold\":\"off\",\"input-text-style-bold\":\"off\",\"input-hover-text-style-bold\":\"off\",\"input-focus-text-style-bold\":\"off\",\"imageselect-text-style-bold\":\"off\",\"tile-text-style-bold\":\"off\",\"tile-hover-text-style-bold\":\"off\",\"tile-selected-text-style-bold\":\"off\",\"rangeslider-skin\":\"flat\",\"rangeslider-color-color1\":\"#e8e8e8\",\"rangeslider-color-color2\":\"#888888\",\"rangeslider-color-color3\":\"#bd4070\",\"rangeslider-color-color4\":\"#a93a65\",\"rangeslider-color-color5\":\"#ffffff\",\"button-text-style-bold\":\"off\",\"button-hover-text-style-bold\":\"off\",\"button-active-text-style-bold\":\"off\",\"error-text-style-bold\":\"off\",\"customjs-afterinit-enable\":\"off\",\"customjs-afterinit-script\":\"\",\"customjs-afterupdate-enable\":\"off\",\"customjs-afterupdate-script\":\"\",\"customjs-beforesubmit-enable\":\"off\",\"customjs-beforesubmit-script\":\"\",\"customjs-aftersubmitsuccess-enable\":\"off\",\"customjs-aftersubmitsuccess-script\":\"\"}','[{\"general\":\"general\",\"name\":\"Yes No\",\"size-width\":\"600\",\"size-height\":\"350\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page\",\"id\":1},{\"general\":\"general\",\"name\":\"Confirmation\",\"size-width\":\"420\",\"size-height\":\"320\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page-confirmation\",\"id\":\"confirmation\"}]','[\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"HTML Content\\\",\\\"position-top\\\":80,\\\"position-left\\\":70,\\\"size-width\\\":280,\\\"size-height\\\":160,\\\"content\\\":\\\"<h4 style=\\\\\\\"text-align: center; font-size: 18px; font-weight: bold;\\\\\\\">Thank you!<\\\\\\/h4><p style=\\\\\\\"text-align: center;\\\\\\\">We will contact you soon.<\\\\\\/p>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"\\\",\\\"text-style-size\\\":\\\"15\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"#5cb85c\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"0\\\",\\\"border-style-style\\\":\\\"solid\\\",\\\"border-style-radius\\\":5,\\\"border-style-color\\\":\\\"#ccc\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#000000\\\",\\\"padding-top\\\":40,\\\"padding-right\\\":40,\\\"padding-bottom\\\":40,\\\"padding-left\\\":40,\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"_parent\\\":\\\"confirmation\\\",\\\"_seq\\\":0,\\\"id\\\":0}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Main Background\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"600\\\",\\\"size-height\\\":\\\"350\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"rgba(0, 62, 95, 1)\\\",\\\"background-style-color2\\\":\\\"rgba(0, 39, 66, 1)\\\",\\\"background-style-gradient\\\":\\\"horizontal\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#202020\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"rectangle\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":0,\\\"id\\\":2}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Do you want more traffic?\\\",\\\"position-top\\\":\\\"85\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"600\\\",\\\"size-height\\\":\\\"\\\",\\\"content\\\":\\\"Do you want more traffic?\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"400\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Crete Round\\\",\\\"text-style-size\\\":\\\"28\\\",\\\"text-style-color\\\":\\\"#1693a5\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"center\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":3,\\\"id\\\":4}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"GET IT NOW!\\\",\\\"position-top\\\":\\\"120\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"600\\\",\\\"size-height\\\":\\\"\\\",\\\"content\\\":\\\"GET IT NOW!\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Crete Round\\\",\\\"text-style-size\\\":\\\"50\\\",\\\"text-style-color\\\":\\\"#96cfea\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"center\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":4,\\\"id\\\":5}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"YES\\\",\\\"position-top\\\":\\\"235\\\",\\\"position-left\\\":\\\"95\\\",\\\"size-width\\\":\\\"180\\\",\\\"size-height\\\":\\\"60\\\",\\\"label\\\":\\\"YES\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"onclick\\\":\\\"\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"600\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"icon-left\\\":\\\"\\\",\\\"icon-right\\\":\\\"\\\",\\\"colors-background\\\":\\\"rgba(247, 249, 114, 1)\\\",\\\"colors-border\\\":\\\"rgba(247, 249, 114, 1)\\\",\\\"colors-text\\\":\\\"rgba(0, 62, 95, 1)\\\",\\\"colors-hover-background\\\":\\\"\\\",\\\"colors-hover-border\\\":\\\"\\\",\\\"colors-hover-text\\\":\\\"\\\",\\\"colors-active-background\\\":\\\"\\\",\\\"colors-active-border\\\":\\\"\\\",\\\"colors-active-text\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"link-button\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":5,\\\"id\\\":9}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"NO\\\",\\\"position-top\\\":\\\"235\\\",\\\"position-left\\\":\\\"325\\\",\\\"size-width\\\":\\\"180\\\",\\\"size-height\\\":\\\"60\\\",\\\"label\\\":\\\"NO\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"single\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"onclick\\\":\\\"\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"600\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"icon-left\\\":\\\"\\\",\\\"icon-right\\\":\\\"\\\",\\\"colors-background\\\":\\\"\\\",\\\"colors-border\\\":\\\"\\\",\\\"colors-text\\\":\\\"\\\",\\\"colors-hover-background\\\":\\\"\\\",\\\"colors-hover-border\\\":\\\"\\\",\\\"colors-hover-text\\\":\\\"\\\",\\\"colors-active-background\\\":\\\"\\\",\\\"colors-active-border\\\":\\\"\\\",\\\"colors-active-text\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"link-button\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":6,\\\"id\\\":10}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Close icon\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"550\\\",\\\"size-width\\\":\\\"50\\\",\\\"mode\\\":\\\"single\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"1000\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"view\\\":\\\"basic\\\",\\\"colors-color1\\\":\\\"rgba(150, 207, 234, 1)\\\",\\\"colors-color2\\\":\\\"rgba(247, 249, 114, 1)\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"close\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":7,\\\"id\\\":12,\\\"size-height\\\":50}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Crosshair\\\",\\\"position-top\\\":\\\"30\\\",\\\"position-left\\\":\\\"170\\\",\\\"size-width\\\":\\\"260\\\",\\\"icon\\\":\\\"fas fa-crosshairs\\\",\\\"link\\\":\\\"\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"fadeInUp\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"500\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"colors-color1\\\":\\\"rgba(0, 46, 73, 1)\\\",\\\"colors-color2\\\":\\\"\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"fa-icon\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":1,\\\"id\\\":13,\\\"size-height\\\":266}\"]',NULL,NULL,NULL,0,0,1638441414,1638441414,0),(12,'YesNo #3','yes-no-3','{\"general-tab\":\"general\",\"name\":\"YesNo #3\",\"active\":\"on\",\"key-fields-primary\":\"\",\"key-fields-secondary\":\"\",\"datetime-args-date-format\":\"yyyy-mm-dd\",\"datetime-args-time-format\":\"hh:ii\",\"datetime-args-locale\":\"en\",\"cross-domain\":\"on\",\"session-enable\":\"off\",\"session-length\":\"48\",\"cookie-lifetime\":\"360\",\"esc-enable\":\"on\",\"enter-enable\":\"off\",\"style-tab\":\"style\",\"position\":\"middle-center\",\"overlay-enable\":\"on\",\"overlay-animation\":\"fadeIn\",\"overlay-color\":\"rgba(51, 51, 51, 0.8)\",\"overlay-click\":\"on\",\"spinner-color-color1\":\"rgba(255, 255, 255, 1)\",\"spinner-color-color2\":\"rgba(255, 255, 255, 1)\",\"spinner-color-color3\":\"rgba(255, 255, 255, 1)\",\"text-style-family\":\"Arial\",\"text-style-size\":\"15\",\"text-style-color\":\"#444444\",\"text-style-weight\":\"\",\"text-style-italic\":\"off\",\"text-style-underline\":\"off\",\"text-style-align\":\"left\",\"input-icon-position\":\"inside\",\"input-icon-size\":\"20\",\"input-icon-color\":\"#444444\",\"input-icon-background\":\"\",\"input-icon-border\":\"\",\"input-text-style-family\":\"\",\"input-text-style-size\":\"15\",\"input-text-style-color\":\"#444444\",\"input-text-style-weight\":\"\",\"input-text-style-italic\":\"off\",\"input-text-style-underline\":\"off\",\"input-text-style-align\":\"left\",\"input-background-style-image\":\"\",\"input-background-style-size\":\"auto\",\"input-background-style-horizontal-position\":\"left\",\"input-background-style-vertical-position\":\"top\",\"input-background-style-repeat\":\"repeat\",\"input-background-style-color\":\"rgba(255, 255, 255, 0.7)\",\"input-background-style-color2\":\"\",\"input-background-style-gradient\":\"no\",\"input-border-style-width\":\"1\",\"input-border-style-style\":\"solid\",\"input-border-style-radius\":\"0\",\"input-border-style-color\":\"#444444\",\"input-border-style-top\":\"on\",\"input-border-style-right\":\"on\",\"input-border-style-bottom\":\"on\",\"input-border-style-left\":\"on\",\"input-shadow-style\":\"regular\",\"input-shadow-size\":\"\",\"input-shadow-color\":\"#444444\",\"input-hover-inherit\":\"on\",\"input-hover-text-style-family\":\"\",\"input-hover-text-style-size\":\"15\",\"input-hover-text-style-color\":\"#444444\",\"input-hover-text-style-weight\":\"\",\"input-hover-text-style-italic\":\"off\",\"input-hover-text-style-underline\":\"off\",\"input-hover-text-style-align\":\"left\",\"input-hover-background-style-image\":\"\",\"input-hover-background-style-size\":\"auto\",\"input-hover-background-style-horizontal-position\":\"left\",\"input-hover-background-style-vertical-position\":\"top\",\"input-hover-background-style-repeat\":\"repeat\",\"input-hover-background-style-color\":\"#ffffff\",\"input-hover-background-style-color2\":\"\",\"input-hover-background-style-gradient\":\"no\",\"input-hover-border-style-width\":\"1\",\"input-hover-border-style-style\":\"solid\",\"input-hover-border-style-radius\":\"0\",\"input-hover-border-style-color\":\"#cccccc\",\"input-hover-border-style-top\":\"on\",\"input-hover-border-style-right\":\"on\",\"input-hover-border-style-bottom\":\"on\",\"input-hover-border-style-left\":\"on\",\"input-hover-shadow-style\":\"regular\",\"input-hover-shadow-size\":\"\",\"input-hover-shadow-color\":\"#444444\",\"input-focus-inherit\":\"on\",\"input-focus-text-style-family\":\"\",\"input-focus-text-style-size\":\"15\",\"input-focus-text-style-color\":\"#444444\",\"input-focus-text-style-weight\":\"\",\"input-focus-text-style-italic\":\"off\",\"input-focus-text-style-underline\":\"off\",\"input-focus-text-style-align\":\"left\",\"input-focus-background-style-image\":\"\",\"input-focus-background-style-size\":\"auto\",\"input-focus-background-style-horizontal-position\":\"left\",\"input-focus-background-style-vertical-position\":\"top\",\"input-focus-background-style-repeat\":\"repeat\",\"input-focus-background-style-color\":\"#ffffff\",\"input-focus-background-style-color2\":\"\",\"input-focus-background-style-gradient\":\"no\",\"input-focus-border-style-width\":\"1\",\"input-focus-border-style-style\":\"solid\",\"input-focus-border-style-radius\":\"0\",\"input-focus-border-style-color\":\"#cccccc\",\"input-focus-border-style-top\":\"on\",\"input-focus-border-style-right\":\"on\",\"input-focus-border-style-bottom\":\"on\",\"input-focus-border-style-left\":\"on\",\"input-focus-shadow-style\":\"regular\",\"input-focus-shadow-size\":\"\",\"input-focus-shadow-color\":\"#444444\",\"checkbox-radio-style-position\":\"left\",\"checkbox-radio-style-size\":\"medium\",\"checkbox-radio-style-align\":\"left\",\"checkbox-radio-style-layout\":\"1\",\"checkbox-view\":\"classic\",\"radio-view\":\"classic\",\"checkbox-radio-unchecked-color-color1\":\"#444444\",\"checkbox-radio-unchecked-color-color2\":\"rgba(255, 255, 255, 0.7)\",\"checkbox-radio-unchecked-color-color3\":\"#444444\",\"checkbox-radio-checked-inherit\":\"on\",\"checkbox-radio-checked-color-color1\":\"#cccccc\",\"checkbox-radio-checked-color-color2\":\"#ffffff\",\"checkbox-radio-checked-color-color3\":\"#444444\",\"imageselect-style-align\":\"left\",\"imageselect-style-effect\":\"none\",\"imageselect-text-style-family\":\"\",\"imageselect-text-style-size\":\"15\",\"imageselect-text-style-color\":\"#444444\",\"imageselect-text-style-weight\":\"\",\"imageselect-text-style-italic\":\"off\",\"imageselect-text-style-underline\":\"off\",\"imageselect-text-style-align\":\"left\",\"imageselect-border-style-width\":\"1\",\"imageselect-border-style-style\":\"solid\",\"imageselect-border-style-radius\":\"0\",\"imageselect-border-style-color\":\"#cccccc\",\"imageselect-border-style-top\":\"on\",\"imageselect-border-style-right\":\"on\",\"imageselect-border-style-bottom\":\"on\",\"imageselect-border-style-left\":\"on\",\"imageselect-shadow-style\":\"regular\",\"imageselect-shadow-size\":\"\",\"imageselect-shadow-color\":\"#444444\",\"imageselect-hover-inherit\":\"on\",\"imageselect-hover-border-style-width\":\"1\",\"imageselect-hover-border-style-style\":\"solid\",\"imageselect-hover-border-style-radius\":\"0\",\"imageselect-hover-border-style-color\":\"#cccccc\",\"imageselect-hover-border-style-top\":\"on\",\"imageselect-hover-border-style-right\":\"on\",\"imageselect-hover-border-style-bottom\":\"on\",\"imageselect-hover-border-style-left\":\"on\",\"imageselect-hover-shadow-style\":\"regular\",\"imageselect-hover-shadow-size\":\"\",\"imageselect-hover-shadow-color\":\"#444444\",\"imageselect-selected-inherit\":\"on\",\"imageselect-selected-border-style-width\":\"1\",\"imageselect-selected-border-style-style\":\"solid\",\"imageselect-selected-border-style-radius\":\"0\",\"imageselect-selected-border-style-color\":\"#cccccc\",\"imageselect-selected-border-style-top\":\"on\",\"imageselect-selected-border-style-right\":\"on\",\"imageselect-selected-border-style-bottom\":\"on\",\"imageselect-selected-border-style-left\":\"on\",\"imageselect-selected-shadow-style\":\"regular\",\"imageselect-selected-shadow-size\":\"\",\"imageselect-selected-shadow-color\":\"#444444\",\"imageselect-selected-scale\":\"on\",\"multiselect-style-align\":\"left\",\"multiselect-style-height\":\"120\",\"multiselect-style-hover-background\":\"#bd4070\",\"multiselect-style-hover-color\":\"#ffffff\",\"multiselect-style-selected-background\":\"#a93a65\",\"multiselect-style-selected-color\":\"#ffffff\",\"tile-style-size\":\"medium\",\"tile-style-width\":\"default\",\"tile-style-position\":\"left\",\"tile-style-layout\":\"inline\",\"tile-text-style-family\":\"\",\"tile-text-style-size\":\"15\",\"tile-text-style-color\":\"#444444\",\"tile-text-style-weight\":\"\",\"tile-text-style-italic\":\"off\",\"tile-text-style-underline\":\"off\",\"tile-text-style-align\":\"center\",\"tile-background-style-image\":\"\",\"tile-background-style-size\":\"auto\",\"tile-background-style-horizontal-position\":\"left\",\"tile-background-style-vertical-position\":\"top\",\"tile-background-style-repeat\":\"repeat\",\"tile-background-style-color\":\"#ffffff\",\"tile-background-style-color2\":\"\",\"tile-background-style-gradient\":\"no\",\"tile-border-style-width\":\"1\",\"tile-border-style-style\":\"solid\",\"tile-border-style-radius\":\"0\",\"tile-border-style-color\":\"#cccccc\",\"tile-border-style-top\":\"on\",\"tile-border-style-right\":\"on\",\"tile-border-style-bottom\":\"on\",\"tile-border-style-left\":\"on\",\"tile-shadow-style\":\"regular\",\"tile-shadow-size\":\"\",\"tile-shadow-color\":\"#444444\",\"tile-hover-inherit\":\"on\",\"tile-hover-text-style-family\":\"\",\"tile-hover-text-style-size\":\"15\",\"tile-hover-text-style-color\":\"#444444\",\"tile-hover-text-style-weight\":\"\",\"tile-hover-text-style-italic\":\"off\",\"tile-hover-text-style-underline\":\"off\",\"tile-hover-text-style-align\":\"center\",\"tile-hover-background-style-image\":\"\",\"tile-hover-background-style-size\":\"auto\",\"tile-hover-background-style-horizontal-position\":\"left\",\"tile-hover-background-style-vertical-position\":\"top\",\"tile-hover-background-style-repeat\":\"repeat\",\"tile-hover-background-style-color\":\"#ffffff\",\"tile-hover-background-style-color2\":\"\",\"tile-hover-background-style-gradient\":\"no\",\"tile-hover-border-style-width\":\"1\",\"tile-hover-border-style-style\":\"solid\",\"tile-hover-border-style-radius\":\"0\",\"tile-hover-border-style-color\":\"#a93a65\",\"tile-hover-border-style-top\":\"on\",\"tile-hover-border-style-right\":\"on\",\"tile-hover-border-style-bottom\":\"on\",\"tile-hover-border-style-left\":\"on\",\"tile-hover-shadow-style\":\"regular\",\"tile-hover-shadow-size\":\"\",\"tile-hover-shadow-color\":\"#444444\",\"tile-selected-inherit\":\"on\",\"tile-selected-text-style-family\":\"\",\"tile-selected-text-style-size\":\"15\",\"tile-selected-text-style-color\":\"#444444\",\"tile-selected-text-style-weight\":\"\",\"tile-selected-text-style-italic\":\"off\",\"tile-selected-text-style-underline\":\"off\",\"tile-selected-text-style-align\":\"center\",\"tile-selected-background-style-image\":\"\",\"tile-selected-background-style-size\":\"auto\",\"tile-selected-background-style-horizontal-position\":\"left\",\"tile-selected-background-style-vertical-position\":\"top\",\"tile-selected-background-style-repeat\":\"repeat\",\"tile-selected-background-style-color\":\"#ffffff\",\"tile-selected-background-style-color2\":\"\",\"tile-selected-background-style-gradient\":\"no\",\"tile-selected-border-style-width\":\"1\",\"tile-selected-border-style-style\":\"solid\",\"tile-selected-border-style-radius\":\"0\",\"tile-selected-border-style-color\":\"#a93a65\",\"tile-selected-border-style-top\":\"on\",\"tile-selected-border-style-right\":\"on\",\"tile-selected-border-style-bottom\":\"on\",\"tile-selected-border-style-left\":\"on\",\"tile-selected-shadow-style\":\"regular\",\"tile-selected-shadow-size\":\"\",\"tile-selected-shadow-color\":\"#444444\",\"tile-selected-transform\":\"zoom-in\",\"button-text-style-family\":\"\",\"button-text-style-size\":\"15\",\"button-text-style-color\":\"#ffffff\",\"button-text-style-weight\":\"\",\"button-text-style-italic\":\"off\",\"button-text-style-underline\":\"off\",\"button-text-style-align\":\"center\",\"button-background-style-image\":\"\",\"button-background-style-size\":\"auto\",\"button-background-style-horizontal-position\":\"left\",\"button-background-style-vertical-position\":\"top\",\"button-background-style-repeat\":\"repeat\",\"button-background-style-color\":\"rgba(57, 181, 74, 1)\",\"button-background-style-color2\":\"\",\"button-background-style-gradient\":\"no\",\"button-border-style-width\":\"1\",\"button-border-style-style\":\"solid\",\"button-border-style-radius\":\"0\",\"button-border-style-color\":\"rgba(57, 181, 74, 1)\",\"button-border-style-top\":\"on\",\"button-border-style-right\":\"on\",\"button-border-style-bottom\":\"on\",\"button-border-style-left\":\"on\",\"button-shadow-style\":\"regular\",\"button-shadow-size\":\"medium\",\"button-shadow-color\":\"#444444\",\"button-hover-inherit\":\"on\",\"button-hover-text-style-family\":\"\",\"button-hover-text-style-size\":\"15\",\"button-hover-text-style-color\":\"#ffffff\",\"button-hover-text-style-weight\":\"\",\"button-hover-text-style-italic\":\"off\",\"button-hover-text-style-underline\":\"off\",\"button-hover-text-style-align\":\"center\",\"button-hover-background-style-image\":\"\",\"button-hover-background-style-size\":\"auto\",\"button-hover-background-style-horizontal-position\":\"left\",\"button-hover-background-style-vertical-position\":\"top\",\"button-hover-background-style-repeat\":\"repeat\",\"button-hover-background-style-color\":\"#a93a65\",\"button-hover-background-style-color2\":\"\",\"button-hover-background-style-gradient\":\"no\",\"button-hover-border-style-width\":\"1\",\"button-hover-border-style-style\":\"solid\",\"button-hover-border-style-radius\":\"0\",\"button-hover-border-style-color\":\"#a93a65\",\"button-hover-border-style-top\":\"on\",\"button-hover-border-style-right\":\"on\",\"button-hover-border-style-bottom\":\"on\",\"button-hover-border-style-left\":\"on\",\"button-hover-shadow-style\":\"regular\",\"button-hover-shadow-size\":\"\",\"button-hover-shadow-color\":\"#444444\",\"button-active-inherit\":\"on\",\"button-active-text-style-family\":\"\",\"button-active-text-style-size\":\"15\",\"button-active-text-style-color\":\"#ffffff\",\"button-active-text-style-weight\":\"\",\"button-active-text-style-italic\":\"off\",\"button-active-text-style-underline\":\"off\",\"button-active-text-style-align\":\"center\",\"button-active-background-style-image\":\"\",\"button-active-background-style-size\":\"auto\",\"button-active-background-style-horizontal-position\":\"left\",\"button-active-background-style-vertical-position\":\"top\",\"button-active-background-style-repeat\":\"repeat\",\"button-active-background-style-color\":\"#a93a65\",\"button-active-background-style-color2\":\"\",\"button-active-background-style-gradient\":\"no\",\"button-active-border-style-width\":\"1\",\"button-active-border-style-style\":\"solid\",\"button-active-border-style-radius\":\"0\",\"button-active-border-style-color\":\"#a93a65\",\"button-active-border-style-top\":\"on\",\"button-active-border-style-right\":\"on\",\"button-active-border-style-bottom\":\"on\",\"button-active-border-style-left\":\"on\",\"button-active-shadow-style\":\"regular\",\"button-active-shadow-size\":\"\",\"button-active-shadow-color\":\"#444444\",\"button-active-transform\":\"zoom-out\",\"error-background-style-image\":\"\",\"error-background-style-size\":\"auto\",\"error-background-style-horizontal-position\":\"left\",\"error-background-style-vertical-position\":\"top\",\"error-background-style-repeat\":\"repeat\",\"error-background-style-color\":\"#d9534f\",\"error-background-style-color2\":\"\",\"error-background-style-gradient\":\"no\",\"error-text-style-family\":\"\",\"error-text-style-size\":\"15\",\"error-text-style-color\":\"#ffffff\",\"error-text-style-weight\":\"\",\"error-text-style-italic\":\"off\",\"error-text-style-underline\":\"off\",\"error-text-style-align\":\"left\",\"progress-type\":\"progress-1\",\"progress-color-color1\":\"#e0e0e0\",\"progress-color-color2\":\"#bd4070\",\"progress-color-color3\":\"#ffffff\",\"progress-color-color4\":\"#444444\",\"progress-striped\":\"off\",\"progress-label-enable\":\"off\",\"progress-confirmation-enable\":\"on\",\"confirmation-tab\":\"confirmation\",\"confirmations\":[],\"double-tab\":\"double\",\"double-enable\":\"off\",\"double-email-recipient\":\"\",\"double-email-subject\":\"Please confirm your email address\",\"double-email-message\":\"Dear visitor!\\n\\nPlease confirm your email address by clicking the following link:\\n<a href=\\\"{{confirmation-url}}\\\">{{confirmation-url}}<\\/a>\\n\\nThanks.\",\"double-from-email\":\"{{global-from-email}}\",\"double-from-name\":\"{{global-from-name}}\",\"double-message\":\"<h4 style=\\\"text-align: center;\\\">Thank you!<\\/h4><p style=\\\"text-align: center;\\\">Your email address successfully confirmed.<\\/p>\",\"double-url\":\"\",\"notification-tab\":\"notification\",\"notifications\":[],\"integration-tab\":\"integration\",\"integrations\":[],\"advanced-tab\":\"advanced\",\"math-expressions\":[],\"payment-gateways\":[],\"misc-save-ip\":\"on\",\"misc-save-user-agent\":\"on\",\"misc-email-tech-info\":\"on\",\"misc-record-tech-info\":\"on\",\"misc-disable-html-scrollbar\":\"off\",\"personal-keys\":[],\"antibot-enable\":\"on\",\"antibot-delay\":\"10\",\"antibot-check-form\":\"on\",\"antibot-check-ip\":\"on\",\"antibot-error\":\"Thank you. We have already got your request.\",\"text-style-bold\":\"off\",\"input-text-style-bold\":\"off\",\"input-hover-text-style-bold\":\"off\",\"input-focus-text-style-bold\":\"off\",\"imageselect-text-style-bold\":\"off\",\"tile-text-style-bold\":\"off\",\"tile-hover-text-style-bold\":\"off\",\"tile-selected-text-style-bold\":\"off\",\"rangeslider-skin\":\"flat\",\"rangeslider-color-color1\":\"#e8e8e8\",\"rangeslider-color-color2\":\"#888888\",\"rangeslider-color-color3\":\"#bd4070\",\"rangeslider-color-color4\":\"#a93a65\",\"rangeslider-color-color5\":\"#ffffff\",\"button-text-style-bold\":\"on\",\"button-hover-text-style-bold\":\"off\",\"button-active-text-style-bold\":\"off\",\"error-text-style-bold\":\"off\",\"customjs-afterinit-enable\":\"off\",\"customjs-afterinit-script\":\"\",\"customjs-afterupdate-enable\":\"off\",\"customjs-afterupdate-script\":\"\",\"customjs-beforesubmit-enable\":\"off\",\"customjs-beforesubmit-script\":\"\",\"customjs-aftersubmitsuccess-enable\":\"off\",\"customjs-aftersubmitsuccess-script\":\"\"}','[{\"general\":\"general\",\"name\":\"Yes No\",\"size-width\":\"625\",\"size-height\":\"400\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page\",\"id\":1},{\"general\":\"general\",\"name\":\"Confirmation\",\"size-width\":\"420\",\"size-height\":\"320\",\"logic-tab\":\"logic\",\"logic-enable\":\"off\",\"logic\":{\"action\":\"show\",\"operator\":\"and\",\"rules\":[]},\"type\":\"page-confirmation\",\"id\":\"confirmation\"}]','[\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"HTML Content\\\",\\\"position-top\\\":80,\\\"position-left\\\":70,\\\"size-width\\\":280,\\\"size-height\\\":160,\\\"content\\\":\\\"<h4 style=\\\\\\\"text-align: center; font-size: 18px; font-weight: bold;\\\\\\\">Thank you!<\\\\\\/h4><p style=\\\\\\\"text-align: center;\\\\\\\">We will contact you soon.<\\\\\\/p>\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInDown\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"0\\\",\\\"animation-out\\\":\\\"fadeOutUp\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"\\\",\\\"text-style-size\\\":\\\"15\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"#5cb85c\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"0\\\",\\\"border-style-style\\\":\\\"solid\\\",\\\"border-style-radius\\\":5,\\\"border-style-color\\\":\\\"#ccc\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#000000\\\",\\\"padding-top\\\":40,\\\"padding-right\\\":40,\\\"padding-bottom\\\":40,\\\"padding-left\\\":40,\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"_parent\\\":\\\"confirmation\\\",\\\"_seq\\\":0,\\\"id\\\":0}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"MAIN WINDOW\\\",\\\"position-top\\\":\\\"0\\\",\\\"position-left\\\":\\\"0\\\",\\\"size-width\\\":\\\"625\\\",\\\"size-height\\\":\\\"400\\\",\\\"animation-in\\\":\\\"fadeIn\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"fadeOut\\\",\\\"style\\\":\\\"style\\\",\\\"background-style-image\\\":\\\"\\\\\\/\\\\\\/fl-hotel1.otelms.com\\\\\\/wp-content\\\\\\/plugins\\\\\\/halfdata-green-popups\\\\\\/images\\\\\\/default\\\\\\/yesno-01.jpg\\\",\\\"background-style-size\\\":\\\"cover\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"no-repeat\\\",\\\"background-style-color\\\":\\\"rgba(132, 141, 41, 1)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#202020\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"rectangle\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":0,\\\"id\\\":2}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Header\\\",\\\"position-top\\\":\\\"65\\\",\\\"position-left\\\":\\\"-65\\\",\\\"size-width\\\":\\\"406\\\",\\\"size-height\\\":\\\"44\\\",\\\"content\\\":\\\"License Agreement\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutLeft\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"30\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"right\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"rgba(0, 0, 0, 1)\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"medium\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"20\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"on\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":1,\\\"id\\\":4}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Description\\\",\\\"position-top\\\":\\\"145\\\",\\\"position-left\\\":\\\"50\\\",\\\"size-width\\\":\\\"435\\\",\\\"size-height\\\":\\\"85\\\",\\\"content\\\":\\\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutLeft\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"14\\\",\\\"text-style-color\\\":\\\"rgba(255, 255, 255, 0.83)\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":2,\\\"id\\\":5}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Credit1\\\",\\\"position-top\\\":\\\"345\\\",\\\"position-left\\\":\\\"50\\\",\\\"size-width\\\":\\\"328\\\",\\\"size-height\\\":\\\"20\\\",\\\"content\\\":\\\"By aceepting this terms You agree with terms and coditions.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutLeft\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"12\\\",\\\"text-style-color\\\":\\\"#ffffff\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":5,\\\"id\\\":8}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Credit2\\\",\\\"position-top\\\":\\\"345\\\",\\\"position-left\\\":\\\"428\\\",\\\"size-width\\\":\\\"159\\\",\\\"size-height\\\":\\\"20\\\",\\\"content\\\":\\\"2020 (C) All rights reserved.\\\",\\\"scrollable\\\":\\\"off\\\",\\\"animation-in\\\":\\\"bounceInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutRight\\\",\\\"style\\\":\\\"style\\\",\\\"text-style-family\\\":\\\"Arial\\\",\\\"text-style-size\\\":\\\"12\\\",\\\"text-style-color\\\":\\\"rgba(255, 255, 255, 0.57)\\\",\\\"text-style-weight\\\":\\\"\\\",\\\"text-style-italic\\\":\\\"off\\\",\\\"text-style-underline\\\":\\\"off\\\",\\\"text-style-align\\\":\\\"left\\\",\\\"background-style-image\\\":\\\"\\\",\\\"background-style-size\\\":\\\"auto\\\",\\\"background-style-horizontal-position\\\":\\\"left\\\",\\\"background-style-vertical-position\\\":\\\"top\\\",\\\"background-style-repeat\\\":\\\"repeat\\\",\\\"background-style-color\\\":\\\"\\\",\\\"background-style-color2\\\":\\\"\\\",\\\"background-style-gradient\\\":\\\"no\\\",\\\"border-style-width\\\":\\\"1\\\",\\\"border-style-style\\\":\\\"none\\\",\\\"border-style-radius\\\":\\\"0\\\",\\\"border-style-color\\\":\\\"\\\",\\\"border-style-top\\\":\\\"on\\\",\\\"border-style-right\\\":\\\"on\\\",\\\"border-style-bottom\\\":\\\"on\\\",\\\"border-style-left\\\":\\\"on\\\",\\\"shadow-style\\\":\\\"regular\\\",\\\"shadow-size\\\":\\\"\\\",\\\"shadow-color\\\":\\\"#444444\\\",\\\"padding-top\\\":\\\"0\\\",\\\"padding-right\\\":\\\"0\\\",\\\"padding-bottom\\\":\\\"0\\\",\\\"padding-left\\\":\\\"0\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"text-style-bold\\\":\\\"off\\\",\\\"type\\\":\\\"html\\\",\\\"resize\\\":\\\"both\\\",\\\"_parent\\\":1,\\\"_seq\\\":6,\\\"id\\\":9}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"AGREE\\\",\\\"position-top\\\":\\\"270\\\",\\\"position-left\\\":\\\"50\\\",\\\"size-width\\\":\\\"250\\\",\\\"size-height\\\":\\\"45\\\",\\\"label\\\":\\\"AGREE\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"single\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"onclick\\\":\\\"\\\",\\\"animation-in\\\":\\\"bounceInLeft\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutLeft\\\",\\\"style\\\":\\\"style\\\",\\\"icon-left\\\":\\\"\\\",\\\"icon-right\\\":\\\"\\\",\\\"colors-background\\\":\\\"\\\",\\\"colors-border\\\":\\\"\\\",\\\"colors-text\\\":\\\"\\\",\\\"colors-hover-background\\\":\\\"\\\",\\\"colors-hover-border\\\":\\\"\\\",\\\"colors-hover-text\\\":\\\"\\\",\\\"colors-active-background\\\":\\\"\\\",\\\"colors-active-border\\\":\\\"\\\",\\\"colors-active-text\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"link-button\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":3,\\\"id\\\":10}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"DECLINE\\\",\\\"position-top\\\":\\\"270\\\",\\\"position-left\\\":\\\"325\\\",\\\"size-width\\\":\\\"250\\\",\\\"size-height\\\":\\\"45\\\",\\\"label\\\":\\\"DECLINE\\\",\\\"link\\\":\\\"#\\\",\\\"new-tab\\\":\\\"off\\\",\\\"close\\\":\\\"none\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"onclick\\\":\\\"\\\",\\\"animation-in\\\":\\\"bounceInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutRight\\\",\\\"style\\\":\\\"style\\\",\\\"icon-left\\\":\\\"\\\",\\\"icon-right\\\":\\\"\\\",\\\"colors-background\\\":\\\"rgba(217, 26, 26, 1)\\\",\\\"colors-border\\\":\\\"rgba(217, 26, 26, 1)\\\",\\\"colors-text\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"colors-hover-background\\\":\\\"\\\",\\\"colors-hover-border\\\":\\\"\\\",\\\"colors-hover-text\\\":\\\"\\\",\\\"colors-active-background\\\":\\\"\\\",\\\"colors-active-border\\\":\\\"\\\",\\\"colors-active-text\\\":\\\"\\\",\\\"css-class\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"link-button\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":4,\\\"id\\\":11}\",\"{\\\"basic\\\":\\\"basic\\\",\\\"name\\\":\\\"Close icon\\\",\\\"position-top\\\":\\\"65\\\",\\\"position-left\\\":\\\"535\\\",\\\"size-width\\\":\\\"50\\\",\\\"mode\\\":\\\"single\\\",\\\"cookie-lifetime\\\":\\\"2\\\",\\\"animation-in\\\":\\\"bounceInRight\\\",\\\"animation-duration\\\":\\\"1000\\\",\\\"animation-delay\\\":\\\"200\\\",\\\"animation-out\\\":\\\"bounceOutRight\\\",\\\"style\\\":\\\"style\\\",\\\"view\\\":\\\"basic\\\",\\\"colors-color1\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"colors-color2\\\":\\\"rgba(255, 255, 255, 1)\\\",\\\"colors-color3\\\":\\\"\\\",\\\"css\\\":[],\\\"logic-tab\\\":\\\"logic\\\",\\\"logic-enable\\\":\\\"off\\\",\\\"logic\\\":{\\\"action\\\":\\\"show\\\",\\\"operator\\\":\\\"and\\\",\\\"rules\\\":[]},\\\"type\\\":\\\"close\\\",\\\"resize\\\":\\\"both\\\",\\\"height\\\":\\\"auto\\\",\\\"_parent\\\":\\\"1\\\",\\\"_seq\\\":12,\\\"id\\\":12,\\\"size-height\\\":50}\"]',NULL,NULL,NULL,0,0,1638441414,1638441414,0);
/*!40000 ALTER TABLE `wp_lepopup_forms` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_lepopup_geoip` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ip` varchar(63) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`country` varchar(15) CHARACTER SET latin1 COLLATE latin1_general_ci DEFAULT NULL,
`region` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`city` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`zip` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`service` varchar(31) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
`created` int(11) DEFAULT NULL,
`deleted` int(11) DEFAULT 0,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_lepopup_geoip` WRITE;
/*!40000 ALTER TABLE `wp_lepopup_geoip` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_lepopup_geoip` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_lepopup_records` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`form_id` int(11) DEFAULT NULL,
`personal_data_keys` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`unique_keys` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`fields` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`info` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`extra` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`status` int(11) DEFAULT 0,
`str_id` varchar(255) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
`gateway_id` int(11) DEFAULT NULL,
`amount` float DEFAULT NULL,
`currency` varchar(7) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`hash` varchar(63) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
`created` int(11) DEFAULT NULL,
`deleted` int(11) DEFAULT 0,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_lepopup_records` WRITE;
/*!40000 ALTER TABLE `wp_lepopup_records` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_lepopup_records` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_lepopup_stats` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`form_id` int(11) DEFAULT NULL,
`impressions` int(11) DEFAULT 0,
`submits` int(11) DEFAULT 0,
`confirmed` int(11) DEFAULT 0,
`payments` int(11) DEFAULT 0,
`datestamp` int(11) DEFAULT NULL,
`timestamp` int(11) DEFAULT NULL,
`deleted` int(11) DEFAULT 0,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_lepopup_stats` WRITE;
/*!40000 ALTER TABLE `wp_lepopup_stats` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_lepopup_stats` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_lepopup_targets` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`event` varchar(31) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
`item` varchar(255) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
`item_mobile` varchar(255) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
`post_type` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`period` varchar(31) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
`period_start` bigint(20) DEFAULT 0,
`period_end` bigint(20) DEFAULT 0,
`user_roles` varchar(255) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
`geoip_country` varchar(15) CHARACTER SET latin1 COLLATE latin1_general_ci DEFAULT '',
`geoip_region` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT '',
`geoip_city` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT '',
`geoip_zip` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT '',
`language` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`options` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`priority` int(11) DEFAULT 50,
`active` int(11) DEFAULT 0,
`created` int(11) DEFAULT NULL,
`deleted` int(11) DEFAULT 0,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_lepopup_targets` WRITE;
/*!40000 ALTER TABLE `wp_lepopup_targets` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_lepopup_targets` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_lepopup_transactions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`record_id` int(11) DEFAULT NULL,
`provider` varchar(63) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`payer_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`payer_email` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`gross` float DEFAULT NULL,
`currency` varchar(15) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`payment_status` varchar(63) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`transaction_type` varchar(63) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`txn_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`details` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`created` int(11) DEFAULT NULL,
`deleted` int(11) DEFAULT 0,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_lepopup_transactions` WRITE;
/*!40000 ALTER TABLE `wp_lepopup_transactions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_lepopup_transactions` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_lepopup_uploads` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`record_id` int(11) DEFAULT NULL,
`form_id` int(11) DEFAULT NULL,
`element_id` int(11) DEFAULT NULL,
`upload_id` varchar(63) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
`str_id` varchar(63) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
`status` int(11) DEFAULT NULL,
`message` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`filename` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`filename_original` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`created` int(11) DEFAULT NULL,
`deleted` int(11) DEFAULT 0,
`file_deleted` int(11) DEFAULT 0,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_lepopup_uploads` WRITE;
/*!40000 ALTER TABLE `wp_lepopup_uploads` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_lepopup_uploads` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_lepopup_validations` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`type` varchar(15) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
`hash` varchar(63) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
`valid` int(11) DEFAULT 0,
`created` int(11) DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_lepopup_validations` WRITE;
/*!40000 ALTER TABLE `wp_lepopup_validations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_lepopup_validations` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_lepopup_webfonts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`family` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`variants` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`subsets` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`source` varchar(31) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
`deleted` int(11) DEFAULT 0,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1030 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_lepopup_webfonts` WRITE;
/*!40000 ALTER TABLE `wp_lepopup_webfonts` DISABLE KEYS */;
INSERT INTO `wp_lepopup_webfonts` VALUES (1,'ABeeZee','400,400italic','latin','google',0),(2,'Abel','400','latin','google',0),(3,'Abhaya Libre','400,500,600,700,800','latin,latin-ext,sinhala','google',0),(4,'Abril Fatface','400','latin,latin-ext','google',0),(5,'Aclonica','400','latin','google',0),(6,'Acme','400','latin','google',0),(7,'Actor','400','latin','google',0),(8,'Adamina','400','latin','google',0),(9,'Advent Pro','100,200,300,400,500,600,700','greek,latin,latin-ext','google',0),(10,'Aguafina Script','400','latin,latin-ext','google',0),(11,'Akronim','400','latin,latin-ext','google',0),(12,'Aladin','400','latin,latin-ext','google',0),(13,'Alata','400','latin,latin-ext,vietnamese','google',0),(14,'Alatsi','400','latin,latin-ext,vietnamese','google',0),(15,'Aldrich','400','latin','google',0),(16,'Alef','400,700','hebrew,latin','google',0),(17,'Alegreya','400,400italic,500,500italic,700,700italic,800,800italic,900,900italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(18,'Alegreya SC','400,400italic,500,500italic,700,700italic,800,800italic,900,900italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(19,'Alegreya Sans','100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,800,800italic,900,900italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(20,'Alegreya Sans SC','100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,800,800italic,900,900italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(21,'Aleo','300,300italic,400,400italic,700,700italic','latin,latin-ext','google',0),(22,'Alex Brush','400','latin,latin-ext','google',0),(23,'Alfa Slab One','400','latin,latin-ext,vietnamese','google',0),(24,'Alice','400','cyrillic,cyrillic-ext,latin','google',0),(25,'Alike','400','latin','google',0),(26,'Alike Angular','400','latin','google',0),(27,'Allan','400,700','latin,latin-ext','google',0),(28,'Allerta','400','latin','google',0),(29,'Allerta Stencil','400','latin','google',0),(30,'Allura','400','latin,latin-ext','google',0),(31,'Almarai','300,400,700,800','arabic','google',0),(32,'Almendra','400,400italic,700,700italic','latin,latin-ext','google',0),(33,'Almendra Display','400','latin,latin-ext','google',0),(34,'Almendra SC','400','latin','google',0),(35,'Amarante','400','latin,latin-ext','google',0),(36,'Amaranth','400,400italic,700,700italic','latin','google',0),(37,'Amatic SC','400,700','cyrillic,hebrew,latin,latin-ext,vietnamese','google',0),(38,'Amethysta','400','latin','google',0),(39,'Amiko','400,600,700','devanagari,latin,latin-ext','google',0),(40,'Amiri','400,400italic,700,700italic','arabic,latin,latin-ext','google',0),(41,'Amita','400,700','devanagari,latin,latin-ext','google',0),(42,'Anaheim','400','latin,latin-ext','google',0),(43,'Andada','400','latin,latin-ext','google',0),(44,'Andika','400','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(45,'Andika New Basic','400,400italic,700,700italic','latin,latin-ext,vietnamese','google',0),(46,'Angkor','400','khmer','google',0),(47,'Annie Use Your Telescope','400','latin','google',0),(48,'Anonymous Pro','400,400italic,700,700italic','cyrillic,greek,latin,latin-ext','google',0),(49,'Antic','400','latin','google',0),(50,'Antic Didone','400','latin','google',0),(51,'Antic Slab','400','latin','google',0),(52,'Anton','400','latin,latin-ext,vietnamese','google',0),(53,'Arapey','400,400italic','latin','google',0),(54,'Arbutus','400','latin,latin-ext','google',0),(55,'Arbutus Slab','400','latin,latin-ext','google',0),(56,'Architects Daughter','400','latin','google',0),(57,'Archivo','400,400italic,500,500italic,600,600italic,700,700italic','latin,latin-ext,vietnamese','google',0),(58,'Archivo Black','400','latin,latin-ext','google',0),(59,'Archivo Narrow','400,400italic,500,500italic,600,600italic,700,700italic','latin,latin-ext,vietnamese','google',0),(60,'Aref Ruqaa','400,700','arabic,latin,latin-ext','google',0),(61,'Arima Madurai','100,200,300,400,500,700,800,900','latin,latin-ext,tamil,vietnamese','google',0),(62,'Arimo','400,500,600,700,400italic,500italic,600italic,700italic','cyrillic,cyrillic-ext,greek,greek-ext,hebrew,latin,latin-ext,vietnamese','google',0),(63,'Arizonia','400','latin,latin-ext','google',0),(64,'Armata','400','latin,latin-ext','google',0),(65,'Arsenal','400,400italic,700,700italic','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(66,'Artifika','400','latin','google',0),(67,'Arvo','400,400italic,700,700italic','latin','google',0),(68,'Arya','400,700','devanagari,latin,latin-ext','google',0),(69,'Asap','400,400italic,500,500italic,600,600italic,700,700italic','latin,latin-ext,vietnamese','google',0),(70,'Asap Condensed','400,400italic,500,500italic,600,600italic,700,700italic','latin,latin-ext,vietnamese','google',0),(71,'Asar','400','devanagari,latin,latin-ext','google',0),(72,'Asset','400','latin','google',0),(73,'Assistant','200,300,400,500,600,700,800','hebrew,latin,latin-ext','google',0),(74,'Astloch','400,700','latin','google',0),(75,'Asul','400,700','latin','google',0),(76,'Athiti','200,300,400,500,600,700','latin,latin-ext,thai,vietnamese','google',0),(77,'Atma','300,400,500,600,700','bengali,latin,latin-ext','google',0),(78,'Atomic Age','400','latin','google',0),(79,'Aubrey','400','latin','google',0),(80,'Audiowide','400','latin,latin-ext','google',0),(81,'Autour One','400','latin,latin-ext','google',0),(82,'Average','400','latin,latin-ext','google',0),(83,'Average Sans','400','latin,latin-ext','google',0),(84,'Averia Gruesa Libre','400','latin,latin-ext','google',0),(85,'Averia Libre','300,300italic,400,400italic,700,700italic','latin','google',0),(86,'Averia Sans Libre','300,300italic,400,400italic,700,700italic','latin','google',0),(87,'Averia Serif Libre','300,300italic,400,400italic,700,700italic','latin','google',0),(88,'B612','400,400italic,700,700italic','latin','google',0),(89,'B612 Mono','400,400italic,700,700italic','latin','google',0),(90,'Bad Script','400','cyrillic,latin','google',0),(91,'Bahiana','400','latin,latin-ext','google',0),(92,'Bahianita','400','latin,latin-ext,vietnamese','google',0),(93,'Bai Jamjuree','200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic','latin,latin-ext,thai,vietnamese','google',0),(94,'Baloo 2','400,500,600,700,800','devanagari,latin,latin-ext,vietnamese','google',0),(95,'Baloo Bhai 2','400,500,600,700,800','gujarati,latin,latin-ext,vietnamese','google',0),(96,'Baloo Bhaina 2','400,500,600,700,800','latin,latin-ext,oriya,vietnamese','google',0),(97,'Baloo Chettan 2','400,500,600,700,800','latin,latin-ext,malayalam,vietnamese','google',0),(98,'Baloo Da 2','400,500,600,700,800','bengali,latin,latin-ext,vietnamese','google',0),(99,'Baloo Paaji 2','400,500,600,700,800','gurmukhi,latin,latin-ext,vietnamese','google',0),(100,'Baloo Tamma 2','400,500,600,700,800','kannada,latin,latin-ext,vietnamese','google',0),(101,'Baloo Tammudu 2','400,500,600,700,800','latin,latin-ext,telugu,vietnamese','google',0),(102,'Baloo Thambi 2','400,500,600,700,800','latin,latin-ext,tamil,vietnamese','google',0),(103,'Balsamiq Sans','400,400italic,700,700italic','cyrillic,cyrillic-ext,latin,latin-ext','google',0),(104,'Balthazar','400','latin','google',0),(105,'Bangers','400','latin,latin-ext,vietnamese','google',0),(106,'Barlow','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic','latin,latin-ext,vietnamese','google',0),(107,'Barlow Condensed','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic','latin,latin-ext,vietnamese','google',0),(108,'Barlow Semi Condensed','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic','latin,latin-ext,vietnamese','google',0),(109,'Barriecito','400','latin,latin-ext,vietnamese','google',0),(110,'Barrio','400','latin,latin-ext','google',0),(111,'Basic','400','latin,latin-ext','google',0),(112,'Baskervville','400,400italic','latin,latin-ext','google',0),(113,'Battambang','400,700','khmer','google',0),(114,'Baumans','400','latin','google',0),(115,'Bayon','400','khmer','google',0),(116,'Be Vietnam','100,100italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic','latin,latin-ext,vietnamese','google',0),(117,'Bebas Neue','400','latin,latin-ext','google',0),(118,'Belgrano','400','latin','google',0),(119,'Bellefair','400','hebrew,latin,latin-ext','google',0),(120,'Belleza','400','latin,latin-ext','google',0),(121,'Bellota','300,300italic,400,400italic,700,700italic','cyrillic,latin,latin-ext,vietnamese','google',0),(122,'Bellota Text','300,300italic,400,400italic,700,700italic','cyrillic,latin,latin-ext,vietnamese','google',0),(123,'BenchNine','300,400,700','latin,latin-ext','google',0),(124,'Bentham','400','latin','google',0),(125,'Berkshire Swash','400','latin,latin-ext','google',0),(126,'Beth Ellen','400','latin','google',0),(127,'Bevan','400','latin,latin-ext,vietnamese','google',0),(128,'Big Shoulders Display','100,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(129,'Big Shoulders Inline Display','100,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(130,'Big Shoulders Inline Text','100,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(131,'Big Shoulders Stencil Display','100,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(132,'Big Shoulders Stencil Text','100,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(133,'Big Shoulders Text','100,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(134,'Bigelow Rules','400','latin,latin-ext','google',0),(135,'Bigshot One','400','latin','google',0),(136,'Bilbo','400','latin,latin-ext','google',0),(137,'Bilbo Swash Caps','400','latin,latin-ext','google',0),(138,'BioRhyme','200,300,400,700,800','latin,latin-ext','google',0),(139,'BioRhyme Expanded','200,300,400,700,800','latin,latin-ext','google',0),(140,'Biryani','200,300,400,600,700,800,900','devanagari,latin,latin-ext','google',0),(141,'Bitter','100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(142,'Black And White Picture','400','korean,latin','google',0),(143,'Black Han Sans','400','korean,latin','google',0),(144,'Black Ops One','400','latin,latin-ext','google',0),(145,'Blinker','100,200,300,400,600,700,800,900','latin,latin-ext','google',0),(146,'Bodoni Moda','400,500,600,700,800,900,400italic,500italic,600italic,700italic,800italic,900italic','latin,latin-ext','google',0),(147,'Bokor','400','khmer','google',0),(148,'Bonbon','400','latin','google',0),(149,'Boogaloo','400','latin','google',0),(150,'Bowlby One','400','latin','google',0),(151,'Bowlby One SC','400','latin,latin-ext','google',0),(152,'Brawler','400','latin','google',0),(153,'Bree Serif','400','latin,latin-ext','google',0),(154,'Bubblegum Sans','400','latin,latin-ext','google',0),(155,'Bubbler One','400','latin,latin-ext','google',0),(156,'Buda','300','latin','google',0),(157,'Buenard','400,700','latin,latin-ext','google',0),(158,'Bungee','400','latin,latin-ext,vietnamese','google',0),(159,'Bungee Hairline','400','latin,latin-ext,vietnamese','google',0),(160,'Bungee Inline','400','latin,latin-ext,vietnamese','google',0),(161,'Bungee Outline','400','latin,latin-ext,vietnamese','google',0),(162,'Bungee Shade','400','latin,latin-ext,vietnamese','google',0),(163,'Butcherman','400','latin,latin-ext','google',0),(164,'Butterfly Kids','400','latin,latin-ext','google',0),(165,'Cabin','400,500,600,700,400italic,500italic,600italic,700italic','latin,latin-ext,vietnamese','google',0),(166,'Cabin Condensed','400,500,600,700','latin,latin-ext,vietnamese','google',0),(167,'Cabin Sketch','400,700','latin','google',0),(168,'Caesar Dressing','400','latin','google',0),(169,'Cagliostro','400','latin','google',0),(170,'Cairo','200,300,400,600,700,900','arabic,latin,latin-ext','google',0),(171,'Caladea','400,400italic,700,700italic','latin,latin-ext','google',0),(172,'Calistoga','400','latin,latin-ext,vietnamese','google',0),(173,'Calligraffitti','400','latin','google',0),(174,'Cambay','400,400italic,700,700italic','devanagari,latin,latin-ext','google',0),(175,'Cambo','400','latin','google',0),(176,'Candal','400','latin','google',0),(177,'Cantarell','400,400italic,700,700italic','latin','google',0),(178,'Cantata One','400','latin,latin-ext','google',0),(179,'Cantora One','400','latin,latin-ext','google',0),(180,'Capriola','400','latin,latin-ext','google',0),(181,'Cardo','400,400italic,700','greek,greek-ext,latin,latin-ext','google',0),(182,'Carme','400','latin','google',0),(183,'Carrois Gothic','400','latin','google',0),(184,'Carrois Gothic SC','400','latin','google',0),(185,'Carter One','400','latin','google',0),(186,'Castoro','400,400italic','latin,latin-ext','google',0),(187,'Catamaran','100,200,300,400,500,600,700,800,900','latin,latin-ext,tamil','google',0),(188,'Caudex','400,400italic,700,700italic','greek,greek-ext,latin,latin-ext','google',0),(189,'Caveat','400,500,600,700','cyrillic,cyrillic-ext,latin,latin-ext','google',0),(190,'Caveat Brush','400','latin,latin-ext','google',0),(191,'Cedarville Cursive','400','latin','google',0),(192,'Ceviche One','400','latin,latin-ext','google',0),(193,'Chakra Petch','300,300italic,400,400italic,500,500italic,600,600italic,700,700italic','latin,latin-ext,thai,vietnamese','google',0),(194,'Changa','200,300,400,500,600,700,800','arabic,latin,latin-ext','google',0),(195,'Changa One','400,400italic','latin','google',0),(196,'Chango','400','latin,latin-ext','google',0),(197,'Charm','400,700','latin,latin-ext,thai,vietnamese','google',0),(198,'Charmonman','400,700','latin,latin-ext,thai,vietnamese','google',0),(199,'Chathura','100,300,400,700,800','latin,telugu','google',0),(200,'Chau Philomene One','400,400italic','latin,latin-ext','google',0),(201,'Chela One','400','latin,latin-ext','google',0),(202,'Chelsea Market','400','latin,latin-ext','google',0),(203,'Chenla','400','khmer','google',0),(204,'Cherry Cream Soda','400','latin','google',0),(205,'Cherry Swash','400,700','latin,latin-ext','google',0),(206,'Chewy','400','latin','google',0),(207,'Chicle','400','latin,latin-ext','google',0),(208,'Chilanka','400','latin,malayalam','google',0),(209,'Chivo','300,300italic,400,400italic,700,700italic,900,900italic','latin,latin-ext','google',0),(210,'Chonburi','400','latin,latin-ext,thai,vietnamese','google',0),(211,'Cinzel','400,500,600,700,800,900','latin,latin-ext','google',0),(212,'Cinzel Decorative','400,700,900','latin','google',0),(213,'Clicker Script','400','latin,latin-ext','google',0),(214,'Coda','400,800','latin,latin-ext','google',0),(215,'Coda Caption','800','latin,latin-ext','google',0),(216,'Codystar','300,400','latin,latin-ext','google',0),(217,'Coiny','400','latin,latin-ext,tamil,vietnamese','google',0),(218,'Combo','400','latin,latin-ext','google',0),(219,'Comfortaa','300,400,500,600,700','cyrillic,cyrillic-ext,greek,latin,latin-ext,vietnamese','google',0),(220,'Comic Neue','300,300italic,400,400italic,700,700italic','latin','google',0),(221,'Coming Soon','400','latin','google',0),(222,'Commissioner','100,200,300,400,500,600,700,800,900','cyrillic,cyrillic-ext,greek,latin,latin-ext,vietnamese','google',0),(223,'Concert One','400','latin,latin-ext','google',0),(224,'Condiment','400','latin,latin-ext','google',0),(225,'Content','400,700','khmer','google',0),(226,'Contrail One','400','latin','google',0),(227,'Convergence','400','latin','google',0),(228,'Cookie','400','latin','google',0),(229,'Copse','400','latin','google',0),(230,'Corben','400,700','latin,latin-ext','google',0),(231,'Cormorant','300,300italic,400,400italic,500,500italic,600,600italic,700,700italic','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(232,'Cormorant Garamond','300,300italic,400,400italic,500,500italic,600,600italic,700,700italic','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(233,'Cormorant Infant','300,300italic,400,400italic,500,500italic,600,600italic,700,700italic','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(234,'Cormorant SC','300,400,500,600,700','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(235,'Cormorant Unicase','300,400,500,600,700','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(236,'Cormorant Upright','300,400,500,600,700','latin,latin-ext,vietnamese','google',0),(237,'Courgette','400','latin,latin-ext','google',0),(238,'Courier Prime','400,400italic,700,700italic','latin,latin-ext','google',0),(239,'Cousine','400,400italic,700,700italic','cyrillic,cyrillic-ext,greek,greek-ext,hebrew,latin,latin-ext,vietnamese','google',0),(240,'Coustard','400,900','latin','google',0),(241,'Covered By Your Grace','400','latin','google',0),(242,'Crafty Girls','400','latin','google',0),(243,'Creepster','400','latin','google',0),(244,'Crete Round','400,400italic','latin,latin-ext','google',0),(245,'Crimson Pro','200,300,400,500,600,700,800,900,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','latin,latin-ext,vietnamese','google',0),(246,'Crimson Text','400,400italic,600,600italic,700,700italic','latin','google',0),(247,'Croissant One','400','latin,latin-ext','google',0),(248,'Crushed','400','latin','google',0),(249,'Cuprum','400,500,600,700,400italic,500italic,600italic,700italic','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(250,'Cute Font','400','korean,latin','google',0),(251,'Cutive','400','latin,latin-ext','google',0),(252,'Cutive Mono','400','latin,latin-ext','google',0),(253,'DM Mono','300,300italic,400,400italic,500,500italic','latin,latin-ext','google',0),(254,'DM Sans','400,400italic,500,500italic,700,700italic','latin,latin-ext','google',0),(255,'DM Serif Display','400,400italic','latin,latin-ext','google',0),(256,'DM Serif Text','400,400italic','latin,latin-ext','google',0),(257,'Damion','400','latin','google',0),(258,'Dancing Script','400,500,600,700','latin,latin-ext,vietnamese','google',0),(259,'Dangrek','400','khmer','google',0),(260,'Darker Grotesque','300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(261,'David Libre','400,500,700','hebrew,latin,latin-ext,vietnamese','google',0),(262,'Dawning of a New Day','400','latin','google',0),(263,'Days One','400','latin','google',0),(264,'Dekko','400','devanagari,latin,latin-ext','google',0),(265,'Delius','400','latin','google',0),(266,'Delius Swash Caps','400','latin','google',0),(267,'Delius Unicase','400,700','latin','google',0),(268,'Della Respira','400','latin','google',0),(269,'Denk One','400','latin,latin-ext','google',0),(270,'Devonshire','400','latin,latin-ext','google',0),(271,'Dhurjati','400','latin,telugu','google',0),(272,'Didact Gothic','400','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext','google',0),(273,'Diplomata','400','latin,latin-ext','google',0),(274,'Diplomata SC','400','latin,latin-ext','google',0),(275,'Do Hyeon','400','korean,latin','google',0),(276,'Dokdo','400','korean,latin','google',0),(277,'Domine','400,500,600,700','latin,latin-ext','google',0),(278,'Donegal One','400','latin,latin-ext','google',0),(279,'Doppio One','400','latin,latin-ext','google',0),(280,'Dorsa','400','latin','google',0),(281,'Dosis','200,300,400,500,600,700,800','latin,latin-ext,vietnamese','google',0),(282,'Dr Sugiyama','400','latin,latin-ext','google',0),(283,'Duru Sans','400','latin,latin-ext','google',0),(284,'Dynalight','400','latin,latin-ext','google',0),(285,'EB Garamond','400,500,600,700,800,400italic,500italic,600italic,700italic,800italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(286,'Eagle Lake','400','latin,latin-ext','google',0),(287,'East Sea Dokdo','400','korean,latin','google',0),(288,'Eater','400','latin,latin-ext','google',0),(289,'Economica','400,400italic,700,700italic','latin,latin-ext','google',0),(290,'Eczar','400,500,600,700,800','devanagari,latin,latin-ext','google',0),(291,'El Messiri','400,500,600,700','arabic,cyrillic,latin','google',0),(292,'Electrolize','400','latin','google',0),(293,'Elsie','400,900','latin,latin-ext','google',0),(294,'Elsie Swash Caps','400,900','latin,latin-ext','google',0),(295,'Emblema One','400','latin,latin-ext','google',0),(296,'Emilys Candy','400','latin,latin-ext','google',0),(297,'Encode Sans','100,200,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(298,'Encode Sans Condensed','100,200,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(299,'Encode Sans Expanded','100,200,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(300,'Encode Sans Semi Condensed','100,200,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(301,'Encode Sans Semi Expanded','100,200,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(302,'Engagement','400','latin','google',0),(303,'Englebert','400','latin,latin-ext','google',0),(304,'Enriqueta','400,500,600,700','latin,latin-ext','google',0),(305,'Epilogue','100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','latin,latin-ext,vietnamese','google',0),(306,'Erica One','400','latin,latin-ext','google',0),(307,'Esteban','400','latin,latin-ext','google',0),(308,'Euphoria Script','400','latin,latin-ext','google',0),(309,'Ewert','400','latin,latin-ext','google',0),(310,'Exo','100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','latin,latin-ext,vietnamese','google',0),(311,'Exo 2','100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(312,'Expletus Sans','400,400italic,500,500italic,600,600italic,700,700italic','latin','google',0),(313,'Fahkwang','200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic','latin,latin-ext,thai,vietnamese','google',0),(314,'Fanwood Text','400,400italic','latin','google',0),(315,'Farro','300,400,500,700','latin,latin-ext','google',0),(316,'Farsan','400','gujarati,latin,latin-ext,vietnamese','google',0),(317,'Fascinate','400','latin','google',0),(318,'Fascinate Inline','400','latin','google',0),(319,'Faster One','400','latin','google',0),(320,'Fasthand','400','khmer','google',0),(321,'Fauna One','400','latin,latin-ext','google',0),(322,'Faustina','400,500,600,700,400italic,500italic,600italic,700italic','latin,latin-ext,vietnamese','google',0),(323,'Federant','400','latin','google',0),(324,'Federo','400','latin','google',0),(325,'Felipa','400','latin,latin-ext','google',0),(326,'Fenix','400','latin,latin-ext','google',0),(327,'Finger Paint','400','latin','google',0),(328,'Fira Code','300,400,500,600,700','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext','google',0),(329,'Fira Mono','400,500,700','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext','google',0),(330,'Fira Sans','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(331,'Fira Sans Condensed','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(332,'Fira Sans Extra Condensed','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(333,'Fjalla One','400','latin,latin-ext','google',0),(334,'Fjord One','400','latin','google',0),(335,'Flamenco','300,400','latin','google',0),(336,'Flavors','400','latin,latin-ext','google',0),(337,'Fondamento','400,400italic','latin,latin-ext','google',0),(338,'Fontdiner Swanky','400','latin','google',0),(339,'Forum','400','cyrillic,cyrillic-ext,latin,latin-ext','google',0),(340,'Francois One','400','latin,latin-ext,vietnamese','google',0),(341,'Frank Ruhl Libre','300,400,500,700,900','hebrew,latin,latin-ext','google',0),(342,'Fraunces','100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','latin,latin-ext,vietnamese','google',0),(343,'Freckle Face','400','latin,latin-ext','google',0),(344,'Fredericka the Great','400','latin,latin-ext','google',0),(345,'Fredoka One','400','latin','google',0),(346,'Freehand','400','khmer','google',0),(347,'Fresca','400','latin,latin-ext','google',0),(348,'Frijole','400','latin','google',0),(349,'Fruktur','400','latin,latin-ext','google',0),(350,'Fugaz One','400','latin','google',0),(351,'GFS Didot','400','greek','google',0),(352,'GFS Neohellenic','400,400italic,700,700italic','greek','google',0),(353,'Gabriela','400','cyrillic,cyrillic-ext,latin','google',0),(354,'Gaegu','300,400,700','korean,latin','google',0),(355,'Gafata','400','latin,latin-ext','google',0),(356,'Galada','400','bengali,latin','google',0),(357,'Galdeano','400','latin','google',0),(358,'Galindo','400','latin,latin-ext','google',0),(359,'Gamja Flower','400','korean,latin','google',0),(360,'Gayathri','100,400,700','latin,malayalam','google',0),(361,'Gelasio','400,400italic,500,500italic,600,600italic,700,700italic','latin,latin-ext,vietnamese','google',0),(362,'Gentium Basic','400,400italic,700,700italic','latin,latin-ext','google',0),(363,'Gentium Book Basic','400,400italic,700,700italic','latin,latin-ext','google',0),(364,'Geo','400,400italic','latin','google',0),(365,'Geostar','400','latin','google',0),(366,'Geostar Fill','400','latin','google',0),(367,'Germania One','400','latin','google',0),(368,'Gidugu','400','latin,telugu','google',0),(369,'Gilda Display','400','latin,latin-ext','google',0),(370,'Girassol','400','latin,latin-ext','google',0),(371,'Give You Glory','400','latin','google',0),(372,'Glass Antiqua','400','latin,latin-ext','google',0),(373,'Glegoo','400,700','devanagari,latin,latin-ext','google',0),(374,'Gloria Hallelujah','400','latin','google',0),(375,'Goblin One','400','latin','google',0),(376,'Gochi Hand','400','latin','google',0),(377,'Goldman','400,700','latin,latin-ext,vietnamese','google',0),(378,'Gorditas','400,700','latin','google',0),(379,'Gothic A1','100,200,300,400,500,600,700,800,900','korean,latin','google',0),(380,'Gotu','400','devanagari,latin,latin-ext,vietnamese','google',0),(381,'Goudy Bookletter 1911','400','latin','google',0),(382,'Graduate','400','latin','google',0),(383,'Grand Hotel','400','latin,latin-ext','google',0),(384,'Grandstander','100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','latin,latin-ext,vietnamese','google',0),(385,'Gravitas One','400','latin','google',0),(386,'Great Vibes','400','latin,latin-ext','google',0),(387,'Grenze','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic','latin,latin-ext,vietnamese','google',0),(388,'Grenze Gotisch','100,200,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(389,'Griffy','400','latin,latin-ext','google',0),(390,'Gruppo','400','latin,latin-ext','google',0),(391,'Gudea','400,400italic,700','latin,latin-ext','google',0),(392,'Gugi','400','korean,latin','google',0),(393,'Gupter','400,500,700','latin','google',0),(394,'Gurajada','400','latin,telugu','google',0),(395,'Habibi','400','latin,latin-ext','google',0),(396,'Hachi Maru Pop','400','cyrillic,japanese,latin,latin-ext','google',0),(397,'Halant','300,400,500,600,700','devanagari,latin,latin-ext','google',0),(398,'Hammersmith One','400','latin,latin-ext','google',0),(399,'Hanalei','400','latin,latin-ext','google',0),(400,'Hanalei Fill','400','latin,latin-ext','google',0),(401,'Handlee','400','latin','google',0),(402,'Hanuman','400,700','khmer','google',0),(403,'Happy Monkey','400','latin,latin-ext','google',0),(404,'Harmattan','400,700','arabic,latin,latin-ext','google',0),(405,'Headland One','400','latin,latin-ext','google',0),(406,'Heebo','100,200,300,400,500,600,700,800,900','hebrew,latin','google',0),(407,'Henny Penny','400','latin','google',0),(408,'Hepta Slab','100,200,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(409,'Herr Von Muellerhoff','400','latin,latin-ext','google',0),(410,'Hi Melody','400','korean,latin','google',0),(411,'Hind','300,400,500,600,700','devanagari,latin,latin-ext','google',0),(412,'Hind Guntur','300,400,500,600,700','latin,latin-ext,telugu','google',0),(413,'Hind Madurai','300,400,500,600,700','latin,latin-ext,tamil','google',0),(414,'Hind Siliguri','300,400,500,600,700','bengali,latin,latin-ext','google',0),(415,'Hind Vadodara','300,400,500,600,700','gujarati,latin,latin-ext','google',0),(416,'Holtwood One SC','400','latin','google',0),(417,'Homemade Apple','400','latin','google',0),(418,'Homenaje','400','latin','google',0),(419,'IBM Plex Mono','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(420,'IBM Plex Sans','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic','cyrillic,cyrillic-ext,greek,latin,latin-ext,vietnamese','google',0),(421,'IBM Plex Sans Condensed','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic','latin,latin-ext,vietnamese','google',0),(422,'IBM Plex Serif','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(423,'IM Fell DW Pica','400,400italic','latin','google',0),(424,'IM Fell DW Pica SC','400','latin','google',0),(425,'IM Fell Double Pica','400,400italic','latin','google',0),(426,'IM Fell Double Pica SC','400','latin','google',0),(427,'IM Fell English','400,400italic','latin','google',0),(428,'IM Fell English SC','400','latin','google',0),(429,'IM Fell French Canon','400,400italic','latin','google',0),(430,'IM Fell French Canon SC','400','latin','google',0),(431,'IM Fell Great Primer','400,400italic','latin','google',0),(432,'IM Fell Great Primer SC','400','latin','google',0),(433,'Ibarra Real Nova','400,500,600,700,400italic,500italic,600italic,700italic','latin,latin-ext','google',0),(434,'Iceberg','400','latin','google',0),(435,'Iceland','400','latin','google',0),(436,'Imbue','100,200,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(437,'Imprima','400','latin,latin-ext','google',0),(438,'Inconsolata','200,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(439,'Inder','400','latin,latin-ext','google',0),(440,'Indie Flower','400','latin','google',0),(441,'Inika','400,700','latin,latin-ext','google',0),(442,'Inknut Antiqua','300,400,500,600,700,800,900','devanagari,latin,latin-ext','google',0),(443,'Inria Sans','300,300italic,400,400italic,700,700italic','latin,latin-ext','google',0),(444,'Inria Serif','300,300italic,400,400italic,700,700italic','latin,latin-ext','google',0),(445,'Inter','100,200,300,400,500,600,700,800,900','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(446,'Irish Grover','400','latin','google',0),(447,'Istok Web','400,400italic,700,700italic','cyrillic,cyrillic-ext,latin,latin-ext','google',0),(448,'Italiana','400','latin','google',0),(449,'Italianno','400','latin,latin-ext','google',0),(450,'Itim','400','latin,latin-ext,thai,vietnamese','google',0),(451,'Jacques Francois','400','latin','google',0),(452,'Jacques Francois Shadow','400','latin','google',0),(453,'Jaldi','400,700','devanagari,latin,latin-ext','google',0),(454,'JetBrains Mono','100,200,300,400,500,600,700,800,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic','cyrillic,cyrillic-ext,greek,latin,latin-ext,vietnamese','google',0),(455,'Jim Nightshade','400','latin,latin-ext','google',0),(456,'Jockey One','400','latin,latin-ext','google',0),(457,'Jolly Lodger','400','latin,latin-ext','google',0),(458,'Jomhuria','400','arabic,latin,latin-ext','google',0),(459,'Jomolhari','400','latin,tibetan','google',0),(460,'Josefin Sans','100,200,300,400,500,600,700,100italic,200italic,300italic,400italic,500italic,600italic,700italic','latin,latin-ext,vietnamese','google',0),(461,'Josefin Slab','100,200,300,400,500,600,700,100italic,200italic,300italic,400italic,500italic,600italic,700italic','latin','google',0),(462,'Jost','100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','cyrillic,latin,latin-ext','google',0),(463,'Joti One','400','latin,latin-ext','google',0),(464,'Jua','400','korean,latin','google',0),(465,'Judson','400,400italic,700','latin,latin-ext,vietnamese','google',0),(466,'Julee','400','latin','google',0),(467,'Julius Sans One','400','latin,latin-ext','google',0),(468,'Junge','400','latin','google',0),(469,'Jura','300,400,500,600,700','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(470,'Just Another Hand','400','latin','google',0),(471,'Just Me Again Down Here','400','latin,latin-ext','google',0),(472,'K2D','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic','latin,latin-ext,thai,vietnamese','google',0),(473,'Kadwa','400,700','devanagari,latin','google',0),(474,'Kalam','300,400,700','devanagari,latin,latin-ext','google',0),(475,'Kameron','400,700','latin','google',0),(476,'Kanit','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic','latin,latin-ext,thai,vietnamese','google',0),(477,'Kantumruy','300,400,700','khmer','google',0),(478,'Karla','200,300,400,500,600,700,800,200italic,300italic,400italic,500italic,600italic,700italic,800italic','latin,latin-ext','google',0),(479,'Karma','300,400,500,600,700','devanagari,latin,latin-ext','google',0),(480,'Katibeh','400','arabic,latin,latin-ext','google',0),(481,'Kaushan Script','400','latin,latin-ext','google',0),(482,'Kavivanar','400','latin,latin-ext,tamil','google',0),(483,'Kavoon','400','latin,latin-ext','google',0),(484,'Kdam Thmor','400','khmer','google',0),(485,'Keania One','400','latin,latin-ext','google',0),(486,'Kelly Slab','400','cyrillic,latin,latin-ext','google',0),(487,'Kenia','400','latin','google',0),(488,'Khand','300,400,500,600,700','devanagari,latin,latin-ext','google',0),(489,'Khmer','400','khmer','google',0),(490,'Khula','300,400,600,700,800','devanagari,latin,latin-ext','google',0),(491,'Kirang Haerang','400','korean,latin','google',0),(492,'Kite One','400','latin','google',0),(493,'Knewave','400','latin,latin-ext','google',0),(494,'KoHo','200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic','latin,latin-ext,thai,vietnamese','google',0),(495,'Kodchasan','200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic','latin,latin-ext,thai,vietnamese','google',0),(496,'Kosugi','400','cyrillic,japanese,latin','google',0),(497,'Kosugi Maru','400','cyrillic,japanese,latin','google',0),(498,'Kotta One','400','latin,latin-ext','google',0),(499,'Koulen','400','khmer','google',0),(500,'Kranky','400','latin','google',0),(501,'Kreon','300,400,500,600,700','latin,latin-ext','google',0),(502,'Kristi','400','latin','google',0),(503,'Krona One','400','latin,latin-ext','google',0),(504,'Krub','200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic','latin,latin-ext,thai,vietnamese','google',0),(505,'Kufam','400,500,600,700,800,900,400italic,500italic,600italic,700italic,800italic,900italic','arabic,latin,latin-ext,vietnamese','google',0),(506,'Kulim Park','200,200italic,300,300italic,400,400italic,600,600italic,700,700italic','latin,latin-ext','google',0),(507,'Kumar One','400','gujarati,latin,latin-ext','google',0),(508,'Kumar One Outline','400','gujarati,latin,latin-ext','google',0),(509,'Kumbh Sans','300,400,700','latin,latin-ext','google',0),(510,'Kurale','400','cyrillic,cyrillic-ext,devanagari,latin,latin-ext','google',0),(511,'La Belle Aurore','400','latin','google',0),(512,'Lacquer','400','latin','google',0),(513,'Laila','300,400,500,600,700','devanagari,latin,latin-ext','google',0),(514,'Lakki Reddy','400','latin,telugu','google',0),(515,'Lalezar','400','arabic,latin,latin-ext,vietnamese','google',0),(516,'Lancelot','400','latin,latin-ext','google',0),(517,'Langar','400','gurmukhi,latin,latin-ext','google',0),(518,'Lateef','400','arabic,latin','google',0),(519,'Lato','100,100italic,300,300italic,400,400italic,700,700italic,900,900italic','latin,latin-ext','google',0),(520,'League Script','400','latin','google',0),(521,'Leckerli One','400','latin','google',0),(522,'Ledger','400','cyrillic,latin,latin-ext','google',0),(523,'Lekton','400,400italic,700','latin,latin-ext','google',0),(524,'Lemon','400','latin','google',0),(525,'Lemonada','300,400,500,600,700','arabic,latin,latin-ext,vietnamese','google',0),(526,'Lexend Deca','400','latin,latin-ext,vietnamese','google',0),(527,'Lexend Exa','400','latin,latin-ext,vietnamese','google',0),(528,'Lexend Giga','400','latin,latin-ext,vietnamese','google',0),(529,'Lexend Mega','400','latin,latin-ext,vietnamese','google',0),(530,'Lexend Peta','400','latin,latin-ext,vietnamese','google',0),(531,'Lexend Tera','400','latin,latin-ext,vietnamese','google',0),(532,'Lexend Zetta','400','latin,latin-ext,vietnamese','google',0),(533,'Libre Barcode 128','400','latin','google',0),(534,'Libre Barcode 128 Text','400','latin','google',0),(535,'Libre Barcode 39','400','latin','google',0),(536,'Libre Barcode 39 Extended','400','latin','google',0),(537,'Libre Barcode 39 Extended Text','400','latin','google',0),(538,'Libre Barcode 39 Text','400','latin','google',0),(539,'Libre Barcode EAN13 Text','400','latin','google',0),(540,'Libre Baskerville','400,400italic,700','latin,latin-ext','google',0),(541,'Libre Caslon Display','400','latin,latin-ext','google',0),(542,'Libre Caslon Text','400,400italic,700','latin,latin-ext','google',0),(543,'Libre Franklin','100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','latin,latin-ext,vietnamese','google',0),(544,'Life Savers','400,700,800','latin,latin-ext','google',0),(545,'Lilita One','400','latin,latin-ext','google',0),(546,'Lily Script One','400','latin,latin-ext','google',0),(547,'Limelight','400','latin,latin-ext','google',0),(548,'Linden Hill','400,400italic','latin','google',0),(549,'Literata','200,300,400,500,600,700,800,900,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(550,'Liu Jian Mao Cao','400','chinese-simplified,latin','google',0),(551,'Livvic','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,900,900italic','latin,latin-ext,vietnamese','google',0),(552,'Lobster','400','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(553,'Lobster Two','400,400italic,700,700italic','latin','google',0),(554,'Londrina Outline','400','latin','google',0),(555,'Londrina Shadow','400','latin','google',0),(556,'Londrina Sketch','400','latin','google',0),(557,'Londrina Solid','100,300,400,900','latin','google',0),(558,'Long Cang','400','chinese-simplified,latin','google',0),(559,'Lora','400,500,600,700,400italic,500italic,600italic,700italic','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(560,'Love Ya Like A Sister','400','latin','google',0),(561,'Loved by the King','400','latin','google',0),(562,'Lovers Quarrel','400','latin,latin-ext','google',0),(563,'Luckiest Guy','400','latin','google',0),(564,'Lusitana','400,700','latin','google',0),(565,'Lustria','400','latin','google',0),(566,'M PLUS 1p','100,300,400,500,700,800,900','cyrillic,cyrillic-ext,greek,greek-ext,hebrew,japanese,latin,latin-ext,vietnamese','google',0),(567,'M PLUS Rounded 1c','100,300,400,500,700,800,900','cyrillic,cyrillic-ext,greek,greek-ext,hebrew,japanese,latin,latin-ext,vietnamese','google',0),(568,'Ma Shan Zheng','400','chinese-simplified,latin','google',0),(569,'Macondo','400','latin','google',0),(570,'Macondo Swash Caps','400','latin','google',0),(571,'Mada','200,300,400,500,600,700,900','arabic,latin','google',0),(572,'Magra','400,700','latin,latin-ext','google',0),(573,'Maiden Orange','400','latin','google',0),(574,'Maitree','200,300,400,500,600,700','latin,latin-ext,thai,vietnamese','google',0),(575,'Major Mono Display','400','latin,latin-ext,vietnamese','google',0),(576,'Mako','400','latin','google',0),(577,'Mali','200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic','latin,latin-ext,thai,vietnamese','google',0),(578,'Mallanna','400','latin,telugu','google',0),(579,'Mandali','400','latin,telugu','google',0),(580,'Manjari','100,400,700','latin,malayalam','google',0),(581,'Manrope','200,300,400,500,600,700,800','cyrillic,greek,latin,latin-ext','google',0),(582,'Mansalva','400','latin','google',0),(583,'Manuale','400,500,600,700,400italic,500italic,600italic,700italic','latin,latin-ext,vietnamese','google',0),(584,'Marcellus','400','latin,latin-ext','google',0),(585,'Marcellus SC','400','latin,latin-ext','google',0),(586,'Marck Script','400','cyrillic,latin,latin-ext','google',0),(587,'Margarine','400','latin,latin-ext','google',0),(588,'Markazi Text','400,500,600,700','arabic,latin,latin-ext,vietnamese','google',0),(589,'Marko One','400','latin','google',0),(590,'Marmelad','400','cyrillic,latin,latin-ext','google',0),(591,'Martel','200,300,400,600,700,800,900','devanagari,latin,latin-ext','google',0),(592,'Martel Sans','200,300,400,600,700,800,900','devanagari,latin,latin-ext','google',0),(593,'Marvel','400,400italic,700,700italic','latin','google',0),(594,'Mate','400,400italic','latin','google',0),(595,'Mate SC','400','latin','google',0),(596,'Maven Pro','400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(597,'McLaren','400','latin,latin-ext','google',0),(598,'Meddon','400','latin','google',0),(599,'MedievalSharp','400','latin,latin-ext','google',0),(600,'Medula One','400','latin','google',0),(601,'Meera Inimai','400','latin,tamil','google',0),(602,'Megrim','400','latin','google',0),(603,'Meie Script','400','latin,latin-ext','google',0),(604,'Merienda','400,700','latin,latin-ext','google',0),(605,'Merienda One','400','latin','google',0),(606,'Merriweather','300,300italic,400,400italic,700,700italic,900,900italic','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(607,'Merriweather Sans','300,400,500,600,700,800,300italic,400italic,500italic,600italic,700italic,800italic','cyrillic-ext,latin,latin-ext,vietnamese','google',0),(608,'Metal','400','khmer','google',0),(609,'Metal Mania','400','latin,latin-ext','google',0),(610,'Metamorphous','400','latin,latin-ext','google',0),(611,'Metrophobic','400','latin,latin-ext,vietnamese','google',0),(612,'Michroma','400','latin','google',0),(613,'Milonga','400','latin,latin-ext','google',0),(614,'Miltonian','400','latin','google',0),(615,'Miltonian Tattoo','400','latin','google',0),(616,'Mina','400,700','bengali,latin,latin-ext','google',0),(617,'Miniver','400','latin','google',0),(618,'Miriam Libre','400,700','hebrew,latin,latin-ext','google',0),(619,'Mirza','400,500,600,700','arabic,latin,latin-ext','google',0),(620,'Miss Fajardose','400','latin,latin-ext','google',0),(621,'Mitr','200,300,400,500,600,700','latin,latin-ext,thai,vietnamese','google',0),(622,'Modak','400','devanagari,latin,latin-ext','google',0),(623,'Modern Antiqua','400','latin,latin-ext','google',0),(624,'Mogra','400','gujarati,latin,latin-ext','google',0),(625,'Molengo','400','latin,latin-ext','google',0),(626,'Molle','400italic','latin,latin-ext','google',0),(627,'Monda','400,700','latin,latin-ext','google',0),(628,'Monofett','400','latin','google',0),(629,'Monoton','400','latin','google',0),(630,'Monsieur La Doulaise','400','latin,latin-ext','google',0),(631,'Montaga','400','latin','google',0),(632,'Montez','400','latin','google',0),(633,'Montserrat','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(634,'Montserrat Alternates','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(635,'Montserrat Subrayada','400,700','latin','google',0),(636,'Moul','400','khmer','google',0),(637,'Moulpali','400','khmer','google',0),(638,'Mountains of Christmas','400,700','latin','google',0),(639,'Mouse Memoirs','400','latin,latin-ext','google',0),(640,'Mr Bedfort','400','latin,latin-ext','google',0),(641,'Mr Dafoe','400','latin,latin-ext','google',0),(642,'Mr De Haviland','400','latin,latin-ext','google',0),(643,'Mrs Saint Delafield','400','latin,latin-ext','google',0),(644,'Mrs Sheppards','400','latin,latin-ext','google',0),(645,'Mukta','200,300,400,500,600,700,800','devanagari,latin,latin-ext','google',0),(646,'Mukta Mahee','200,300,400,500,600,700,800','gurmukhi,latin,latin-ext','google',0),(647,'Mukta Malar','200,300,400,500,600,700,800','latin,latin-ext,tamil','google',0),(648,'Mukta Vaani','200,300,400,500,600,700,800','gujarati,latin,latin-ext','google',0),(649,'Mulish','200,300,400,500,600,700,800,900,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','latin,latin-ext,vietnamese','google',0),(650,'MuseoModerno','100,200,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(651,'Mystery Quest','400','latin,latin-ext','google',0),(652,'NTR','400','latin,telugu','google',0),(653,'Nanum Brush Script','400','korean,latin','google',0),(654,'Nanum Gothic','400,700,800','korean,latin','google',0),(655,'Nanum Gothic Coding','400,700','korean,latin','google',0),(656,'Nanum Myeongjo','400,700,800','korean,latin','google',0),(657,'Nanum Pen Script','400','korean,latin','google',0),(658,'Nerko One','400','latin,latin-ext','google',0),(659,'Neucha','400','cyrillic,latin','google',0),(660,'Neuton','200,300,400,400italic,700,800','latin,latin-ext','google',0),(661,'New Rocker','400','latin,latin-ext','google',0),(662,'News Cycle','400,700','latin,latin-ext','google',0),(663,'Niconne','400','latin,latin-ext','google',0),(664,'Niramit','200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic','latin,latin-ext,thai,vietnamese','google',0),(665,'Nixie One','400','latin','google',0),(666,'Nobile','400,400italic,500,500italic,700,700italic','latin,latin-ext','google',0),(667,'Nokora','400,700','khmer','google',0),(668,'Norican','400','latin,latin-ext','google',0),(669,'Nosifer','400','latin,latin-ext','google',0),(670,'Notable','400','latin','google',0),(671,'Nothing You Could Do','400','latin','google',0),(672,'Noticia Text','400,400italic,700,700italic','latin,latin-ext,vietnamese','google',0),(673,'Noto Sans','400,400italic,700,700italic','cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(674,'Noto Sans HK','100,300,400,500,700,900','chinese-hongkong,latin','google',0),(675,'Noto Sans JP','100,300,400,500,700,900','japanese,latin','google',0),(676,'Noto Sans KR','100,300,400,500,700,900','korean,latin','google',0),(677,'Noto Sans SC','100,300,400,500,700,900','chinese-simplified,latin','google',0),(678,'Noto Sans TC','100,300,400,500,700,900','chinese-traditional,latin','google',0),(679,'Noto Serif','400,400italic,700,700italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(680,'Noto Serif JP','200,300,400,500,600,700,900','japanese,latin','google',0),(681,'Noto Serif KR','200,300,400,500,600,700,900','korean,latin','google',0),(682,'Noto Serif SC','200,300,400,500,600,700,900','chinese-simplified,latin','google',0),(683,'Noto Serif TC','200,300,400,500,600,700,900','chinese-traditional,latin','google',0),(684,'Nova Cut','400','latin','google',0),(685,'Nova Flat','400','latin','google',0),(686,'Nova Mono','400','greek,latin','google',0),(687,'Nova Oval','400','latin','google',0),(688,'Nova Round','400','latin','google',0),(689,'Nova Script','400','latin','google',0),(690,'Nova Slim','400','latin','google',0),(691,'Nova Square','400','latin','google',0),(692,'Numans','400','latin','google',0),(693,'Nunito','200,200italic,300,300italic,400,400italic,600,600italic,700,700italic,800,800italic,900,900italic','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(694,'Nunito Sans','200,200italic,300,300italic,400,400italic,600,600italic,700,700italic,800,800italic,900,900italic','latin,latin-ext,vietnamese','google',0),(695,'Odibee Sans','400','latin','google',0),(696,'Odor Mean Chey','400','khmer','google',0),(697,'Offside','400','latin','google',0),(698,'Old Standard TT','400,400italic,700','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(699,'Oldenburg','400','latin,latin-ext','google',0),(700,'Oleo Script','400,700','latin,latin-ext','google',0),(701,'Oleo Script Swash Caps','400,700','latin,latin-ext','google',0),(702,'Open Sans','300,300italic,400,400italic,600,600italic,700,700italic,800,800italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(703,'Open Sans Condensed','300,300italic,700','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(704,'Oranienbaum','400','cyrillic,cyrillic-ext,latin,latin-ext','google',0),(705,'Orbitron','400,500,600,700,800,900','latin','google',0),(706,'Oregano','400,400italic','latin,latin-ext','google',0),(707,'Orienta','400','latin,latin-ext','google',0),(708,'Original Surfer','400','latin','google',0),(709,'Oswald','200,300,400,500,600,700','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(710,'Over the Rainbow','400','latin','google',0),(711,'Overlock','400,400italic,700,700italic,900,900italic','latin,latin-ext','google',0),(712,'Overlock SC','400','latin,latin-ext','google',0),(713,'Overpass','100,100italic,200,200italic,300,300italic,400,400italic,600,600italic,700,700italic,800,800italic,900,900italic','latin,latin-ext','google',0),(714,'Overpass Mono','300,400,600,700','latin,latin-ext','google',0),(715,'Ovo','400','latin','google',0),(716,'Oxanium','200,300,400,500,600,700,800','latin,latin-ext','google',0),(717,'Oxygen','300,400,700','latin,latin-ext','google',0),(718,'Oxygen Mono','400','latin,latin-ext','google',0),(719,'PT Mono','400','cyrillic,cyrillic-ext,latin,latin-ext','google',0),(720,'PT Sans','400,400italic,700,700italic','cyrillic,cyrillic-ext,latin,latin-ext','google',0),(721,'PT Sans Caption','400,700','cyrillic,cyrillic-ext,latin,latin-ext','google',0),(722,'PT Sans Narrow','400,700','cyrillic,cyrillic-ext,latin,latin-ext','google',0),(723,'PT Serif','400,400italic,700,700italic','cyrillic,cyrillic-ext,latin,latin-ext','google',0),(724,'PT Serif Caption','400,400italic','cyrillic,cyrillic-ext,latin,latin-ext','google',0),(725,'Pacifico','400','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(726,'Padauk','400,700','latin,myanmar','google',0),(727,'Palanquin','100,200,300,400,500,600,700','devanagari,latin,latin-ext','google',0),(728,'Palanquin Dark','400,500,600,700','devanagari,latin,latin-ext','google',0),(729,'Pangolin','400','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(730,'Paprika','400','latin','google',0),(731,'Parisienne','400','latin,latin-ext','google',0),(732,'Passero One','400','latin,latin-ext','google',0),(733,'Passion One','400,700,900','latin,latin-ext','google',0),(734,'Pathway Gothic One','400','latin,latin-ext','google',0),(735,'Patrick Hand','400','latin,latin-ext,vietnamese','google',0),(736,'Patrick Hand SC','400','latin,latin-ext,vietnamese','google',0),(737,'Pattaya','400','cyrillic,latin,latin-ext,thai,vietnamese','google',0),(738,'Patua One','400','latin','google',0),(739,'Pavanam','400','latin,latin-ext,tamil','google',0),(740,'Paytone One','400','latin,latin-ext,vietnamese','google',0),(741,'Peddana','400','latin,telugu','google',0),(742,'Peralta','400','latin,latin-ext','google',0),(743,'Permanent Marker','400','latin','google',0),(744,'Petit Formal Script','400','latin,latin-ext','google',0),(745,'Petrona','100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','latin,latin-ext,vietnamese','google',0),(746,'Philosopher','400,400italic,700,700italic','cyrillic,cyrillic-ext,latin,vietnamese','google',0),(747,'Piazzolla','100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(748,'Piedra','400','latin,latin-ext','google',0),(749,'Pinyon Script','400','latin','google',0),(750,'Pirata One','400','latin,latin-ext','google',0),(751,'Plaster','400','latin,latin-ext','google',0),(752,'Play','400,700','cyrillic,cyrillic-ext,greek,latin,latin-ext,vietnamese','google',0),(753,'Playball','400','latin,latin-ext','google',0),(754,'Playfair Display','400,500,600,700,800,900,400italic,500italic,600italic,700italic,800italic,900italic','cyrillic,latin,latin-ext,vietnamese','google',0),(755,'Playfair Display SC','400,400italic,700,700italic,900,900italic','cyrillic,latin,latin-ext,vietnamese','google',0),(756,'Podkova','400,500,600,700,800','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(757,'Poiret One','400','cyrillic,latin,latin-ext','google',0),(758,'Poller One','400','latin','google',0),(759,'Poly','400,400italic','latin','google',0),(760,'Pompiere','400','latin','google',0),(761,'Pontano Sans','400','latin,latin-ext','google',0),(762,'Poor Story','400','korean,latin','google',0),(763,'Poppins','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic','devanagari,latin,latin-ext','google',0),(764,'Port Lligat Sans','400','latin','google',0),(765,'Port Lligat Slab','400','latin','google',0),(766,'Potta One','400','japanese,latin,latin-ext,vietnamese','google',0),(767,'Pragati Narrow','400,700','devanagari,latin,latin-ext','google',0),(768,'Prata','400','cyrillic,cyrillic-ext,latin,vietnamese','google',0),(769,'Preahvihear','400','khmer','google',0),(770,'Press Start 2P','400','cyrillic,cyrillic-ext,greek,latin,latin-ext','google',0),(771,'Pridi','200,300,400,500,600,700','latin,latin-ext,thai,vietnamese','google',0),(772,'Princess Sofia','400','latin,latin-ext','google',0),(773,'Prociono','400','latin','google',0),(774,'Prompt','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic','latin,latin-ext,thai,vietnamese','google',0),(775,'Prosto One','400','cyrillic,latin,latin-ext','google',0),(776,'Proza Libre','400,400italic,500,500italic,600,600italic,700,700italic,800,800italic','latin,latin-ext','google',0),(777,'Public Sans','100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','latin,latin-ext','google',0),(778,'Puritan','400,400italic,700,700italic','latin','google',0),(779,'Purple Purse','400','latin,latin-ext','google',0),(780,'Quando','400','latin,latin-ext','google',0),(781,'Quantico','400,400italic,700,700italic','latin','google',0),(782,'Quattrocento','400,700','latin,latin-ext','google',0),(783,'Quattrocento Sans','400,400italic,700,700italic','latin,latin-ext','google',0),(784,'Questrial','400','latin,latin-ext,vietnamese','google',0),(785,'Quicksand','300,400,500,600,700','latin,latin-ext,vietnamese','google',0),(786,'Quintessential','400','latin,latin-ext','google',0),(787,'Qwigley','400','latin,latin-ext','google',0),(788,'Racing Sans One','400','latin,latin-ext','google',0),(789,'Radley','400,400italic','latin,latin-ext','google',0),(790,'Rajdhani','300,400,500,600,700','devanagari,latin,latin-ext','google',0),(791,'Rakkas','400','arabic,latin,latin-ext','google',0),(792,'Raleway','100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(793,'Raleway Dots','400','latin,latin-ext','google',0),(794,'Ramabhadra','400','latin,telugu','google',0),(795,'Ramaraja','400','latin,telugu','google',0),(796,'Rambla','400,400italic,700,700italic','latin,latin-ext','google',0),(797,'Rammetto One','400','latin,latin-ext','google',0),(798,'Ranchers','400','latin,latin-ext','google',0),(799,'Rancho','400','latin','google',0),(800,'Ranga','400,700','devanagari,latin,latin-ext','google',0),(801,'Rasa','300,400,500,600,700','gujarati,latin,latin-ext','google',0),(802,'Rationale','400','latin','google',0),(803,'Ravi Prakash','400','latin,telugu','google',0),(804,'Recursive','300,400,500,600,700,800,900','latin,vietnamese','google',0),(805,'Red Hat Display','400,400italic,500,500italic,700,700italic,900,900italic','latin,latin-ext','google',0),(806,'Red Hat Text','400,400italic,500,500italic,700,700italic','latin,latin-ext','google',0),(807,'Red Rose','300,400,500,600,700','latin,latin-ext,vietnamese','google',0),(808,'Redressed','400','latin','google',0),(809,'Reem Kufi','400','arabic,latin','google',0),(810,'Reenie Beanie','400','latin','google',0),(811,'Revalia','400','latin,latin-ext','google',0),(812,'Rhodium Libre','400','devanagari,latin,latin-ext','google',0),(813,'Ribeye','400','latin,latin-ext','google',0),(814,'Ribeye Marrow','400','latin,latin-ext','google',0),(815,'Righteous','400','latin,latin-ext','google',0),(816,'Risque','400','latin,latin-ext','google',0),(817,'Roboto','100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(818,'Roboto Condensed','300,300italic,400,400italic,700,700italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(819,'Roboto Mono','100,200,300,400,500,600,700,100italic,200italic,300italic,400italic,500italic,600italic,700italic','cyrillic,cyrillic-ext,greek,latin,latin-ext,vietnamese','google',0),(820,'Roboto Slab','100,200,300,400,500,600,700,800,900','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(821,'Rochester','400','latin','google',0),(822,'Rock Salt','400','latin','google',0),(823,'Rokkitt','100,200,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(824,'Romanesco','400','latin,latin-ext','google',0),(825,'Ropa Sans','400,400italic','latin,latin-ext','google',0),(826,'Rosario','300,400,500,600,700,300italic,400italic,500italic,600italic,700italic','latin,latin-ext,vietnamese','google',0),(827,'Rosarivo','400,400italic','latin,latin-ext','google',0),(828,'Rouge Script','400','latin','google',0),(829,'Rowdies','300,400,700','latin,latin-ext,vietnamese','google',0),(830,'Rozha One','400','devanagari,latin,latin-ext','google',0),(831,'Rubik','300,400,500,600,700,800,900,300italic,400italic,500italic,600italic,700italic,800italic,900italic','cyrillic,cyrillic-ext,hebrew,latin,latin-ext','google',0),(832,'Rubik Mono One','400','cyrillic,latin,latin-ext','google',0),(833,'Ruda','400,500,600,700,800,900','cyrillic,latin,latin-ext,vietnamese','google',0),(834,'Rufina','400,700','latin,latin-ext','google',0),(835,'Ruge Boogie','400','latin,latin-ext','google',0),(836,'Ruluko','400','latin,latin-ext','google',0),(837,'Rum Raisin','400','latin,latin-ext','google',0),(838,'Ruslan Display','400','cyrillic,latin,latin-ext','google',0),(839,'Russo One','400','cyrillic,latin,latin-ext','google',0),(840,'Ruthie','400','latin,latin-ext','google',0),(841,'Rye','400','latin,latin-ext','google',0),(842,'Sacramento','400','latin,latin-ext','google',0),(843,'Sahitya','400,700','devanagari,latin','google',0),(844,'Sail','400','latin,latin-ext','google',0),(845,'Saira','100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','latin,latin-ext,vietnamese','google',0),(846,'Saira Condensed','100,200,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(847,'Saira Extra Condensed','100,200,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(848,'Saira Semi Condensed','100,200,300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(849,'Saira Stencil One','400','latin,latin-ext,vietnamese','google',0),(850,'Salsa','400','latin','google',0),(851,'Sanchez','400,400italic','latin,latin-ext','google',0),(852,'Sancreek','400','latin,latin-ext','google',0),(853,'Sansita','400,400italic,700,700italic,800,800italic,900,900italic','latin,latin-ext','google',0),(854,'Sansita Swashed','300,400,500,600,700,800,900','latin,latin-ext,vietnamese','google',0),(855,'Sarabun','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic','latin,latin-ext,thai,vietnamese','google',0),(856,'Sarala','400,700','devanagari,latin,latin-ext','google',0),(857,'Sarina','400','latin,latin-ext','google',0),(858,'Sarpanch','400,500,600,700,800,900','devanagari,latin,latin-ext','google',0),(859,'Satisfy','400','latin','google',0),(860,'Sawarabi Gothic','400','cyrillic,japanese,latin,latin-ext,vietnamese','google',0),(861,'Sawarabi Mincho','400','japanese,latin,latin-ext','google',0),(862,'Scada','400,400italic,700,700italic','cyrillic,cyrillic-ext,latin,latin-ext','google',0),(863,'Scheherazade','400,700','arabic,latin','google',0),(864,'Schoolbell','400','latin','google',0),(865,'Scope One','400','latin,latin-ext','google',0),(866,'Seaweed Script','400','latin,latin-ext','google',0),(867,'Secular One','400','hebrew,latin,latin-ext','google',0),(868,'Sedgwick Ave','400','latin,latin-ext,vietnamese','google',0),(869,'Sedgwick Ave Display','400','latin,latin-ext,vietnamese','google',0),(870,'Sen','400,700,800','latin,latin-ext','google',0),(871,'Sevillana','400','latin,latin-ext','google',0),(872,'Seymour One','400','cyrillic,latin,latin-ext','google',0),(873,'Shadows Into Light','400','latin','google',0),(874,'Shadows Into Light Two','400','latin,latin-ext','google',0),(875,'Shanti','400','latin','google',0),(876,'Share','400,400italic,700,700italic','latin,latin-ext','google',0),(877,'Share Tech','400','latin','google',0),(878,'Share Tech Mono','400','latin','google',0),(879,'Shojumaru','400','latin,latin-ext','google',0),(880,'Short Stack','400','latin','google',0),(881,'Shrikhand','400','gujarati,latin,latin-ext','google',0),(882,'Siemreap','400','khmer','google',0),(883,'Sigmar One','400','latin,latin-ext,vietnamese','google',0),(884,'Signika','300,400,500,600,700','latin,latin-ext,vietnamese','google',0),(885,'Signika Negative','300,400,600,700','latin,latin-ext','google',0),(886,'Simonetta','400,400italic,900,900italic','latin,latin-ext','google',0),(887,'Single Day','400','korean','google',0),(888,'Sintony','400,700','latin,latin-ext','google',0),(889,'Sirin Stencil','400','latin','google',0),(890,'Six Caps','400','latin','google',0),(891,'Skranji','400,700','latin,latin-ext','google',0),(892,'Slabo 13px','400','latin,latin-ext','google',0),(893,'Slabo 27px','400','latin,latin-ext','google',0),(894,'Slackey','400','latin','google',0),(895,'Smokum','400','latin','google',0),(896,'Smythe','400','latin','google',0),(897,'Sniglet','400,800','latin,latin-ext','google',0),(898,'Snippet','400','latin','google',0),(899,'Snowburst One','400','latin,latin-ext','google',0),(900,'Sofadi One','400','latin','google',0),(901,'Sofia','400','latin','google',0),(902,'Solway','300,400,500,700,800','latin','google',0),(903,'Song Myung','400','korean,latin','google',0),(904,'Sonsie One','400','latin,latin-ext','google',0),(905,'Sora','100,200,300,400,500,600,700,800','latin,latin-ext','google',0),(906,'Sorts Mill Goudy','400,400italic','latin,latin-ext','google',0),(907,'Source Code Pro','200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,900,900italic','cyrillic,cyrillic-ext,greek,latin,latin-ext,vietnamese','google',0),(908,'Source Sans Pro','200,200italic,300,300italic,400,400italic,600,600italic,700,700italic,900,900italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese','google',0),(909,'Source Serif Pro','200,200italic,300,300italic,400,400italic,600,600italic,700,700italic,900,900italic','cyrillic,cyrillic-ext,greek,latin,latin-ext,vietnamese','google',0),(910,'Space Grotesk','300,400,500,600,700','latin,latin-ext,vietnamese','google',0),(911,'Space Mono','400,400italic,700,700italic','latin,latin-ext,vietnamese','google',0),(912,'Spartan','100,200,300,400,500,600,700,800,900','latin,latin-ext','google',0),(913,'Special Elite','400','latin','google',0),(914,'Spectral','200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic','cyrillic,latin,latin-ext,vietnamese','google',0),(915,'Spectral SC','200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic','cyrillic,latin,latin-ext,vietnamese','google',0),(916,'Spicy Rice','400','latin','google',0),(917,'Spinnaker','400','latin,latin-ext','google',0),(918,'Spirax','400','latin','google',0),(919,'Squada One','400','latin','google',0),(920,'Sree Krushnadevaraya','400','latin,telugu','google',0),(921,'Sriracha','400','latin,latin-ext,thai,vietnamese','google',0),(922,'Srisakdi','400,700','latin,latin-ext,thai,vietnamese','google',0),(923,'Staatliches','400','latin,latin-ext','google',0),(924,'Stalemate','400','latin,latin-ext','google',0),(925,'Stalinist One','400','cyrillic,latin,latin-ext','google',0),(926,'Stardos Stencil','400,700','latin','google',0),(927,'Stint Ultra Condensed','400','latin,latin-ext','google',0),(928,'Stint Ultra Expanded','400','latin,latin-ext','google',0),(929,'Stoke','300,400','latin,latin-ext','google',0),(930,'Strait','400','latin','google',0),(931,'Stylish','400','korean,latin','google',0),(932,'Sue Ellen Francisco','400','latin','google',0),(933,'Suez One','400','hebrew,latin,latin-ext','google',0),(934,'Sulphur Point','300,400,700','latin,latin-ext','google',0),(935,'Sumana','400,700','devanagari,latin,latin-ext','google',0),(936,'Sunflower','300,500,700','korean,latin','google',0),(937,'Sunshiney','400','latin','google',0),(938,'Supermercado One','400','latin','google',0),(939,'Sura','400,700','devanagari,latin,latin-ext','google',0),(940,'Suranna','400','latin,telugu','google',0),(941,'Suravaram','400','latin,telugu','google',0),(942,'Suwannaphum','400','khmer','google',0),(943,'Swanky and Moo Moo','400','latin','google',0),(944,'Syncopate','400,700','latin','google',0),(945,'Syne','400,500,600,700,800','latin,latin-ext','google',0),(946,'Syne Mono','400','latin,latin-ext','google',0),(947,'Syne Tactile','400','latin,latin-ext','google',0),(948,'Tajawal','200,300,400,500,700,800,900','arabic,latin','google',0),(949,'Tangerine','400,700','latin','google',0),(950,'Taprom','400','khmer','google',0),(951,'Tauri','400','latin,latin-ext','google',0),(952,'Taviraj','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic','latin,latin-ext,thai,vietnamese','google',0),(953,'Teko','300,400,500,600,700','devanagari,latin,latin-ext','google',0),(954,'Telex','400','latin,latin-ext','google',0),(955,'Tenali Ramakrishna','400','latin,telugu','google',0),(956,'Tenor Sans','400','cyrillic,latin,latin-ext','google',0),(957,'Text Me One','400','latin,latin-ext','google',0),(958,'Texturina','100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','latin,latin-ext,vietnamese','google',0),(959,'Thasadith','400,400italic,700,700italic','latin,latin-ext,thai,vietnamese','google',0),(960,'The Girl Next Door','400','latin','google',0),(961,'Tienne','400,700,900','latin','google',0),(962,'Tillana','400,500,600,700,800','devanagari,latin,latin-ext','google',0),(963,'Timmana','400','latin,telugu','google',0),(964,'Tinos','400,400italic,700,700italic','cyrillic,cyrillic-ext,greek,greek-ext,hebrew,latin,latin-ext,vietnamese','google',0),(965,'Titan One','400','latin,latin-ext','google',0),(966,'Titillium Web','200,200italic,300,300italic,400,400italic,600,600italic,700,700italic,900','latin,latin-ext','google',0),(967,'Tomorrow','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic','latin,latin-ext','google',0),(968,'Trade Winds','400','latin','google',0),(969,'Trirong','100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic','latin,latin-ext,thai,vietnamese','google',0),(970,'Trispace','100,200,300,400,500,600,700,800','latin,latin-ext,vietnamese','google',0),(971,'Trocchi','400','latin,latin-ext','google',0),(972,'Trochut','400,400italic,700','latin','google',0),(973,'Trykker','400','latin,latin-ext','google',0),(974,'Tulpen One','400','latin','google',0),(975,'Turret Road','200,300,400,500,700,800','latin,latin-ext','google',0),(976,'Ubuntu','300,300italic,400,400italic,500,500italic,700,700italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext','google',0),(977,'Ubuntu Condensed','400','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext','google',0),(978,'Ubuntu Mono','400,400italic,700,700italic','cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext','google',0),(979,'Ultra','400','latin','google',0),(980,'Uncial Antiqua','400','latin','google',0),(981,'Underdog','400','cyrillic,latin,latin-ext','google',0),(982,'Unica One','400','latin,latin-ext','google',0),(983,'UnifrakturCook','700','latin','google',0),(984,'UnifrakturMaguntia','400','latin','google',0),(985,'Unkempt','400,700','latin','google',0),(986,'Unlock','400','latin','google',0),(987,'Unna','400,400italic,700,700italic','latin,latin-ext','google',0),(988,'VT323','400','latin,latin-ext,vietnamese','google',0),(989,'Vampiro One','400','latin,latin-ext','google',0),(990,'Varela','400','latin,latin-ext','google',0),(991,'Varela Round','400','hebrew,latin,latin-ext,vietnamese','google',0),(992,'Varta','300,400,500,600,700','latin,latin-ext,vietnamese','google',0),(993,'Vast Shadow','400','latin','google',0),(994,'Vesper Libre','400,500,700,900','devanagari,latin,latin-ext','google',0),(995,'Viaoda Libre','400','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(996,'Vibes','400','arabic,latin','google',0),(997,'Vibur','400','latin','google',0),(998,'Vidaloka','400','latin','google',0),(999,'Viga','400','latin,latin-ext','google',0),(1000,'Voces','400','latin,latin-ext','google',0),(1001,'Volkhov','400,400italic,700,700italic','latin','google',0),(1002,'Vollkorn','400,500,600,700,800,900,400italic,500italic,600italic,700italic,800italic,900italic','cyrillic,cyrillic-ext,greek,latin,latin-ext,vietnamese','google',0),(1003,'Vollkorn SC','400,600,700,900','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(1004,'Voltaire','400','latin','google',0),(1005,'Waiting for the Sunrise','400','latin','google',0),(1006,'Wallpoet','400','latin','google',0),(1007,'Walter Turncoat','400','latin','google',0),(1008,'Warnes','400','latin,latin-ext','google',0),(1009,'Wellfleet','400','latin,latin-ext','google',0),(1010,'Wendy One','400','latin,latin-ext','google',0),(1011,'Wire One','400','latin','google',0),(1012,'Work Sans','100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic','latin,latin-ext,vietnamese','google',0),(1013,'Xanh Mono','400,400italic','latin,latin-ext,vietnamese','google',0),(1014,'Yanone Kaffeesatz','200,300,400,500,600,700','cyrillic,latin,latin-ext,vietnamese','google',0),(1015,'Yantramanav','100,300,400,500,700,900','devanagari,latin,latin-ext','google',0),(1016,'Yatra One','400','devanagari,latin,latin-ext','google',0),(1017,'Yellowtail','400','latin','google',0),(1018,'Yeon Sung','400','korean,latin','google',0),(1019,'Yeseva One','400','cyrillic,cyrillic-ext,latin,latin-ext,vietnamese','google',0),(1020,'Yesteryear','400','latin','google',0),(1021,'Yrsa','300,400,500,600,700','latin,latin-ext','google',0),(1022,'Yusei Magic','400','japanese,latin,latin-ext','google',0),(1023,'ZCOOL KuaiLe','400','chinese-simplified,latin','google',0),(1024,'ZCOOL QingKe HuangYou','400','chinese-simplified,latin','google',0),(1025,'ZCOOL XiaoWei','400','chinese-simplified,latin','google',0),(1026,'Zeyada','400','latin','google',0),(1027,'Zhi Mang Xing','400','chinese-simplified,latin','google',0),(1028,'Zilla Slab','300,300italic,400,400italic,500,500italic,600,600italic,700,700italic','latin,latin-ext','google',0),(1029,'Zilla Slab Highlight','400,700','latin,latin-ext','google',0);
/*!40000 ALTER TABLE `wp_lepopup_webfonts` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_map_locations` (
`location_id` int(11) NOT NULL AUTO_INCREMENT,
`location_title` varchar(255) DEFAULT NULL,
`location_address` varchar(255) DEFAULT NULL,
`location_draggable` varchar(255) DEFAULT NULL,
`location_infowindow_default_open` varchar(255) DEFAULT NULL,
`location_animation` varchar(255) DEFAULT NULL,
`location_latitude` varchar(255) DEFAULT NULL,
`location_longitude` varchar(255) DEFAULT NULL,
`location_city` varchar(255) DEFAULT NULL,
`location_state` varchar(255) DEFAULT NULL,
`location_country` varchar(255) DEFAULT NULL,
`location_postal_code` varchar(255) DEFAULT NULL,
`location_zoom` int(11) DEFAULT NULL,
`location_author` int(11) DEFAULT NULL,
`location_messages` text DEFAULT NULL,
`location_settings` text DEFAULT NULL,
`location_group_map` text DEFAULT NULL,
`location_extrafields` text DEFAULT NULL,
PRIMARY KEY (`location_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_map_locations` WRITE;
/*!40000 ALTER TABLE `wp_map_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_map_locations` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_masterslider_options` (
`ID` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(120) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`option_value` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`ID`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_masterslider_options` WRITE;
/*!40000 ALTER TABLE `wp_masterslider_options` DISABLE KEYS */;
INSERT INTO `wp_masterslider_options` VALUES (1,'preset_effect','eyJtZXRhIjp7IlByZXNldEVmZmVjdCFpZHMiOiI2LDcsOCw5LDEwLDExLDEyLDEzLDE0LDE1LDE2LDE3LDE4LDE5LDIwLDIxLDIyLDIzLDI0LDI1LDI2LDI3LDI4LDI5LDMwLDMxIiwiUHJlc2V0RWZmZWN0IW5leHRJZCI6MzJ9LCJNU1BhbmVsLlByZXNldEVmZmVjdCI6eyI2Ijoie1wiaWRcIjo2LFwibmFtZVwiOlwiUmlnaHQgc2hvcnRcIixcInR5cGVcIjpcInByZXNldFwiLFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVYXCI6MTUwfSIsIjciOiJ7XCJpZFwiOjcsXCJuYW1lXCI6XCJMZWZ0IHNob3J0XCIsXCJ0eXBlXCI6XCJwcmVzZXRcIixcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWFwiOi0xNTB9IiwiOCI6IntcImlkXCI6OCxcIm5hbWVcIjpcIlRvcCBzaG9ydFwiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVlcIjotMTUwfSIsIjkiOiJ7XCJpZFwiOjksXCJuYW1lXCI6XCJCb3R0b20gc2hvcnRcIixcInR5cGVcIjpcInByZXNldFwiLFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVZXCI6MTUwfSIsIjEwIjoie1wiaWRcIjoxMCxcIm5hbWVcIjpcIlJpZ2h0IGxvbmdcIixcInR5cGVcIjpcInByZXNldFwiLFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVYXCI6NTAwfSIsIjExIjoie1wiaWRcIjoxMSxcIm5hbWVcIjpcIkxlZnQgbG9uZ1wiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVhcIjotNTAwfSIsIjEyIjoie1wiaWRcIjoxMixcIm5hbWVcIjpcIlRvcCBsb25nXCIsXCJ0eXBlXCI6XCJwcmVzZXRcIixcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWVwiOi01MDB9IiwiMTMiOiJ7XCJpZFwiOjEzLFwibmFtZVwiOlwiQm90dG9tIGxvbmdcIixcInR5cGVcIjpcInByZXNldFwiLFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVZXCI6NTAwfSIsIjE0Ijoie1wiaWRcIjoxNCxcIm5hbWVcIjpcIjNEIEZyb250IHNob3J0XCIsXCJ0eXBlXCI6XCJwcmVzZXRcIixcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWlwiOjUwMH0iLCIxNSI6IntcImlkXCI6MTUsXCJuYW1lXCI6XCIzRCBCYWNrIHNob3J0XCIsXCJ0eXBlXCI6XCJwcmVzZXRcIixcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWlwiOi01MDB9IiwiMTYiOiJ7XCJpZFwiOjE2LFwibmFtZVwiOlwiM0QgRnJvbnQgbG9uZ1wiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVpcIjoxNTAwfSIsIjE3Ijoie1wiaWRcIjoxNyxcIm5hbWVcIjpcIjNEIEJhY2sgbG9uZ1wiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVpcIjotMTUwMH0iLCIxOCI6IntcImlkXCI6MTgsXCJuYW1lXCI6XCJSb3RhdGUgMTgwXCIsXCJ0eXBlXCI6XCJwcmVzZXRcIixcImZhZGVcIjp0cnVlLFwicm90YXRlXCI6MTgwfSIsIjE5Ijoie1wiaWRcIjoxOSxcIm5hbWVcIjpcIlJvdGF0ZSAzNjBcIixcInR5cGVcIjpcInByZXNldFwiLFwiZmFkZVwiOnRydWUsXCJyb3RhdGVcIjozNjB9IiwiMjAiOiJ7XCJpZFwiOjIwLFwibmFtZVwiOlwiUm90YXRlIDkwXCIsXCJ0eXBlXCI6XCJwcmVzZXRcIixcImZhZGVcIjp0cnVlLFwicm90YXRlXCI6OTB9IiwiMjEiOiJ7XCJpZFwiOjIxLFwibmFtZVwiOlwiUm90YXRlIC05MFwiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInJvdGF0ZVwiOi05MH0iLCIyMiI6IntcImlkXCI6MjIsXCJuYW1lXCI6XCIzRCBSb3RhdGUgbGVmdFwiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVhcIjotMjUwLFwicm90YXRlWVwiOjI1MH0iLCIyMyI6IntcImlkXCI6MjMsXCJuYW1lXCI6XCIzRCBSb3RhdGUgcmlnaHRcIixcInR5cGVcIjpcInByZXNldFwiLFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVYXCI6MjUwLFwicm90YXRlWVwiOi0yNTB9IiwiMjQiOiJ7XCJpZFwiOjI0LFwibmFtZVwiOlwiM0QgUm90YXRlIHRvcFwiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVlcIjotMjUwLFwicm90YXRlWFwiOjE1MH0iLCIyNSI6IntcImlkXCI6MjUsXCJuYW1lXCI6XCIzRCBSb3RhdGUgYm90dG9tXCIsXCJ0eXBlXCI6XCJwcmVzZXRcIixcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWVwiOjI1MCxcInJvdGF0ZVhcIjotMTUwfSIsIjI2Ijoie1wiaWRcIjoyNixcIm5hbWVcIjpcIlNrZXcgbGVmdFwiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVhcIjotMjUwLFwic2tld1hcIjotMjV9IiwiMjciOiJ7XCJpZFwiOjI3LFwibmFtZVwiOlwiU2tldyByaWdodFwiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVhcIjoyNTAsXCJza2V3WFwiOjI1fSIsIjI4Ijoie1wiaWRcIjoyOCxcIm5hbWVcIjpcIlNrZXcgdG9wXCIsXCJ0eXBlXCI6XCJwcmVzZXRcIixcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWVwiOi0yNTAsXCJza2V3WVwiOi0yNX0iLCIyOSI6IntcImlkXCI6MjksXCJuYW1lXCI6XCJTa2V3IGJvdHRvbVwiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVlcIjoyNTAsXCJza2V3WVwiOi0yNX0iLCIzMCI6IntcImlkXCI6MzAsXCJuYW1lXCI6XCJSb3RhdGUgZnJvbnRcIixcInR5cGVcIjpcInByZXNldFwiLFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVaXCI6MTUwMCxcInJvdGF0ZVwiOjI1MH0iLCIzMSI6IntcImlkXCI6MzEsXCJuYW1lXCI6XCJSb3RhdGUgYmFja1wiLFwidHlwZVwiOlwicHJlc2V0XCIsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVpcIjotMTUwMCxcInJvdGF0ZVwiOjI1MH0ifX0='),(2,'buttons_style','eyJtZXRhIjp7IkJ1dHRvblN0eWxlIWlkcyI6Ijg0LDg1LDg2LDg3LDg4LDg5LDkwLDkxLDkyLDkzLDk0LDk1LDk2LDk3LDk4LDk5LDEwMCwxMDEsMTAyLDEwMywxMDQsMTA1LDEwNiwxMDcsMTA4LDEwOSwxMTAsMTExLDExMiwxMTMsMTE0LDExNSwxMTYsMTE3LDExOCwxMTksMTIwLDEyMSwxMjIsMTIzLDEyNCwxMjUsMTI2LDEyNywxMjgsMTI5LDEzMCwxMzEsMTMyLDEzMywxMzQsMTM1LDEzNiwxMzcsMTM4LDEzOSwxNDAsMTQxLDE0MiwxNDMsMTQ0LDE0NSwxNDYsMTQ3LDE0OCwxNDksMTUwLDE1MSwxNTIsMTUzLDE1NCwxNTUsMTU2LDE1NywxNTgiLCJCdXR0b25TdHlsZSFuZXh0SWQiOjE1OX0sIk1TUGFuZWwuQnV0dG9uU3R5bGUiOnsiODQiOiJ7XCJpZFwiOjg0LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi04NFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjYjk3ZWJiO1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2NhODljYztcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1ib3hcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiODUiOiJ7XCJpZFwiOjg1LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi04NVwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjYjk3ZWJiO1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2NhODljYztcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCI4NiI6IntcImlkXCI6ODYsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTg2XCIsXCJub3JtYWxcIjpcImNvbG9yOiAjYjk3ZWJiO1xcbmJvcmRlcjpzb2xpZCAxcHggI2I5N2ViYjtcIixcImhvdmVyXCI6XCJib3JkZXItY29sb3I6I2NhODljYztcXG5jb2xvcjojY2E4OWNjXCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiODciOiJ7XCJpZFwiOjg3LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi04N1wiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjYjk3ZWJiO1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2NhODljYztcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1jaXJjbGVcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiODgiOiJ7XCJpZFwiOjg4LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi04OFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjYjk3ZWJiO1xcbmNvbG9yOiAjZmZmO1xcbmJveC1zaGFkb3c6MCA1cHggIzlhNjk5YztcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNjYTg5Y2M7XFxuYm94LXNoYWRvdzowIDRweCAjOWE2OTljO1xcbnRvcDoxcHg7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcImJveC1zaGFkb3c6MCAycHggIzlhNjk5YztcXG50b3A6M3B4O1wiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCI4OSI6IntcImlkXCI6ODksXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTg5XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM1NDcyRDI7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojNWQ3ZmU5O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLWJveFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCI5MCI6IntcImlkXCI6OTAsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTkwXCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM1NDcyRDI7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojNWQ3ZmU5O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjkxIjoie1wiaWRcIjo5MSxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tOTFcIixcIm5vcm1hbFwiOlwiY29sb3I6ICM1NDcyRDI7XFxuYm9yZGVyOnNvbGlkIDFweCAjNTQ3MkQyO1wiLFwiaG92ZXJcIjpcImJvcmRlci1jb2xvcjojNWQ3ZmU5O1xcbmNvbG9yOiM1ZDdmZTlcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCI5MiI6IntcImlkXCI6OTIsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTkyXCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM1NDcyRDI7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojNWQ3ZmU5O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLWNpcmNsZVwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCI5MyI6IntcImlkXCI6OTMsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTkzXCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM1NDcyRDI7XFxuY29sb3I6ICNmZmY7XFxuYm94LXNoYWRvdzowIDVweCAjNGM2OGJlO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6IzVkN2ZlOTtcXG5ib3gtc2hhZG93OjAgNHB4ICM0YzY4YmU7XFxudG9wOjFweDtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwiYm94LXNoYWRvdzowIDJweCAjNGM2OGJlO1xcbnRvcDozcHg7XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjk0Ijoie1wiaWRcIjo5NCxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tOTRcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzAwYzFjZjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiMwMUQ0RTQ7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tYm94XCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjk1Ijoie1wiaWRcIjo5NSxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tOTVcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzAwYzFjZjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiMwMUQ0RTQ7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiOTYiOiJ7XCJpZFwiOjk2LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi05NlwiLFwibm9ybWFsXCI6XCJjb2xvcjogIzAwYzFjZjtcXG5ib3JkZXI6c29saWQgMXB4ICMwMGMxY2Y7XCIsXCJob3ZlclwiOlwiYm9yZGVyLWNvbG9yOiMwMUQ0RTQ7XFxuY29sb3I6IzAxRDRFNFwiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjk3Ijoie1wiaWRcIjo5NyxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tOTdcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzAwYzFjZjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiMwMUQ0RTQ7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tY2lyY2xlXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjk4Ijoie1wiaWRcIjo5OCxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tOThcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzAwYzFjZjtcXG5jb2xvcjogI2ZmZjtcXG5ib3gtc2hhZG93OjAgNXB4ICMwMGFmYmM7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojMDFENEU0O1xcbmJveC1zaGFkb3c6MCA0cHggIzAwYWZiYztcXG50b3A6MXB4O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJib3gtc2hhZG93OjAgMnB4ICMwMGFmYmM7XFxudG9wOjNweDtcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiOTkiOiJ7XCJpZFwiOjk5LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi05OVwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjNGNhZGM5O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6IzYzYjJjOTtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1ib3hcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTAwIjoie1wiaWRcIjoxMDAsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEwMFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjNGNhZGM5O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6IzYzYjJjOTtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMDEiOiJ7XCJpZFwiOjEwMSxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTAxXCIsXCJub3JtYWxcIjpcImNvbG9yOiAjNGNhZGM5O1xcbmJvcmRlcjpzb2xpZCAxcHggIzRjYWRjOTtcIixcImhvdmVyXCI6XCJib3JkZXItY29sb3I6IzYzYjJjOTtcXG5jb2xvcjojNjNiMmM5XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTAyIjoie1wiaWRcIjoxMDIsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEwMlwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjNGNhZGM5O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6IzYzYjJjOTtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1jaXJjbGVcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTAzIjoie1wiaWRcIjoxMDMsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEwM1wiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjNGNhZGM5O1xcbmNvbG9yOiAjZmZmO1xcbmJveC1zaGFkb3c6MCA1cHggIzFhYTJjOTtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiM2M2IyYzk7XFxuYm94LXNoYWRvdzowIDRweCAjMWFhMmM5O1xcbnRvcDoxcHg7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcImJveC1zaGFkb3c6MCAycHggIzFhYTJjOTtcXG50b3A6M3B4O1wiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMDQiOiJ7XCJpZFwiOjEwNCxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTA0XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICNjZWMyYWI7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojY2ViZDlkO1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLWJveFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMDUiOiJ7XCJpZFwiOjEwNSxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTA1XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICNjZWMyYWI7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojY2ViZDlkO1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEwNiI6IntcImlkXCI6MTA2LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMDZcIixcIm5vcm1hbFwiOlwiY29sb3I6ICNjZWMyYWI7XFxuYm9yZGVyOnNvbGlkIDFweCAjY2VjMmFiO1wiLFwiaG92ZXJcIjpcImJvcmRlci1jb2xvcjojY2ViZDlkO1xcbmNvbG9yOiNjZWJkOWRcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMDciOiJ7XCJpZFwiOjEwNyxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTA3XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICNjZWMyYWI7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojY2ViZDlkO1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLWNpcmNsZVwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMDgiOiJ7XCJpZFwiOjEwOCxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTA4XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICNjZWMyYWI7XFxuY29sb3I6ICNmZmY7XFxuYm94LXNoYWRvdzowIDVweCAjQzJCN0EyO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2NlYmQ5ZDtcXG5ib3gtc2hhZG93OjAgNHB4ICNDMkI3QTI7XFxudG9wOjFweDtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwiYm94LXNoYWRvdzowIDJweCAjQzJCN0EyO1xcbnRvcDozcHg7XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEwOSI6IntcImlkXCI6MTA5LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMDlcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzUwNDg1YjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiM2YTYxNzY7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tYm94XCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjExMCI6IntcImlkXCI6MTEwLFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMTBcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzUwNDg1YjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiM2YTYxNzY7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTExIjoie1wiaWRcIjoxMTEsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTExMVwiLFwibm9ybWFsXCI6XCJjb2xvcjogIzUwNDg1YjtcXG5ib3JkZXI6c29saWQgMXB4ICM1MDQ4NWI7XCIsXCJob3ZlclwiOlwiYm9yZGVyLWNvbG9yOiM2YTYxNzY7XFxuY29sb3I6IzZhNjE3NlwiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjExMiI6IntcImlkXCI6MTEyLFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMTJcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzUwNDg1YjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiM2YTYxNzY7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tY2lyY2xlXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjExMyI6IntcImlkXCI6MTEzLFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMTNcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzUwNDg1YjtcXG5jb2xvcjogI2ZmZjtcXG5ib3gtc2hhZG93OjAgNXB4ICM0MTJkNWI7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojNmE2MTc2O1xcbmJveC1zaGFkb3c6MCA0cHggIzQxMmQ1YjtcXG50b3A6MXB4O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJib3gtc2hhZG93OjAgMnB4ICM0MTJkNWI7XFxudG9wOjNweDtcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTE0Ijoie1wiaWRcIjoxMTQsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTExNFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjOGQ2ZGM0O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6Izk3N2NjNDtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1ib3hcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTE1Ijoie1wiaWRcIjoxMTUsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTExNVwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjOGQ2ZGM0O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6Izk3N2NjNDtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMTYiOiJ7XCJpZFwiOjExNixcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTE2XCIsXCJub3JtYWxcIjpcImNvbG9yOiAjOGQ2ZGM0O1xcbmJvcmRlcjpzb2xpZCAxcHggIzhkNmRjNDtcIixcImhvdmVyXCI6XCJib3JkZXItY29sb3I6Izk3N2NjNDtcXG5jb2xvcjojOTc3Y2M0XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTE3Ijoie1wiaWRcIjoxMTcsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTExN1wiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjOGQ2ZGM0O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6Izk3N2NjNDtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1jaXJjbGVcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTE4Ijoie1wiaWRcIjoxMTgsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTExOFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjOGQ2ZGM0O1xcbmNvbG9yOiAjZmZmO1xcbmJveC1zaGFkb3c6MCA1cHggIzdjNTFjNDtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiM5NzdjYzQ7XFxuYm94LXNoYWRvdzowIDRweCAjN2M1MWM0O1xcbnRvcDoxcHg7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcImJveC1zaGFkb3c6MCAycHggIzdjNTFjNDtcXG50b3A6M3B4O1wiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMTkiOiJ7XCJpZFwiOjExOSxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTE5XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM3NWQ2OWM7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojN2RlNWE3O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLWJveFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMjAiOiJ7XCJpZFwiOjEyMCxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTIwXCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM3NWQ2OWM7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojN2RlNWE3O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEyMSI6IntcImlkXCI6MTIxLFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMjFcIixcIm5vcm1hbFwiOlwiY29sb3I6ICM3NWQ2OWM7XFxuYm9yZGVyOnNvbGlkIDFweCAjNzVkNjljO1wiLFwiaG92ZXJcIjpcImJvcmRlci1jb2xvcjojN2RlNWE3O1xcbmNvbG9yOiM3ZGU1YTdcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMjIiOiJ7XCJpZFwiOjEyMixcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTIyXCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM3NWQ2OWM7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojN2RlNWE3O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLWNpcmNsZVwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMjMiOiJ7XCJpZFwiOjEyMyxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTIzXCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM3NWQ2OWM7XFxuY29sb3I6ICNmZmY7XFxuYm94LXNoYWRvdzowIDVweCAjNDFkNjdkO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6IzdkZTVhNztcXG5ib3gtc2hhZG93OjAgNHB4ICM0MWQ2N2Q7XFxudG9wOjFweDtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwiYm94LXNoYWRvdzowIDJweCAjNDFkNjdkO1xcbnRvcDozcHg7XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEyNCI6IntcImlkXCI6MTI0LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMjRcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzIyMjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiMzMzM7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tYm94XCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEyNSI6IntcImlkXCI6MTI1LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMjVcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzIyMjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiMzMzM7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTI2Ijoie1wiaWRcIjoxMjYsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEyNlwiLFwibm9ybWFsXCI6XCJjb2xvcjogIzIyMjtcXG5ib3JkZXI6c29saWQgMXB4ICMyMjI7XCIsXCJob3ZlclwiOlwiYm9yZGVyLWNvbG9yOiMzMzM7XFxuY29sb3I6IzMzM1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEyNyI6IntcImlkXCI6MTI3LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMjdcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzIyMjtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiMzMzM7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tY2lyY2xlXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEyOCI6IntcImlkXCI6MTI4LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMjhcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogIzIyMjtcXG5jb2xvcjogI2ZmZjtcXG5ib3gtc2hhZG93OjAgNXB4ICMwMDA7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojMzMzO1xcbmJveC1zaGFkb3c6MCA0cHggIzAwMDtcXG50b3A6MXB4O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJib3gtc2hhZG93OjAgMnB4ICMwMDA7XFxudG9wOjNweDtcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTI5Ijoie1wiaWRcIjoxMjksXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEyOVwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjZGVkZWRlO1xcbmNvbG9yOiAjNjY2O1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2QxZDFkMTtcXG5jb2xvcjogIzY2NjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1ib3hcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTMwIjoie1wiaWRcIjoxMzAsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEzMFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjZGVkZWRlO1xcbmNvbG9yOiAjNjY2O1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2QxZDFkMTtcXG5jb2xvcjogIzY2NjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxMzEiOiJ7XCJpZFwiOjEzMSxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTMxXCIsXCJub3JtYWxcIjpcImNvbG9yOiAjZGVkZWRlO1xcbmJvcmRlcjpzb2xpZCAxcHggI2RlZGVkZTtcIixcImhvdmVyXCI6XCJib3JkZXItY29sb3I6I2QxZDFkMTtcXG5jb2xvcjojZDFkMWQxXCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTMyIjoie1wiaWRcIjoxMzIsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEzMlwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjZGVkZWRlO1xcbmNvbG9yOiAjNjY2O1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2QxZDFkMTtcXG5jb2xvcjogIzY2NjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1jaXJjbGVcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTMzIjoie1wiaWRcIjoxMzMsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEzM1wiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjZGVkZWRlO1xcbmNvbG9yOiAjNjY2O1xcbmJveC1zaGFkb3c6MCA1cHggI0NBQ0FDQTtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNkMWQxZDE7XFxuY29sb3I6ICM2NjY7XFxuYm94LXNoYWRvdzowIDRweCAjQ0FDQUNBO1xcbnRvcDoxcHhcIixcImFjdGl2ZVwiOlwiYm94LXNoYWRvdzowIDJweCAjQ0FDQUNBO1xcbnRvcDozcHg7XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEzNCI6IntcImlkXCI6MTM0LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMzRcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogI2Y3YmU2ODtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNlOWIzNjI7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tYm94XCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEzNSI6IntcImlkXCI6MTM1LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMzVcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogI2Y3YmU2ODtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNlOWIzNjI7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTM2Ijoie1wiaWRcIjoxMzYsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEzNlwiLFwibm9ybWFsXCI6XCJjb2xvcjogI2Y3YmU2ODtcXG5ib3JkZXI6c29saWQgMXB4ICNmN2JlNjg7XCIsXCJob3ZlclwiOlwiYm9yZGVyLWNvbG9yOiNlOWIzNjI7XFxuY29sb3I6I2U5YjM2MlwiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEzNyI6IntcImlkXCI6MTM3LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMzdcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogI2Y3YmU2ODtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNlOWIzNjI7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tY2lyY2xlXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjEzOCI6IntcImlkXCI6MTM4LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xMzhcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogI2Y3YmU2ODtcXG5jb2xvcjogI2ZmZjtcXG5ib3gtc2hhZG93OjAgNXB4ICNFN0FGNTk7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojZTliMzYyO1xcbmJveC1zaGFkb3c6MCA0cHggI0U3QUY1OTtcXG50b3A6MXB4O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJib3gtc2hhZG93OjAgMnB4ICNFN0FGNTk7XFxudG9wOjNweDtcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTM5Ijoie1wiaWRcIjoxMzksXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTEzOVwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjNWFhMWUzO1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6IzVmYWFlZjtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1ib3hcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTQwIjoie1wiaWRcIjoxNDAsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTE0MFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjNWFhMWUzO1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6IzVmYWFlZjtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxNDEiOiJ7XCJpZFwiOjE0MSxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTQxXCIsXCJub3JtYWxcIjpcImNvbG9yOiAjNWFhMWUzO1xcbmJvcmRlcjpzb2xpZCAxcHggIzVhYTFlMztcIixcImhvdmVyXCI6XCJib3JkZXItY29sb3I6IzVmYWFlZjtcXG5jb2xvcjojNWZhYWVmXCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTQyIjoie1wiaWRcIjoxNDIsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTE0MlwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjNWFhMWUzO1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6IzVmYWFlZjtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1jaXJjbGVcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTQzIjoie1wiaWRcIjoxNDMsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTE0M1wiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjNWFhMWUzO1xcbmNvbG9yOiAjZmZmO1xcbmJveC1zaGFkb3c6MCA1cHggIzRjODdiZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiM1ZmFhZWY7XFxuYm94LXNoYWRvdzowIDRweCAjNGM4N2JmO1xcbnRvcDoxcHg7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcImJveC1zaGFkb3c6MCAycHggIzRjODdiZjtcXG50b3A6M3B4O1wiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxNDQiOiJ7XCJpZFwiOjE0NCxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTQ0XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM2ZGFiM2M7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojNzZiOTQxO1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLWJveFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxNDUiOiJ7XCJpZFwiOjE0NSxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTQ1XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM2ZGFiM2M7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojNzZiOTQxO1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjE0NiI6IntcImlkXCI6MTQ2LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xNDZcIixcIm5vcm1hbFwiOlwiY29sb3I6ICM2ZGFiM2M7XFxuYm9yZGVyOnNvbGlkIDFweCAjNmRhYjNjO1wiLFwiaG92ZXJcIjpcImJvcmRlci1jb2xvcjojNzZiOTQxO1xcbmNvbG9yOiM3NmI5NDFcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxNDciOiJ7XCJpZFwiOjE0NyxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTQ3XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM2ZGFiM2M7XFxuY29sb3I6ICNmZmY7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojNzZiOTQxO1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLWNpcmNsZVwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxNDgiOiJ7XCJpZFwiOjE0OCxcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTQ4XCIsXCJub3JtYWxcIjpcImJhY2tncm91bmQtY29sb3I6ICM2ZGFiM2M7XFxuY29sb3I6ICNmZmY7XFxuYm94LXNoYWRvdzowIDVweCAjNWU5MzM0O1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6Izc2Yjk0MTtcXG5ib3gtc2hhZG93OjAgNHB4ICM1ZTkzMzQ7XFxudG9wOjFweDtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwiYm94LXNoYWRvdzowIDJweCAjNWU5MzM0O1xcbnRvcDozcHg7XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjE0OSI6IntcImlkXCI6MTQ5LFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xNDlcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogI2Y0NTI0ZDtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNlMDRiNDc7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tYm94XCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjE1MCI6IntcImlkXCI6MTUwLFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xNTBcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogI2Y0NTI0ZDtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNlMDRiNDc7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTUxIjoie1wiaWRcIjoxNTEsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTE1MVwiLFwibm9ybWFsXCI6XCJjb2xvcjogI2Y0NTI0ZDtcXG5ib3JkZXI6c29saWQgMXB4ICNmNDUyNGQ7XCIsXCJob3ZlclwiOlwiYm9yZGVyLWNvbG9yOiNlMDRiNDc7XFxuY29sb3I6I2UwNGI0N1wiLFwiYWN0aXZlXCI6XCJ0b3A6MXB4XCIsXCJzdHlsZVwiOlwibXMtYnRuLXJvdW5kXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjE1MiI6IntcImlkXCI6MTUyLFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xNTJcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogI2Y0NTI0ZDtcXG5jb2xvcjogI2ZmZjtcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNlMDRiNDc7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tY2lyY2xlXCIsXCJzaXplXCI6XCJtcy1idG4tblwifSIsIjE1MyI6IntcImlkXCI6MTUzLFwiY2xhc3NOYW1lXCI6XCJtc3AtcHJlc2V0LWJ0bi0xNTNcIixcIm5vcm1hbFwiOlwiYmFja2dyb3VuZC1jb2xvcjogI2Y0NTI0ZDtcXG5jb2xvcjogI2ZmZjtcXG5ib3gtc2hhZG93OjAgNXB4ICNjYjQ0NDA7XCIsXCJob3ZlclwiOlwiYmFja2dyb3VuZC1jb2xvcjojZTA0YjQ3O1xcbmJveC1zaGFkb3c6MCA0cHggI2NiNDQ0MDtcXG50b3A6MXB4O1xcbmNvbG9yOiAjZmZmO1wiLFwiYWN0aXZlXCI6XCJib3gtc2hhZG93OjAgMnB4ICNjYjQ0NDA7XFxudG9wOjNweDtcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTU0Ijoie1wiaWRcIjoxNTQsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTE1NFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjZjc5NDY4O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2U3OGE2MTtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1ib3hcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTU1Ijoie1wiaWRcIjoxNTUsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTE1NVwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjZjc5NDY4O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2U3OGE2MTtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0iLCIxNTYiOiJ7XCJpZFwiOjE1NixcImNsYXNzTmFtZVwiOlwibXNwLXByZXNldC1idG4tMTU2XCIsXCJub3JtYWxcIjpcImNvbG9yOiAjZjc5NDY4O1xcbmJvcmRlcjpzb2xpZCAxcHggI2Y3OTQ2ODtcIixcImhvdmVyXCI6XCJib3JkZXItY29sb3I6I2U3OGE2MTtcXG5jb2xvcjojZTc4YTYxXCIsXCJhY3RpdmVcIjpcInRvcDoxcHhcIixcInN0eWxlXCI6XCJtcy1idG4tcm91bmRcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTU3Ijoie1wiaWRcIjoxNTcsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTE1N1wiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjZjc5NDY4O1xcbmNvbG9yOiAjZmZmO1wiLFwiaG92ZXJcIjpcImJhY2tncm91bmQtY29sb3I6I2U3OGE2MTtcXG5jb2xvcjogI2ZmZjtcIixcImFjdGl2ZVwiOlwidG9wOjFweFwiLFwic3R5bGVcIjpcIm1zLWJ0bi1jaXJjbGVcIixcInNpemVcIjpcIm1zLWJ0bi1uXCJ9IiwiMTU4Ijoie1wiaWRcIjoxNTgsXCJjbGFzc05hbWVcIjpcIm1zcC1wcmVzZXQtYnRuLTE1OFwiLFwibm9ybWFsXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiAjZjc5NDY4O1xcbmNvbG9yOiAjZmZmO1xcbmJveC1zaGFkb3c6MCA1cHggI2RhODM1YztcIixcImhvdmVyXCI6XCJiYWNrZ3JvdW5kLWNvbG9yOiNlNzhhNjE7XFxuYm94LXNoYWRvdzowIDRweCAjZGE4MzVjO1xcbnRvcDoxcHg7XFxuY29sb3I6ICNmZmY7XCIsXCJhY3RpdmVcIjpcImJveC1zaGFkb3c6MCAycHggI2RhODM1YztcXG50b3A6M3B4O1wiLFwic3R5bGVcIjpcIm1zLWJ0bi1yb3VuZFwiLFwic2l6ZVwiOlwibXMtYnRuLW5cIn0ifX0='),(3,'masterslider_custom_css_ver','2.2'),(4,'preset_style','eyJtZXRhIjp7fX0='),(5,'buttons_css','.msp-preset-btn-84{ background-color: #b97ebb;color: #fff; } .msp-preset-btn-84:hover{ background-color:#ca89cc;color: #fff; } .msp-preset-btn-84:active{ top:1px } .msp-preset-btn-85{ background-color: #b97ebb;color: #fff; } .msp-preset-btn-85:hover{ background-color:#ca89cc;color: #fff; } .msp-preset-btn-85:active{ top:1px } .msp-preset-btn-86{ color: #b97ebb;border:solid 1px #b97ebb; } .msp-preset-btn-86:hover{ border-color:#ca89cc;color:#ca89cc } .msp-preset-btn-86:active{ top:1px } .msp-preset-btn-87{ background-color: #b97ebb;color: #fff; } .msp-preset-btn-87:hover{ background-color:#ca89cc;color: #fff; } .msp-preset-btn-87:active{ top:1px } .msp-preset-btn-88{ background-color: #b97ebb;color: #fff;box-shadow:0 5px #9a699c; } .msp-preset-btn-88:hover{ background-color:#ca89cc;box-shadow:0 4px #9a699c;top:1px;color: #fff; } .msp-preset-btn-88:active{ box-shadow:0 2px #9a699c;top:3px; } .msp-preset-btn-89{ background-color: #5472D2;color: #fff; } .msp-preset-btn-89:hover{ background-color:#5d7fe9;color: #fff; } .msp-preset-btn-89:active{ top:1px } .msp-preset-btn-90{ background-color: #5472D2;color: #fff; } .msp-preset-btn-90:hover{ background-color:#5d7fe9;color: #fff; } .msp-preset-btn-90:active{ top:1px } .msp-preset-btn-91{ color: #5472D2;border:solid 1px #5472D2; } .msp-preset-btn-91:hover{ border-color:#5d7fe9;color:#5d7fe9 } .msp-preset-btn-91:active{ top:1px } .msp-preset-btn-92{ background-color: #5472D2;color: #fff; } .msp-preset-btn-92:hover{ background-color:#5d7fe9;color: #fff; } .msp-preset-btn-92:active{ top:1px } .msp-preset-btn-93{ background-color: #5472D2;color: #fff;box-shadow:0 5px #4c68be; } .msp-preset-btn-93:hover{ background-color:#5d7fe9;box-shadow:0 4px #4c68be;top:1px;color: #fff; } .msp-preset-btn-93:active{ box-shadow:0 2px #4c68be;top:3px; } .msp-preset-btn-94{ background-color: #00c1cf;color: #fff; } .msp-preset-btn-94:hover{ background-color:#01D4E4;color: #fff; } .msp-preset-btn-94:active{ top:1px } .msp-preset-btn-95{ background-color: #00c1cf;color: #fff; } .msp-preset-btn-95:hover{ background-color:#01D4E4;color: #fff; } .msp-preset-btn-95:active{ top:1px } .msp-preset-btn-96{ color: #00c1cf;border:solid 1px #00c1cf; } .msp-preset-btn-96:hover{ border-color:#01D4E4;color:#01D4E4 } .msp-preset-btn-96:active{ top:1px } .msp-preset-btn-97{ background-color: #00c1cf;color: #fff; } .msp-preset-btn-97:hover{ background-color:#01D4E4;color: #fff; } .msp-preset-btn-97:active{ top:1px } .msp-preset-btn-98{ background-color: #00c1cf;color: #fff;box-shadow:0 5px #00afbc; } .msp-preset-btn-98:hover{ background-color:#01D4E4;box-shadow:0 4px #00afbc;top:1px;color: #fff; } .msp-preset-btn-98:active{ box-shadow:0 2px #00afbc;top:3px; } .msp-preset-btn-99{ background-color: #4cadc9;color: #fff; } .msp-preset-btn-99:hover{ background-color:#63b2c9;color: #fff; } .msp-preset-btn-99:active{ top:1px } .msp-preset-btn-100{ background-color: #4cadc9;color: #fff; } .msp-preset-btn-100:hover{ background-color:#63b2c9;color: #fff; } .msp-preset-btn-100:active{ top:1px } .msp-preset-btn-101{ color: #4cadc9;border:solid 1px #4cadc9; } .msp-preset-btn-101:hover{ border-color:#63b2c9;color:#63b2c9 } .msp-preset-btn-101:active{ top:1px } .msp-preset-btn-102{ background-color: #4cadc9;color: #fff; } .msp-preset-btn-102:hover{ background-color:#63b2c9;color: #fff; } .msp-preset-btn-102:active{ top:1px } .msp-preset-btn-103{ background-color: #4cadc9;color: #fff;box-shadow:0 5px #1aa2c9; } .msp-preset-btn-103:hover{ background-color:#63b2c9;box-shadow:0 4px #1aa2c9;top:1px;color: #fff; } .msp-preset-btn-103:active{ box-shadow:0 2px #1aa2c9;top:3px; } .msp-preset-btn-104{ background-color: #cec2ab;color: #fff; } .msp-preset-btn-104:hover{ background-color:#cebd9d;color: #fff; } .msp-preset-btn-104:active{ top:1px } .msp-preset-btn-105{ background-color: #cec2ab;color: #fff; } .msp-preset-btn-105:hover{ background-color:#cebd9d;color: #fff; } .msp-preset-btn-105:active{ top:1px } .msp-preset-btn-106{ color: #cec2ab;border:solid 1px #cec2ab; } .msp-preset-btn-106:hover{ border-color:#cebd9d;color:#cebd9d } .msp-preset-btn-106:active{ top:1px } .msp-preset-btn-107{ background-color: #cec2ab;color: #fff; } .msp-preset-btn-107:hover{ background-color:#cebd9d;color: #fff; } .msp-preset-btn-107:active{ top:1px } .msp-preset-btn-108{ background-color: #cec2ab;color: #fff;box-shadow:0 5px #C2B7A2; } .msp-preset-btn-108:hover{ background-color:#cebd9d;box-shadow:0 4px #C2B7A2;top:1px;color: #fff; } .msp-preset-btn-108:active{ box-shadow:0 2px #C2B7A2;top:3px; } .msp-preset-btn-109{ background-color: #50485b;color: #fff; } .msp-preset-btn-109:hover{ background-color:#6a6176;color: #fff; } .msp-preset-btn-109:active{ top:1px } .msp-preset-btn-110{ background-color: #50485b;color: #fff; } .msp-preset-btn-110:hover{ background-color:#6a6176;color: #fff; } .msp-preset-btn-110:active{ top:1px } .msp-preset-btn-111{ color: #50485b;border:solid 1px #50485b; } .msp-preset-btn-111:hover{ border-color:#6a6176;color:#6a6176 } .msp-preset-btn-111:active{ top:1px } .msp-preset-btn-112{ background-color: #50485b;color: #fff; } .msp-preset-btn-112:hover{ background-color:#6a6176;color: #fff; } .msp-preset-btn-112:active{ top:1px } .msp-preset-btn-113{ background-color: #50485b;color: #fff;box-shadow:0 5px #412d5b; } .msp-preset-btn-113:hover{ background-color:#6a6176;box-shadow:0 4px #412d5b;top:1px;color: #fff; } .msp-preset-btn-113:active{ box-shadow:0 2px #412d5b;top:3px; } .msp-preset-btn-114{ background-color: #8d6dc4;color: #fff; } .msp-preset-btn-114:hover{ background-color:#977cc4;color: #fff; } .msp-preset-btn-114:active{ top:1px } .msp-preset-btn-115{ background-color: #8d6dc4;color: #fff; } .msp-preset-btn-115:hover{ background-color:#977cc4;color: #fff; } .msp-preset-btn-115:active{ top:1px } .msp-preset-btn-116{ color: #8d6dc4;border:solid 1px #8d6dc4; } .msp-preset-btn-116:hover{ border-color:#977cc4;color:#977cc4 } .msp-preset-btn-116:active{ top:1px } .msp-preset-btn-117{ background-color: #8d6dc4;color: #fff; } .msp-preset-btn-117:hover{ background-color:#977cc4;color: #fff; } .msp-preset-btn-117:active{ top:1px } .msp-preset-btn-118{ background-color: #8d6dc4;color: #fff;box-shadow:0 5px #7c51c4; } .msp-preset-btn-118:hover{ background-color:#977cc4;box-shadow:0 4px #7c51c4;top:1px;color: #fff; } .msp-preset-btn-118:active{ box-shadow:0 2px #7c51c4;top:3px; } .msp-preset-btn-119{ background-color: #75d69c;color: #fff; } .msp-preset-btn-119:hover{ background-color:#7de5a7;color: #fff; } .msp-preset-btn-119:active{ top:1px } .msp-preset-btn-120{ background-color: #75d69c;color: #fff; } .msp-preset-btn-120:hover{ background-color:#7de5a7;color: #fff; } .msp-preset-btn-120:active{ top:1px } .msp-preset-btn-121{ color: #75d69c;border:solid 1px #75d69c; } .msp-preset-btn-121:hover{ border-color:#7de5a7;color:#7de5a7 } .msp-preset-btn-121:active{ top:1px } .msp-preset-btn-122{ background-color: #75d69c;color: #fff; } .msp-preset-btn-122:hover{ background-color:#7de5a7;color: #fff; } .msp-preset-btn-122:active{ top:1px } .msp-preset-btn-123{ background-color: #75d69c;color: #fff;box-shadow:0 5px #41d67d; } .msp-preset-btn-123:hover{ background-color:#7de5a7;box-shadow:0 4px #41d67d;top:1px;color: #fff; } .msp-preset-btn-123:active{ box-shadow:0 2px #41d67d;top:3px; } .msp-preset-btn-124{ background-color: #222;color: #fff; } .msp-preset-btn-124:hover{ background-color:#333;color: #fff; } .msp-preset-btn-124:active{ top:1px } .msp-preset-btn-125{ background-color: #222;color: #fff; } .msp-preset-btn-125:hover{ background-color:#333;color: #fff; } .msp-preset-btn-125:active{ top:1px } .msp-preset-btn-126{ color: #222;border:solid 1px #222; } .msp-preset-btn-126:hover{ border-color:#333;color:#333 } .msp-preset-btn-126:active{ top:1px } .msp-preset-btn-127{ background-color: #222;color: #fff; } .msp-preset-btn-127:hover{ background-color:#333;color: #fff; } .msp-preset-btn-127:active{ top:1px } .msp-preset-btn-128{ background-color: #222;color: #fff;box-shadow:0 5px #000; } .msp-preset-btn-128:hover{ background-color:#333;box-shadow:0 4px #000;top:1px;color: #fff; } .msp-preset-btn-128:active{ box-shadow:0 2px #000;top:3px; } .msp-preset-btn-129{ background-color: #dedede;color: #666; } .msp-preset-btn-129:hover{ background-color:#d1d1d1;color: #666; } .msp-preset-btn-129:active{ top:1px } .msp-preset-btn-130{ background-color: #dedede;color: #666; } .msp-preset-btn-130:hover{ background-color:#d1d1d1;color: #666; } .msp-preset-btn-130:active{ top:1px } .msp-preset-btn-131{ color: #dedede;border:solid 1px #dedede; } .msp-preset-btn-131:hover{ border-color:#d1d1d1;color:#d1d1d1 } .msp-preset-btn-131:active{ top:1px } .msp-preset-btn-132{ background-color: #dedede;color: #666; } .msp-preset-btn-132:hover{ background-color:#d1d1d1;color: #666; } .msp-preset-btn-132:active{ top:1px } .msp-preset-btn-133{ background-color: #dedede;color: #666;box-shadow:0 5px #CACACA; } .msp-preset-btn-133:hover{ background-color:#d1d1d1;color: #666;box-shadow:0 4px #CACACA;top:1px } .msp-preset-btn-133:active{ box-shadow:0 2px #CACACA;top:3px; } .msp-preset-btn-134{ background-color: #f7be68;color: #fff; } .msp-preset-btn-134:hover{ background-color:#e9b362;color: #fff; } .msp-preset-btn-134:active{ top:1px } .msp-preset-btn-135{ background-color: #f7be68;color: #fff; } .msp-preset-btn-135:hover{ background-color:#e9b362;color: #fff; } .msp-preset-btn-135:active{ top:1px } .msp-preset-btn-136{ color: #f7be68;border:solid 1px #f7be68; } .msp-preset-btn-136:hover{ border-color:#e9b362;color:#e9b362 } .msp-preset-btn-136:active{ top:1px } .msp-preset-btn-137{ background-color: #f7be68;color: #fff; } .msp-preset-btn-137:hover{ background-color:#e9b362;color: #fff; } .msp-preset-btn-137:active{ top:1px } .msp-preset-btn-138{ background-color: #f7be68;color: #fff;box-shadow:0 5px #E7AF59; } .msp-preset-btn-138:hover{ background-color:#e9b362;box-shadow:0 4px #E7AF59;top:1px;color: #fff; } .msp-preset-btn-138:active{ box-shadow:0 2px #E7AF59;top:3px; } .msp-preset-btn-139{ background-color: #5aa1e3;color: #fff; } .msp-preset-btn-139:hover{ background-color:#5faaef;color: #fff; } .msp-preset-btn-139:active{ top:1px } .msp-preset-btn-140{ background-color: #5aa1e3;color: #fff; } .msp-preset-btn-140:hover{ background-color:#5faaef;color: #fff; } .msp-preset-btn-140:active{ top:1px } .msp-preset-btn-141{ color: #5aa1e3;border:solid 1px #5aa1e3; } .msp-preset-btn-141:hover{ border-color:#5faaef;color:#5faaef } .msp-preset-btn-141:active{ top:1px } .msp-preset-btn-142{ background-color: #5aa1e3;color: #fff; } .msp-preset-btn-142:hover{ background-color:#5faaef;color: #fff; } .msp-preset-btn-142:active{ top:1px } .msp-preset-btn-143{ background-color: #5aa1e3;color: #fff;box-shadow:0 5px #4c87bf; } .msp-preset-btn-143:hover{ background-color:#5faaef;box-shadow:0 4px #4c87bf;top:1px;color: #fff; } .msp-preset-btn-143:active{ box-shadow:0 2px #4c87bf;top:3px; } .msp-preset-btn-144{ background-color: #6dab3c;color: #fff; } .msp-preset-btn-144:hover{ background-color:#76b941;color: #fff; } .msp-preset-btn-144:active{ top:1px } .msp-preset-btn-145{ background-color: #6dab3c;color: #fff; } .msp-preset-btn-145:hover{ background-color:#76b941;color: #fff; } .msp-preset-btn-145:active{ top:1px } .msp-preset-btn-146{ color: #6dab3c;border:solid 1px #6dab3c; } .msp-preset-btn-146:hover{ border-color:#76b941;color:#76b941 } .msp-preset-btn-146:active{ top:1px } .msp-preset-btn-147{ background-color: #6dab3c;color: #fff; } .msp-preset-btn-147:hover{ background-color:#76b941;color: #fff; } .msp-preset-btn-147:active{ top:1px } .msp-preset-btn-148{ background-color: #6dab3c;color: #fff;box-shadow:0 5px #5e9334; } .msp-preset-btn-148:hover{ background-color:#76b941;box-shadow:0 4px #5e9334;top:1px;color: #fff; } .msp-preset-btn-148:active{ box-shadow:0 2px #5e9334;top:3px; } .msp-preset-btn-149{ background-color: #f4524d;color: #fff; } .msp-preset-btn-149:hover{ background-color:#e04b47;color: #fff; } .msp-preset-btn-149:active{ top:1px } .msp-preset-btn-150{ background-color: #f4524d;color: #fff; } .msp-preset-btn-150:hover{ background-color:#e04b47;color: #fff; } .msp-preset-btn-150:active{ top:1px } .msp-preset-btn-151{ color: #f4524d;border:solid 1px #f4524d; } .msp-preset-btn-151:hover{ border-color:#e04b47;color:#e04b47 } .msp-preset-btn-151:active{ top:1px } .msp-preset-btn-152{ background-color: #f4524d;color: #fff; } .msp-preset-btn-152:hover{ background-color:#e04b47;color: #fff; } .msp-preset-btn-152:active{ top:1px } .msp-preset-btn-153{ background-color: #f4524d;color: #fff;box-shadow:0 5px #cb4440; } .msp-preset-btn-153:hover{ background-color:#e04b47;box-shadow:0 4px #cb4440;top:1px;color: #fff; } .msp-preset-btn-153:active{ box-shadow:0 2px #cb4440;top:3px; } .msp-preset-btn-154{ background-color: #f79468;color: #fff; } .msp-preset-btn-154:hover{ background-color:#e78a61;color: #fff; } .msp-preset-btn-154:active{ top:1px } .msp-preset-btn-155{ background-color: #f79468;color: #fff; } .msp-preset-btn-155:hover{ background-color:#e78a61;color: #fff; } .msp-preset-btn-155:active{ top:1px } .msp-preset-btn-156{ color: #f79468;border:solid 1px #f79468; } .msp-preset-btn-156:hover{ border-color:#e78a61;color:#e78a61 } .msp-preset-btn-156:active{ top:1px } .msp-preset-btn-157{ background-color: #f79468;color: #fff; } .msp-preset-btn-157:hover{ background-color:#e78a61;color: #fff; } .msp-preset-btn-157:active{ top:1px } .msp-preset-btn-158{ background-color: #f79468;color: #fff;box-shadow:0 5px #da835c; } .msp-preset-btn-158:hover{ background-color:#e78a61;box-shadow:0 4px #da835c;top:1px;color: #fff; } .msp-preset-btn-158:active{ box-shadow:0 2px #da835c;top:3px; }');
/*!40000 ALTER TABLE `wp_masterslider_options` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_masterslider_sliders` (
`ID` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`alias` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`type` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`slides_num` smallint(5) unsigned NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`params` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`custom_styles` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`custom_fonts` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`status` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'draft',
PRIMARY KEY (`ID`),
KEY `date_created` (`date_created`),
KEY `alias` (`alias`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_masterslider_sliders` WRITE;
/*!40000 ALTER TABLE `wp_masterslider_sliders` DISABLE KEYS */;
INSERT INTO `wp_masterslider_sliders` VALUES (1,'Untitled Slider','ms-1','',0,'2019-06-04 20:55:09','2019-06-04 20:55:09','a:0:{}','','','draft'),(2,'Service Page Slider copy','ms-1-1','custom',6,'2019-06-04 20:58:07','2019-06-04 20:58:07','eyJtZXRhIjp7IlNldHRpbmdzIWlkcyI6IjEiLCJTZXR0aW5ncyFuZXh0SWQiOjIsIkNvbnRyb2whaWRzIjoiIiwiQ29udHJvbCFuZXh0SWQiOjE2LCJTbGlkZSFpZHMiOiIxLDIsMyw0LDUiLCJTbGlkZSFuZXh0SWQiOjZ9LCJNU1BhbmVsLlNldHRpbmdzIjp7IjEiOiJ7XCJpZFwiOlwiMVwiLFwic25hcHBpbmdcIjp0cnVlLFwiZGlzYWJsZUNvbnRyb2xzXCI6dHJ1ZSxcIm5hbWVcIjpcIlNlcnZpY2UgUGFnZSBTbGlkZXJcIixcIndpZHRoXCI6MTIwMCxcImhlaWdodFwiOjYzOSxcIndyYXBwZXJXaWR0aFVuaXRcIjpcInB4XCIsXCJhdXRvQ3JvcFwiOmZhbHNlLFwidHlwZVwiOlwiY3VzdG9tXCIsXCJzbGlkZXJJZFwiOlwiNVwiLFwibGF5b3V0XCI6XCJmdWxsd2lkdGhcIixcImF1dG9IZWlnaHRcIjpmYWxzZSxcInRyVmlld1wiOlwiYmFzaWNcIixcInNwZWVkXCI6MjAsXCJzcGFjZVwiOjAsXCJzdGFydFwiOlwiMVwiLFwiZ3JhYkN1cnNvclwiOlwiMVwiLFwic3dpcGVcIjpcIjFcIixcIm1vdXNlXCI6XCIxXCIsXCJ3aGVlbFwiOlwiXCIsXCJhdXRvcGxheVwiOlwiXCIsXCJsb29wXCI6XCJcIixcInNodWZmbGVcIjpcIlwiLFwicHJlbG9hZFwiOlwiLTFcIixcIm92ZXJQYXVzZVwiOlwiMVwiLFwiZW5kUGF1c2VcIjpcIlwiLFwiaGlkZUxheWVyc1wiOlwiXCIsXCJkaXJcIjpcImhcIixcInBhcmFsbGF4TW9kZVwiOlwic3dpcGVcIixcInVzZURlZXBMaW5rXCI6ZmFsc2UsXCJkZWVwTGlua1wiOlwibXMtNVwiLFwiZGVlcExpbmtUeXBlXCI6XCJwYXRoXCIsXCJzY3JvbGxQYXJhbGxheE1vdmVcIjozMCxcInNjcm9sbFBhcmFsbGF4QkdNb3ZlXCI6NTAsXCJzY3JvbGxQYXJhbGxheEZhZGVcIjp0cnVlLFwiY2VudGVyQ29udHJvbHNcIjpcIjFcIixcImluc3RhbnRTaG93TGF5ZXJzXCI6XCJcIixcImNsYXNzTmFtZVwiOlwiXCIsXCJjdXN0b21TdHlsZVwiOlwiLm1zLWdhbGxlcnktdGVtcGxhdGUgLm1zLWJ1bGxldCB7IGJhY2tncm91bmQ6ICM1MjUyNTI7IH1cXG4ubXMtZ2FsbGVyeS10ZW1wbGF0ZSAubXMtYnVsbGV0LXNlbGVjdGVkIHsgYmFja2dyb3VuZDogI2ZmZmZmZjsgfVxcbi5tcy1zbGlkZS1pbmZvIHsgbGluZS1oZWlnaHQ6IDE7IH1cIixcInNraW5cIjpcIm1zLXNraW4tbGlnaHQtMlwiLFwibXNUZW1wbGF0ZVwiOlwiaW1hZ2UtZ2FsbGVyeVwiLFwibXNUZW1wbGF0ZUNsYXNzXCI6XCJtcy1nYWxsZXJ5LXRlbXBsYXRlXCIsXCJ1c2VkRm9udHNcIjpcIlwifSJ9LCJNU1BhbmVsLkNvbnRyb2wiOnt9LCJNU1BhbmVsLlNsaWRlIjp7IjEiOiJ7XCJpZFwiOlwiMVwiLFwidGltZWxpbmVfaFwiOjIwMCxcImJnVGh1bWJcIjpcIi8yMDE1LzA4L3NodXR0ZXJzdG9ja18xMDQ2Mzc0ODgtMi0xNTB4MTUwLmpwZ1wiLFwib3JkZXJcIjozLFwiYmdcIjpcIi8yMDE1LzA4L3NodXR0ZXJzdG9ja18xMDQ2Mzc0ODgtMi5qcGdcIixcImR1cmF0aW9uXCI6XCIzXCIsXCJmaWxsTW9kZVwiOlwiZmlsbFwiLFwiaW5mb1wiOlwiQ2l0eSBBdCBOaWdodFwiLFwiYmd2X2ZpbGxtb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfbG9vcFwiOlwiMVwiLFwiYmd2X211dGVcIjpcIjFcIixcImJndl9hdXRvcGF1c2VcIjpcIlwiLFwiYmdBbHRcIjpcIlwiLFwibGF5ZXJfaWRzXCI6W119IiwiMiI6IntcImlkXCI6MixcInRpbWVsaW5lX2hcIjoyMDAsXCJiZ1RodW1iXCI6XCIvMjAxNS8wOC9waG90b2R1bmUtNDY4MTc1My1raXRjaGVuLW0tMTUweDE1MC5qcGdcIixcIm9yZGVyXCI6MSxcImJnXCI6XCIvMjAxNS8wOC9waG90b2R1bmUtNDY4MTc1My1raXRjaGVuLW0uanBnXCIsXCJkdXJhdGlvblwiOlwiM1wiLFwiZmlsbE1vZGVcIjpcImZpbGxcIixcImluZm9cIjpcIktpdGNoZW4gQXJlYVwiLFwiYmd2X2ZpbGxtb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfbG9vcFwiOlwiMVwiLFwiYmd2X211dGVcIjpcIjFcIixcImJndl9hdXRvcGF1c2VcIjpcIlwiLFwiYmdBbHRcIjpcIlwiLFwibGF5ZXJfaWRzXCI6W119IiwiMyI6IntcImlkXCI6MyxcInRpbWVsaW5lX2hcIjoyMDAsXCJiZ1RodW1iXCI6XCIvMjAxNS8wOC9waG90b2R1bmUtNTQ1ODcyMi1sb2Z0LW0tMTUweDE1MC5qcGdcIixcIm9yZGVyXCI6MCxcImJnXCI6XCIvMjAxNS8wOC9waG90b2R1bmUtNTQ1ODcyMi1sb2Z0LW0uanBnXCIsXCJkdXJhdGlvblwiOlwiM1wiLFwiZmlsbE1vZGVcIjpcImZpbGxcIixcImluZm9cIjpcIkNvbW1vbiBSb29tc1wiLFwiYmd2X2ZpbGxtb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfbG9vcFwiOlwiMVwiLFwiYmd2X211dGVcIjpcIjFcIixcImJndl9hdXRvcGF1c2VcIjpcIlwiLFwiYmdBbHRcIjpcIlwiLFwibGF5ZXJfaWRzXCI6W119IiwiNCI6IntcImlkXCI6NCxcInRpbWVsaW5lX2hcIjoyMDAsXCJiZ1RodW1iXCI6XCIvMjAxNS8wOC9zaHV0dGVyc3RvY2tfMTU0NTg1NTA4LTE1MHgxNTAuanBnXCIsXCJvcmRlclwiOjQsXCJiZ1wiOlwiLzIwMTUvMDgvc2h1dHRlcnN0b2NrXzE1NDU4NTUwOC5qcGdcIixcImR1cmF0aW9uXCI6XCIzXCIsXCJmaWxsTW9kZVwiOlwiZmlsbFwiLFwiaW5mb1wiOlwiQmVzdCBQdWIgSW4gVG93blwiLFwiYmd2X2ZpbGxtb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfbG9vcFwiOlwiMVwiLFwiYmd2X211dGVcIjpcIjFcIixcImJndl9hdXRvcGF1c2VcIjpcIlwiLFwiYmdBbHRcIjpcIlwiLFwibGF5ZXJfaWRzXCI6W119IiwiNSI6IntcImlkXCI6NSxcInRpbWVsaW5lX2hcIjoyMDAsXCJiZ1RodW1iXCI6XCIvMjAxNS8wOC9waG90b2R1bmUtMTE4MzI5Mi1ob3RlbC1yb29tLXMxLTE1MHgxNTAuanBnXCIsXCJvcmRlclwiOjIsXCJiZ1wiOlwiLzIwMTUvMDgvcGhvdG9kdW5lLTExODMyOTItaG90ZWwtcm9vbS1zMS5qcGdcIixcImR1cmF0aW9uXCI6XCIzXCIsXCJmaWxsTW9kZVwiOlwiZmlsbFwiLFwiaW5mb1wiOlwiMTIgQmVkIE1hbGUgRG9ybVwiLFwiYmd2X2ZpbGxtb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfbG9vcFwiOlwiMVwiLFwiYmd2X211dGVcIjpcIjFcIixcImJndl9hdXRvcGF1c2VcIjpcIlwiLFwiYmdBbHRcIjpcIlwiLFwibGF5ZXJfaWRzXCI6W119In19','.ms-gallery-template .ms-bullet { background: #525252; }\n.ms-gallery-template .ms-bullet-selected { background: #ffffff; }\n.ms-slide-info { line-height: 1; }','','published'),(3,'Homepage slider full width Hostel copy','ms-3','custom',4,'2019-06-04 20:58:07','2019-06-04 20:58:07','eyJtZXRhIjp7IlNldHRpbmdzIWlkcyI6IjEiLCJTZXR0aW5ncyFuZXh0SWQiOjIsIlNsaWRlIWlkcyI6IjQsNSw2IiwiU2xpZGUhbmV4dElkIjo3LCJTdHlsZSFpZHMiOiIxMCwxMSwxMiwxMywxNCwxNSwxNiwxNyIsIlN0eWxlIW5leHRJZCI6MTgsIkVmZmVjdCFpZHMiOiIxOSwyMCwyMSwyMiwyMywyNCwyNSwyNiwyNywyOCwyOSwzMCwzMSwzMiwzMywzNCIsIkVmZmVjdCFuZXh0SWQiOjM1LCJMYXllciFpZHMiOiIxMCwxMSwxMiwxMywxNCwxNSwxNiwxNyIsIkxheWVyIW5leHRJZCI6MTgsIkNvbnRyb2whaWRzIjoiMSwyIiwiQ29udHJvbCFuZXh0SWQiOjN9LCJNU1BhbmVsLlNldHRpbmdzIjp7IjEiOiJ7XCJpZFwiOlwiMVwiLFwic25hcHBpbmdcIjpmYWxzZSxcIm5hbWVcIjpcIkhvbWVwYWdlIHNsaWRlciBmdWxsIHdpZHRoIEhvc3RlbFwiLFwid2lkdGhcIjoxMTQwLFwiaGVpZ2h0XCI6NzgwLFwid3JhcHBlcldpZHRoXCI6MTIyMCxcIndyYXBwZXJXaWR0aFVuaXRcIjpcInB4XCIsXCJhdXRvQ3JvcFwiOmZhbHNlLFwidHlwZVwiOlwiY3VzdG9tXCIsXCJzbGlkZXJJZFwiOlwiNFwiLFwibGF5b3V0XCI6XCJmdWxsd2lkdGhcIixcImF1dG9IZWlnaHRcIjpmYWxzZSxcInRyVmlld1wiOlwiZmFkZUZsb3dcIixcInNwZWVkXCI6XCIyMFwiLFwic3BhY2VcIjpcIjBcIixcInN0YXJ0XCI6XCIxXCIsXCJncmFiQ3Vyc29yXCI6XCIxXCIsXCJzd2lwZVwiOmZhbHNlLFwibW91c2VcIjpcIjFcIixcIndoZWVsXCI6XCJcIixcImF1dG9wbGF5XCI6dHJ1ZSxcImxvb3BcIjp0cnVlLFwic2h1ZmZsZVwiOlwiXCIsXCJwcmVsb2FkXCI6XCItMVwiLFwib3ZlclBhdXNlXCI6XCIxXCIsXCJlbmRQYXVzZVwiOlwiXCIsXCJoaWRlTGF5ZXJzXCI6XCJcIixcImRpclwiOlwiaFwiLFwicGFyYWxsYXhNb2RlXCI6XCJzd2lwZVwiLFwidXNlRGVlcExpbmtcIjpmYWxzZSxcImRlZXBMaW5rXCI6XCJtcy0xXCIsXCJkZWVwTGlua1R5cGVcIjpcInBhdGhcIixcInNjcm9sbFBhcmFsbGF4XCI6dHJ1ZSxcInNjcm9sbFBhcmFsbGF4TW92ZVwiOjMwLFwic2Nyb2xsUGFyYWxsYXhCR01vdmVcIjo1MCxcInNjcm9sbFBhcmFsbGF4RmFkZVwiOnRydWUsXCJjZW50ZXJDb250cm9sc1wiOlwiMVwiLFwiaW5zdGFudFNob3dMYXllcnNcIjpcIlwiLFwiY2xhc3NOYW1lXCI6XCJcIixcImJnQ29sb3JcIjpcIiMxNzE3MTdcIixcInNraW5cIjpcIm1zLXNraW4tZGVmYXVsdFwiLFwibXNUZW1wbGF0ZVwiOlwiY3VzdG9tXCIsXCJtc1RlbXBsYXRlQ2xhc3NcIjpcIlwiLFwidXNlZEZvbnRzXCI6XCJPcGVuK1NhbnM6MzAwLDcwMHxNZXJyaXdlYXRoZXI6cmVndWxhclwifSJ9LCJNU1BhbmVsLlNsaWRlIjp7IjQiOiJ7XCJpZFwiOjQsXCJ0aW1lbGluZV9oXCI6MjAwLFwiYmdUaHVtYlwiOlwiLzIwMTUvMDgvc2xpZGVyLTEtMTUweDE1MC5qcGdcIixcIm9yZGVyXCI6MCxcImJnXCI6XCIvMjAxNS8wOC9zbGlkZXItMS5qcGdcIixcImR1cmF0aW9uXCI6NyxcImZpbGxNb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfZmlsbG1vZGVcIjpcImZpbGxcIixcImJndl9sb29wXCI6XCIxXCIsXCJiZ3ZfbXV0ZVwiOlwiMVwiLFwiYmd2X2F1dG9wYXVzZVwiOlwiXCIsXCJiZ0FsdFwiOlwiXCIsXCJsYXllcl9pZHNcIjpbMTAsMTEsMTIsMTNdfSIsIjUiOiJ7XCJpZFwiOjUsXCJ0aW1lbGluZV9oXCI6MjAwLFwiYmdUaHVtYlwiOlwiLzIwMTUvMDgvc2xpZGVyLTItMTUweDE1MC5qcGdcIixcIm9yZGVyXCI6MSxcImJnXCI6XCIvMjAxNS8wOC9zbGlkZXItMi5qcGdcIixcImR1cmF0aW9uXCI6XCIzXCIsXCJmaWxsTW9kZVwiOlwiZmlsbFwiLFwiYmd2X2ZpbGxtb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfbG9vcFwiOlwiMVwiLFwiYmd2X211dGVcIjpcIjFcIixcImJndl9hdXRvcGF1c2VcIjpcIlwiLFwiYmdBbHRcIjpcIlwiLFwibGF5ZXJfaWRzXCI6WzE0LDE1XX0iLCI2Ijoie1wiaWRcIjo2LFwidGltZWxpbmVfaFwiOjIwMCxcImJnVGh1bWJcIjpcIi8yMDE1LzA4L3NsaWRlci0zLTE1MHgxNTAuanBnXCIsXCJvcmRlclwiOjIsXCJiZ1wiOlwiLzIwMTUvMDgvc2xpZGVyLTMuanBnXCIsXCJkdXJhdGlvblwiOlwiM1wiLFwiZmlsbE1vZGVcIjpcImZpbGxcIixcImJndl9maWxsbW9kZVwiOlwiZmlsbFwiLFwiYmd2X2xvb3BcIjpcIjFcIixcImJndl9tdXRlXCI6XCIxXCIsXCJiZ3ZfYXV0b3BhdXNlXCI6XCJcIixcImJnQWx0XCI6XCJcIixcImxheWVyX2lkc1wiOlsxNiwxN119In0sIk1TUGFuZWwuU3R5bGUiOnsiMTAiOiJ7XCJpZFwiOjEwLFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi01LTEwXCIsXCJmb250RmFtaWx5XCI6XCJPcGVuIFNhbnNcIixcImZvbnRXZWlnaHRcIjpcIjMwMFwiLFwiZm9udFNpemVcIjo0MCxcImxldHRlclNwYWNpbmdcIjozLFwibGluZUhlaWdodFwiOlwiNDRweFwiLFwiY29sb3JcIjpcIiNmZmZmZmZcIixcImN1c3RvbVwiOlwidGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcIn0iLCIxMSI6IntcImlkXCI6MTEsXCJ0eXBlXCI6XCJjdXN0b21cIixcImNsYXNzTmFtZVwiOlwibXNwLWNuLTQtMTFcIixcImZvbnRGYW1pbHlcIjpcIk9wZW4gU2Fuc1wiLFwiZm9udFdlaWdodFwiOlwiNzAwXCIsXCJmb250U2l6ZVwiOjc4LFwibGV0dGVyU3BhY2luZ1wiOjQsXCJsaW5lSGVpZ2h0XCI6XCJub3JtYWxcIixcImNvbG9yXCI6XCIjMzNkMmIzXCIsXCJjdXN0b21cIjpcInRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XCJ9IiwiMTIiOiJ7XCJpZFwiOjEyLFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi01LTEyXCIsXCJiYWNrZ3JvdW5kQ29sb3JcIjpcIiNmZmZmZmZcIixcImZvbnRXZWlnaHRcIjpcIm5vcm1hbFwiLFwibGluZUhlaWdodFwiOlwibm9ybWFsXCJ9IiwiMTMiOiJ7XCJpZFwiOjEzLFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi01LTEzXCIsXCJmb250RmFtaWx5XCI6XCJNZXJyaXdlYXRoZXJcIixcImZvbnRXZWlnaHRcIjpcIm5vcm1hbFwiLFwiZm9udFNpemVcIjoxNixcImxldHRlclNwYWNpbmdcIjoyLFwibGluZUhlaWdodFwiOlwibm9ybWFsXCIsXCJjb2xvclwiOlwiI2ZmZmZmZlwifSIsIjE0Ijoie1wiaWRcIjoxNCxcInR5cGVcIjpcImN1c3RvbVwiLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tNC0xNFwiLFwiZm9udEZhbWlseVwiOlwiT3BlbiBTYW5zXCIsXCJmb250V2VpZ2h0XCI6XCI3MDBcIixcImZvbnRTaXplXCI6NzYsXCJsZXR0ZXJTcGFjaW5nXCI6MyxcImxpbmVIZWlnaHRcIjpcIm5vcm1hbFwiLFwiY29sb3JcIjpcIiNmZmZmZmZcIixcImN1c3RvbVwiOlwidGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcIn0iLCIxNSI6IntcImlkXCI6MTUsXCJ0eXBlXCI6XCJjdXN0b21cIixcImNsYXNzTmFtZVwiOlwibXNwLWNuLTQtMTVcIixcImZvbnRGYW1pbHlcIjpcIk9wZW4gU2Fuc1wiLFwiZm9udFdlaWdodFwiOlwiMzAwXCIsXCJmb250U2l6ZVwiOjMwLFwibGV0dGVyU3BhY2luZ1wiOjIsXCJsaW5lSGVpZ2h0XCI6XCJub3JtYWxcIixcImNvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiMTYiOiJ7XCJpZFwiOjE2LFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi00LTE2XCIsXCJmb250RmFtaWx5XCI6XCJPcGVuIFNhbnNcIixcImZvbnRXZWlnaHRcIjpcIjcwMFwiLFwiZm9udFNpemVcIjo2MyxcImxldHRlclNwYWNpbmdcIjoyLFwibGluZUhlaWdodFwiOlwibm9ybWFsXCIsXCJjb2xvclwiOlwiIzRjODRjYVwiLFwiY3VzdG9tXCI6XCJ0ZXh0LXRyYW5zZm9ybSA6IHVwcGVyY2FzZTtcIn0iLCIxNyI6IntcImlkXCI6MTcsXCJ0eXBlXCI6XCJjdXN0b21cIixcImNsYXNzTmFtZVwiOlwibXNwLWNuLTQtMTdcIixcImZvbnRGYW1pbHlcIjpcIk9wZW4gU2Fuc1wiLFwiZm9udFdlaWdodFwiOlwiNzAwXCIsXCJmb250U2l6ZVwiOjYxLFwibGV0dGVyU3BhY2luZ1wiOjIsXCJsaW5lSGVpZ2h0XCI6XCJub3JtYWxcIixcImNvbG9yXCI6XCIjMWFiYzljXCIsXCJjdXN0b21cIjpcInRleHQtdHJhbnNmb3JtIDogdXBwZXJjYXNlO1wifSJ9LCJNU1BhbmVsLkVmZmVjdCI6eyIxOSI6IntcImlkXCI6MTksXCJmYWRlXCI6dHJ1ZX0iLCIyMCI6IntcImlkXCI6MjAsXCJmYWRlXCI6dHJ1ZX0iLCIyMSI6IntcImlkXCI6MjEsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVpcIjotNTAwfSIsIjIyIjoie1wiaWRcIjoyMixcImZhZGVcIjp0cnVlfSIsIjIzIjoie1wiaWRcIjoyMyxcImZhZGVcIjp0cnVlfSIsIjI0Ijoie1wiaWRcIjoyNCxcImZhZGVcIjp0cnVlfSIsIjI1Ijoie1wiaWRcIjoyNSxcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWlwiOjUwMH0iLCIyNiI6IntcImlkXCI6MjYsXCJmYWRlXCI6dHJ1ZX0iLCIyNyI6IntcImlkXCI6MjcsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVpcIjotNTAwfSIsIjI4Ijoie1wiaWRcIjoyOCxcImZhZGVcIjp0cnVlfSIsIjI5Ijoie1wiaWRcIjoyOSxcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWlwiOjUwMH0iLCIzMCI6IntcImlkXCI6MzAsXCJmYWRlXCI6dHJ1ZX0iLCIzMSI6IntcImlkXCI6MzEsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVlcIjoyNTAsXCJza2V3WVwiOi0yNX0iLCIzMiI6IntcImlkXCI6MzIsXCJmYWRlXCI6dHJ1ZX0iLCIzMyI6IntcImlkXCI6MzMsXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVlcIjoyNTAsXCJza2V3WVwiOi0yNX0iLCIzNCI6IntcImlkXCI6MzQsXCJmYWRlXCI6dHJ1ZX0ifSwiTVNQYW5lbC5MYXllciI6eyIxMCI6IntcImlkXCI6MTAsXCJuYW1lXCI6XCJXZWxjb21lXCIsXCJpc0xvY2tlZFwiOmZhbHNlLFwiaXNIaWRlZFwiOmZhbHNlLFwiaXNTb2xvZWRcIjpmYWxzZSxcInNob3dUcmFuc2Zvcm1cIjpcIlwiLFwic2hvd09yaWdpblwiOlwiXCIsXCJzaG93RmFkZVwiOnRydWUsXCJoaWRlVHJhbnNmb3JtXCI6XCJcIixcImhpZGVPcmlnaW5cIjpcIlwiLFwiaGlkZUZhZGVcIjp0cnVlLFwic3RhZ2VPZmZzZXRYXCI6MCxcInN0YWdlT2Zmc2V0WVwiOjAsXCJvcmRlclwiOjAsXCJ0eXBlXCI6XCJ0ZXh0XCIsXCJwb3NpdGlvblwiOlwibm9ybWFsXCIsXCJub1N3aXBlXCI6ZmFsc2UsXCJjb250ZW50XCI6XCJUaGlzIGlzIHRoZSBiZXN0XCIsXCJ2aWRlb1wiOlwiaHR0cDovL3BsYXllci52aW1lby5jb20vdmlkZW8vMTE3MjEyNDJcIixcImFsaWduXCI6XCJ0b3BcIixcInVzZUFjdGlvblwiOmZhbHNlLFwic2Nyb2xsRHVyYXRpb25cIjoyLFwib2Zmc2V0WFwiOjAsXCJvZmZzZXRZXCI6LTc5LFwicmVzaXplXCI6dHJ1ZSxcImZpeGVkXCI6ZmFsc2UsXCJ3aWR0aGxpbWl0XCI6XCIwXCIsXCJvcmlnaW5cIjpcIm1jXCIsXCJzdGF5SG92ZXJcIjp0cnVlLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tNS0xMFwiLFwic2hvd0R1cmF0aW9uXCI6MC44NjI1LFwic2hvd0RlbGF5XCI6MCxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjpudWxsLFwic3R5bGVNb2RlbFwiOjEwLFwic2hvd0VmZmVjdFwiOjE5LFwiaGlkZUVmZmVjdFwiOjIwfSIsIjExIjoie1wiaWRcIjoxMSxcIm5hbWVcIjpcIkhvdGVsIE1hc3RlclwiLFwiaXNMb2NrZWRcIjpmYWxzZSxcImlzSGlkZWRcIjpmYWxzZSxcImlzU29sb2VkXCI6ZmFsc2UsXCJzaG93VHJhbnNmb3JtXCI6XCJwZXJzcGVjdGl2ZSgyMDAwcHgpIHRyYW5zbGF0ZVooLTUwMHB4KVwiLFwic2hvd09yaWdpblwiOlwiNTAlIDUwJSAwcHhcIixcInNob3dGYWRlXCI6dHJ1ZSxcImhpZGVUcmFuc2Zvcm1cIjpcIlwiLFwiaGlkZU9yaWdpblwiOlwiXCIsXCJoaWRlRmFkZVwiOnRydWUsXCJzdGFnZU9mZnNldFhcIjowLFwic3RhZ2VPZmZzZXRZXCI6MCxcIm9yZGVyXCI6MixcInR5cGVcIjpcInRleHRcIixcInBvc2l0aW9uXCI6XCJub3JtYWxcIixcIm5vU3dpcGVcIjpmYWxzZSxcImNvbnRlbnRcIjpcIlJvb20gUmVzZXJ2YXRpb25cIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6MCxcIm9mZnNldFlcIjo1MCxcInJlc2l6ZVwiOnRydWUsXCJmaXhlZFwiOmZhbHNlLFwid2lkdGhsaW1pdFwiOlwiMFwiLFwib3JpZ2luXCI6XCJtY1wiLFwic3RheUhvdmVyXCI6dHJ1ZSxcImNsYXNzTmFtZVwiOlwibXNwLWNuLTQtMTFcIixcInNob3dEdXJhdGlvblwiOjAuNzEyNSxcInNob3dEZWxheVwiOjAuOTc1LFwic2hvd0Vhc2VcIjpcImVhc2VPdXRRdWludFwiLFwic2hvd0VmZkZ1bmNcIjpcInQodHJ1ZSxuLG4sLTUwMCxuLG4sbixuLG4sbixuLG4sbixuLG4pXCIsXCJ1c2VIaWRlXCI6ZmFsc2UsXCJoaWRlRHVyYXRpb25cIjoxLFwiaGlkZURlbGF5XCI6MSxcImhpZGVFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcImJ0bkNsYXNzXCI6XCJtcy1idG4gbXMtZGVmYXVsdC1idG5cIixcInNsaWRlXCI6bnVsbCxcInN0eWxlTW9kZWxcIjoxMSxcInNob3dFZmZlY3RcIjoyMSxcImhpZGVFZmZlY3RcIjoyMn0iLCIxMiI6IntcImlkXCI6MTIsXCJuYW1lXCI6XCJkaXZpZGVyXCIsXCJpc0xvY2tlZFwiOmZhbHNlLFwiaXNIaWRlZFwiOmZhbHNlLFwiaXNTb2xvZWRcIjpmYWxzZSxcInNob3dUcmFuc2Zvcm1cIjpcIlwiLFwic2hvd09yaWdpblwiOlwiXCIsXCJzaG93RmFkZVwiOnRydWUsXCJoaWRlVHJhbnNmb3JtXCI6XCJcIixcImhpZGVPcmlnaW5cIjpcIlwiLFwiaGlkZUZhZGVcIjp0cnVlLFwic3RhZ2VPZmZzZXRYXCI6MCxcInN0YWdlT2Zmc2V0WVwiOjAsXCJvcmRlclwiOjEsXCJ0eXBlXCI6XCJ0ZXh0XCIsXCJwb3NpdGlvblwiOlwibm9ybWFsXCIsXCJub1N3aXBlXCI6ZmFsc2UsXCJjb250ZW50XCI6XCJcIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6MCxcIm9mZnNldFlcIjotMjQsXCJ3aWR0aFwiOjQ4LFwiaGVpZ2h0XCI6MixcInJlc2l6ZVwiOnRydWUsXCJmaXhlZFwiOmZhbHNlLFwid2lkdGhsaW1pdFwiOlwiMFwiLFwib3JpZ2luXCI6XCJtY1wiLFwic3RheUhvdmVyXCI6dHJ1ZSxcImNsYXNzTmFtZVwiOlwibXNwLWNuLTUtMTJcIixcInNob3dEdXJhdGlvblwiOjAuNzc1LFwic2hvd0RlbGF5XCI6MC41MjUsXCJzaG93RWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJ1c2VIaWRlXCI6ZmFsc2UsXCJoaWRlRHVyYXRpb25cIjoxLFwiaGlkZURlbGF5XCI6MSxcImhpZGVFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcImJ0bkNsYXNzXCI6XCJtcy1idG4gbXMtZGVmYXVsdC1idG5cIixcInNsaWRlXCI6bnVsbCxcInN0eWxlTW9kZWxcIjoxMixcInNob3dFZmZlY3RcIjoyMyxcImhpZGVFZmZlY3RcIjoyNH0iLCIxMyI6IntcImlkXCI6MTMsXCJuYW1lXCI6XCJkZXNjXCIsXCJpc0xvY2tlZFwiOmZhbHNlLFwiaXNIaWRlZFwiOmZhbHNlLFwiaXNTb2xvZWRcIjpmYWxzZSxcInNob3dUcmFuc2Zvcm1cIjpcInBlcnNwZWN0aXZlKDIwMDBweCkgdHJhbnNsYXRlWig1MDBweClcIixcInNob3dPcmlnaW5cIjpcIjUwJSA1MCUgMHB4XCIsXCJzaG93RmFkZVwiOnRydWUsXCJoaWRlVHJhbnNmb3JtXCI6XCJcIixcImhpZGVPcmlnaW5cIjpcIlwiLFwiaGlkZUZhZGVcIjp0cnVlLFwic3RhZ2VPZmZzZXRYXCI6MCxcInN0YWdlT2Zmc2V0WVwiOjAsXCJvcmRlclwiOjMsXCJ0eXBlXCI6XCJ0ZXh0XCIsXCJwb3NpdGlvblwiOlwibm9ybWFsXCIsXCJub1N3aXBlXCI6ZmFsc2UsXCJjb250ZW50XCI6XCJXb3JkcHJlc3MgVGhlbWUgT24gRWFydGhcIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6MCxcIm9mZnNldFlcIjoxMzUsXCJyZXNpemVcIjp0cnVlLFwiZml4ZWRcIjpmYWxzZSxcIndpZHRobGltaXRcIjpcIjBcIixcIm9yaWdpblwiOlwibWNcIixcInN0YXlIb3ZlclwiOnRydWUsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi01LTEzXCIsXCJzaG93RHVyYXRpb25cIjowLjc1LFwic2hvd0RlbGF5XCI6MS40NjI1LFwic2hvd0Vhc2VcIjpcImVhc2VPdXRRdWludFwiLFwic2hvd0VmZkZ1bmNcIjpcInQodHJ1ZSxuLG4sNTAwLG4sbixuLG4sbixuLG4sbixuLG4sbilcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjpudWxsLFwic3R5bGVNb2RlbFwiOjEzLFwic2hvd0VmZmVjdFwiOjI1LFwiaGlkZUVmZmVjdFwiOjI2fSIsIjE0Ijoie1wiaWRcIjoxNCxcIm5hbWVcIjpcImxheWVyXCIsXCJpc0xvY2tlZFwiOmZhbHNlLFwiaXNIaWRlZFwiOmZhbHNlLFwiaXNTb2xvZWRcIjpmYWxzZSxcInNob3dUcmFuc2Zvcm1cIjpcInBlcnNwZWN0aXZlKDIwMDBweCkgdHJhbnNsYXRlWigtNTAwcHgpXCIsXCJzaG93T3JpZ2luXCI6XCI1MCUgNTAlIDBweFwiLFwic2hvd0ZhZGVcIjp0cnVlLFwiaGlkZVRyYW5zZm9ybVwiOlwiXCIsXCJoaWRlT3JpZ2luXCI6XCJcIixcImhpZGVGYWRlXCI6dHJ1ZSxcInN0YWdlT2Zmc2V0WFwiOjAsXCJzdGFnZU9mZnNldFlcIjowLFwib3JkZXJcIjowLFwidHlwZVwiOlwidGV4dFwiLFwicG9zaXRpb25cIjpcIm5vcm1hbFwiLFwibm9Td2lwZVwiOmZhbHNlLFwiY29udGVudFwiOlwiRW5qb3kgdGhlIGNpdHlcIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6LTAuNSxcIm9mZnNldFlcIjotMTguNSxcInJlc2l6ZVwiOnRydWUsXCJmaXhlZFwiOmZhbHNlLFwid2lkdGhsaW1pdFwiOlwiMFwiLFwib3JpZ2luXCI6XCJtY1wiLFwic3RheUhvdmVyXCI6dHJ1ZSxcImNsYXNzTmFtZVwiOlwibXNwLWNuLTQtMTRcIixcInNob3dEdXJhdGlvblwiOjAuNDI1LFwic2hvd0RlbGF5XCI6MCxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInNob3dFZmZGdW5jXCI6XCJ0KHRydWUsbixuLC01MDAsbixuLG4sbixuLG4sbixuLG4sbixuKVwiLFwidXNlSGlkZVwiOmZhbHNlLFwiaGlkZUR1cmF0aW9uXCI6MSxcImhpZGVEZWxheVwiOjEsXCJoaWRlRWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJidG5DbGFzc1wiOlwibXMtYnRuIG1zLWRlZmF1bHQtYnRuXCIsXCJzbGlkZVwiOjUsXCJzdHlsZU1vZGVsXCI6MTQsXCJzaG93RWZmZWN0XCI6MjcsXCJoaWRlRWZmZWN0XCI6Mjh9IiwiMTUiOiJ7XCJpZFwiOjE1LFwibmFtZVwiOlwibGF5ZXJcIixcImlzTG9ja2VkXCI6ZmFsc2UsXCJpc0hpZGVkXCI6ZmFsc2UsXCJpc1NvbG9lZFwiOmZhbHNlLFwic2hvd1RyYW5zZm9ybVwiOlwicGVyc3BlY3RpdmUoMjAwMHB4KSB0cmFuc2xhdGVaKDUwMHB4KVwiLFwic2hvd09yaWdpblwiOlwiNTAlIDUwJSAwcHhcIixcInNob3dGYWRlXCI6dHJ1ZSxcImhpZGVUcmFuc2Zvcm1cIjpcIlwiLFwiaGlkZU9yaWdpblwiOlwiXCIsXCJoaWRlRmFkZVwiOnRydWUsXCJzdGFnZU9mZnNldFhcIjowLFwic3RhZ2VPZmZzZXRZXCI6MCxcIm9yZGVyXCI6MSxcInR5cGVcIjpcInRleHRcIixcInBvc2l0aW9uXCI6XCJub3JtYWxcIixcIm5vU3dpcGVcIjpmYWxzZSxcImNvbnRlbnRcIjpcIkFuZCBFeHBsb3JlIE5ldyBFeHBlcmllbmNlc1wiLFwidmlkZW9cIjpcImh0dHA6Ly9wbGF5ZXIudmltZW8uY29tL3ZpZGVvLzExNzIxMjQyXCIsXCJhbGlnblwiOlwidG9wXCIsXCJ1c2VBY3Rpb25cIjpmYWxzZSxcInNjcm9sbER1cmF0aW9uXCI6MixcIm9mZnNldFhcIjowLFwib2Zmc2V0WVwiOjU4LjUsXCJyZXNpemVcIjp0cnVlLFwiZml4ZWRcIjpmYWxzZSxcIndpZHRobGltaXRcIjpcIjBcIixcIm9yaWdpblwiOlwibWNcIixcInN0YXlIb3ZlclwiOnRydWUsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi00LTE1XCIsXCJzaG93RHVyYXRpb25cIjowLjQ3NSxcInNob3dEZWxheVwiOjAuNDUsXCJzaG93RWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJzaG93RWZmRnVuY1wiOlwidCh0cnVlLG4sbiw1MDAsbixuLG4sbixuLG4sbixuLG4sbixuKVwiLFwidXNlSGlkZVwiOmZhbHNlLFwiaGlkZUR1cmF0aW9uXCI6MSxcImhpZGVEZWxheVwiOjEsXCJoaWRlRWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJidG5DbGFzc1wiOlwibXMtYnRuIG1zLWRlZmF1bHQtYnRuXCIsXCJzbGlkZVwiOjUsXCJzdHlsZU1vZGVsXCI6MTUsXCJzaG93RWZmZWN0XCI6MjksXCJoaWRlRWZmZWN0XCI6MzB9IiwiMTYiOiJ7XCJpZFwiOjE2LFwibmFtZVwiOlwibGF5ZXJcIixcImlzTG9ja2VkXCI6ZmFsc2UsXCJpc0hpZGVkXCI6ZmFsc2UsXCJpc1NvbG9lZFwiOmZhbHNlLFwic2hvd1RyYW5zZm9ybVwiOlwicGVyc3BlY3RpdmUoMjAwMHB4KSB0cmFuc2xhdGVZKDI1MHB4KSBza2V3WSgtMjVkZWcpIFwiLFwic2hvd09yaWdpblwiOlwiNTAlIDUwJSAwcHhcIixcInNob3dGYWRlXCI6dHJ1ZSxcImhpZGVUcmFuc2Zvcm1cIjpcIlwiLFwiaGlkZU9yaWdpblwiOlwiXCIsXCJoaWRlRmFkZVwiOnRydWUsXCJzdGFnZU9mZnNldFhcIjowLFwic3RhZ2VPZmZzZXRZXCI6MCxcIm9yZGVyXCI6MCxcInR5cGVcIjpcInRleHRcIixcInBvc2l0aW9uXCI6XCJub3JtYWxcIixcIm5vU3dpcGVcIjpmYWxzZSxcImNvbnRlbnRcIjpcIk5ldyBGcmllbmRzIMKgTmV3IEN1bHRyZXNcIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6LTAuNSxcIm9mZnNldFlcIjotMjcsXCJyZXNpemVcIjp0cnVlLFwiZml4ZWRcIjpmYWxzZSxcIndpZHRobGltaXRcIjpcIjBcIixcIm9yaWdpblwiOlwibWNcIixcInN0YXlIb3ZlclwiOnRydWUsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi00LTE2XCIsXCJzaG93RHVyYXRpb25cIjoxLFwic2hvd0RlbGF5XCI6MCxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInNob3dFZmZGdW5jXCI6XCJ0KHRydWUsbiwyNTAsbixuLG4sbixuLG4sbixuLC0yNSxuLG4sbilcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjo2LFwic3R5bGVNb2RlbFwiOjE2LFwic2hvd0VmZmVjdFwiOjMxLFwiaGlkZUVmZmVjdFwiOjMyfSIsIjE3Ijoie1wiaWRcIjoxNyxcIm5hbWVcIjpcImxheWVyXCIsXCJpc0xvY2tlZFwiOmZhbHNlLFwiaXNIaWRlZFwiOmZhbHNlLFwiaXNTb2xvZWRcIjpmYWxzZSxcInNob3dUcmFuc2Zvcm1cIjpcInBlcnNwZWN0aXZlKDIwMDBweCkgdHJhbnNsYXRlWSgyNTBweCkgc2tld1koLTI1ZGVnKSBcIixcInNob3dPcmlnaW5cIjpcIjUwJSA1MCUgMHB4XCIsXCJzaG93RmFkZVwiOnRydWUsXCJoaWRlVHJhbnNmb3JtXCI6XCJcIixcImhpZGVPcmlnaW5cIjpcIlwiLFwiaGlkZUZhZGVcIjp0cnVlLFwic3RhZ2VPZmZzZXRYXCI6MCxcInN0YWdlT2Zmc2V0WVwiOjAsXCJvcmRlclwiOjEsXCJ0eXBlXCI6XCJ0ZXh0XCIsXCJwb3NpdGlvblwiOlwibm9ybWFsXCIsXCJub1N3aXBlXCI6ZmFsc2UsXCJjb250ZW50XCI6XCJOZXcgRXhwZXJpZW5jZXNcIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6MC41LFwib2Zmc2V0WVwiOjYwLjUsXCJyZXNpemVcIjp0cnVlLFwiZml4ZWRcIjpmYWxzZSxcIndpZHRobGltaXRcIjpcIjBcIixcIm9yaWdpblwiOlwibWNcIixcInN0YXlIb3ZlclwiOnRydWUsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi00LTE3XCIsXCJzaG93RHVyYXRpb25cIjoxLFwic2hvd0RlbGF5XCI6MCxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInNob3dFZmZGdW5jXCI6XCJ0KHRydWUsbiwyNTAsbixuLG4sbixuLG4sbixuLC0yNSxuLG4sbilcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjo2LFwic3R5bGVNb2RlbFwiOjE3LFwic2hvd0VmZmVjdFwiOjMzLFwiaGlkZUVmZmVjdFwiOjM0fSJ9LCJNU1BhbmVsLkNvbnRyb2wiOnsiMSI6IntcImlkXCI6XCIxXCIsXCJsYWJlbFwiOlwiQXJyb3dzXCIsXCJuYW1lXCI6XCJhcnJvd3NcIixcImF1dG9IaWRlXCI6dHJ1ZSxcIm92ZXJWaWRlb1wiOnRydWUsXCJpbnNldFwiOnRydWV9IiwiMiI6IntcImlkXCI6MixcImxhYmVsXCI6XCJCdWxsZXRzXCIsXCJuYW1lXCI6XCJidWxsZXRzXCIsXCJhdXRvSGlkZVwiOmZhbHNlLFwib3ZlclZpZGVvXCI6dHJ1ZSxcIm1hcmdpblwiOjI1LFwiZGlyXCI6XCJoXCIsXCJzcGFjZVwiOjgsXCJhbGlnblwiOlwiYm90dG9tXCIsXCJpbnNldFwiOnRydWV9In19','.msp-cn-5-10 { font-family:\"Open Sans\";font-weight:300;font-size:40px;letter-spacing:3px;line-height:44px;color:#ffffff;text-transform: uppercase; } \n.msp-cn-4-11 { font-family:\"Open Sans\";font-weight:700;font-size:78px;letter-spacing:4px;line-height:normal;color:#33d2b3;text-transform: uppercase; } \n.msp-cn-5-12 { background-color:#ffffff;font-weight:normal;line-height:normal; } \n.msp-cn-5-13 { font-family:\"Merriweather\";font-weight:normal;font-size:16px;letter-spacing:2px;line-height:normal;color:#ffffff; } \n.msp-cn-4-14 { font-family:\"Open Sans\";font-weight:700;font-size:76px;letter-spacing:3px;line-height:normal;color:#ffffff;text-transform: uppercase; } \n.msp-cn-4-15 { font-family:\"Open Sans\";font-weight:300;font-size:30px;letter-spacing:2px;line-height:normal;color:#ffffff; } \n.msp-cn-4-16 { font-family:\"Open Sans\";font-weight:700;font-size:63px;letter-spacing:2px;line-height:normal;color:#4c84ca;text-transform : uppercase; } \n.msp-cn-4-17 { font-family:\"Open Sans\";font-weight:700;font-size:61px;letter-spacing:2px;line-height:normal;color:#1abc9c;text-transform : uppercase; } \n','Open+Sans:300,700|Merriweather:regular','published'),(4,'Homepage copy','ms-4','custom',4,'2019-06-04 20:58:07','2019-06-04 20:58:07','eyJtZXRhIjp7IlNldHRpbmdzIWlkcyI6IjEiLCJTZXR0aW5ncyFuZXh0SWQiOjIsIlNsaWRlIWlkcyI6IjEsMiwzIiwiU2xpZGUhbmV4dElkIjo0LCJTdHlsZSFpZHMiOiIxLDIsMyw0LDUsNiw3LDgsOSIsIlN0eWxlIW5leHRJZCI6MTAsIkVmZmVjdCFpZHMiOiIxLDIsMyw0LDUsNiw3LDgsOSwxMCwxMSwxMiwxMywxNCwxNSwxNiwxNywxOCIsIkVmZmVjdCFuZXh0SWQiOjE5LCJMYXllciFpZHMiOiIxLDIsMyw0LDUsNiw3LDgsOSIsIkxheWVyIW5leHRJZCI6MTAsIkNvbnRyb2whaWRzIjoiMSwyIiwiQ29udHJvbCFuZXh0SWQiOjN9LCJNU1BhbmVsLlNldHRpbmdzIjp7IjEiOiJ7XCJpZFwiOlwiMVwiLFwic25hcHBpbmdcIjpmYWxzZSxcIm5hbWVcIjpcIkhvbWVwYWdlXCIsXCJ3aWR0aFwiOjEyMjAsXCJoZWlnaHRcIjo2NjAsXCJ3cmFwcGVyV2lkdGhcIjoxMjIwLFwid3JhcHBlcldpZHRoVW5pdFwiOlwicHhcIixcImF1dG9Dcm9wXCI6ZmFsc2UsXCJ0eXBlXCI6XCJjdXN0b21cIixcInNsaWRlcklkXCI6XCIzXCIsXCJsYXlvdXRcIjpcImJveGVkXCIsXCJhdXRvSGVpZ2h0XCI6ZmFsc2UsXCJ0clZpZXdcIjpcImZhZGVGbG93XCIsXCJzcGVlZFwiOlwiMjBcIixcInNwYWNlXCI6XCIwXCIsXCJzdGFydFwiOlwiMVwiLFwiZ3JhYkN1cnNvclwiOlwiMVwiLFwic3dpcGVcIjpmYWxzZSxcIm1vdXNlXCI6XCIxXCIsXCJ3aGVlbFwiOlwiXCIsXCJhdXRvcGxheVwiOnRydWUsXCJsb29wXCI6dHJ1ZSxcInNodWZmbGVcIjpcIlwiLFwicHJlbG9hZFwiOlwiLTFcIixcIm92ZXJQYXVzZVwiOlwiMVwiLFwiZW5kUGF1c2VcIjpcIlwiLFwiaGlkZUxheWVyc1wiOlwiXCIsXCJkaXJcIjpcImhcIixcInBhcmFsbGF4TW9kZVwiOlwic3dpcGVcIixcInVzZURlZXBMaW5rXCI6ZmFsc2UsXCJkZWVwTGlua1wiOlwibXMtMVwiLFwiZGVlcExpbmtUeXBlXCI6XCJwYXRoXCIsXCJzY3JvbGxQYXJhbGxheFwiOnRydWUsXCJzY3JvbGxQYXJhbGxheE1vdmVcIjozMCxcInNjcm9sbFBhcmFsbGF4QkdNb3ZlXCI6NTAsXCJzY3JvbGxQYXJhbGxheEZhZGVcIjp0cnVlLFwiY2VudGVyQ29udHJvbHNcIjpcIjFcIixcImluc3RhbnRTaG93TGF5ZXJzXCI6XCJcIixcImNsYXNzTmFtZVwiOlwiXCIsXCJiZ0NvbG9yXCI6XCIjMTcxNzE3XCIsXCJza2luXCI6XCJtcy1za2luLWRlZmF1bHRcIixcIm1zVGVtcGxhdGVcIjpcImN1c3RvbVwiLFwibXNUZW1wbGF0ZUNsYXNzXCI6XCJcIixcInVzZWRGb250c1wiOlwiT3BlbitTYW5zOjMwMCw3MDB8TWVycml3ZWF0aGVyOnJlZ3VsYXJcIn0ifSwiTVNQYW5lbC5TbGlkZSI6eyIxIjoie1wiaWRcIjpcIjFcIixcInRpbWVsaW5lX2hcIjoyMDAsXCJiZ1RodW1iXCI6XCIvMjAxNS8wMy9zbGlkZXItMS0xNTB4MTUwLmpwZ1wiLFwib3JkZXJcIjowLFwiYmdcIjpcIi8yMDE1LzAzL3NsaWRlci0xLmpwZ1wiLFwiZHVyYXRpb25cIjo3LFwiZmlsbE1vZGVcIjpcImZpbGxcIixcImJndl9maWxsbW9kZVwiOlwiZmlsbFwiLFwiYmd2X2xvb3BcIjpcIjFcIixcImJndl9tdXRlXCI6XCIxXCIsXCJiZ3ZfYXV0b3BhdXNlXCI6XCJcIixcImJnQWx0XCI6XCJcIixcImxheWVyX2lkc1wiOltcIjFcIiwyLDMsNF19IiwiMiI6IntcImlkXCI6MixcInRpbWVsaW5lX2hcIjoyMDAsXCJiZ1RodW1iXCI6XCIvMjAxNS8wNC9zbGlkZXItMy0xNTB4MTUwLmpwZ1wiLFwib3JkZXJcIjoxLFwiYmdcIjpcIi8yMDE1LzA0L3NsaWRlci0zLmpwZ1wiLFwiZHVyYXRpb25cIjpcIjNcIixcImZpbGxNb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfZmlsbG1vZGVcIjpcImZpbGxcIixcImJndl9sb29wXCI6XCIxXCIsXCJiZ3ZfbXV0ZVwiOlwiMVwiLFwiYmd2X2F1dG9wYXVzZVwiOlwiXCIsXCJiZ0FsdFwiOlwiXCIsXCJsYXllcl9pZHNcIjpbNSw2LDddfSIsIjMiOiJ7XCJpZFwiOjMsXCJ0aW1lbGluZV9oXCI6MjAwLFwiYmdUaHVtYlwiOlwiLzIwMTUvMDQvc2xpZGVyLTItMTUweDE1MC5qcGdcIixcIm9yZGVyXCI6MixcImJnXCI6XCIvMjAxNS8wNC9zbGlkZXItMi5qcGdcIixcImR1cmF0aW9uXCI6XCIzXCIsXCJmaWxsTW9kZVwiOlwiZmlsbFwiLFwiYmd2X2ZpbGxtb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfbG9vcFwiOlwiMVwiLFwiYmd2X211dGVcIjpcIjFcIixcImJndl9hdXRvcGF1c2VcIjpcIlwiLFwiYmdBbHRcIjpcIlwiLFwibGF5ZXJfaWRzXCI6WzgsOV19In0sIk1TUGFuZWwuU3R5bGUiOnsiMSI6IntcImlkXCI6XCIxXCIsXCJ0eXBlXCI6XCJjdXN0b21cIixcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtMVwiLFwiZm9udEZhbWlseVwiOlwiT3BlbiBTYW5zXCIsXCJmb250V2VpZ2h0XCI6XCIzMDBcIixcImZvbnRTaXplXCI6NDQsXCJsZXR0ZXJTcGFjaW5nXCI6NSxcImxpbmVIZWlnaHRcIjpcIjQ0cHhcIixcImNvbG9yXCI6XCIjZmZmZmZmXCIsXCJjdXN0b21cIjpcInRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XCJ9IiwiMiI6IntcImlkXCI6MixcInR5cGVcIjpcImN1c3RvbVwiLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS0yXCIsXCJmb250RmFtaWx5XCI6XCJPcGVuIFNhbnNcIixcImZvbnRXZWlnaHRcIjpcIjcwMFwiLFwiZm9udFNpemVcIjo4MCxcImxldHRlclNwYWNpbmdcIjo0LFwibGluZUhlaWdodFwiOlwibm9ybWFsXCIsXCJjb2xvclwiOlwiI2ZmZmZmZlwiLFwiY3VzdG9tXCI6XCJ0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1wifSIsIjMiOiJ7XCJpZFwiOjMsXCJ0eXBlXCI6XCJjdXN0b21cIixcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtM1wiLFwiYmFja2dyb3VuZENvbG9yXCI6XCIjZmZmZmZmXCIsXCJmb250V2VpZ2h0XCI6XCJub3JtYWxcIixcImxpbmVIZWlnaHRcIjpcIm5vcm1hbFwifSIsIjQiOiJ7XCJpZFwiOjQsXCJ0eXBlXCI6XCJjdXN0b21cIixcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtNFwiLFwiZm9udEZhbWlseVwiOlwiTWVycml3ZWF0aGVyXCIsXCJmb250V2VpZ2h0XCI6XCJub3JtYWxcIixcImZvbnRTaXplXCI6MTYsXCJsZXR0ZXJTcGFjaW5nXCI6MyxcImxpbmVIZWlnaHRcIjpcIm5vcm1hbFwiLFwiY29sb3JcIjpcIiNmZmZmZmZcIn0iLCI1Ijoie1wiaWRcIjo1LFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLTVcIixcImZvbnRGYW1pbHlcIjpcIk9wZW4gU2Fuc1wiLFwiZm9udFdlaWdodFwiOlwiMzAwXCIsXCJmb250U2l6ZVwiOjQ1LFwibGV0dGVyU3BhY2luZ1wiOjAuNSxcImxpbmVIZWlnaHRcIjpcIm5vcm1hbFwiLFwiY29sb3JcIjpcIiNmZmZmZmZcIn0iLCI2Ijoie1wiaWRcIjo2LFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLTZcIixcImZvbnRGYW1pbHlcIjpcIk9wZW4gU2Fuc1wiLFwiZm9udFdlaWdodFwiOlwiMzAwXCIsXCJmb250U2l6ZVwiOjc0LFwibGV0dGVyU3BhY2luZ1wiOjIsXCJsaW5lSGVpZ2h0XCI6XCIwcHhcIixcImNvbG9yXCI6XCIjZmZmZmZmXCIsXCJjdXN0b21cIjpcInRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XCJ9IiwiNyI6IntcImlkXCI6NyxcInR5cGVcIjpcImN1c3RvbVwiLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS03XCIsXCJmb250RmFtaWx5XCI6XCJNZXJyaXdlYXRoZXJcIixcImZvbnRXZWlnaHRcIjpcIm5vcm1hbFwiLFwiZm9udFNpemVcIjoyMCxcImxldHRlclNwYWNpbmdcIjoyLFwibGluZUhlaWdodFwiOlwibm9ybWFsXCIsXCJjb2xvclwiOlwiI2ZmZmZmZlwifSIsIjgiOiJ7XCJpZFwiOjgsXCJ0eXBlXCI6XCJjdXN0b21cIixcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtOFwiLFwiZm9udEZhbWlseVwiOlwiT3BlbiBTYW5zXCIsXCJmb250V2VpZ2h0XCI6XCIzMDBcIixcImZvbnRTaXplXCI6MzgsXCJsZXR0ZXJTcGFjaW5nXCI6MixcImxpbmVIZWlnaHRcIjpcIm5vcm1hbFwiLFwiY29sb3JcIjpcIiNmZmZmZmZcIn0iLCI5Ijoie1wiaWRcIjo5LFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLTlcIixcImZvbnRGYW1pbHlcIjpcIk1lcnJpd2VhdGhlclwiLFwiZm9udFdlaWdodFwiOlwibm9ybWFsXCIsXCJmb250U2l6ZVwiOjE1LFwibGV0dGVyU3BhY2luZ1wiOjEsXCJsaW5lSGVpZ2h0XCI6XCIyNXB4XCIsXCJjb2xvclwiOlwiI2JkYmRiZFwifSJ9LCJNU1BhbmVsLkVmZmVjdCI6eyIxIjoie1wiaWRcIjpcIjFcIixcImZhZGVcIjp0cnVlfSIsIjIiOiJ7XCJpZFwiOjIsXCJmYWRlXCI6dHJ1ZX0iLCIzIjoie1wiaWRcIjozLFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVaXCI6LTUwMH0iLCI0Ijoie1wiaWRcIjo0LFwiZmFkZVwiOnRydWV9IiwiNSI6IntcImlkXCI6NSxcImZhZGVcIjp0cnVlfSIsIjYiOiJ7XCJpZFwiOjYsXCJmYWRlXCI6dHJ1ZX0iLCI3Ijoie1wiaWRcIjo3LFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVaXCI6NTAwfSIsIjgiOiJ7XCJpZFwiOjgsXCJmYWRlXCI6dHJ1ZX0iLCI5Ijoie1wiaWRcIjo5LFwiZmFkZVwiOnRydWV9IiwiMTAiOiJ7XCJpZFwiOjEwLFwiZmFkZVwiOnRydWV9IiwiMTEiOiJ7XCJpZFwiOjExLFwiZmFkZVwiOnRydWV9IiwiMTIiOiJ7XCJpZFwiOjEyLFwiZmFkZVwiOnRydWV9IiwiMTMiOiJ7XCJpZFwiOjEzLFwiZmFkZVwiOnRydWV9IiwiMTQiOiJ7XCJpZFwiOjE0LFwiZmFkZVwiOnRydWV9IiwiMTUiOiJ7XCJpZFwiOjE1LFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVZXCI6MTUwfSIsIjE2Ijoie1wiaWRcIjoxNixcImZhZGVcIjp0cnVlfSIsIjE3Ijoie1wiaWRcIjoxNyxcImZhZGVcIjp0cnVlfSIsIjE4Ijoie1wiaWRcIjoxOCxcImZhZGVcIjp0cnVlfSJ9LCJNU1BhbmVsLkxheWVyIjp7IjEiOiJ7XCJpZFwiOlwiMVwiLFwibmFtZVwiOlwiV2VsY29tZVwiLFwiaXNMb2NrZWRcIjpmYWxzZSxcImlzSGlkZWRcIjpmYWxzZSxcImlzU29sb2VkXCI6ZmFsc2UsXCJzaG93VHJhbnNmb3JtXCI6XCJcIixcInNob3dPcmlnaW5cIjpcIlwiLFwic2hvd0ZhZGVcIjp0cnVlLFwiaGlkZVRyYW5zZm9ybVwiOlwiXCIsXCJoaWRlT3JpZ2luXCI6XCJcIixcImhpZGVGYWRlXCI6dHJ1ZSxcInN0YWdlT2Zmc2V0WFwiOjAsXCJzdGFnZU9mZnNldFlcIjowLFwib3JkZXJcIjowLFwidHlwZVwiOlwidGV4dFwiLFwibm9Td2lwZVwiOmZhbHNlLFwiY29udGVudFwiOlwiV2VsY29tZSBUb1wiLFwidmlkZW9cIjpcImh0dHA6Ly9wbGF5ZXIudmltZW8uY29tL3ZpZGVvLzExNzIxMjQyXCIsXCJhbGlnblwiOlwidG9wXCIsXCJ1c2VBY3Rpb25cIjpmYWxzZSxcInNjcm9sbER1cmF0aW9uXCI6MixcIm9mZnNldFhcIjowLFwib2Zmc2V0WVwiOi0xMjEsXCJyZXNpemVcIjp0cnVlLFwiZml4ZWRcIjpmYWxzZSxcIndpZHRobGltaXRcIjpcIjBcIixcIm9yaWdpblwiOlwibWNcIixcInN0YXlIb3ZlclwiOnRydWUsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLTFcIixcInNob3dEdXJhdGlvblwiOjAuODYyNSxcInNob3dEZWxheVwiOjAsXCJzaG93RWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJ1c2VIaWRlXCI6ZmFsc2UsXCJoaWRlRHVyYXRpb25cIjoxLFwiaGlkZURlbGF5XCI6MSxcImhpZGVFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcImJ0bkNsYXNzXCI6XCJtcy1idG4gbXMtZGVmYXVsdC1idG5cIixcInNsaWRlXCI6XCIxXCIsXCJzdHlsZU1vZGVsXCI6XCIxXCIsXCJzaG93RWZmZWN0XCI6XCIxXCIsXCJoaWRlRWZmZWN0XCI6Mn0iLCIyIjoie1wiaWRcIjoyLFwibmFtZVwiOlwiSG90ZWwgTWFzdGVyXCIsXCJpc0xvY2tlZFwiOmZhbHNlLFwiaXNIaWRlZFwiOmZhbHNlLFwiaXNTb2xvZWRcIjpmYWxzZSxcInNob3dUcmFuc2Zvcm1cIjpcInBlcnNwZWN0aXZlKDIwMDBweCkgdHJhbnNsYXRlWigtNTAwcHgpXCIsXCJzaG93T3JpZ2luXCI6XCI1MCUgNTAlIDBweFwiLFwic2hvd0ZhZGVcIjp0cnVlLFwiaGlkZVRyYW5zZm9ybVwiOlwiXCIsXCJoaWRlT3JpZ2luXCI6XCJcIixcImhpZGVGYWRlXCI6dHJ1ZSxcInN0YWdlT2Zmc2V0WFwiOjAsXCJzdGFnZU9mZnNldFlcIjowLFwib3JkZXJcIjoyLFwidHlwZVwiOlwidGV4dFwiLFwibm9Td2lwZVwiOmZhbHNlLFwiY29udGVudFwiOlwiSG90ZWwgTWFzdGVyXCIsXCJ2aWRlb1wiOlwiaHR0cDovL3BsYXllci52aW1lby5jb20vdmlkZW8vMTE3MjEyNDJcIixcImFsaWduXCI6XCJ0b3BcIixcInVzZUFjdGlvblwiOmZhbHNlLFwic2Nyb2xsRHVyYXRpb25cIjoyLFwib2Zmc2V0WFwiOjAuNSxcIm9mZnNldFlcIjoxOC41LFwicmVzaXplXCI6dHJ1ZSxcImZpeGVkXCI6ZmFsc2UsXCJ3aWR0aGxpbWl0XCI6XCIwXCIsXCJvcmlnaW5cIjpcIm1jXCIsXCJzdGF5SG92ZXJcIjp0cnVlLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS0yXCIsXCJzaG93RHVyYXRpb25cIjowLjcxMjUsXCJzaG93RGVsYXlcIjowLjk3NSxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInNob3dFZmZGdW5jXCI6XCJ0KHRydWUsbixuLC01MDAsbixuLG4sbixuLG4sbixuLG4sbixuKVwiLFwidXNlSGlkZVwiOmZhbHNlLFwiaGlkZUR1cmF0aW9uXCI6MSxcImhpZGVEZWxheVwiOjEsXCJoaWRlRWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJidG5DbGFzc1wiOlwibXMtYnRuIG1zLWRlZmF1bHQtYnRuXCIsXCJzbGlkZVwiOlwiMVwiLFwic3R5bGVNb2RlbFwiOjIsXCJzaG93RWZmZWN0XCI6MyxcImhpZGVFZmZlY3RcIjo0fSIsIjMiOiJ7XCJpZFwiOjMsXCJuYW1lXCI6XCJkaXZpZGVyXCIsXCJpc0xvY2tlZFwiOmZhbHNlLFwiaXNIaWRlZFwiOmZhbHNlLFwiaXNTb2xvZWRcIjpmYWxzZSxcInNob3dUcmFuc2Zvcm1cIjpcIlwiLFwic2hvd09yaWdpblwiOlwiXCIsXCJzaG93RmFkZVwiOnRydWUsXCJoaWRlVHJhbnNmb3JtXCI6XCJcIixcImhpZGVPcmlnaW5cIjpcIlwiLFwiaGlkZUZhZGVcIjp0cnVlLFwic3RhZ2VPZmZzZXRYXCI6MCxcInN0YWdlT2Zmc2V0WVwiOjAsXCJvcmRlclwiOjEsXCJ0eXBlXCI6XCJ0ZXh0XCIsXCJub1N3aXBlXCI6ZmFsc2UsXCJjb250ZW50XCI6XCJcIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6MCxcIm9mZnNldFlcIjotNjMsXCJ3aWR0aFwiOjQ4LFwiaGVpZ2h0XCI6MixcInJlc2l6ZVwiOnRydWUsXCJmaXhlZFwiOmZhbHNlLFwid2lkdGhsaW1pdFwiOlwiMFwiLFwib3JpZ2luXCI6XCJtY1wiLFwic3RheUhvdmVyXCI6dHJ1ZSxcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtM1wiLFwic2hvd0R1cmF0aW9uXCI6MC43NzUsXCJzaG93RGVsYXlcIjowLjUyNSxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjpcIjFcIixcInN0eWxlTW9kZWxcIjozLFwic2hvd0VmZmVjdFwiOjUsXCJoaWRlRWZmZWN0XCI6Nn0iLCI0Ijoie1wiaWRcIjo0LFwibmFtZVwiOlwiZGVzY1wiLFwiaXNMb2NrZWRcIjpmYWxzZSxcImlzSGlkZWRcIjpmYWxzZSxcImlzU29sb2VkXCI6ZmFsc2UsXCJzaG93VHJhbnNmb3JtXCI6XCJwZXJzcGVjdGl2ZSgyMDAwcHgpIHRyYW5zbGF0ZVooNTAwcHgpXCIsXCJzaG93T3JpZ2luXCI6XCI1MCUgNTAlIDBweFwiLFwic2hvd0ZhZGVcIjp0cnVlLFwiaGlkZVRyYW5zZm9ybVwiOlwiXCIsXCJoaWRlT3JpZ2luXCI6XCJcIixcImhpZGVGYWRlXCI6dHJ1ZSxcInN0YWdlT2Zmc2V0WFwiOjAsXCJzdGFnZU9mZnNldFlcIjowLFwib3JkZXJcIjozLFwidHlwZVwiOlwidGV4dFwiLFwibm9Td2lwZVwiOmZhbHNlLFwiY29udGVudFwiOlwiVGhlIGJlc3QgaG90ZWwgcmVzZXJ2YXRpb24gV29yZFByZXNzIHRoZW1lXCIsXCJ2aWRlb1wiOlwiaHR0cDovL3BsYXllci52aW1lby5jb20vdmlkZW8vMTE3MjEyNDJcIixcImFsaWduXCI6XCJ0b3BcIixcInVzZUFjdGlvblwiOmZhbHNlLFwic2Nyb2xsRHVyYXRpb25cIjoyLFwib2Zmc2V0WFwiOjAuNSxcIm9mZnNldFlcIjo5NixcInJlc2l6ZVwiOnRydWUsXCJmaXhlZFwiOmZhbHNlLFwid2lkdGhsaW1pdFwiOlwiMFwiLFwib3JpZ2luXCI6XCJtY1wiLFwic3RheUhvdmVyXCI6dHJ1ZSxcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtNFwiLFwic2hvd0R1cmF0aW9uXCI6MC43NSxcInNob3dEZWxheVwiOjEuNDYyNSxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInNob3dFZmZGdW5jXCI6XCJ0KHRydWUsbixuLDUwMCxuLG4sbixuLG4sbixuLG4sbixuLG4pXCIsXCJ1c2VIaWRlXCI6ZmFsc2UsXCJoaWRlRHVyYXRpb25cIjoxLFwiaGlkZURlbGF5XCI6MSxcImhpZGVFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcImJ0bkNsYXNzXCI6XCJtcy1idG4gbXMtZGVmYXVsdC1idG5cIixcInNsaWRlXCI6XCIxXCIsXCJzdHlsZU1vZGVsXCI6NCxcInNob3dFZmZlY3RcIjo3LFwiaGlkZUVmZmVjdFwiOjh9IiwiNSI6IntcImlkXCI6NSxcIm5hbWVcIjpcIkVuam95XCIsXCJpc0xvY2tlZFwiOmZhbHNlLFwiaXNIaWRlZFwiOmZhbHNlLFwiaXNTb2xvZWRcIjpmYWxzZSxcInNob3dUcmFuc2Zvcm1cIjpcInBlcnNwZWN0aXZlKDIwMDBweCkgXCIsXCJzaG93T3JpZ2luXCI6XCI1MCUgNTAlIDBweFwiLFwic2hvd0ZhZGVcIjp0cnVlLFwiaGlkZVRyYW5zZm9ybVwiOlwiXCIsXCJoaWRlT3JpZ2luXCI6XCJcIixcImhpZGVGYWRlXCI6dHJ1ZSxcInN0YWdlT2Zmc2V0WFwiOjAsXCJzdGFnZU9mZnNldFlcIjowLFwib3JkZXJcIjowLFwidHlwZVwiOlwidGV4dFwiLFwibm9Td2lwZVwiOmZhbHNlLFwiY29udGVudFwiOlwiRW5qb3lcIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6Mzk1LFwib2Zmc2V0WVwiOjAuNSxcInJlc2l6ZVwiOnRydWUsXCJmaXhlZFwiOmZhbHNlLFwid2lkdGhsaW1pdFwiOlwiMFwiLFwib3JpZ2luXCI6XCJtbFwiLFwic3RheUhvdmVyXCI6dHJ1ZSxcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtNVwiLFwic2hvd0R1cmF0aW9uXCI6MC44NSxcInNob3dEZWxheVwiOjAsXCJzaG93RWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJzaG93RWZmRnVuY1wiOlwidCh0cnVlLG4sbixuLG4sbixuLG4sbixuLG4sbixuLG4sbilcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjoyLFwic3R5bGVNb2RlbFwiOjUsXCJzaG93RWZmZWN0XCI6OSxcImhpZGVFZmZlY3RcIjoxMH0iLCI2Ijoie1wiaWRcIjo2LFwibmFtZVwiOlwiU3BhIG1hc3RlclwiLFwiaXNMb2NrZWRcIjpmYWxzZSxcImlzSGlkZWRcIjpmYWxzZSxcImlzU29sb2VkXCI6ZmFsc2UsXCJzaG93VHJhbnNmb3JtXCI6XCJcIixcInNob3dPcmlnaW5cIjpcIlwiLFwic2hvd0ZhZGVcIjp0cnVlLFwiaGlkZVRyYW5zZm9ybVwiOlwiXCIsXCJoaWRlT3JpZ2luXCI6XCJcIixcImhpZGVGYWRlXCI6dHJ1ZSxcInN0YWdlT2Zmc2V0WFwiOjAsXCJzdGFnZU9mZnNldFlcIjowLFwib3JkZXJcIjoxLFwidHlwZVwiOlwidGV4dFwiLFwibm9Td2lwZVwiOmZhbHNlLFwiY29udGVudFwiOlwiU3BhIE1hc3RlclwiLFwidmlkZW9cIjpcImh0dHA6Ly9wbGF5ZXIudmltZW8uY29tL3ZpZGVvLzExNzIxMjQyXCIsXCJhbGlnblwiOlwidG9wXCIsXCJ1c2VBY3Rpb25cIjpmYWxzZSxcInNjcm9sbER1cmF0aW9uXCI6MixcIm9mZnNldFhcIjo2OCxcIm9mZnNldFlcIjo4OCxcInJlc2l6ZVwiOnRydWUsXCJmaXhlZFwiOmZhbHNlLFwid2lkdGhsaW1pdFwiOlwiMFwiLFwib3JpZ2luXCI6XCJtbFwiLFwic3RheUhvdmVyXCI6dHJ1ZSxcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtNlwiLFwic2hvd0R1cmF0aW9uXCI6MC45Mzc1LFwic2hvd0RlbGF5XCI6MC41MjUsXCJzaG93RWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJ1c2VIaWRlXCI6ZmFsc2UsXCJoaWRlRHVyYXRpb25cIjoxLFwiaGlkZURlbGF5XCI6MSxcImhpZGVFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcImJ0bkNsYXNzXCI6XCJtcy1idG4gbXMtZGVmYXVsdC1idG5cIixcInNsaWRlXCI6MixcInN0eWxlTW9kZWxcIjo2LFwic2hvd0VmZmVjdFwiOjExLFwiaGlkZUVmZmVjdFwiOjEyfSIsIjciOiJ7XCJpZFwiOjcsXCJuYW1lXCI6XCJjYXB0aW9uXCIsXCJpc0xvY2tlZFwiOmZhbHNlLFwiaXNIaWRlZFwiOmZhbHNlLFwiaXNTb2xvZWRcIjpmYWxzZSxcInNob3dUcmFuc2Zvcm1cIjpcIlwiLFwic2hvd09yaWdpblwiOlwiXCIsXCJzaG93RmFkZVwiOnRydWUsXCJoaWRlVHJhbnNmb3JtXCI6XCJcIixcImhpZGVPcmlnaW5cIjpcIlwiLFwiaGlkZUZhZGVcIjp0cnVlLFwic3RhZ2VPZmZzZXRYXCI6MCxcInN0YWdlT2Zmc2V0WVwiOjAsXCJvcmRlclwiOjIsXCJ0eXBlXCI6XCJ0ZXh0XCIsXCJub1N3aXBlXCI6ZmFsc2UsXCJjb250ZW50XCI6XCJUaGUgRmluZXN0IFNwYSBPbiBFYXJ0aFwiLFwidmlkZW9cIjpcImh0dHA6Ly9wbGF5ZXIudmltZW8uY29tL3ZpZGVvLzExNzIxMjQyXCIsXCJhbGlnblwiOlwidG9wXCIsXCJ1c2VBY3Rpb25cIjpmYWxzZSxcInNjcm9sbER1cmF0aW9uXCI6MixcIm9mZnNldFhcIjoyMDQsXCJvZmZzZXRZXCI6MTY2LjUsXCJyZXNpemVcIjp0cnVlLFwiZml4ZWRcIjpmYWxzZSxcIndpZHRobGltaXRcIjpcIjBcIixcIm9yaWdpblwiOlwibWxcIixcInN0YXlIb3ZlclwiOnRydWUsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLTdcIixcInNob3dEdXJhdGlvblwiOjAuOTc1LFwic2hvd0RlbGF5XCI6MS4xMzc1LFwic2hvd0Vhc2VcIjpcImVhc2VPdXRRdWludFwiLFwidXNlSGlkZVwiOmZhbHNlLFwiaGlkZUR1cmF0aW9uXCI6MSxcImhpZGVEZWxheVwiOjEsXCJoaWRlRWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJidG5DbGFzc1wiOlwibXMtYnRuIG1zLWRlZmF1bHQtYnRuXCIsXCJzbGlkZVwiOjIsXCJzdHlsZU1vZGVsXCI6NyxcInNob3dFZmZlY3RcIjoxMyxcImhpZGVFZmZlY3RcIjoxNH0iLCI4Ijoie1wiaWRcIjo4LFwibmFtZVwiOlwiVGl0bGVcIixcImlzTG9ja2VkXCI6ZmFsc2UsXCJpc0hpZGVkXCI6ZmFsc2UsXCJpc1NvbG9lZFwiOmZhbHNlLFwic2hvd1RyYW5zZm9ybVwiOlwicGVyc3BlY3RpdmUoMjAwMHB4KSB0cmFuc2xhdGVZKDE1MHB4KSBcIixcInNob3dPcmlnaW5cIjpcIjUwJSA1MCUgMHB4XCIsXCJzaG93RmFkZVwiOnRydWUsXCJoaWRlVHJhbnNmb3JtXCI6XCJcIixcImhpZGVPcmlnaW5cIjpcIlwiLFwiaGlkZUZhZGVcIjp0cnVlLFwic3RhZ2VPZmZzZXRYXCI6MCxcInN0YWdlT2Zmc2V0WVwiOjAsXCJvcmRlclwiOjAsXCJ0eXBlXCI6XCJ0ZXh0XCIsXCJub1N3aXBlXCI6ZmFsc2UsXCJjb250ZW50XCI6XCJQZXJmZWN0IFBsYWNlIEZvciBEaW5pbmdcIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6NTgsXCJvZmZzZXRZXCI6MTcyLFwicmVzaXplXCI6dHJ1ZSxcImZpeGVkXCI6ZmFsc2UsXCJ3aWR0aGxpbWl0XCI6XCIwXCIsXCJvcmlnaW5cIjpcImJsXCIsXCJzdGF5SG92ZXJcIjp0cnVlLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS04XCIsXCJzaG93RHVyYXRpb25cIjoxLjIxMjUsXCJzaG93RGVsYXlcIjowLFwic2hvd0Vhc2VcIjpcImVhc2VPdXRRdWludFwiLFwic2hvd0VmZkZ1bmNcIjpcInQodHJ1ZSxuLDE1MCxuLG4sbixuLG4sbixuLG4sbixuLG4sbilcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjozLFwic3R5bGVNb2RlbFwiOjgsXCJzaG93RWZmZWN0XCI6MTUsXCJoaWRlRWZmZWN0XCI6MTZ9IiwiOSI6IntcImlkXCI6OSxcIm5hbWVcIjpcImNhcHRpb25cIixcImlzTG9ja2VkXCI6ZmFsc2UsXCJpc0hpZGVkXCI6ZmFsc2UsXCJpc1NvbG9lZFwiOmZhbHNlLFwic2hvd1RyYW5zZm9ybVwiOlwiXCIsXCJzaG93T3JpZ2luXCI6XCJcIixcInNob3dGYWRlXCI6dHJ1ZSxcImhpZGVUcmFuc2Zvcm1cIjpcIlwiLFwiaGlkZU9yaWdpblwiOlwiXCIsXCJoaWRlRmFkZVwiOnRydWUsXCJzdGFnZU9mZnNldFhcIjowLFwic3RhZ2VPZmZzZXRZXCI6MCxcIm9yZGVyXCI6MSxcInR5cGVcIjpcInRleHRcIixcIm5vU3dpcGVcIjpmYWxzZSxcImNvbnRlbnRcIjpcIlNlZCBwb3N1ZXJlIGNvbnNlY3RldHVyIGVzdCBhdCBsb2JvcnRpcy4gQ3VtIHNvY2lpcyBuYXRvcXVlIHBlbmF0aWJ1cyBldCBtYWduaXMgZGlzIHBhcnR1cmllbnQgbW9udGVzLlwiLFwidmlkZW9cIjpcImh0dHA6Ly9wbGF5ZXIudmltZW8uY29tL3ZpZGVvLzExNzIxMjQyXCIsXCJhbGlnblwiOlwidG9wXCIsXCJ1c2VBY3Rpb25cIjpmYWxzZSxcInNjcm9sbER1cmF0aW9uXCI6MixcIm9mZnNldFhcIjo2MCxcIm9mZnNldFlcIjoxMDAsXCJ3aWR0aFwiOjUwOSxcInJlc2l6ZVwiOnRydWUsXCJmaXhlZFwiOmZhbHNlLFwid2lkdGhsaW1pdFwiOlwiMFwiLFwib3JpZ2luXCI6XCJibFwiLFwic3RheUhvdmVyXCI6dHJ1ZSxcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtOVwiLFwic2hvd0R1cmF0aW9uXCI6MSxcInNob3dEZWxheVwiOjAuOTM3NSxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjozLFwic3R5bGVNb2RlbFwiOjksXCJzaG93RWZmZWN0XCI6MTcsXCJoaWRlRWZmZWN0XCI6MTh9In0sIk1TUGFuZWwuQ29udHJvbCI6eyIxIjoie1wiaWRcIjpcIjFcIixcImxhYmVsXCI6XCJBcnJvd3NcIixcIm5hbWVcIjpcImFycm93c1wiLFwiYXV0b0hpZGVcIjp0cnVlLFwib3ZlclZpZGVvXCI6dHJ1ZSxcImluc2V0XCI6dHJ1ZX0iLCIyIjoie1wiaWRcIjoyLFwibGFiZWxcIjpcIkJ1bGxldHNcIixcIm5hbWVcIjpcImJ1bGxldHNcIixcImF1dG9IaWRlXCI6ZmFsc2UsXCJvdmVyVmlkZW9cIjp0cnVlLFwibWFyZ2luXCI6MjUsXCJkaXJcIjpcImhcIixcInNwYWNlXCI6OCxcImFsaWduXCI6XCJib3R0b21cIixcImluc2V0XCI6dHJ1ZX0ifX0=','.msp-cn-1-1 { font-family:\"Open Sans\";font-weight:300;font-size:44px;letter-spacing:5px;line-height:44px;color:#ffffff;text-transform: uppercase; } \n.msp-cn-1-2 { font-family:\"Open Sans\";font-weight:700;font-size:80px;letter-spacing:4px;line-height:normal;color:#ffffff;text-transform: uppercase; } \n.msp-cn-1-3 { background-color:#ffffff;font-weight:normal;line-height:normal; } \n.msp-cn-1-4 { font-family:\"Merriweather\";font-weight:normal;font-size:16px;letter-spacing:3px;line-height:normal;color:#ffffff; } \n.msp-cn-1-5 { font-family:\"Open Sans\";font-weight:300;font-size:45px;letter-spacing:0.5px;line-height:normal;color:#ffffff; } \n.msp-cn-1-6 { font-family:\"Open Sans\";font-weight:300;font-size:74px;letter-spacing:2px;line-height:0px;color:#ffffff;text-transform: uppercase; } \n.msp-cn-1-7 { font-family:\"Merriweather\";font-weight:normal;font-size:20px;letter-spacing:2px;line-height:normal;color:#ffffff; } \n.msp-cn-1-8 { font-family:\"Open Sans\";font-weight:300;font-size:38px;letter-spacing:2px;line-height:normal;color:#ffffff; } \n.msp-cn-1-9 { font-family:\"Merriweather\";font-weight:normal;font-size:15px;letter-spacing:1px;line-height:25px;color:#bdbdbd; } \n','Open+Sans:300,700|Merriweather:regular','published'),(5,'Homepage slider full width','','custom',5,'2019-06-04 20:58:07','2019-06-10 23:10:24','eyJtZXRhIjp7IlNldHRpbmdzIWlkcyI6IjEiLCJTZXR0aW5ncyFuZXh0SWQiOjIsIlNsaWRlIWlkcyI6IjEsMiwzLDQsNSIsIlNsaWRlIW5leHRJZCI6NiwiU3R5bGUhaWRzIjoiMSwyLDMsNCw1LDYsNyw4LDksMTAsMTEiLCJTdHlsZSFuZXh0SWQiOjEyLCJFZmZlY3QhaWRzIjoiMSwyLDMsNCw1LDYsNyw4LDksMTAsMTEsMTIsMTMsMTQsMTUsMTYsMTcsMTgsMTksMjAsMjEsMjIiLCJFZmZlY3QhbmV4dElkIjoyMywiTGF5ZXIhaWRzIjoiMSwyLDMsNCw1LDYsNyw4LDksMTAsMTEiLCJMYXllciFuZXh0SWQiOjEyLCJDb250cm9sIWlkcyI6IjEsMiIsIkNvbnRyb2whbmV4dElkIjozfSwiTVNQYW5lbC5TZXR0aW5ncyI6eyIxIjoie1wiaWRcIjpcIjFcIixcInNuYXBwaW5nXCI6ZmFsc2UsXCJkaXNhYmxlQ29udHJvbHNcIjpmYWxzZSxcIm5hbWVcIjpcIkhvbWVwYWdlIHNsaWRlciBmdWxsIHdpZHRoXCIsXCJ3aWR0aFwiOjExNDAsXCJoZWlnaHRcIjo1MzAsXCJ3cmFwcGVyV2lkdGhcIjoxMjIwLFwid3JhcHBlcldpZHRoVW5pdFwiOlwicHhcIixcImF1dG9Dcm9wXCI6ZmFsc2UsXCJ0eXBlXCI6XCJjdXN0b21cIixcInNsaWRlcklkXCI6XCI1XCIsXCJlbmFibGVPdmVybGF5TGF5ZXJzXCI6dHJ1ZSxcImxheW91dFwiOlwiZnVsbHdpZHRoXCIsXCJhdXRvSGVpZ2h0XCI6ZmFsc2UsXCJ0clZpZXdcIjpcImZhZGVGbG93XCIsXCJzcGVlZFwiOlwiMjBcIixcInNwYWNlXCI6XCIwXCIsXCJzdGFydFwiOlwiMVwiLFwiZ3JhYkN1cnNvclwiOlwiMVwiLFwic3dpcGVcIjpmYWxzZSxcIm1vdXNlXCI6XCIxXCIsXCJ3aGVlbFwiOlwiXCIsXCJhdXRvcGxheVwiOnRydWUsXCJsb29wXCI6dHJ1ZSxcInNodWZmbGVcIjpcIlwiLFwicHJlbG9hZFwiOlwiLTFcIixcIm92ZXJQYXVzZVwiOlwiMVwiLFwiZW5kUGF1c2VcIjpcIlwiLFwiaGlkZUxheWVyc1wiOlwiXCIsXCJkaXJcIjpcImhcIixcInBhcmFsbGF4TW9kZVwiOlwic3dpcGVcIixcInVzZURlZXBMaW5rXCI6ZmFsc2UsXCJkZWVwTGlua1wiOlwibXMtMVwiLFwiZGVlcExpbmtUeXBlXCI6XCJwYXRoXCIsXCJzY3JvbGxQYXJhbGxheFwiOnRydWUsXCJzY3JvbGxQYXJhbGxheE1vdmVcIjozMCxcInNjcm9sbFBhcmFsbGF4QkdNb3ZlXCI6NTAsXCJzY3JvbGxQYXJhbGxheEZhZGVcIjp0cnVlLFwiY2VudGVyQ29udHJvbHNcIjpcIjFcIixcImluc3RhbnRTaG93TGF5ZXJzXCI6XCJcIixcImNsYXNzTmFtZVwiOlwiXCIsXCJiZ0NvbG9yXCI6XCIjMTcxNzE3XCIsXCJza2luXCI6XCJtcy1za2luLWRlZmF1bHRcIixcIm1zVGVtcGxhdGVcIjpcImN1c3RvbVwiLFwibXNUZW1wbGF0ZUNsYXNzXCI6XCJcIixcInVzZWRGb250c1wiOlwiT3BlbitTYW5zOjMwMCw3MDB8TWVycml3ZWF0aGVyOnJlZ3VsYXJcIn0ifSwiTVNQYW5lbC5TbGlkZSI6eyIxIjoie1wiaWRcIjpcIjFcIixcInRpbWVsaW5lX2hcIjoyMDAsXCJiZ1RodW1iXCI6XCIvMjAxNS8wNC9zbGlkZXItMS0xNTB4MTUwLmpwZ1wiLFwiaXNPdmVybGF5TGF5ZXJzXCI6ZmFsc2UsXCJvcmRlclwiOjAsXCJiZ1wiOlwiLzIwMTUvMDQvc2xpZGVyLTEuanBnXCIsXCJkdXJhdGlvblwiOjcsXCJmaWxsTW9kZVwiOlwiZmlsbFwiLFwiYmd2X2ZpbGxtb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfbG9vcFwiOlwiMVwiLFwiYmd2X211dGVcIjpcIjFcIixcImJndl9hdXRvcGF1c2VcIjpcIlwiLFwiYmdBbHRcIjpcIlwiLFwibGF5ZXJfaWRzXCI6W1wiMVwiLDIsMyw0XX0iLCIyIjoie1wiaWRcIjoyLFwidGltZWxpbmVfaFwiOjIwMCxcImJnVGh1bWJcIjpcIi8yMDE1LzAzL3NsaWRlci0xLTE1MHgxNTAuanBnXCIsXCJpc092ZXJsYXlMYXllcnNcIjpmYWxzZSxcIm9yZGVyXCI6MSxcImJnXCI6XCIvMjAxNS8wMy9zbGlkZXItMS5qcGdcIixcImR1cmF0aW9uXCI6XCIzXCIsXCJmaWxsTW9kZVwiOlwiZmlsbFwiLFwiYmd2X2ZpbGxtb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfbG9vcFwiOlwiMVwiLFwiYmd2X211dGVcIjpcIjFcIixcImJndl9hdXRvcGF1c2VcIjpcIlwiLFwiYmdBbHRcIjpcIlwiLFwibGF5ZXJfaWRzXCI6WzUsNiw3XX0iLCIzIjoie1wiaWRcIjozLFwidGltZWxpbmVfaFwiOjIwMCxcImJnVGh1bWJcIjpcIi8yMDE1LzA0L3NsaWRlci0yMS0xNTB4MTUwLmpwZ1wiLFwiaXNPdmVybGF5TGF5ZXJzXCI6ZmFsc2UsXCJvcmRlclwiOjIsXCJiZ1wiOlwiLzIwMTUvMDQvc2xpZGVyLTIxLmpwZ1wiLFwiZHVyYXRpb25cIjpcIjNcIixcImZpbGxNb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfZmlsbG1vZGVcIjpcImZpbGxcIixcImJndl9sb29wXCI6XCIxXCIsXCJiZ3ZfbXV0ZVwiOlwiMVwiLFwiYmd2X2F1dG9wYXVzZVwiOlwiXCIsXCJiZ0FsdFwiOlwiXCIsXCJsYXllcl9pZHNcIjpbOCw5XX0iLCI0Ijoie1wiaWRcIjo0LFwidGltZWxpbmVfaFwiOjIwMCxcImlzT3ZlcmxheUxheWVyc1wiOnRydWUsXCJkdXJhdGlvblwiOlwiM1wiLFwibXNJZFwiOlwib3ZlcmxheUxheWVyc1wiLFwiZmlsbE1vZGVcIjpcImZpbGxcIixcImJndl9maWxsbW9kZVwiOlwiZmlsbFwiLFwiYmd2X2xvb3BcIjpcIjFcIixcImJndl9tdXRlXCI6XCIxXCIsXCJiZ3ZfYXV0b3BhdXNlXCI6XCJcIixcImxheWVyX2lkc1wiOltdfSIsIjUiOiJ7XCJpZFwiOjUsXCJ0aW1lbGluZV9oXCI6MjAwLFwiYmdUaHVtYlwiOlwiLzIwMTUvMDQvc2xpZGVyLTIxLTE1MHgxNTAuanBnXCIsXCJpc092ZXJsYXlMYXllcnNcIjpmYWxzZSxcIm9yZGVyXCI6MyxcImlzaGlkZVwiOnRydWUsXCJiZ1wiOlwiLzIwMTUvMDQvc2xpZGVyLTIxLmpwZ1wiLFwiZHVyYXRpb25cIjpcIjNcIixcImZpbGxNb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfZmlsbG1vZGVcIjpcImZpbGxcIixcImJndl9sb29wXCI6XCIxXCIsXCJiZ3ZfbXV0ZVwiOlwiMVwiLFwiYmd2X2F1dG9wYXVzZVwiOlwiXCIsXCJiZ0FsdFwiOlwiXCIsXCJsYXllcl9pZHNcIjpbMTAsMTFdfSJ9LCJNU1BhbmVsLlN0eWxlIjp7IjEiOiJ7XCJpZFwiOlwiMVwiLFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLTFcIixcImZvbnRGYW1pbHlcIjpcIk9wZW4gU2Fuc1wiLFwiZm9udFdlaWdodFwiOlwiMzAwXCIsXCJmb250U2l6ZVwiOjQ0LFwibGV0dGVyU3BhY2luZ1wiOjUsXCJsaW5lSGVpZ2h0XCI6XCI0NHB4XCIsXCJjb2xvclwiOlwiI2ZmZmZmZlwiLFwiY3VzdG9tXCI6XCJ0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1wifSIsIjIiOiJ7XCJpZFwiOjIsXCJ0eXBlXCI6XCJjdXN0b21cIixcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtMlwiLFwiZm9udEZhbWlseVwiOlwiT3BlbiBTYW5zXCIsXCJmb250V2VpZ2h0XCI6XCI3MDBcIixcImZvbnRTaXplXCI6ODAsXCJsZXR0ZXJTcGFjaW5nXCI6NCxcImxpbmVIZWlnaHRcIjpcIm5vcm1hbFwiLFwiY29sb3JcIjpcIiNmZmZmZmZcIixcImN1c3RvbVwiOlwidGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcIn0iLCIzIjoie1wiaWRcIjozLFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLTNcIixcImJhY2tncm91bmRDb2xvclwiOlwiI2ZmZmZmZlwiLFwiZm9udFdlaWdodFwiOlwibm9ybWFsXCIsXCJsaW5lSGVpZ2h0XCI6XCJub3JtYWxcIn0iLCI0Ijoie1wiaWRcIjo0LFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLTRcIixcImZvbnRGYW1pbHlcIjpcIk1lcnJpd2VhdGhlclwiLFwiZm9udFdlaWdodFwiOlwibm9ybWFsXCIsXCJmb250U2l6ZVwiOjE2LFwibGV0dGVyU3BhY2luZ1wiOjMsXCJsaW5lSGVpZ2h0XCI6XCJub3JtYWxcIixcImNvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiNSI6IntcImlkXCI6NSxcInR5cGVcIjpcImN1c3RvbVwiLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS01XCIsXCJmb250RmFtaWx5XCI6XCJPcGVuIFNhbnNcIixcImZvbnRXZWlnaHRcIjpcIjMwMFwiLFwiZm9udFNpemVcIjo0NSxcImxldHRlclNwYWNpbmdcIjowLjUsXCJsaW5lSGVpZ2h0XCI6XCJub3JtYWxcIixcImNvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiNiI6IntcImlkXCI6NixcInR5cGVcIjpcImN1c3RvbVwiLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS02XCIsXCJmb250RmFtaWx5XCI6XCJPcGVuIFNhbnNcIixcImZvbnRXZWlnaHRcIjpcIjMwMFwiLFwiZm9udFNpemVcIjo3NCxcImxldHRlclNwYWNpbmdcIjoyLFwibGluZUhlaWdodFwiOlwiMHB4XCIsXCJjb2xvclwiOlwiI2ZmZmZmZlwiLFwiY3VzdG9tXCI6XCJ0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1wifSIsIjciOiJ7XCJpZFwiOjcsXCJ0eXBlXCI6XCJjdXN0b21cIixcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtN1wiLFwiZm9udEZhbWlseVwiOlwiTWVycml3ZWF0aGVyXCIsXCJmb250V2VpZ2h0XCI6XCJub3JtYWxcIixcImZvbnRTaXplXCI6MjAsXCJsZXR0ZXJTcGFjaW5nXCI6MixcImxpbmVIZWlnaHRcIjpcIm5vcm1hbFwiLFwiY29sb3JcIjpcIiNmZmZmZmZcIn0iLCI4Ijoie1wiaWRcIjo4LFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLThcIixcImZvbnRGYW1pbHlcIjpcIk9wZW4gU2Fuc1wiLFwiZm9udFdlaWdodFwiOlwiMzAwXCIsXCJmb250U2l6ZVwiOjM4LFwibGV0dGVyU3BhY2luZ1wiOjIsXCJsaW5lSGVpZ2h0XCI6XCJub3JtYWxcIixcImNvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiOSI6IntcImlkXCI6OSxcInR5cGVcIjpcImN1c3RvbVwiLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS05XCIsXCJmb250RmFtaWx5XCI6XCJNZXJyaXdlYXRoZXJcIixcImZvbnRXZWlnaHRcIjpcIm5vcm1hbFwiLFwiZm9udFNpemVcIjoxNSxcImxldHRlclNwYWNpbmdcIjoxLFwibGluZUhlaWdodFwiOlwiMjVweFwiLFwiY29sb3JcIjpcIiNiZGJkYmRcIn0iLCIxMCI6IntcImlkXCI6MTAsXCJ0eXBlXCI6XCJjdXN0b21cIixcImNsYXNzTmFtZVwiOlwibXNwLWNuLTUtMTBcIixcImZvbnRGYW1pbHlcIjpcIk9wZW4gU2Fuc1wiLFwiZm9udFdlaWdodFwiOlwiMzAwXCIsXCJmb250U2l6ZVwiOjM4LFwibGV0dGVyU3BhY2luZ1wiOjIsXCJsaW5lSGVpZ2h0XCI6XCJub3JtYWxcIixcImNvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiMTEiOiJ7XCJpZFwiOjExLFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi01LTExXCIsXCJmb250RmFtaWx5XCI6XCJNZXJyaXdlYXRoZXJcIixcImZvbnRXZWlnaHRcIjpcIm5vcm1hbFwiLFwiZm9udFNpemVcIjoxNSxcImxldHRlclNwYWNpbmdcIjoxLFwibGluZUhlaWdodFwiOlwiMjVweFwiLFwiY29sb3JcIjpcIiNiZGJkYmRcIn0ifSwiTVNQYW5lbC5FZmZlY3QiOnsiMSI6IntcImlkXCI6XCIxXCIsXCJmYWRlXCI6dHJ1ZX0iLCIyIjoie1wiaWRcIjoyLFwiZmFkZVwiOnRydWV9IiwiMyI6IntcImlkXCI6MyxcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWlwiOi01MDB9IiwiNCI6IntcImlkXCI6NCxcImZhZGVcIjp0cnVlfSIsIjUiOiJ7XCJpZFwiOjUsXCJmYWRlXCI6dHJ1ZX0iLCI2Ijoie1wiaWRcIjo2LFwiZmFkZVwiOnRydWV9IiwiNyI6IntcImlkXCI6NyxcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWlwiOjUwMH0iLCI4Ijoie1wiaWRcIjo4LFwiZmFkZVwiOnRydWV9IiwiOSI6IntcImlkXCI6OSxcImZhZGVcIjp0cnVlfSIsIjEwIjoie1wiaWRcIjoxMCxcImZhZGVcIjp0cnVlfSIsIjExIjoie1wiaWRcIjoxMSxcImZhZGVcIjp0cnVlfSIsIjEyIjoie1wiaWRcIjoxMixcImZhZGVcIjp0cnVlfSIsIjEzIjoie1wiaWRcIjoxMyxcImZhZGVcIjp0cnVlfSIsIjE0Ijoie1wiaWRcIjoxNCxcImZhZGVcIjp0cnVlfSIsIjE1Ijoie1wiaWRcIjoxNSxcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWVwiOjE1MH0iLCIxNiI6IntcImlkXCI6MTYsXCJmYWRlXCI6dHJ1ZX0iLCIxNyI6IntcImlkXCI6MTcsXCJmYWRlXCI6dHJ1ZX0iLCIxOCI6IntcImlkXCI6MTgsXCJmYWRlXCI6dHJ1ZX0iLCIxOSI6IntcImlkXCI6MTksXCJmYWRlXCI6dHJ1ZSxcInRyYW5zbGF0ZVlcIjoxNTB9IiwiMjAiOiJ7XCJpZFwiOjIwLFwiZmFkZVwiOnRydWV9IiwiMjEiOiJ7XCJpZFwiOjIxLFwiZmFkZVwiOnRydWV9IiwiMjIiOiJ7XCJpZFwiOjIyLFwiZmFkZVwiOnRydWV9In0sIk1TUGFuZWwuTGF5ZXIiOnsiMSI6IntcImlkXCI6XCIxXCIsXCJuYW1lXCI6XCJXZWxjb21lXCIsXCJpc0xvY2tlZFwiOmZhbHNlLFwiaXNIaWRlZFwiOmZhbHNlLFwiaXNTb2xvZWRcIjpmYWxzZSxcInNob3dUcmFuc2Zvcm1cIjpcIlwiLFwic2hvd09yaWdpblwiOlwiXCIsXCJzaG93RmFkZVwiOnRydWUsXCJoaWRlVHJhbnNmb3JtXCI6XCJcIixcImhpZGVPcmlnaW5cIjpcIlwiLFwiaGlkZUZhZGVcIjp0cnVlLFwic3RhZ2VPZmZzZXRYXCI6MCxcInN0YWdlT2Zmc2V0WVwiOjAsXCJvcmRlclwiOjAsXCJ0eXBlXCI6XCJ0ZXh0XCIsXCJwb3NpdGlvblwiOlwibm9ybWFsXCIsXCJub1N3aXBlXCI6ZmFsc2UsXCJjb250ZW50XCI6XCLQn9CQ0KDQmi3QntCi0JXQm9CsXCIsXCJ2aWRlb1wiOlwiaHR0cDovL3BsYXllci52aW1lby5jb20vdmlkZW8vMTE3MjEyNDJcIixcImFsaWduXCI6XCJ0b3BcIixcInVzZUFjdGlvblwiOmZhbHNlLFwic2Nyb2xsRHVyYXRpb25cIjoyLFwib2Zmc2V0WFwiOjAsXCJvZmZzZXRZXCI6LTExNyxcInJlc2l6ZVwiOnRydWUsXCJmaXhlZFwiOmZhbHNlLFwid2lkdGhsaW1pdFwiOlwiMFwiLFwib3JpZ2luXCI6XCJtY1wiLFwic3RheUhvdmVyXCI6dHJ1ZSxcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtMVwiLFwib3ZlcmxheVRhcmdldFNsaWRlc0FjdGlvblwiOlwic2hvd1wiLFwic2hvd0R1cmF0aW9uXCI6MC44NjI1LFwic2hvd0RlbGF5XCI6MCxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjpcIjFcIixcInN0eWxlTW9kZWxcIjpcIjFcIixcInNob3dFZmZlY3RcIjpcIjFcIixcImhpZGVFZmZlY3RcIjoyfSIsIjIiOiJ7XCJpZFwiOjIsXCJuYW1lXCI6XCJIb3RlbCBNYXN0ZXJcIixcImlzTG9ja2VkXCI6ZmFsc2UsXCJpc0hpZGVkXCI6ZmFsc2UsXCJpc1NvbG9lZFwiOmZhbHNlLFwic2hvd1RyYW5zZm9ybVwiOlwicGVyc3BlY3RpdmUoMjAwMHB4KSB0cmFuc2xhdGVaKC01MDBweClcIixcInNob3dPcmlnaW5cIjpcIjUwJSA1MCUgMHB4XCIsXCJzaG93RmFkZVwiOnRydWUsXCJoaWRlVHJhbnNmb3JtXCI6XCJcIixcImhpZGVPcmlnaW5cIjpcIlwiLFwiaGlkZUZhZGVcIjp0cnVlLFwic3RhZ2VPZmZzZXRYXCI6MCxcInN0YWdlT2Zmc2V0WVwiOjAsXCJvcmRlclwiOjIsXCJ0eXBlXCI6XCJ0ZXh0XCIsXCJwb3NpdGlvblwiOlwibm9ybWFsXCIsXCJub1N3aXBlXCI6ZmFsc2UsXCJjb250ZW50XCI6XCJcXFwi0JfQtdC70LXQvdGL0Lkg0JzRi9GBXFxcIlwiLFwidmlkZW9cIjpcImh0dHA6Ly9wbGF5ZXIudmltZW8uY29tL3ZpZGVvLzExNzIxMjQyXCIsXCJhbGlnblwiOlwidG9wXCIsXCJ1c2VBY3Rpb25cIjpmYWxzZSxcInNjcm9sbER1cmF0aW9uXCI6MixcIm9mZnNldFhcIjotMC41LFwib2Zmc2V0WVwiOjcuNSxcInJlc2l6ZVwiOnRydWUsXCJmaXhlZFwiOmZhbHNlLFwid2lkdGhsaW1pdFwiOlwiMFwiLFwib3JpZ2luXCI6XCJtY1wiLFwic3RheUhvdmVyXCI6dHJ1ZSxcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtMlwiLFwib3ZlcmxheVRhcmdldFNsaWRlc0FjdGlvblwiOlwic2hvd1wiLFwic2hvd0R1cmF0aW9uXCI6MC43MTI1LFwic2hvd0RlbGF5XCI6MC45NzUsXCJzaG93RWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJzaG93RWZmRnVuY1wiOlwidCh0cnVlLG4sbiwtNTAwLG4sbixuLG4sbixuLG4sbixuLG4sbilcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjpcIjFcIixcInN0eWxlTW9kZWxcIjoyLFwic2hvd0VmZmVjdFwiOjMsXCJoaWRlRWZmZWN0XCI6NH0iLCIzIjoie1wiaWRcIjozLFwibmFtZVwiOlwiZGl2aWRlclwiLFwiaXNMb2NrZWRcIjpmYWxzZSxcImlzSGlkZWRcIjpmYWxzZSxcImlzU29sb2VkXCI6ZmFsc2UsXCJzaG93VHJhbnNmb3JtXCI6XCJcIixcInNob3dPcmlnaW5cIjpcIlwiLFwic2hvd0ZhZGVcIjp0cnVlLFwiaGlkZVRyYW5zZm9ybVwiOlwiXCIsXCJoaWRlT3JpZ2luXCI6XCJcIixcImhpZGVGYWRlXCI6dHJ1ZSxcInN0YWdlT2Zmc2V0WFwiOjAsXCJzdGFnZU9mZnNldFlcIjowLFwib3JkZXJcIjoxLFwidHlwZVwiOlwidGV4dFwiLFwibm9Td2lwZVwiOmZhbHNlLFwiY29udGVudFwiOlwiXCIsXCJ2aWRlb1wiOlwiaHR0cDovL3BsYXllci52aW1lby5jb20vdmlkZW8vMTE3MjEyNDJcIixcImFsaWduXCI6XCJ0b3BcIixcInVzZUFjdGlvblwiOmZhbHNlLFwic2Nyb2xsRHVyYXRpb25cIjoyLFwib2Zmc2V0WFwiOjAsXCJvZmZzZXRZXCI6LTYxLFwid2lkdGhcIjo0OCxcImhlaWdodFwiOjIsXCJyZXNpemVcIjp0cnVlLFwiZml4ZWRcIjpmYWxzZSxcIndpZHRobGltaXRcIjpcIjBcIixcIm9yaWdpblwiOlwibWNcIixcInN0YXlIb3ZlclwiOnRydWUsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLTNcIixcInNob3dEdXJhdGlvblwiOjAuNzc1LFwic2hvd0RlbGF5XCI6MC41MjUsXCJzaG93RWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJ1c2VIaWRlXCI6ZmFsc2UsXCJoaWRlRHVyYXRpb25cIjoxLFwiaGlkZURlbGF5XCI6MSxcImhpZGVFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcImJ0bkNsYXNzXCI6XCJtcy1idG4gbXMtZGVmYXVsdC1idG5cIixcInNsaWRlXCI6XCIxXCIsXCJzdHlsZU1vZGVsXCI6MyxcInNob3dFZmZlY3RcIjo1LFwiaGlkZUVmZmVjdFwiOjZ9IiwiNCI6IntcImlkXCI6NCxcIm5hbWVcIjpcImRlc2NcIixcImlzTG9ja2VkXCI6ZmFsc2UsXCJpc0hpZGVkXCI6ZmFsc2UsXCJpc1NvbG9lZFwiOmZhbHNlLFwic2hvd1RyYW5zZm9ybVwiOlwicGVyc3BlY3RpdmUoMjAwMHB4KSB0cmFuc2xhdGVaKDUwMHB4KVwiLFwic2hvd09yaWdpblwiOlwiNTAlIDUwJSAwcHhcIixcInNob3dGYWRlXCI6dHJ1ZSxcImhpZGVUcmFuc2Zvcm1cIjpcIlwiLFwiaGlkZU9yaWdpblwiOlwiXCIsXCJoaWRlRmFkZVwiOnRydWUsXCJzdGFnZU9mZnNldFhcIjowLFwic3RhZ2VPZmZzZXRZXCI6MCxcIm9yZGVyXCI6MyxcInR5cGVcIjpcInRleHRcIixcInBvc2l0aW9uXCI6XCJub3JtYWxcIixcIm5vU3dpcGVcIjpmYWxzZSxcImNvbnRlbnRcIjpcItCU0L7QsdGA0L4g0L/QvtC20LDQu9C+0LLQsNGC0Ywg0LIg0LvRg9GH0YjQuNC5INC+0YLQtdC70Ywg0LTQu9GPINCS0LDRiNC10LPQviDQvtGC0LTRi9GF0LBcIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6MC41LFwib2Zmc2V0WVwiOjkwLFwicmVzaXplXCI6dHJ1ZSxcImZpeGVkXCI6ZmFsc2UsXCJ3aWR0aGxpbWl0XCI6XCIwXCIsXCJvcmlnaW5cIjpcIm1jXCIsXCJzdGF5SG92ZXJcIjp0cnVlLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS00XCIsXCJvdmVybGF5VGFyZ2V0U2xpZGVzQWN0aW9uXCI6XCJzaG93XCIsXCJzaG93RHVyYXRpb25cIjowLjc1LFwic2hvd0RlbGF5XCI6MS40NjI1LFwic2hvd0Vhc2VcIjpcImVhc2VPdXRRdWludFwiLFwic2hvd0VmZkZ1bmNcIjpcInQodHJ1ZSxuLG4sNTAwLG4sbixuLG4sbixuLG4sbixuLG4sbilcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjpcIjFcIixcInN0eWxlTW9kZWxcIjo0LFwic2hvd0VmZmVjdFwiOjcsXCJoaWRlRWZmZWN0XCI6OH0iLCI1Ijoie1wiaWRcIjo1LFwibmFtZVwiOlwiRW5qb3lcIixcImlzTG9ja2VkXCI6ZmFsc2UsXCJpc0hpZGVkXCI6ZmFsc2UsXCJpc1NvbG9lZFwiOmZhbHNlLFwic2hvd1RyYW5zZm9ybVwiOlwicGVyc3BlY3RpdmUoMjAwMHB4KSBcIixcInNob3dPcmlnaW5cIjpcIjUwJSA1MCUgMHB4XCIsXCJzaG93RmFkZVwiOnRydWUsXCJoaWRlVHJhbnNmb3JtXCI6XCJcIixcImhpZGVPcmlnaW5cIjpcIlwiLFwiaGlkZUZhZGVcIjp0cnVlLFwic3RhZ2VPZmZzZXRYXCI6MCxcInN0YWdlT2Zmc2V0WVwiOjAsXCJvcmRlclwiOjAsXCJ0eXBlXCI6XCJ0ZXh0XCIsXCJwb3NpdGlvblwiOlwibm9ybWFsXCIsXCJub1N3aXBlXCI6ZmFsc2UsXCJjb250ZW50XCI6XCLQn9Cw0YDQui3QvtGC0LXQu9GMXCIsXCJ2aWRlb1wiOlwiaHR0cDovL3BsYXllci52aW1lby5jb20vdmlkZW8vMTE3MjEyNDJcIixcImFsaWduXCI6XCJ0b3BcIixcInVzZUFjdGlvblwiOmZhbHNlLFwic2Nyb2xsRHVyYXRpb25cIjoyLFwib2Zmc2V0WFwiOjM3NSxcIm9mZnNldFlcIjoxNC41LFwicmVzaXplXCI6dHJ1ZSxcImZpeGVkXCI6ZmFsc2UsXCJ3aWR0aGxpbWl0XCI6XCIwXCIsXCJvcmlnaW5cIjpcIm1sXCIsXCJzdGF5SG92ZXJcIjp0cnVlLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS01XCIsXCJvdmVybGF5VGFyZ2V0U2xpZGVzQWN0aW9uXCI6XCJzaG93XCIsXCJzaG93RHVyYXRpb25cIjowLjg1LFwic2hvd0RlbGF5XCI6MCxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInNob3dFZmZGdW5jXCI6XCJ0KHRydWUsbixuLG4sbixuLG4sbixuLG4sbixuLG4sbixuKVwiLFwidXNlSGlkZVwiOmZhbHNlLFwiaGlkZUR1cmF0aW9uXCI6MSxcImhpZGVEZWxheVwiOjEsXCJoaWRlRWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJidG5DbGFzc1wiOlwibXMtYnRuIG1zLWRlZmF1bHQtYnRuXCIsXCJzbGlkZVwiOjIsXCJzdHlsZU1vZGVsXCI6NSxcInNob3dFZmZlY3RcIjo5LFwiaGlkZUVmZmVjdFwiOjEwfSIsIjYiOiJ7XCJpZFwiOjYsXCJuYW1lXCI6XCJTcGEgbWFzdGVyXCIsXCJpc0xvY2tlZFwiOmZhbHNlLFwiaXNIaWRlZFwiOmZhbHNlLFwiaXNTb2xvZWRcIjpmYWxzZSxcInNob3dUcmFuc2Zvcm1cIjpcIlwiLFwic2hvd09yaWdpblwiOlwiXCIsXCJzaG93RmFkZVwiOnRydWUsXCJoaWRlVHJhbnNmb3JtXCI6XCJcIixcImhpZGVPcmlnaW5cIjpcIlwiLFwiaGlkZUZhZGVcIjp0cnVlLFwic3RhZ2VPZmZzZXRYXCI6MCxcInN0YWdlT2Zmc2V0WVwiOjAsXCJvcmRlclwiOjEsXCJ0eXBlXCI6XCJ0ZXh0XCIsXCJwb3NpdGlvblwiOlwibm9ybWFsXCIsXCJub1N3aXBlXCI6ZmFsc2UsXCJjb250ZW50XCI6XCLQl9C10LvQtdC90YvQuSDQnNGL0YFcIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6MzMsXCJvZmZzZXRZXCI6MTAyLFwicmVzaXplXCI6dHJ1ZSxcImZpeGVkXCI6ZmFsc2UsXCJ3aWR0aGxpbWl0XCI6XCIwXCIsXCJvcmlnaW5cIjpcIm1sXCIsXCJzdGF5SG92ZXJcIjp0cnVlLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS02XCIsXCJvdmVybGF5VGFyZ2V0U2xpZGVzQWN0aW9uXCI6XCJzaG93XCIsXCJzaG93RHVyYXRpb25cIjowLjkzNzUsXCJzaG93RGVsYXlcIjowLjUyNSxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjoyLFwic3R5bGVNb2RlbFwiOjYsXCJzaG93RWZmZWN0XCI6MTEsXCJoaWRlRWZmZWN0XCI6MTJ9IiwiNyI6IntcImlkXCI6NyxcIm5hbWVcIjpcImNhcHRpb25cIixcImlzTG9ja2VkXCI6ZmFsc2UsXCJpc0hpZGVkXCI6ZmFsc2UsXCJpc1NvbG9lZFwiOmZhbHNlLFwic2hvd1RyYW5zZm9ybVwiOlwiXCIsXCJzaG93T3JpZ2luXCI6XCJcIixcInNob3dGYWRlXCI6dHJ1ZSxcImhpZGVUcmFuc2Zvcm1cIjpcIlwiLFwiaGlkZU9yaWdpblwiOlwiXCIsXCJoaWRlRmFkZVwiOnRydWUsXCJzdGFnZU9mZnNldFhcIjowLFwic3RhZ2VPZmZzZXRZXCI6MCxcIm9yZGVyXCI6MixcInR5cGVcIjpcInRleHRcIixcInBvc2l0aW9uXCI6XCJub3JtYWxcIixcIm5vU3dpcGVcIjpmYWxzZSxcImNvbnRlbnRcIjpcIlwiLFwidmlkZW9cIjpcImh0dHA6Ly9wbGF5ZXIudmltZW8uY29tL3ZpZGVvLzExNzIxMjQyXCIsXCJhbGlnblwiOlwidG9wXCIsXCJ1c2VBY3Rpb25cIjpmYWxzZSxcInNjcm9sbER1cmF0aW9uXCI6MixcIm9mZnNldFhcIjoxNzYsXCJvZmZzZXRZXCI6MTc2LjUsXCJyZXNpemVcIjp0cnVlLFwiZml4ZWRcIjpmYWxzZSxcIndpZHRobGltaXRcIjpcIjBcIixcIm9yaWdpblwiOlwibWxcIixcInN0YXlIb3ZlclwiOnRydWUsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLTdcIixcIm92ZXJsYXlUYXJnZXRTbGlkZXNBY3Rpb25cIjpcInNob3dcIixcInNob3dEdXJhdGlvblwiOjAuOTc1LFwic2hvd0RlbGF5XCI6MS4xMzc1LFwic2hvd0Vhc2VcIjpcImVhc2VPdXRRdWludFwiLFwidXNlSGlkZVwiOmZhbHNlLFwiaGlkZUR1cmF0aW9uXCI6MSxcImhpZGVEZWxheVwiOjEsXCJoaWRlRWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJidG5DbGFzc1wiOlwibXMtYnRuIG1zLWRlZmF1bHQtYnRuXCIsXCJzbGlkZVwiOjIsXCJzdHlsZU1vZGVsXCI6NyxcInNob3dFZmZlY3RcIjoxMyxcImhpZGVFZmZlY3RcIjoxNH0iLCI4Ijoie1wiaWRcIjo4LFwibmFtZVwiOlwiVGl0bGVcIixcImlzTG9ja2VkXCI6ZmFsc2UsXCJpc0hpZGVkXCI6ZmFsc2UsXCJpc1NvbG9lZFwiOmZhbHNlLFwic2hvd1RyYW5zZm9ybVwiOlwicGVyc3BlY3RpdmUoMjAwMHB4KSB0cmFuc2xhdGVZKDE1MHB4KSBcIixcInNob3dPcmlnaW5cIjpcIjUwJSA1MCUgMHB4XCIsXCJzaG93RmFkZVwiOnRydWUsXCJoaWRlVHJhbnNmb3JtXCI6XCJcIixcImhpZGVPcmlnaW5cIjpcIlwiLFwiaGlkZUZhZGVcIjp0cnVlLFwic3RhZ2VPZmZzZXRYXCI6MCxcInN0YWdlT2Zmc2V0WVwiOjAsXCJvcmRlclwiOjAsXCJ0eXBlXCI6XCJ0ZXh0XCIsXCJwb3NpdGlvblwiOlwibm9ybWFsXCIsXCJub1N3aXBlXCI6ZmFsc2UsXCJjb250ZW50XCI6XCLQmNC00LXQsNC70YzQvdC+0LUg0LzQtdGB0YLQvjxiciAvPtC00LvRjyDQvtGC0LTRi9GF0LBcIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6MjgsXCJvZmZzZXRZXCI6MTU3LFwicmVzaXplXCI6dHJ1ZSxcImZpeGVkXCI6ZmFsc2UsXCJ3aWR0aGxpbWl0XCI6XCIwXCIsXCJvcmlnaW5cIjpcImJsXCIsXCJzdGF5SG92ZXJcIjp0cnVlLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS04XCIsXCJvdmVybGF5VGFyZ2V0U2xpZGVzQWN0aW9uXCI6XCJzaG93XCIsXCJzaG93RHVyYXRpb25cIjoxLjIxMjUsXCJzaG93RGVsYXlcIjowLFwic2hvd0Vhc2VcIjpcImVhc2VPdXRRdWludFwiLFwic2hvd0VmZkZ1bmNcIjpcInQodHJ1ZSxuLDE1MCxuLG4sbixuLG4sbixuLG4sbixuLG4sbilcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjozLFwic3R5bGVNb2RlbFwiOjgsXCJzaG93RWZmZWN0XCI6MTUsXCJoaWRlRWZmZWN0XCI6MTZ9IiwiOSI6IntcImlkXCI6OSxcIm5hbWVcIjpcImNhcHRpb25cIixcImlzTG9ja2VkXCI6ZmFsc2UsXCJpc0hpZGVkXCI6ZmFsc2UsXCJpc1NvbG9lZFwiOmZhbHNlLFwic2hvd1RyYW5zZm9ybVwiOlwiXCIsXCJzaG93T3JpZ2luXCI6XCJcIixcInNob3dGYWRlXCI6dHJ1ZSxcImhpZGVUcmFuc2Zvcm1cIjpcIlwiLFwiaGlkZU9yaWdpblwiOlwiXCIsXCJoaWRlRmFkZVwiOnRydWUsXCJzdGFnZU9mZnNldFhcIjowLFwic3RhZ2VPZmZzZXRZXCI6MCxcIm9yZGVyXCI6MSxcInR5cGVcIjpcInRleHRcIixcInBvc2l0aW9uXCI6XCJub3JtYWxcIixcIm5vU3dpcGVcIjpmYWxzZSxcImNvbnRlbnRcIjpcIlwiLFwidmlkZW9cIjpcImh0dHA6Ly9wbGF5ZXIudmltZW8uY29tL3ZpZGVvLzExNzIxMjQyXCIsXCJhbGlnblwiOlwidG9wXCIsXCJ1c2VBY3Rpb25cIjpmYWxzZSxcInNjcm9sbER1cmF0aW9uXCI6MixcIm9mZnNldFhcIjozMCxcIm9mZnNldFlcIjo4OCxcIndpZHRoXCI6NTA5LFwicmVzaXplXCI6dHJ1ZSxcImZpeGVkXCI6ZmFsc2UsXCJ3aWR0aGxpbWl0XCI6XCIwXCIsXCJvcmlnaW5cIjpcImJsXCIsXCJzdGF5SG92ZXJcIjp0cnVlLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS05XCIsXCJvdmVybGF5VGFyZ2V0U2xpZGVzQWN0aW9uXCI6XCJzaG93XCIsXCJzaG93RHVyYXRpb25cIjoxLFwic2hvd0RlbGF5XCI6MC45Mzc1LFwic2hvd0Vhc2VcIjpcImVhc2VPdXRRdWludFwiLFwidXNlSGlkZVwiOmZhbHNlLFwiaGlkZUR1cmF0aW9uXCI6MSxcImhpZGVEZWxheVwiOjEsXCJoaWRlRWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJidG5DbGFzc1wiOlwibXMtYnRuIG1zLWRlZmF1bHQtYnRuXCIsXCJzbGlkZVwiOjMsXCJzdHlsZU1vZGVsXCI6OSxcInNob3dFZmZlY3RcIjoxNyxcImhpZGVFZmZlY3RcIjoxOH0iLCIxMCI6IntcImlkXCI6MTAsXCJuYW1lXCI6XCJUaXRsZVwiLFwiaXNMb2NrZWRcIjpmYWxzZSxcImlzSGlkZWRcIjpmYWxzZSxcImlzU29sb2VkXCI6ZmFsc2UsXCJzaG93VHJhbnNmb3JtXCI6XCJwZXJzcGVjdGl2ZSgyMDAwcHgpIHRyYW5zbGF0ZVkoMTUwcHgpIFwiLFwic2hvd09yaWdpblwiOlwiNTAlIDUwJSAwcHhcIixcInNob3dGYWRlXCI6dHJ1ZSxcImhpZGVUcmFuc2Zvcm1cIjpcIlwiLFwiaGlkZU9yaWdpblwiOlwiXCIsXCJoaWRlRmFkZVwiOnRydWUsXCJzdGFnZU9mZnNldFhcIjowLFwic3RhZ2VPZmZzZXRZXCI6MCxcIm9yZGVyXCI6MCxcInR5cGVcIjpcInRleHRcIixcInBvc2l0aW9uXCI6XCJub3JtYWxcIixcIm5vU3dpcGVcIjpmYWxzZSxcImNvbnRlbnRcIjpcItCY0LTQtdCw0LvRjNC90L7QtSDQvNC10YHRgtC+INC00LvRjyDQvtGC0LTRi9GF0LBcIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6MjgsXCJvZmZzZXRZXCI6MTU3LFwicmVzaXplXCI6dHJ1ZSxcImZpeGVkXCI6ZmFsc2UsXCJ3aWR0aGxpbWl0XCI6XCIwXCIsXCJvcmlnaW5cIjpcImJsXCIsXCJzdGF5SG92ZXJcIjp0cnVlLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tNS0xMFwiLFwib3ZlcmxheVRhcmdldFNsaWRlc0FjdGlvblwiOlwic2hvd1wiLFwic2hvd0R1cmF0aW9uXCI6MS4yMTI1LFwic2hvd0RlbGF5XCI6MCxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInNob3dFZmZGdW5jXCI6XCJ0KHRydWUsbiwxNTAsbixuLG4sbixuLG4sbixuLG4sbixuLG4pXCIsXCJ1c2VIaWRlXCI6ZmFsc2UsXCJoaWRlRHVyYXRpb25cIjoxLFwiaGlkZURlbGF5XCI6MSxcImhpZGVFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcImJ0bkNsYXNzXCI6XCJtcy1idG4gbXMtZGVmYXVsdC1idG5cIixcInNsaWRlXCI6bnVsbCxcInN0eWxlTW9kZWxcIjoxMCxcInNob3dFZmZlY3RcIjoxOSxcImhpZGVFZmZlY3RcIjoyMH0iLCIxMSI6IntcImlkXCI6MTEsXCJuYW1lXCI6XCJjYXB0aW9uXCIsXCJpc0xvY2tlZFwiOmZhbHNlLFwiaXNIaWRlZFwiOmZhbHNlLFwiaXNTb2xvZWRcIjpmYWxzZSxcInNob3dUcmFuc2Zvcm1cIjpcIlwiLFwic2hvd09yaWdpblwiOlwiXCIsXCJzaG93RmFkZVwiOnRydWUsXCJoaWRlVHJhbnNmb3JtXCI6XCJcIixcImhpZGVPcmlnaW5cIjpcIlwiLFwiaGlkZUZhZGVcIjp0cnVlLFwic3RhZ2VPZmZzZXRYXCI6MCxcInN0YWdlT2Zmc2V0WVwiOjAsXCJvcmRlclwiOjEsXCJ0eXBlXCI6XCJ0ZXh0XCIsXCJwb3NpdGlvblwiOlwibm9ybWFsXCIsXCJub1N3aXBlXCI6ZmFsc2UsXCJjb250ZW50XCI6XCJTZWQgcG9zdWVyZSBjb25zZWN0ZXR1ciBlc3QgYXQgbG9ib3J0aXMuIEN1bSBzb2NpaXMgbmF0b3F1ZSBwZW5hdGlidXMgZXQgbWFnbmlzIGRpcyBwYXJ0dXJpZW50IG1vbnRlcy5cIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6MzAsXCJvZmZzZXRZXCI6ODgsXCJ3aWR0aFwiOjUwOSxcInJlc2l6ZVwiOnRydWUsXCJmaXhlZFwiOmZhbHNlLFwid2lkdGhsaW1pdFwiOlwiMFwiLFwib3JpZ2luXCI6XCJibFwiLFwic3RheUhvdmVyXCI6dHJ1ZSxcImNsYXNzTmFtZVwiOlwibXNwLWNuLTUtMTFcIixcIm92ZXJsYXlUYXJnZXRTbGlkZXNBY3Rpb25cIjpcInNob3dcIixcInNob3dEdXJhdGlvblwiOjEsXCJzaG93RGVsYXlcIjowLjkzNzUsXCJzaG93RWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJ1c2VIaWRlXCI6ZmFsc2UsXCJoaWRlRHVyYXRpb25cIjoxLFwiaGlkZURlbGF5XCI6MSxcImhpZGVFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcImJ0bkNsYXNzXCI6XCJtcy1idG4gbXMtZGVmYXVsdC1idG5cIixcInNsaWRlXCI6bnVsbCxcInN0eWxlTW9kZWxcIjoxMSxcInNob3dFZmZlY3RcIjoyMSxcImhpZGVFZmZlY3RcIjoyMn0ifSwiTVNQYW5lbC5Db250cm9sIjp7IjEiOiJ7XCJpZFwiOlwiMVwiLFwibGFiZWxcIjpcIkFycm93c1wiLFwibmFtZVwiOlwiYXJyb3dzXCIsXCJhdXRvSGlkZVwiOnRydWUsXCJvdmVyVmlkZW9cIjp0cnVlLFwiaW5zZXRcIjp0cnVlfSIsIjIiOiJ7XCJpZFwiOjIsXCJsYWJlbFwiOlwiQnVsbGV0c1wiLFwibmFtZVwiOlwiYnVsbGV0c1wiLFwiYXV0b0hpZGVcIjpmYWxzZSxcIm92ZXJWaWRlb1wiOnRydWUsXCJtYXJnaW5cIjoyNSxcImRpclwiOlwiaFwiLFwic3BhY2VcIjo4LFwiYWxpZ25cIjpcImJvdHRvbVwiLFwiaW5zZXRcIjp0cnVlfSJ9fQ==','.msp-cn-1-1 { font-family:\"Open Sans\";font-weight:300;font-size:44px;letter-spacing:5px;line-height:44px;color:#ffffff;text-transform: uppercase; } \n.msp-cn-1-2 { font-family:\"Open Sans\";font-weight:700;font-size:80px;letter-spacing:4px;line-height:normal;color:#ffffff;text-transform: uppercase; } \n.msp-cn-1-3 { background-color:#ffffff;font-weight:normal;line-height:normal; } \n.msp-cn-1-4 { font-family:\"Merriweather\";font-weight:normal;font-size:16px;letter-spacing:3px;line-height:normal;color:#ffffff; } \n.msp-cn-1-5 { font-family:\"Open Sans\";font-weight:300;font-size:45px;letter-spacing:0.5px;line-height:normal;color:#ffffff; } \n.msp-cn-1-6 { font-family:\"Open Sans\";font-weight:300;font-size:74px;letter-spacing:2px;line-height:0px;color:#ffffff;text-transform: uppercase; } \n.msp-cn-1-7 { font-family:\"Merriweather\";font-weight:normal;font-size:20px;letter-spacing:2px;line-height:normal;color:#ffffff; } \n.msp-cn-1-8 { font-family:\"Open Sans\";font-weight:300;font-size:38px;letter-spacing:2px;line-height:normal;color:#ffffff; } \n.msp-cn-1-9 { font-family:\"Merriweather\";font-weight:normal;font-size:15px;letter-spacing:1px;line-height:25px;color:#bdbdbd; } \n.msp-cn-5-10 { font-family:\"Open Sans\";font-weight:300;font-size:38px;letter-spacing:2px;line-height:normal;color:#ffffff; } \n.msp-cn-5-11 { font-family:\"Merriweather\";font-weight:normal;font-size:15px;letter-spacing:1px;line-height:25px;color:#bdbdbd; } \n','Open+Sans:300,700|Merriweather:regular','published'),(6,'Homepage slider full width Modern copy','ms-6','custom',5,'2019-06-04 20:58:07','2019-06-04 20:58:07','eyJtZXRhIjp7IlNldHRpbmdzIWlkcyI6IjEiLCJTZXR0aW5ncyFuZXh0SWQiOjIsIlNsaWRlIWlkcyI6IjEsMiwzLDQiLCJTbGlkZSFuZXh0SWQiOjUsIlN0eWxlIWlkcyI6IjEsMiwzLDQsNSw2LDcsOCw5LDEwLDExLDEyLDEzIiwiU3R5bGUhbmV4dElkIjoxNCwiRWZmZWN0IWlkcyI6IjEsMiwzLDQsNSw2LDcsOCw5LDEwLDExLDEyLDEzLDE0LDE1LDE2LDE3LDE4LDE5LDIwLDIxLDIyLDIzLDI0LDI1LDI2IiwiRWZmZWN0IW5leHRJZCI6MjcsIkxheWVyIWlkcyI6IjEsMiwzLDQsNSw2LDcsOCw5LDEwLDExLDEyLDEzIiwiTGF5ZXIhbmV4dElkIjoxNCwiQ29udHJvbCFpZHMiOiIxLDIiLCJDb250cm9sIW5leHRJZCI6M30sIk1TUGFuZWwuU2V0dGluZ3MiOnsiMSI6IntcImlkXCI6XCIxXCIsXCJzbmFwcGluZ1wiOmZhbHNlLFwibmFtZVwiOlwiSG9tZXBhZ2Ugc2xpZGVyIGZ1bGwgd2lkdGggTW9kZXJuXCIsXCJ3aWR0aFwiOjExNDAsXCJoZWlnaHRcIjo1ODAsXCJ3cmFwcGVyV2lkdGhcIjoxMjIwLFwid3JhcHBlcldpZHRoVW5pdFwiOlwicHhcIixcImF1dG9Dcm9wXCI6ZmFsc2UsXCJ0eXBlXCI6XCJjdXN0b21cIixcInNsaWRlcklkXCI6XCIxXCIsXCJsYXlvdXRcIjpcImZ1bGx3aWR0aFwiLFwiYXV0b0hlaWdodFwiOmZhbHNlLFwidHJWaWV3XCI6XCJmYWRlRmxvd1wiLFwic3BlZWRcIjpcIjIwXCIsXCJzcGFjZVwiOlwiMFwiLFwic3RhcnRcIjpcIjFcIixcImdyYWJDdXJzb3JcIjpcIjFcIixcInN3aXBlXCI6ZmFsc2UsXCJtb3VzZVwiOlwiMVwiLFwid2hlZWxcIjpcIlwiLFwiYXV0b3BsYXlcIjp0cnVlLFwibG9vcFwiOnRydWUsXCJzaHVmZmxlXCI6XCJcIixcInByZWxvYWRcIjpcIi0xXCIsXCJvdmVyUGF1c2VcIjpcIjFcIixcImVuZFBhdXNlXCI6XCJcIixcImhpZGVMYXllcnNcIjpcIlwiLFwiZGlyXCI6XCJoXCIsXCJwYXJhbGxheE1vZGVcIjpcInN3aXBlXCIsXCJ1c2VEZWVwTGlua1wiOmZhbHNlLFwiZGVlcExpbmtcIjpcIm1zLTFcIixcImRlZXBMaW5rVHlwZVwiOlwicGF0aFwiLFwic2Nyb2xsUGFyYWxsYXhcIjp0cnVlLFwic2Nyb2xsUGFyYWxsYXhNb3ZlXCI6MzAsXCJzY3JvbGxQYXJhbGxheEJHTW92ZVwiOjUwLFwic2Nyb2xsUGFyYWxsYXhGYWRlXCI6dHJ1ZSxcImNlbnRlckNvbnRyb2xzXCI6XCIxXCIsXCJpbnN0YW50U2hvd0xheWVyc1wiOlwiXCIsXCJjbGFzc05hbWVcIjpcIlwiLFwiYmdDb2xvclwiOlwiIzE3MTcxN1wiLFwic2tpblwiOlwibXMtc2tpbi1kZWZhdWx0XCIsXCJtc1RlbXBsYXRlXCI6XCJjdXN0b21cIixcIm1zVGVtcGxhdGVDbGFzc1wiOlwiXCIsXCJ1c2VkRm9udHNcIjpcIk9wZW4rU2FuczozMDAsNzAwfE1lcnJpd2VhdGhlcjpyZWd1bGFyXCJ9In0sIk1TUGFuZWwuU2xpZGUiOnsiMSI6IntcImlkXCI6XCIxXCIsXCJ0aW1lbGluZV9oXCI6MjAwLFwiYmdUaHVtYlwiOlwiLzIwMTUvMDQvc2xpZGVyLTEtMTUweDE1MC5qcGdcIixcIm9yZGVyXCI6MSxcImJnXCI6XCIvMjAxNS8wNC9zbGlkZXItMS5qcGdcIixcImR1cmF0aW9uXCI6NyxcImZpbGxNb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfZmlsbG1vZGVcIjpcImZpbGxcIixcImJndl9sb29wXCI6XCIxXCIsXCJiZ3ZfbXV0ZVwiOlwiMVwiLFwiYmd2X2F1dG9wYXVzZVwiOlwiXCIsXCJiZ0FsdFwiOlwiXCIsXCJsYXllcl9pZHNcIjpbXCIxXCIsMiwzLDRdfSIsIjIiOiJ7XCJpZFwiOjIsXCJ0aW1lbGluZV9oXCI6MjAwLFwiYmdUaHVtYlwiOlwiLzIwMTUvMDQvc2xpZGVyLTMxLTE1MHgxNTAuanBnXCIsXCJvcmRlclwiOjIsXCJiZ1wiOlwiLzIwMTUvMDQvc2xpZGVyLTMxLmpwZ1wiLFwiZHVyYXRpb25cIjpcIjNcIixcImZpbGxNb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfZmlsbG1vZGVcIjpcImZpbGxcIixcImJndl9sb29wXCI6XCIxXCIsXCJiZ3ZfbXV0ZVwiOlwiMVwiLFwiYmd2X2F1dG9wYXVzZVwiOlwiXCIsXCJiZ0FsdFwiOlwiXCIsXCJsYXllcl9pZHNcIjpbNSw2LDddfSIsIjMiOiJ7XCJpZFwiOjMsXCJ0aW1lbGluZV9oXCI6MjAwLFwiYmdUaHVtYlwiOlwiLzIwMTUvMDQvc2xpZGVyLTIxLTE1MHgxNTAuanBnXCIsXCJvcmRlclwiOjMsXCJiZ1wiOlwiLzIwMTUvMDQvc2xpZGVyLTIxLmpwZ1wiLFwiZHVyYXRpb25cIjpcIjNcIixcImZpbGxNb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfZmlsbG1vZGVcIjpcImZpbGxcIixcImJndl9sb29wXCI6XCIxXCIsXCJiZ3ZfbXV0ZVwiOlwiMVwiLFwiYmd2X2F1dG9wYXVzZVwiOlwiXCIsXCJiZ0FsdFwiOlwiXCIsXCJsYXllcl9pZHNcIjpbOCw5XX0iLCI0Ijoie1wiaWRcIjo0LFwidGltZWxpbmVfaFwiOjIwMCxcImJnVGh1bWJcIjpcIi8yMDE1LzA1L3NsaWRlci00LTE1MHgxNTAuanBnXCIsXCJvcmRlclwiOjAsXCJiZ1wiOlwiLzIwMTUvMDUvc2xpZGVyLTQuanBnXCIsXCJkdXJhdGlvblwiOjcsXCJmaWxsTW9kZVwiOlwiZmlsbFwiLFwiYmd2X2ZpbGxtb2RlXCI6XCJmaWxsXCIsXCJiZ3ZfbG9vcFwiOlwiMVwiLFwiYmd2X211dGVcIjpcIjFcIixcImJndl9hdXRvcGF1c2VcIjpcIlwiLFwiYmdBbHRcIjpcIlwiLFwibGF5ZXJfaWRzXCI6WzEwLDExLDEyLDEzXX0ifSwiTVNQYW5lbC5TdHlsZSI6eyIxIjoie1wiaWRcIjpcIjFcIixcInR5cGVcIjpcImN1c3RvbVwiLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS0xXCIsXCJmb250RmFtaWx5XCI6XCJPcGVuIFNhbnNcIixcImZvbnRXZWlnaHRcIjpcIjMwMFwiLFwiZm9udFNpemVcIjo0NCxcImxldHRlclNwYWNpbmdcIjo1LFwibGluZUhlaWdodFwiOlwiNDRweFwiLFwiY29sb3JcIjpcIiNmZmZmZmZcIixcImN1c3RvbVwiOlwidGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcIn0iLCIyIjoie1wiaWRcIjoyLFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLTJcIixcImZvbnRGYW1pbHlcIjpcIk9wZW4gU2Fuc1wiLFwiZm9udFdlaWdodFwiOlwiNzAwXCIsXCJmb250U2l6ZVwiOjgwLFwibGV0dGVyU3BhY2luZ1wiOjQsXCJsaW5lSGVpZ2h0XCI6XCJub3JtYWxcIixcImNvbG9yXCI6XCIjZmZmZmZmXCIsXCJjdXN0b21cIjpcInRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XCJ9IiwiMyI6IntcImlkXCI6MyxcInR5cGVcIjpcImN1c3RvbVwiLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS0zXCIsXCJiYWNrZ3JvdW5kQ29sb3JcIjpcIiNmZmZmZmZcIixcImZvbnRXZWlnaHRcIjpcIm5vcm1hbFwiLFwibGluZUhlaWdodFwiOlwibm9ybWFsXCJ9IiwiNCI6IntcImlkXCI6NCxcInR5cGVcIjpcImN1c3RvbVwiLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS00XCIsXCJmb250RmFtaWx5XCI6XCJNZXJyaXdlYXRoZXJcIixcImZvbnRXZWlnaHRcIjpcIm5vcm1hbFwiLFwiZm9udFNpemVcIjoxNixcImxldHRlclNwYWNpbmdcIjozLFwibGluZUhlaWdodFwiOlwibm9ybWFsXCIsXCJjb2xvclwiOlwiI2ZmZmZmZlwifSIsIjUiOiJ7XCJpZFwiOjUsXCJ0eXBlXCI6XCJjdXN0b21cIixcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtNVwiLFwiZm9udEZhbWlseVwiOlwiT3BlbiBTYW5zXCIsXCJmb250V2VpZ2h0XCI6XCIzMDBcIixcImZvbnRTaXplXCI6NDUsXCJsZXR0ZXJTcGFjaW5nXCI6MC41LFwibGluZUhlaWdodFwiOlwibm9ybWFsXCIsXCJjb2xvclwiOlwiI2ZmZmZmZlwifSIsIjYiOiJ7XCJpZFwiOjYsXCJ0eXBlXCI6XCJjdXN0b21cIixcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtNlwiLFwiZm9udEZhbWlseVwiOlwiT3BlbiBTYW5zXCIsXCJmb250V2VpZ2h0XCI6XCIzMDBcIixcImZvbnRTaXplXCI6NzQsXCJsZXR0ZXJTcGFjaW5nXCI6MixcImxpbmVIZWlnaHRcIjpcIjBweFwiLFwiY29sb3JcIjpcIiNmZmZmZmZcIixcImN1c3RvbVwiOlwidGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcIn0iLCI3Ijoie1wiaWRcIjo3LFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLTdcIixcImZvbnRGYW1pbHlcIjpcIk1lcnJpd2VhdGhlclwiLFwiZm9udFdlaWdodFwiOlwibm9ybWFsXCIsXCJmb250U2l6ZVwiOjIwLFwibGV0dGVyU3BhY2luZ1wiOjIsXCJsaW5lSGVpZ2h0XCI6XCJub3JtYWxcIixcImNvbG9yXCI6XCIjZmZmZmZmXCJ9IiwiOCI6IntcImlkXCI6OCxcInR5cGVcIjpcImN1c3RvbVwiLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS04XCIsXCJmb250RmFtaWx5XCI6XCJPcGVuIFNhbnNcIixcImZvbnRXZWlnaHRcIjpcIjMwMFwiLFwiZm9udFNpemVcIjozOCxcImxldHRlclNwYWNpbmdcIjoyLFwibGluZUhlaWdodFwiOlwibm9ybWFsXCIsXCJjb2xvclwiOlwiI2ZmZmZmZlwifSIsIjkiOiJ7XCJpZFwiOjksXCJ0eXBlXCI6XCJjdXN0b21cIixcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtOVwiLFwiZm9udEZhbWlseVwiOlwiTWVycml3ZWF0aGVyXCIsXCJmb250V2VpZ2h0XCI6XCJub3JtYWxcIixcImZvbnRTaXplXCI6MTUsXCJsZXR0ZXJTcGFjaW5nXCI6MSxcImxpbmVIZWlnaHRcIjpcIjI1cHhcIixcImNvbG9yXCI6XCIjYmRiZGJkXCJ9IiwiMTAiOiJ7XCJpZFwiOjEwLFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi01LTEwXCIsXCJmb250RmFtaWx5XCI6XCJPcGVuIFNhbnNcIixcImZvbnRXZWlnaHRcIjpcIjMwMFwiLFwiZm9udFNpemVcIjo0MCxcImxldHRlclNwYWNpbmdcIjozLFwibGluZUhlaWdodFwiOlwiNDRweFwiLFwiY29sb3JcIjpcIiNmZmZmZmZcIixcImN1c3RvbVwiOlwidGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcIn0iLCIxMSI6IntcImlkXCI6MTEsXCJ0eXBlXCI6XCJjdXN0b21cIixcImNsYXNzTmFtZVwiOlwibXNwLWNuLTUtMTFcIixcImZvbnRGYW1pbHlcIjpcIk9wZW4gU2Fuc1wiLFwiZm9udFdlaWdodFwiOlwiNzAwXCIsXCJmb250U2l6ZVwiOjc5LFwibGV0dGVyU3BhY2luZ1wiOjQsXCJsaW5lSGVpZ2h0XCI6XCJub3JtYWxcIixcImNvbG9yXCI6XCIjZmZmZmZmXCIsXCJjdXN0b21cIjpcInRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XCJ9IiwiMTIiOiJ7XCJpZFwiOjEyLFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi01LTEyXCIsXCJiYWNrZ3JvdW5kQ29sb3JcIjpcIiNmZmZmZmZcIixcImZvbnRXZWlnaHRcIjpcIm5vcm1hbFwiLFwibGluZUhlaWdodFwiOlwibm9ybWFsXCJ9IiwiMTMiOiJ7XCJpZFwiOjEzLFwidHlwZVwiOlwiY3VzdG9tXCIsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi01LTEzXCIsXCJmb250RmFtaWx5XCI6XCJNZXJyaXdlYXRoZXJcIixcImZvbnRXZWlnaHRcIjpcIm5vcm1hbFwiLFwiZm9udFNpemVcIjoxNixcImxldHRlclNwYWNpbmdcIjoyLFwibGluZUhlaWdodFwiOlwibm9ybWFsXCIsXCJjb2xvclwiOlwiI2ZmZmZmZlwifSJ9LCJNU1BhbmVsLkVmZmVjdCI6eyIxIjoie1wiaWRcIjpcIjFcIixcImZhZGVcIjp0cnVlfSIsIjIiOiJ7XCJpZFwiOjIsXCJmYWRlXCI6dHJ1ZX0iLCIzIjoie1wiaWRcIjozLFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVaXCI6LTUwMH0iLCI0Ijoie1wiaWRcIjo0LFwiZmFkZVwiOnRydWV9IiwiNSI6IntcImlkXCI6NSxcImZhZGVcIjp0cnVlfSIsIjYiOiJ7XCJpZFwiOjYsXCJmYWRlXCI6dHJ1ZX0iLCI3Ijoie1wiaWRcIjo3LFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVaXCI6NTAwfSIsIjgiOiJ7XCJpZFwiOjgsXCJmYWRlXCI6dHJ1ZX0iLCI5Ijoie1wiaWRcIjo5LFwiZmFkZVwiOnRydWV9IiwiMTAiOiJ7XCJpZFwiOjEwLFwiZmFkZVwiOnRydWV9IiwiMTEiOiJ7XCJpZFwiOjExLFwiZmFkZVwiOnRydWV9IiwiMTIiOiJ7XCJpZFwiOjEyLFwiZmFkZVwiOnRydWV9IiwiMTMiOiJ7XCJpZFwiOjEzLFwiZmFkZVwiOnRydWV9IiwiMTQiOiJ7XCJpZFwiOjE0LFwiZmFkZVwiOnRydWV9IiwiMTUiOiJ7XCJpZFwiOjE1LFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVZXCI6MTUwfSIsIjE2Ijoie1wiaWRcIjoxNixcImZhZGVcIjp0cnVlfSIsIjE3Ijoie1wiaWRcIjoxNyxcImZhZGVcIjp0cnVlfSIsIjE4Ijoie1wiaWRcIjoxOCxcImZhZGVcIjp0cnVlfSIsIjE5Ijoie1wiaWRcIjoxOSxcImZhZGVcIjp0cnVlfSIsIjIwIjoie1wiaWRcIjoyMCxcImZhZGVcIjp0cnVlfSIsIjIxIjoie1wiaWRcIjoyMSxcImZhZGVcIjp0cnVlLFwidHJhbnNsYXRlWlwiOi01MDB9IiwiMjIiOiJ7XCJpZFwiOjIyLFwiZmFkZVwiOnRydWV9IiwiMjMiOiJ7XCJpZFwiOjIzLFwiZmFkZVwiOnRydWV9IiwiMjQiOiJ7XCJpZFwiOjI0LFwiZmFkZVwiOnRydWV9IiwiMjUiOiJ7XCJpZFwiOjI1LFwiZmFkZVwiOnRydWUsXCJ0cmFuc2xhdGVaXCI6NTAwfSIsIjI2Ijoie1wiaWRcIjoyNixcImZhZGVcIjp0cnVlfSJ9LCJNU1BhbmVsLkxheWVyIjp7IjEiOiJ7XCJpZFwiOlwiMVwiLFwibmFtZVwiOlwiV2VsY29tZVwiLFwiaXNMb2NrZWRcIjpmYWxzZSxcImlzSGlkZWRcIjpmYWxzZSxcImlzU29sb2VkXCI6ZmFsc2UsXCJzaG93VHJhbnNmb3JtXCI6XCJcIixcInNob3dPcmlnaW5cIjpcIlwiLFwic2hvd0ZhZGVcIjp0cnVlLFwiaGlkZVRyYW5zZm9ybVwiOlwiXCIsXCJoaWRlT3JpZ2luXCI6XCJcIixcImhpZGVGYWRlXCI6dHJ1ZSxcInN0YWdlT2Zmc2V0WFwiOjAsXCJzdGFnZU9mZnNldFlcIjowLFwib3JkZXJcIjowLFwidHlwZVwiOlwidGV4dFwiLFwibm9Td2lwZVwiOmZhbHNlLFwiY29udGVudFwiOlwiV2VsY29tZSBUb1wiLFwidmlkZW9cIjpcImh0dHA6Ly9wbGF5ZXIudmltZW8uY29tL3ZpZGVvLzExNzIxMjQyXCIsXCJhbGlnblwiOlwidG9wXCIsXCJ1c2VBY3Rpb25cIjpmYWxzZSxcInNjcm9sbER1cmF0aW9uXCI6MixcIm9mZnNldFhcIjowLFwib2Zmc2V0WVwiOi0xMTcsXCJyZXNpemVcIjp0cnVlLFwiZml4ZWRcIjpmYWxzZSxcIndpZHRobGltaXRcIjpcIjBcIixcIm9yaWdpblwiOlwibWNcIixcInN0YXlIb3ZlclwiOnRydWUsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLTFcIixcInNob3dEdXJhdGlvblwiOjAuODYyNSxcInNob3dEZWxheVwiOjAsXCJzaG93RWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJ1c2VIaWRlXCI6ZmFsc2UsXCJoaWRlRHVyYXRpb25cIjoxLFwiaGlkZURlbGF5XCI6MSxcImhpZGVFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcImJ0bkNsYXNzXCI6XCJtcy1idG4gbXMtZGVmYXVsdC1idG5cIixcInNsaWRlXCI6XCIxXCIsXCJzdHlsZU1vZGVsXCI6XCIxXCIsXCJzaG93RWZmZWN0XCI6XCIxXCIsXCJoaWRlRWZmZWN0XCI6Mn0iLCIyIjoie1wiaWRcIjoyLFwibmFtZVwiOlwiSG90ZWwgTWFzdGVyXCIsXCJpc0xvY2tlZFwiOmZhbHNlLFwiaXNIaWRlZFwiOmZhbHNlLFwiaXNTb2xvZWRcIjpmYWxzZSxcInNob3dUcmFuc2Zvcm1cIjpcInBlcnNwZWN0aXZlKDIwMDBweCkgdHJhbnNsYXRlWigtNTAwcHgpXCIsXCJzaG93T3JpZ2luXCI6XCI1MCUgNTAlIDBweFwiLFwic2hvd0ZhZGVcIjp0cnVlLFwiaGlkZVRyYW5zZm9ybVwiOlwiXCIsXCJoaWRlT3JpZ2luXCI6XCJcIixcImhpZGVGYWRlXCI6dHJ1ZSxcInN0YWdlT2Zmc2V0WFwiOjAsXCJzdGFnZU9mZnNldFlcIjowLFwib3JkZXJcIjoyLFwidHlwZVwiOlwidGV4dFwiLFwibm9Td2lwZVwiOmZhbHNlLFwiY29udGVudFwiOlwiSG90ZWwgTWFzdGVyXCIsXCJ2aWRlb1wiOlwiaHR0cDovL3BsYXllci52aW1lby5jb20vdmlkZW8vMTE3MjEyNDJcIixcImFsaWduXCI6XCJ0b3BcIixcInVzZUFjdGlvblwiOmZhbHNlLFwic2Nyb2xsRHVyYXRpb25cIjoyLFwib2Zmc2V0WFwiOi0wLjUsXCJvZmZzZXRZXCI6Ny41LFwicmVzaXplXCI6dHJ1ZSxcImZpeGVkXCI6ZmFsc2UsXCJ3aWR0aGxpbWl0XCI6XCIwXCIsXCJvcmlnaW5cIjpcIm1jXCIsXCJzdGF5SG92ZXJcIjp0cnVlLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS0yXCIsXCJzaG93RHVyYXRpb25cIjowLjcxMjUsXCJzaG93RGVsYXlcIjowLjk3NSxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInNob3dFZmZGdW5jXCI6XCJ0KHRydWUsbixuLC01MDAsbixuLG4sbixuLG4sbixuLG4sbixuKVwiLFwidXNlSGlkZVwiOmZhbHNlLFwiaGlkZUR1cmF0aW9uXCI6MSxcImhpZGVEZWxheVwiOjEsXCJoaWRlRWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJidG5DbGFzc1wiOlwibXMtYnRuIG1zLWRlZmF1bHQtYnRuXCIsXCJzbGlkZVwiOlwiMVwiLFwic3R5bGVNb2RlbFwiOjIsXCJzaG93RWZmZWN0XCI6MyxcImhpZGVFZmZlY3RcIjo0fSIsIjMiOiJ7XCJpZFwiOjMsXCJuYW1lXCI6XCJkaXZpZGVyXCIsXCJpc0xvY2tlZFwiOmZhbHNlLFwiaXNIaWRlZFwiOmZhbHNlLFwiaXNTb2xvZWRcIjpmYWxzZSxcInNob3dUcmFuc2Zvcm1cIjpcIlwiLFwic2hvd09yaWdpblwiOlwiXCIsXCJzaG93RmFkZVwiOnRydWUsXCJoaWRlVHJhbnNmb3JtXCI6XCJcIixcImhpZGVPcmlnaW5cIjpcIlwiLFwiaGlkZUZhZGVcIjp0cnVlLFwic3RhZ2VPZmZzZXRYXCI6MCxcInN0YWdlT2Zmc2V0WVwiOjAsXCJvcmRlclwiOjEsXCJ0eXBlXCI6XCJ0ZXh0XCIsXCJub1N3aXBlXCI6ZmFsc2UsXCJjb250ZW50XCI6XCJcIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6MCxcIm9mZnNldFlcIjotNjEsXCJ3aWR0aFwiOjQ4LFwiaGVpZ2h0XCI6MixcInJlc2l6ZVwiOnRydWUsXCJmaXhlZFwiOmZhbHNlLFwid2lkdGhsaW1pdFwiOlwiMFwiLFwib3JpZ2luXCI6XCJtY1wiLFwic3RheUhvdmVyXCI6dHJ1ZSxcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtM1wiLFwic2hvd0R1cmF0aW9uXCI6MC43NzUsXCJzaG93RGVsYXlcIjowLjUyNSxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjpcIjFcIixcInN0eWxlTW9kZWxcIjozLFwic2hvd0VmZmVjdFwiOjUsXCJoaWRlRWZmZWN0XCI6Nn0iLCI0Ijoie1wiaWRcIjo0LFwibmFtZVwiOlwiZGVzY1wiLFwiaXNMb2NrZWRcIjpmYWxzZSxcImlzSGlkZWRcIjpmYWxzZSxcImlzU29sb2VkXCI6ZmFsc2UsXCJzaG93VHJhbnNmb3JtXCI6XCJwZXJzcGVjdGl2ZSgyMDAwcHgpIHRyYW5zbGF0ZVooNTAwcHgpXCIsXCJzaG93T3JpZ2luXCI6XCI1MCUgNTAlIDBweFwiLFwic2hvd0ZhZGVcIjp0cnVlLFwiaGlkZVRyYW5zZm9ybVwiOlwiXCIsXCJoaWRlT3JpZ2luXCI6XCJcIixcImhpZGVGYWRlXCI6dHJ1ZSxcInN0YWdlT2Zmc2V0WFwiOjAsXCJzdGFnZU9mZnNldFlcIjowLFwib3JkZXJcIjozLFwidHlwZVwiOlwidGV4dFwiLFwibm9Td2lwZVwiOmZhbHNlLFwiY29udGVudFwiOlwiVGhlIGJlc3QgaG90ZWwgcmVzZXJ2YXRpb24gV29yZFByZXNzIHRoZW1lXCIsXCJ2aWRlb1wiOlwiaHR0cDovL3BsYXllci52aW1lby5jb20vdmlkZW8vMTE3MjEyNDJcIixcImFsaWduXCI6XCJ0b3BcIixcInVzZUFjdGlvblwiOmZhbHNlLFwic2Nyb2xsRHVyYXRpb25cIjoyLFwib2Zmc2V0WFwiOjAuNSxcIm9mZnNldFlcIjo5MCxcInJlc2l6ZVwiOnRydWUsXCJmaXhlZFwiOmZhbHNlLFwid2lkdGhsaW1pdFwiOlwiMFwiLFwib3JpZ2luXCI6XCJtY1wiLFwic3RheUhvdmVyXCI6dHJ1ZSxcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtNFwiLFwic2hvd0R1cmF0aW9uXCI6MC43NSxcInNob3dEZWxheVwiOjEuNDYyNSxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInNob3dFZmZGdW5jXCI6XCJ0KHRydWUsbixuLDUwMCxuLG4sbixuLG4sbixuLG4sbixuLG4pXCIsXCJ1c2VIaWRlXCI6ZmFsc2UsXCJoaWRlRHVyYXRpb25cIjoxLFwiaGlkZURlbGF5XCI6MSxcImhpZGVFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcImJ0bkNsYXNzXCI6XCJtcy1idG4gbXMtZGVmYXVsdC1idG5cIixcInNsaWRlXCI6XCIxXCIsXCJzdHlsZU1vZGVsXCI6NCxcInNob3dFZmZlY3RcIjo3LFwiaGlkZUVmZmVjdFwiOjh9IiwiNSI6IntcImlkXCI6NSxcIm5hbWVcIjpcIkVuam95XCIsXCJpc0xvY2tlZFwiOmZhbHNlLFwiaXNIaWRlZFwiOmZhbHNlLFwiaXNTb2xvZWRcIjpmYWxzZSxcInNob3dUcmFuc2Zvcm1cIjpcInBlcnNwZWN0aXZlKDIwMDBweCkgXCIsXCJzaG93T3JpZ2luXCI6XCI1MCUgNTAlIDBweFwiLFwic2hvd0ZhZGVcIjp0cnVlLFwiaGlkZVRyYW5zZm9ybVwiOlwiXCIsXCJoaWRlT3JpZ2luXCI6XCJcIixcImhpZGVGYWRlXCI6dHJ1ZSxcInN0YWdlT2Zmc2V0WFwiOjAsXCJzdGFnZU9mZnNldFlcIjowLFwib3JkZXJcIjowLFwidHlwZVwiOlwidGV4dFwiLFwibm9Td2lwZVwiOmZhbHNlLFwiY29udGVudFwiOlwiRW5qb3lcIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6Mzc1LFwib2Zmc2V0WVwiOjE0LjUsXCJyZXNpemVcIjp0cnVlLFwiZml4ZWRcIjpmYWxzZSxcIndpZHRobGltaXRcIjpcIjBcIixcIm9yaWdpblwiOlwibWxcIixcInN0YXlIb3ZlclwiOnRydWUsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLTVcIixcInNob3dEdXJhdGlvblwiOjAuODUsXCJzaG93RGVsYXlcIjowLFwic2hvd0Vhc2VcIjpcImVhc2VPdXRRdWludFwiLFwic2hvd0VmZkZ1bmNcIjpcInQodHJ1ZSxuLG4sbixuLG4sbixuLG4sbixuLG4sbixuLG4pXCIsXCJ1c2VIaWRlXCI6ZmFsc2UsXCJoaWRlRHVyYXRpb25cIjoxLFwiaGlkZURlbGF5XCI6MSxcImhpZGVFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcImJ0bkNsYXNzXCI6XCJtcy1idG4gbXMtZGVmYXVsdC1idG5cIixcInNsaWRlXCI6MixcInN0eWxlTW9kZWxcIjo1LFwic2hvd0VmZmVjdFwiOjksXCJoaWRlRWZmZWN0XCI6MTB9IiwiNiI6IntcImlkXCI6NixcIm5hbWVcIjpcIlNwYSBtYXN0ZXJcIixcImlzTG9ja2VkXCI6ZmFsc2UsXCJpc0hpZGVkXCI6ZmFsc2UsXCJpc1NvbG9lZFwiOmZhbHNlLFwic2hvd1RyYW5zZm9ybVwiOlwiXCIsXCJzaG93T3JpZ2luXCI6XCJcIixcInNob3dGYWRlXCI6dHJ1ZSxcImhpZGVUcmFuc2Zvcm1cIjpcIlwiLFwiaGlkZU9yaWdpblwiOlwiXCIsXCJoaWRlRmFkZVwiOnRydWUsXCJzdGFnZU9mZnNldFhcIjowLFwic3RhZ2VPZmZzZXRZXCI6MCxcIm9yZGVyXCI6MSxcInR5cGVcIjpcInRleHRcIixcIm5vU3dpcGVcIjpmYWxzZSxcImNvbnRlbnRcIjpcIlNwYSBNYXN0ZXJcIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6MzMsXCJvZmZzZXRZXCI6MTAyLFwicmVzaXplXCI6dHJ1ZSxcImZpeGVkXCI6ZmFsc2UsXCJ3aWR0aGxpbWl0XCI6XCIwXCIsXCJvcmlnaW5cIjpcIm1sXCIsXCJzdGF5SG92ZXJcIjp0cnVlLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tMS02XCIsXCJzaG93RHVyYXRpb25cIjowLjkzNzUsXCJzaG93RGVsYXlcIjowLjUyNSxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjoyLFwic3R5bGVNb2RlbFwiOjYsXCJzaG93RWZmZWN0XCI6MTEsXCJoaWRlRWZmZWN0XCI6MTJ9IiwiNyI6IntcImlkXCI6NyxcIm5hbWVcIjpcImNhcHRpb25cIixcImlzTG9ja2VkXCI6ZmFsc2UsXCJpc0hpZGVkXCI6ZmFsc2UsXCJpc1NvbG9lZFwiOmZhbHNlLFwic2hvd1RyYW5zZm9ybVwiOlwiXCIsXCJzaG93T3JpZ2luXCI6XCJcIixcInNob3dGYWRlXCI6dHJ1ZSxcImhpZGVUcmFuc2Zvcm1cIjpcIlwiLFwiaGlkZU9yaWdpblwiOlwiXCIsXCJoaWRlRmFkZVwiOnRydWUsXCJzdGFnZU9mZnNldFhcIjowLFwic3RhZ2VPZmZzZXRZXCI6MCxcIm9yZGVyXCI6MixcInR5cGVcIjpcInRleHRcIixcIm5vU3dpcGVcIjpmYWxzZSxcImNvbnRlbnRcIjpcIlRoZSBGaW5lc3QgU3BhIE9uIEVhcnRoXCIsXCJ2aWRlb1wiOlwiaHR0cDovL3BsYXllci52aW1lby5jb20vdmlkZW8vMTE3MjEyNDJcIixcImFsaWduXCI6XCJ0b3BcIixcInVzZUFjdGlvblwiOmZhbHNlLFwic2Nyb2xsRHVyYXRpb25cIjoyLFwib2Zmc2V0WFwiOjE3NixcIm9mZnNldFlcIjoxNzYuNSxcInJlc2l6ZVwiOnRydWUsXCJmaXhlZFwiOmZhbHNlLFwid2lkdGhsaW1pdFwiOlwiMFwiLFwib3JpZ2luXCI6XCJtbFwiLFwic3RheUhvdmVyXCI6dHJ1ZSxcImNsYXNzTmFtZVwiOlwibXNwLWNuLTEtN1wiLFwic2hvd0R1cmF0aW9uXCI6MC45NzUsXCJzaG93RGVsYXlcIjoxLjEzNzUsXCJzaG93RWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJ1c2VIaWRlXCI6ZmFsc2UsXCJoaWRlRHVyYXRpb25cIjoxLFwiaGlkZURlbGF5XCI6MSxcImhpZGVFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcImJ0bkNsYXNzXCI6XCJtcy1idG4gbXMtZGVmYXVsdC1idG5cIixcInNsaWRlXCI6MixcInN0eWxlTW9kZWxcIjo3LFwic2hvd0VmZmVjdFwiOjEzLFwiaGlkZUVmZmVjdFwiOjE0fSIsIjgiOiJ7XCJpZFwiOjgsXCJuYW1lXCI6XCJUaXRsZVwiLFwiaXNMb2NrZWRcIjpmYWxzZSxcImlzSGlkZWRcIjpmYWxzZSxcImlzU29sb2VkXCI6ZmFsc2UsXCJzaG93VHJhbnNmb3JtXCI6XCJwZXJzcGVjdGl2ZSgyMDAwcHgpIHRyYW5zbGF0ZVkoMTUwcHgpIFwiLFwic2hvd09yaWdpblwiOlwiNTAlIDUwJSAwcHhcIixcInNob3dGYWRlXCI6dHJ1ZSxcImhpZGVUcmFuc2Zvcm1cIjpcIlwiLFwiaGlkZU9yaWdpblwiOlwiXCIsXCJoaWRlRmFkZVwiOnRydWUsXCJzdGFnZU9mZnNldFhcIjowLFwic3RhZ2VPZmZzZXRZXCI6MCxcIm9yZGVyXCI6MCxcInR5cGVcIjpcInRleHRcIixcIm5vU3dpcGVcIjpmYWxzZSxcImNvbnRlbnRcIjpcIlBlcmZlY3QgUGxhY2UgRm9yIERpbmluZ1wiLFwidmlkZW9cIjpcImh0dHA6Ly9wbGF5ZXIudmltZW8uY29tL3ZpZGVvLzExNzIxMjQyXCIsXCJhbGlnblwiOlwidG9wXCIsXCJ1c2VBY3Rpb25cIjpmYWxzZSxcInNjcm9sbER1cmF0aW9uXCI6MixcIm9mZnNldFhcIjoyOCxcIm9mZnNldFlcIjoxNTcsXCJyZXNpemVcIjp0cnVlLFwiZml4ZWRcIjpmYWxzZSxcIndpZHRobGltaXRcIjpcIjBcIixcIm9yaWdpblwiOlwiYmxcIixcInN0YXlIb3ZlclwiOnRydWUsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLThcIixcInNob3dEdXJhdGlvblwiOjEuMjEyNSxcInNob3dEZWxheVwiOjAsXCJzaG93RWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJzaG93RWZmRnVuY1wiOlwidCh0cnVlLG4sMTUwLG4sbixuLG4sbixuLG4sbixuLG4sbixuKVwiLFwidXNlSGlkZVwiOmZhbHNlLFwiaGlkZUR1cmF0aW9uXCI6MSxcImhpZGVEZWxheVwiOjEsXCJoaWRlRWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJidG5DbGFzc1wiOlwibXMtYnRuIG1zLWRlZmF1bHQtYnRuXCIsXCJzbGlkZVwiOjMsXCJzdHlsZU1vZGVsXCI6OCxcInNob3dFZmZlY3RcIjoxNSxcImhpZGVFZmZlY3RcIjoxNn0iLCI5Ijoie1wiaWRcIjo5LFwibmFtZVwiOlwiY2FwdGlvblwiLFwiaXNMb2NrZWRcIjpmYWxzZSxcImlzSGlkZWRcIjpmYWxzZSxcImlzU29sb2VkXCI6ZmFsc2UsXCJzaG93VHJhbnNmb3JtXCI6XCJcIixcInNob3dPcmlnaW5cIjpcIlwiLFwic2hvd0ZhZGVcIjp0cnVlLFwiaGlkZVRyYW5zZm9ybVwiOlwiXCIsXCJoaWRlT3JpZ2luXCI6XCJcIixcImhpZGVGYWRlXCI6dHJ1ZSxcInN0YWdlT2Zmc2V0WFwiOjAsXCJzdGFnZU9mZnNldFlcIjowLFwib3JkZXJcIjoxLFwidHlwZVwiOlwidGV4dFwiLFwibm9Td2lwZVwiOmZhbHNlLFwiY29udGVudFwiOlwiU2VkIHBvc3VlcmUgY29uc2VjdGV0dXIgZXN0IGF0IGxvYm9ydGlzLiBDdW0gc29jaWlzIG5hdG9xdWUgcGVuYXRpYnVzIGV0IG1hZ25pcyBkaXMgcGFydHVyaWVudCBtb250ZXMuXCIsXCJ2aWRlb1wiOlwiaHR0cDovL3BsYXllci52aW1lby5jb20vdmlkZW8vMTE3MjEyNDJcIixcImFsaWduXCI6XCJ0b3BcIixcInVzZUFjdGlvblwiOmZhbHNlLFwic2Nyb2xsRHVyYXRpb25cIjoyLFwib2Zmc2V0WFwiOjMwLFwib2Zmc2V0WVwiOjg4LFwid2lkdGhcIjo1MDksXCJyZXNpemVcIjp0cnVlLFwiZml4ZWRcIjpmYWxzZSxcIndpZHRobGltaXRcIjpcIjBcIixcIm9yaWdpblwiOlwiYmxcIixcInN0YXlIb3ZlclwiOnRydWUsXCJjbGFzc05hbWVcIjpcIm1zcC1jbi0xLTlcIixcInNob3dEdXJhdGlvblwiOjEsXCJzaG93RGVsYXlcIjowLjkzNzUsXCJzaG93RWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJ1c2VIaWRlXCI6ZmFsc2UsXCJoaWRlRHVyYXRpb25cIjoxLFwiaGlkZURlbGF5XCI6MSxcImhpZGVFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcImJ0bkNsYXNzXCI6XCJtcy1idG4gbXMtZGVmYXVsdC1idG5cIixcInNsaWRlXCI6MyxcInN0eWxlTW9kZWxcIjo5LFwic2hvd0VmZmVjdFwiOjE3LFwiaGlkZUVmZmVjdFwiOjE4fSIsIjEwIjoie1wiaWRcIjoxMCxcIm5hbWVcIjpcIldlbGNvbWVcIixcImlzTG9ja2VkXCI6ZmFsc2UsXCJpc0hpZGVkXCI6ZmFsc2UsXCJpc1NvbG9lZFwiOmZhbHNlLFwic2hvd1RyYW5zZm9ybVwiOlwiXCIsXCJzaG93T3JpZ2luXCI6XCJcIixcInNob3dGYWRlXCI6dHJ1ZSxcImhpZGVUcmFuc2Zvcm1cIjpcIlwiLFwiaGlkZU9yaWdpblwiOlwiXCIsXCJoaWRlRmFkZVwiOnRydWUsXCJzdGFnZU9mZnNldFhcIjowLFwic3RhZ2VPZmZzZXRZXCI6MCxcIm9yZGVyXCI6MCxcInR5cGVcIjpcInRleHRcIixcIm5vU3dpcGVcIjpmYWxzZSxcImNvbnRlbnRcIjpcIlRoaXMgaXMgdGhlIGJlc3RcIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6MCxcIm9mZnNldFlcIjotMTIyLFwicmVzaXplXCI6dHJ1ZSxcImZpeGVkXCI6ZmFsc2UsXCJ3aWR0aGxpbWl0XCI6XCIwXCIsXCJvcmlnaW5cIjpcIm1jXCIsXCJzdGF5SG92ZXJcIjp0cnVlLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tNS0xMFwiLFwic2hvd0R1cmF0aW9uXCI6MC44NjI1LFwic2hvd0RlbGF5XCI6MCxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjpudWxsLFwic3R5bGVNb2RlbFwiOjEwLFwic2hvd0VmZmVjdFwiOjE5LFwiaGlkZUVmZmVjdFwiOjIwfSIsIjExIjoie1wiaWRcIjoxMSxcIm5hbWVcIjpcIkhvdGVsIE1hc3RlclwiLFwiaXNMb2NrZWRcIjpmYWxzZSxcImlzSGlkZWRcIjpmYWxzZSxcImlzU29sb2VkXCI6ZmFsc2UsXCJzaG93VHJhbnNmb3JtXCI6XCJwZXJzcGVjdGl2ZSgyMDAwcHgpIHRyYW5zbGF0ZVooLTUwMHB4KVwiLFwic2hvd09yaWdpblwiOlwiNTAlIDUwJSAwcHhcIixcInNob3dGYWRlXCI6dHJ1ZSxcImhpZGVUcmFuc2Zvcm1cIjpcIlwiLFwiaGlkZU9yaWdpblwiOlwiXCIsXCJoaWRlRmFkZVwiOnRydWUsXCJzdGFnZU9mZnNldFhcIjowLFwic3RhZ2VPZmZzZXRZXCI6MCxcIm9yZGVyXCI6MixcInR5cGVcIjpcInRleHRcIixcIm5vU3dpcGVcIjpmYWxzZSxcImNvbnRlbnRcIjpcIlJvb20gUmVzZXJ2YXRpb25cIixcInZpZGVvXCI6XCJodHRwOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xMTcyMTI0MlwiLFwiYWxpZ25cIjpcInRvcFwiLFwidXNlQWN0aW9uXCI6ZmFsc2UsXCJzY3JvbGxEdXJhdGlvblwiOjIsXCJvZmZzZXRYXCI6MCxcIm9mZnNldFlcIjoyMS41LFwicmVzaXplXCI6dHJ1ZSxcImZpeGVkXCI6ZmFsc2UsXCJ3aWR0aGxpbWl0XCI6XCIwXCIsXCJvcmlnaW5cIjpcIm1jXCIsXCJzdGF5SG92ZXJcIjp0cnVlLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tNS0xMVwiLFwic2hvd0R1cmF0aW9uXCI6MC43MTI1LFwic2hvd0RlbGF5XCI6MC45NzUsXCJzaG93RWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJzaG93RWZmRnVuY1wiOlwidCh0cnVlLG4sbiwtNTAwLG4sbixuLG4sbixuLG4sbixuLG4sbilcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjpudWxsLFwic3R5bGVNb2RlbFwiOjExLFwic2hvd0VmZmVjdFwiOjIxLFwiaGlkZUVmZmVjdFwiOjIyfSIsIjEyIjoie1wiaWRcIjoxMixcIm5hbWVcIjpcImRpdmlkZXJcIixcImlzTG9ja2VkXCI6ZmFsc2UsXCJpc0hpZGVkXCI6ZmFsc2UsXCJpc1NvbG9lZFwiOmZhbHNlLFwic2hvd1RyYW5zZm9ybVwiOlwiXCIsXCJzaG93T3JpZ2luXCI6XCJcIixcInNob3dGYWRlXCI6dHJ1ZSxcImhpZGVUcmFuc2Zvcm1cIjpcIlwiLFwiaGlkZU9yaWdpblwiOlwiXCIsXCJoaWRlRmFkZVwiOnRydWUsXCJzdGFnZU9mZnNldFhcIjowLFwic3RhZ2VPZmZzZXRZXCI6MCxcIm9yZGVyXCI6MSxcInR5cGVcIjpcInRleHRcIixcIm5vU3dpcGVcIjpmYWxzZSxcImNvbnRlbnRcIjpcIlwiLFwidmlkZW9cIjpcImh0dHA6Ly9wbGF5ZXIudmltZW8uY29tL3ZpZGVvLzExNzIxMjQyXCIsXCJhbGlnblwiOlwidG9wXCIsXCJ1c2VBY3Rpb25cIjpmYWxzZSxcInNjcm9sbER1cmF0aW9uXCI6MixcIm9mZnNldFhcIjowLFwib2Zmc2V0WVwiOi01NyxcIndpZHRoXCI6NDgsXCJoZWlnaHRcIjoyLFwicmVzaXplXCI6dHJ1ZSxcImZpeGVkXCI6ZmFsc2UsXCJ3aWR0aGxpbWl0XCI6XCIwXCIsXCJvcmlnaW5cIjpcIm1jXCIsXCJzdGF5SG92ZXJcIjp0cnVlLFwiY2xhc3NOYW1lXCI6XCJtc3AtY24tNS0xMlwiLFwic2hvd0R1cmF0aW9uXCI6MC43NzUsXCJzaG93RGVsYXlcIjowLjUyNSxcInNob3dFYXNlXCI6XCJlYXNlT3V0UXVpbnRcIixcInVzZUhpZGVcIjpmYWxzZSxcImhpZGVEdXJhdGlvblwiOjEsXCJoaWRlRGVsYXlcIjoxLFwiaGlkZUVhc2VcIjpcImVhc2VPdXRRdWludFwiLFwiYnRuQ2xhc3NcIjpcIm1zLWJ0biBtcy1kZWZhdWx0LWJ0blwiLFwic2xpZGVcIjpudWxsLFwic3R5bGVNb2RlbFwiOjEyLFwic2hvd0VmZmVjdFwiOjIzLFwiaGlkZUVmZmVjdFwiOjI0fSIsIjEzIjoie1wiaWRcIjoxMyxcIm5hbWVcIjpcImRlc2NcIixcImlzTG9ja2VkXCI6ZmFsc2UsXCJpc0hpZGVkXCI6ZmFsc2UsXCJpc1NvbG9lZFwiOmZhbHNlLFwic2hvd1RyYW5zZm9ybVwiOlwicGVyc3BlY3RpdmUoMjAwMHB4KSB0cmFuc2xhdGVaKDUwMHB4KVwiLFwic2hvd09yaWdpblwiOlwiNTAlIDUwJSAwcHhcIixcInNob3dGYWRlXCI6dHJ1ZSxcImhpZGVUcmFuc2Zvcm1cIjpcIlwiLFwiaGlkZU9yaWdpblwiOlwiXCIsXCJoaWRlRmFkZVwiOnRydWUsXCJzdGFnZU9mZnNldFhcIjowLFwic3RhZ2VPZmZzZXRZXCI6MCxcIm9yZGVyXCI6MyxcInR5cGVcIjpcInRleHRcIixcIm5vU3dpcGVcIjpmYWxzZSxcImNvbnRlbnRcIjpcIldvcmRwcmVzcyBUaGVtZSBPbiBFYXJ0aFwiLFwidmlkZW9cIjpcImh0dHA6Ly9wbGF5ZXIudmltZW8uY29tL3ZpZGVvLzExNzIxMjQyXCIsXCJhbGlnblwiOlwidG9wXCIsXCJ1c2VBY3Rpb25cIjpmYWxzZSxcInNjcm9sbER1cmF0aW9uXCI6MixcIm9mZnNldFhcIjowLFwib2Zmc2V0WVwiOjExMixcInJlc2l6ZVwiOnRydWUsXCJmaXhlZFwiOmZhbHNlLFwid2lkdGhsaW1pdFwiOlwiMFwiLFwib3JpZ2luXCI6XCJtY1wiLFwic3RheUhvdmVyXCI6dHJ1ZSxcImNsYXNzTmFtZVwiOlwibXNwLWNuLTUtMTNcIixcInNob3dEdXJhdGlvblwiOjAuNzUsXCJzaG93RGVsYXlcIjoxLjQ2MjUsXCJzaG93RWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJzaG93RWZmRnVuY1wiOlwidCh0cnVlLG4sbiw1MDAsbixuLG4sbixuLG4sbixuLG4sbixuKVwiLFwidXNlSGlkZVwiOmZhbHNlLFwiaGlkZUR1cmF0aW9uXCI6MSxcImhpZGVEZWxheVwiOjEsXCJoaWRlRWFzZVwiOlwiZWFzZU91dFF1aW50XCIsXCJidG5DbGFzc1wiOlwibXMtYnRuIG1zLWRlZmF1bHQtYnRuXCIsXCJzbGlkZVwiOm51bGwsXCJzdHlsZU1vZGVsXCI6MTMsXCJzaG93RWZmZWN0XCI6MjUsXCJoaWRlRWZmZWN0XCI6MjZ9In0sIk1TUGFuZWwuQ29udHJvbCI6eyIxIjoie1wiaWRcIjpcIjFcIixcImxhYmVsXCI6XCJBcnJvd3NcIixcIm5hbWVcIjpcImFycm93c1wiLFwiYXV0b0hpZGVcIjp0cnVlLFwib3ZlclZpZGVvXCI6dHJ1ZSxcImluc2V0XCI6dHJ1ZX0iLCIyIjoie1wiaWRcIjoyLFwibGFiZWxcIjpcIkJ1bGxldHNcIixcIm5hbWVcIjpcImJ1bGxldHNcIixcImF1dG9IaWRlXCI6ZmFsc2UsXCJvdmVyVmlkZW9cIjp0cnVlLFwibWFyZ2luXCI6MjUsXCJkaXJcIjpcImhcIixcInNwYWNlXCI6OCxcImFsaWduXCI6XCJib3R0b21cIixcImluc2V0XCI6dHJ1ZX0ifX0=','.msp-cn-1-1 { font-family:\"Open Sans\";font-weight:300;font-size:44px;letter-spacing:5px;line-height:44px;color:#ffffff;text-transform: uppercase; } \n.msp-cn-1-2 { font-family:\"Open Sans\";font-weight:700;font-size:80px;letter-spacing:4px;line-height:normal;color:#ffffff;text-transform: uppercase; } \n.msp-cn-1-3 { background-color:#ffffff;font-weight:normal;line-height:normal; } \n.msp-cn-1-4 { font-family:\"Merriweather\";font-weight:normal;font-size:16px;letter-spacing:3px;line-height:normal;color:#ffffff; } \n.msp-cn-1-5 { font-family:\"Open Sans\";font-weight:300;font-size:45px;letter-spacing:0.5px;line-height:normal;color:#ffffff; } \n.msp-cn-1-6 { font-family:\"Open Sans\";font-weight:300;font-size:74px;letter-spacing:2px;line-height:0px;color:#ffffff;text-transform: uppercase; } \n.msp-cn-1-7 { font-family:\"Merriweather\";font-weight:normal;font-size:20px;letter-spacing:2px;line-height:normal;color:#ffffff; } \n.msp-cn-1-8 { font-family:\"Open Sans\";font-weight:300;font-size:38px;letter-spacing:2px;line-height:normal;color:#ffffff; } \n.msp-cn-1-9 { font-family:\"Merriweather\";font-weight:normal;font-size:15px;letter-spacing:1px;line-height:25px;color:#bdbdbd; } \n.msp-cn-5-10 { font-family:\"Open Sans\";font-weight:300;font-size:40px;letter-spacing:3px;line-height:44px;color:#ffffff;text-transform: uppercase; } \n.msp-cn-5-11 { font-family:\"Open Sans\";font-weight:700;font-size:79px;letter-spacing:4px;line-height:normal;color:#ffffff;text-transform: uppercase; } \n.msp-cn-5-12 { background-color:#ffffff;font-weight:normal;line-height:normal; } \n.msp-cn-5-13 { font-family:\"Merriweather\";font-weight:normal;font-size:16px;letter-spacing:2px;line-height:normal;color:#ffffff; } \n','Open+Sans:300,700|Merriweather:regular','published');
/*!40000 ALTER TABLE `wp_masterslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=9381 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://fl-hotel1.otelms.com','yes'),(2,'home','http://fl-hotel1.otelms.com','yes'),(3,'blogname','HotelZM','yes'),(4,'blogdescription','Ещё один сайт на WordPress','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','floranzz1@gmail.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','closed','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','d.m.Y','yes'),(24,'time_format','H:i','yes'),(25,'links_updated_date_format','d.m.Y H:i','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:224:{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:16:\"custom-css-js/?$\";s:33:\"index.php?post_type=custom-css-js\";s:46:\"custom-css-js/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=custom-css-js&feed=$matches[1]\";s:41:\"custom-css-js/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=custom-css-js&feed=$matches[1]\";s:33:\"custom-css-js/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=custom-css-js&paged=$matches[1]\";s:14:\"hostel_room/?$\";s:31:\"index.php?post_type=hostel_room\";s:44:\"hostel_room/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=hostel_room&feed=$matches[1]\";s:39:\"hostel_room/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=hostel_room&feed=$matches[1]\";s:31:\"hostel_room/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=hostel_room&paged=$matches[1]\";s:7:\"room/?$\";s:24:\"index.php?post_type=room\";s:37:\"room/feed/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=room&feed=$matches[1]\";s:32:\"room/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=room&feed=$matches[1]\";s:24:\"room/page/([0-9]{1,})/?$\";s:42:\"index.php?post_type=room&paged=$matches[1]\";s:12:\"portfolio/?$\";s:29:\"index.php?post_type=portfolio\";s:42:\"portfolio/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:37:\"portfolio/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:29:\"portfolio/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$matches[1]\";s: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:41:\"custom-css-js/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"custom-css-js/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"custom-css-js/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"custom-css-js/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"custom-css-js/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"custom-css-js/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"custom-css-js/([^/]+)/embed/?$\";s:61:\"index.php?post_type=custom-css-js&name=$matches[1]&embed=true\";s:34:\"custom-css-js/([^/]+)/trackback/?$\";s:55:\"index.php?post_type=custom-css-js&name=$matches[1]&tb=1\";s:54:\"custom-css-js/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?post_type=custom-css-js&name=$matches[1]&feed=$matches[2]\";s:49:\"custom-css-js/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?post_type=custom-css-js&name=$matches[1]&feed=$matches[2]\";s:42:\"custom-css-js/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?post_type=custom-css-js&name=$matches[1]&paged=$matches[2]\";s:49:\"custom-css-js/([^/]+)/comment-page-([0-9]{1,})/?$\";s:68:\"index.php?post_type=custom-css-js&name=$matches[1]&cpage=$matches[2]\";s:38:\"custom-css-js/([^/]+)(?:/([0-9]+))?/?$\";s:67:\"index.php?post_type=custom-css-js&name=$matches[1]&page=$matches[2]\";s:30:\"custom-css-js/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"custom-css-js/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"custom-css-js/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"custom-css-js/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"custom-css-js/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"custom-css-js/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"hostel_room/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"hostel_room/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"hostel_room/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"hostel_room/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"hostel_room/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"hostel_room/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"hostel_room/([^/]+)/embed/?$\";s:44:\"index.php?hostel_room=$matches[1]&embed=true\";s:32:\"hostel_room/([^/]+)/trackback/?$\";s:38:\"index.php?hostel_room=$matches[1]&tb=1\";s:52:\"hostel_room/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?hostel_room=$matches[1]&feed=$matches[2]\";s:47:\"hostel_room/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?hostel_room=$matches[1]&feed=$matches[2]\";s:40:\"hostel_room/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?hostel_room=$matches[1]&paged=$matches[2]\";s:47:\"hostel_room/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?hostel_room=$matches[1]&cpage=$matches[2]\";s:36:\"hostel_room/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?hostel_room=$matches[1]&page=$matches[2]\";s:28:\"hostel_room/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"hostel_room/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"hostel_room/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"hostel_room/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"hostel_room/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"hostel_room/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"hostel_room_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?hostel_room_category=$matches[1]&feed=$matches[2]\";s:56:\"hostel_room_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?hostel_room_category=$matches[1]&feed=$matches[2]\";s:37:\"hostel_room_category/([^/]+)/embed/?$\";s:53:\"index.php?hostel_room_category=$matches[1]&embed=true\";s:49:\"hostel_room_category/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?hostel_room_category=$matches[1]&paged=$matches[2]\";s:31:\"hostel_room_category/([^/]+)/?$\";s:42:\"index.php?hostel_room_category=$matches[1]\";s:56:\"hostel_room_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?hostel_room_tag=$matches[1]&feed=$matches[2]\";s:51:\"hostel_room_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?hostel_room_tag=$matches[1]&feed=$matches[2]\";s:32:\"hostel_room_tag/([^/]+)/embed/?$\";s:48:\"index.php?hostel_room_tag=$matches[1]&embed=true\";s:44:\"hostel_room_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?hostel_room_tag=$matches[1]&paged=$matches[2]\";s:26:\"hostel_room_tag/([^/]+)/?$\";s:37:\"index.php?hostel_room_tag=$matches[1]\";s:32:\"room/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"room/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"room/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"room/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"room/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"room/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"room/([^/]+)/embed/?$\";s:37:\"index.php?room=$matches[1]&embed=true\";s:25:\"room/([^/]+)/trackback/?$\";s:31:\"index.php?room=$matches[1]&tb=1\";s:45:\"room/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?room=$matches[1]&feed=$matches[2]\";s:40:\"room/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?room=$matches[1]&feed=$matches[2]\";s:33:\"room/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?room=$matches[1]&paged=$matches[2]\";s:40:\"room/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?room=$matches[1]&cpage=$matches[2]\";s:29:\"room/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?room=$matches[1]&page=$matches[2]\";s:21:\"room/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"room/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"room/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"room/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"room/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"room/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"room_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?room_category=$matches[1]&feed=$matches[2]\";s:49:\"room_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?room_category=$matches[1]&feed=$matches[2]\";s:30:\"room_category/([^/]+)/embed/?$\";s:46:\"index.php?room_category=$matches[1]&embed=true\";s:42:\"room_category/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?room_category=$matches[1]&paged=$matches[2]\";s:24:\"room_category/([^/]+)/?$\";s:35:\"index.php?room_category=$matches[1]\";s:49:\"room_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?room_tag=$matches[1]&feed=$matches[2]\";s:44:\"room_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?room_tag=$matches[1]&feed=$matches[2]\";s:25:\"room_tag/([^/]+)/embed/?$\";s:41:\"index.php?room_tag=$matches[1]&embed=true\";s:37:\"room_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?room_tag=$matches[1]&paged=$matches[2]\";s:19:\"room_tag/([^/]+)/?$\";s:30:\"index.php?room_tag=$matches[1]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio_category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:47:\"portfolio_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio_category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:54:\"portfolio_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_tag=$matches[1]&feed=$matches[2]\";s:49:\"portfolio_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_tag=$matches[1]&feed=$matches[2]\";s:30:\"portfolio_tag/([^/]+)/embed/?$\";s:46:\"index.php?portfolio_tag=$matches[1]&embed=true\";s:42:\"portfolio_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio_tag=$matches[1]&paged=$matches[2]\";s:24:\"portfolio_tag/([^/]+)/?$\";s:35:\"index.php?portfolio_tag=$matches[1]\";s:54:\"page_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?page_category=$matches[1]&feed=$matches[2]\";s:49:\"page_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?page_category=$matches[1]&feed=$matches[2]\";s:30:\"page_category/([^/]+)/embed/?$\";s:46:\"index.php?page_category=$matches[1]&embed=true\";s:42:\"page_category/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?page_category=$matches[1]&paged=$matches[2]\";s:24:\"page_category/([^/]+)/?$\";s:35:\"index.php?page_category=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=3720&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'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:15:{i:0;s:35:\"advanced-iframe/advanced-iframe.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:31:\"custom-css-js/custom-css-js.php\";i:4;s:25:\"duplicator/duplicator.php\";i:5;s:15:\"fwdrl/index.php\";i:6;s:27:\"gdlr-hostel/gdlr-hostel.php\";i:7;s:25:\"gdlr-hotel/gdlr-hotel.php\";i:8;s:33:\"gdlr-portfolio/gdlr-portfolio.php\";i:9;s:33:\"gdlr-shortcode/gdlr-shortcode.php\";i:10;s:43:\"goodlayers-importer/goodlayers-importer.php\";i:11;s:38:\"halfdata-green-popups/green-popups.php\";i:12;s:23:\"loco-translate/loco.php\";i:13;s:29:\"masterslider/masterslider.php\";i:14;s:45:\"wp-google-map-plugin/wp-google-map-plugin.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','3','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:98:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/header.php\";i:2;s:97:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/style.css\";i:3;s:98:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/footer.php\";i:4;s:101:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/functions.php\";i:5;s:113:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/javascript/gdlr-script.js\";}','no'),(40,'template','hotelmaster','yes'),(41,'stylesheet','hotelmaster','yes'),(8538,'finished_updating_comment_type','1','yes'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','51917','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','0','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:10:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:11:\"Text Widget\";s:4:\"text\";s:175:\"Morbi leo risus, porta ac consectetur ac, vest ibulum at eros. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Sed posuere consectetur est at lobortis. \";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:11:\"Text Widget\";s:4:\"text\";s:216:\"Vestibulum id ligula porta felis euismod semper. Donec sed odio dui. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.\";s:6:\"filter\";b:0;}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:61:\"<img src=\"/wp-content/uploads/2019/06/newlogow.png\" alt=\"\" />\";s:6:\"filter\";b:1;s:6:\"visual\";b:0;}i:7;a:4:{s:5:\"title\";s:41:\"КОНТАКТНАЯ ИНФОРМАЦИЯ\";s:4:\"text\";s:320:\"[gdlr_icon type=\"fa-map-marker\" size=\"16px\" color=\"#444444\"]20 Boulevard de Magnan, 06200 Nice, Франция\r\n\r\n[gdlr_icon type=\"fa-phone\" size=\"16px\" color=\"#444444\"] +88 988 800 00 00\r\n\r\n[gdlr_icon type=\"fa-envelope\" size=\"16px\" color=\"#444444\"] <a href=\"mailto:reservations@hotelzm.com\">reservations@hotelzm.com</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:8;a:4:{s:5:\"title\";s:39:\"МЫ В СОЦИАЛЬНЫХ СЕТЯХ\";s:4:\"text\";s:465:\"<a href=\"#\">[gdlr_icon type=\"icon-facebook\" size=\"28px\" color=\"#444444\"]</a> <a href=\"#\">[gdlr_icon type=\"icon-twitter\" size=\"28px\" color=\"#444444\"]</a> <a href=\"#\">[gdlr_icon type=\"icon-dribbble\" size=\"28px\" color=\"#444444\"]</a> <a href=\"#\">[gdlr_icon type=\"icon-pinterest\" size=\"28px\" color=\"#444444\"]</a> <a href=\"#\">[gdlr_icon type=\"icon-google-plus\" size=\"28px\" color=\"#444444\"]</a> <a href=\"#\">[gdlr_icon type=\"icon-instagram\" size=\"28px\" color=\"#444444\"]</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:9;a:3:{s:5:\"title\";s:11:\"Text Widget\";s:4:\"text\";s:175:\"Morbi leo risus, porta ac consectetur ac, vesti bulum at eros. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Sed posuere consectetur est at lobortis. \";s:6:\"filter\";b:0;}i:10;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:415:\"Получить подробную информацию о бронировании , услугах , специальных предложениях, вы можете в отделе бронирования <b>+788 804 24 58</b> или написать нам на почту и мы сразу свяжемся с Вами : <br>\r\ne-mail: <a href=\"mailto:reservations@hotelzm.com\">reservations@hotelzm.com</a>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;}i:11;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1030:\"[gdlr_icon type=\"fa-home\" size=\"16px\" color=\"#333\"] 20 Boulevard de Magnan, 06200 Nice, Франция\r\n\r\n[gdlr_space height=\"-15px\"]\r\n\r\n[gdlr_icon type=\"fa-phone\" size=\"16px\" color=\"#333\"] +88 988 000 00 00\r\n\r\n[gdlr_space height=\"-15px\"]\r\n\r\n[gdlr_icon type=\"fa-envelope-o\" size=\"16px\" color=\"#333\"] reservations@hotelzm.com\r\n\r\n[gdlr_space height=\"25px\"]\r\n\r\n<a href=\"#\" target=\"_blank\" rel=\"noopener\">[gdlr_icon type=\"fa-facebook-square\" size=\"24px\" color=\"#333333\"]</a> <a href=\"#\" target=\"_blank\" rel=\"noopener\">[gdlr_icon type=\"fa-twitter-square\" size=\"24px\" color=\"#333333\"]</a> <a href=\"#\" target=\"_blank\" rel=\"noopener\">[gdlr_icon type=\"fa-linkedin-square\" size=\"24px\" color=\"#333333\"]</a> <a href=\"#\" target=\"_blank\" rel=\"noopener\">[gdlr_icon type=\"fa-google-plus-square\" size=\"24px\" color=\"#333333\"]</a> <a href=\"#/\" target=\"_blank\" rel=\"noopener\">[gdlr_icon type=\"fa-pinterest-square\" size=\"24px\" color=\"#333333\"]</a> <a href=\"#\" target=\"_blank\" rel=\"noopener\">[gdlr_icon type=\"fa-flickr\" size=\"24px\" color=\"#333333\"]</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','3720','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'initial_db_version','44719','yes'),(94,'wp_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:91:{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:13:\"manage_hostel\";b:1;s:12:\"manage_hotel\";b:1;s:19:\"access_masterslider\";b:1;s:20:\"publish_masterslider\";b:1;s:19:\"delete_masterslider\";b:1;s:19:\"create_masterslider\";b:1;s:19:\"export_masterslider\";b:1;s:22:\"duplicate_masterslider\";b:1;s:20:\"wpgmp_admin_overview\";b:1;s:18:\"wpgmp_how_overview\";b:1;s:19:\"wpgmp_form_location\";b:1;s:21:\"wpgmp_manage_location\";b:1;s:14:\"wpgmp_form_map\";b:1;s:16:\"wpgmp_manage_map\";b:1;s:20:\"wpgmp_form_group_map\";b:1;s:22:\"wpgmp_manage_group_map\";b:1;s:21:\"wpgmp_manage_settings\";b:1;s:10:\"loco_admin\";b:1;s:15:\"edit_custom_css\";b:1;s:15:\"read_custom_css\";b:1;s:17:\"delete_custom_css\";b:1;s:16:\"edit_custom_csss\";b:1;s:23:\"edit_others_custom_csss\";b:1;s:19:\"publish_custom_csss\";b:1;s:18:\"delete_custom_csss\";b:1;s:28:\"delete_published_custom_csss\";b:1;s:25:\"delete_others_custom_csss\";b:1;s:26:\"edit_published_custom_csss\";b:1;s:10:\"edit_fwdrl\";b:1;s:23:\"wpgmp_manage_extentions\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:40:{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:19:\"access_masterslider\";b:1;s:20:\"publish_masterslider\";b:1;s:19:\"delete_masterslider\";b:1;s:19:\"create_masterslider\";b:1;s:19:\"export_masterslider\";b:1;s:22:\"duplicate_masterslider\";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:14:\"hostel-manager\";a:2:{s:4:\"name\";s:14:\"Hostel Manager\";s:12:\"capabilities\";a:2:{s:13:\"manage_hostel\";b:1;s:4:\"read\";b:1;}}s:13:\"hotel-manager\";a:2:{s:4:\"name\";s:13:\"Hotel Manager\";s:12:\"capabilities\";a:2:{s:12:\"manage_hotel\";b:1;s:4:\"read\";b:1;}}s:10:\"translator\";a:2:{s:4:\"name\";s:10:\"Translator\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:10:\"loco_admin\";b:1;}}s:15:\"css_js_designer\";a:2:{s:4:\"name\";s:12:\"Web Designer\";s:12:\"capabilities\";a:10:{s:15:\"edit_custom_css\";b:1;s:15:\"read_custom_css\";b:1;s:17:\"delete_custom_css\";b:1;s:16:\"edit_custom_csss\";b:1;s:23:\"edit_others_custom_csss\";b:1;s:19:\"publish_custom_csss\";b:1;s:18:\"delete_custom_csss\";b:1;s:28:\"delete_published_custom_csss\";b:1;s:25:\"delete_others_custom_csss\";b:1;s:26:\"edit_published_custom_csss\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'WPLANG','ru_RU','yes'),(97,'widget_search','a:3:{i:1;a:0:{}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:2:{i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:7;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-comments','a:4:{i:3;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:4;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:5;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:4;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_archives','a:3:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:2:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}}','yes'),(102,'sidebars_widgets','a:17:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:25:\"gdlr-recent-post-widget-4\";}s:9:\"sidebar-1\";a:1:{i:0;s:6:\"text-5\";}s:9:\"sidebar-2\";a:1:{i:0;s:7:\"text-11\";}s:9:\"sidebar-3\";a:1:{i:0;s:7:\"text-10\";}s:9:\"sidebar-4\";a:1:{i:0;s:31:\"gdlr-recent-portfolio2-widget-6\";}s:9:\"sidebar-5\";a:5:{i:0;s:8:\"search-3\";i:1;s:6:\"text-2\";i:2;s:30:\"gdlr-recent-portfolio-widget-2\";i:3;s:17:\"recent-comments-3\";i:4;s:11:\"tag_cloud-2\";}s:9:\"sidebar-6\";a:4:{i:0;s:26:\"gdlr-popular-post-widget-4\";i:1;s:19:\"gdlr-video-widget-4\";i:2;s:12:\"categories-2\";i:3;s:25:\"gdlr-port-slider-widget-4\";}s:9:\"sidebar-7\";a:3:{i:0;s:14:\"recent-posts-3\";i:1;s:31:\"gdlr-recent-portfolio2-widget-4\";i:2;s:12:\"categories-3\";}s:9:\"sidebar-8\";a:4:{i:0;s:6:\"text-3\";i:1;s:17:\"recent-comments-4\";i:2;s:26:\"gdlr-popular-post-widget-5\";i:3;s:11:\"tag_cloud-4\";}s:9:\"sidebar-9\";a:1:{i:0;s:10:\"nav_menu-2\";}s:10:\"sidebar-10\";a:0:{}s:10:\"sidebar-11\";a:1:{i:0;s:10:\"nav_menu-3\";}s:10:\"sidebar-12\";a:2:{i:0;s:10:\"archives-2\";i:1;s:10:\"calendar-2\";}s:10:\"sidebar-13\";a:2:{i:0;s:6:\"text-7\";i:1;s:6:\"text-8\";}s:10:\"sidebar-14\";a:1:{i:0;s:25:\"gdlr-recent-post-widget-5\";}s:10:\"sidebar-15\";a:4:{i:0;s:31:\"gdlr-recent-portfolio2-widget-5\";i:1;s:6:\"text-9\";i:2;s:26:\"gdlr-popular-post-widget-6\";i:3;s:17:\"recent-comments-5\";}s:13:\"array_version\";i:3;}','yes'),(103,'cron','a:10:{i:1653571890;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:1653592656;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1653604290;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:1653612533;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1653647489;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:1653647510;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:1653649982;a:1:{s:22:\"ai_check_iframes_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1653655643;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:1653655714;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'),(104,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_calendar','a:3:{i:1;a:0:{}i:2;a:1:{s:5:\"title\";s:8:\"Calendar\";}s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:4:{i:1;a:0:{}i:2;a:2:{s:5:\"title\";s:9:\"Tag Cloud\";s:8:\"taxonomy\";s:8:\"post_tag\";}i:4;a:2:{s:5:\"title\";s:9:\"Tag Cloud\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:4:{i:1;a:0:{}i:2;a:2:{s:5:\"title\";s:10:\"Shortcodes\";s:8:\"nav_menu\";i:51;}i:3;a:2:{s:5:\"title\";s:8:\"Features\";s:8:\"nav_menu\";i:49;}s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'recovery_keys','a:0:{}','yes'),(116,'theme_mods_twentynineteen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1559669897;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(319,'loco_settings','a:4:{s:1:\"c\";s:18:\"Loco_data_Settings\";s:1:\"v\";i:0;s:1:\"d\";a:14:{s:7:\"version\";s:5:\"2.3.0\";s:8:\"gen_hash\";b:0;s:9:\"use_fuzzy\";b:1;s:11:\"num_backups\";i:1;s:9:\"pot_alias\";a:3:{i:0;s:10:\"default.po\";i:1;s:8:\"en_US.po\";i:2;s:5:\"en.po\";}s:9:\"php_alias\";a:2:{i:0;s:3:\"php\";i:1;s:4:\"twig\";}s:9:\"jsx_alias\";a:0:{}s:10:\"fs_persist\";b:0;s:10:\"fs_protect\";i:1;s:12:\"max_php_size\";s:4:\"100K\";s:11:\"po_utf8_bom\";b:0;s:8:\"po_width\";s:2:\"79\";s:10:\"jed_pretty\";b:0;s:10:\"ajax_files\";b:0;}s:1:\"t\";i:1560176382;}','yes'),(395,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"floranzz1@gmail.com\";s:7:\"version\";s:6:\"5.2.15\";s:9:\"timestamp\";i:1647005052;}','no'),(154,'current_theme','Hotel Master','yes'),(155,'theme_mods_hotelmaster','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";i:52;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(156,'theme_switched','','yes'),(157,'widget_gdlr-recent-comment-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(158,'widget_gdlr-recent-post-widget','a:4:{i:1;a:0:{}i:4;a:3:{s:5:\"title\";s:0:\"\";s:8:\"category\";s:0:\"\";s:9:\"num_fetch\";s:1:\"3\";}i:5;a:3:{s:5:\"title\";s:11:\"Latest News\";s:8:\"category\";s:7:\"fit-row\";s:9:\"num_fetch\";s:1:\"3\";}s:12:\"_multiwidget\";i:1;}','yes'),(159,'widget_gdlr-popular-post-widget','a:5:{i:1;a:0:{}i:4;a:3:{s:5:\"title\";s:13:\"Popular Posts\";s:8:\"category\";s:0:\"\";s:9:\"num_fetch\";s:1:\"3\";}i:5;a:3:{s:5:\"title\";s:13:\"Popular Posts\";s:8:\"category\";s:0:\"\";s:9:\"num_fetch\";s:1:\"3\";}i:6;a:3:{s:5:\"title\";s:13:\"Popular Posts\";s:8:\"category\";s:0:\"\";s:9:\"num_fetch\";s:1:\"3\";}s:12:\"_multiwidget\";i:1;}','yes'),(160,'widget_gdlr-post-slider-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(161,'widget_gdlr-recent-portfolio-widget','a:3:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:12:\"Recent Works\";s:8:\"category\";s:0:\"\";s:9:\"num_fetch\";s:1:\"3\";}s:12:\"_multiwidget\";i:1;}','yes'),(162,'widget_gdlr-recent-portfolio2-widget','a:5:{i:1;a:0:{}i:4;a:3:{s:5:\"title\";s:12:\"Recent Works\";s:8:\"category\";s:0:\"\";s:9:\"num_fetch\";s:1:\"8\";}i:5;a:3:{s:5:\"title\";s:12:\"Recent Works\";s:8:\"category\";s:0:\"\";s:9:\"num_fetch\";s:1:\"8\";}i:6;a:3:{s:5:\"title\";s:12:\"Recent Works\";s:8:\"category\";s:0:\"\";s:9:\"num_fetch\";s:1:\"6\";}s:12:\"_multiwidget\";i:1;}','yes'),(163,'widget_gdlr-port-slider-widget','a:3:{i:1;a:0:{}i:4;a:4:{s:5:\"title\";s:11:\"Post Slider\";s:8:\"category\";s:0:\"\";s:9:\"num_fetch\";s:1:\"3\";s:14:\"thumbnail_size\";s:15:\"small-grid-size\";}s:12:\"_multiwidget\";i:1;}','yes'),(164,'widget_gdlr-twitter-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(165,'widget_gdlr-flickr-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(166,'widget_gdlr-video-widget','a:3:{i:1;a:0:{}i:4;a:2:{s:5:\"title\";s:11:\"Vimeo Video\";s:3:\"url\";s:25:\"http://vimeo.com/75188030\";}s:12:\"_multiwidget\";i:1;}','yes'),(167,'widget_gdlr-recent-room-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(168,'htms_admin_option','a:389:{s:18:\"enable-boxed-style\";s:10:\"full-style\";s:22:\"boxed-background-image\";s:0:\"\";s:24:\"boxed-background-pattern\";s:0:\"\";s:15:\"container-width\";s:4:\"1140\";s:17:\"boxed-style-frame\";s:4:\"1220\";s:22:\"enable-responsive-mode\";s:6:\"enable\";s:12:\"sidebar-size\";s:1:\"4\";s:17:\"both-sidebar-size\";s:1:\"3\";s:11:\"date-format\";s:5:\"d M Y\";s:17:\"datepicker-format\";s:6:\"d M yy\";s:11:\"video-ratio\";s:4:\"16/9\";s:16:\"additional-style\";s:0:\"\";s:17:\"additional-script\";s:0:\"\";s:22:\"disable-cookie-youtube\";s:7:\"disable\";s:12:\"button-style\";s:13:\"classic-style\";s:11:\"hotel-style\";s:13:\"classic-style\";s:18:\"hotel-single-style\";s:13:\"classic-style\";s:23:\"hotel-single-info-style\";s:13:\"classic-style\";s:10:\"favicon-id\";s:0:\"\";s:10:\"post-title\";s:17:\"Single Blog Title\";s:12:\"post-caption\";s:29:\"This is a single blog caption\";s:19:\"post-thumbnail-size\";s:19:\"post-thumbnail-size\";s:18:\"single-post-author\";s:6:\"enable\";s:21:\"post-sidebar-template\";s:13:\"right-sidebar\";s:17:\"post-sidebar-left\";s:8:\"Footer 1\";s:18:\"post-sidebar-right\";s:8:\"Footer 1\";s:14:\"portfolio-slug\";s:9:\"portfolio\";s:23:\"portfolio-category-slug\";s:18:\"portfolio_category\";s:18:\"portfolio-tag-slug\";s:13:\"portfolio_tag\";s:17:\"portfolio-comment\";s:7:\"disable\";s:17:\"portfolio-related\";s:6:\"enable\";s:20:\"portfolio-page-style\";s:6:\"style2\";s:24:\"portfolio-thumbnail-size\";s:4:\"full\";s:23:\"related-portfolio-style\";s:17:\"classic-portfolio\";s:22:\"related-portfolio-size\";s:1:\"4\";s:27:\"related-portfolio-num-fetch\";s:1:\"4\";s:29:\"related-portfolio-num-excerpt\";s:2:\"25\";s:32:\"related-portfolio-thumbnail-size\";s:15:\"small-grid-size\";s:24:\"archive-sidebar-template\";s:10:\"no-sidebar\";s:20:\"archive-sidebar-left\";s:8:\"Footer 1\";s:21:\"archive-sidebar-right\";s:8:\"Footer 1\";s:18:\"archive-blog-style\";s:8:\"blog-1-3\";s:19:\"archive-num-excerpt\";s:2:\"25\";s:22:\"archive-thumbnail-size\";s:15:\"small-grid-size\";s:23:\"archive-portfolio-style\";s:17:\"classic-portfolio\";s:22:\"archive-portfolio-size\";s:3:\"1/3\";s:29:\"archive-portfolio-num-excerpt\";s:2:\"25\";s:32:\"archive-portfolio-thumbnail-size\";s:15:\"small-grid-size\";s:18:\"archive-room-style\";s:7:\"classic\";s:17:\"archive-room-size\";s:1:\"3\";s:24:\"archive-room-num-excerpt\";s:2:\"25\";s:27:\"archive-room-thumbnail-size\";s:15:\"small-grid-size\";s:20:\"all-products-per-row\";s:1:\"3\";s:20:\"all-products-sidebar\";s:10:\"no-sidebar\";s:25:\"all-products-sidebar-left\";s:8:\"Footer 1\";s:26:\"all-products-sidebar-right\";s:8:\"Footer 1\";s:23:\"single-products-sidebar\";s:10:\"no-sidebar\";s:28:\"single-products-sidebar-left\";s:8:\"Footer 1\";s:29:\"single-products-sidebar-right\";s:8:\"Footer 1\";s:11:\"show-footer\";s:6:\"enable\";s:13:\"footer-layout\";s:1:\"4\";s:14:\"show-copyright\";s:6:\"enable\";s:14:\"enable-top-bar\";s:7:\"disable\";s:17:\"top-bar-left-text\";s:0:\"\";s:12:\"header-style\";s:14:\"header-style-1\";s:20:\"default-header-style\";s:11:\"transparent\";s:29:\"transparent-header-bg-opacity\";s:4:\"0.00\";s:17:\"enable-float-menu\";s:7:\"disable\";s:7:\"logo-id\";s:4:\"4272\";s:8:\"logot-id\";s:4:\"4271\";s:14:\"logo-max-width\";s:3:\"190\";s:15:\"logo-top-margin\";s:2:\"50\";s:18:\"logo-bottom-margin\";s:2:\"20\";s:21:\"navigation-top-margin\";s:2:\"52\";s:24:\"navigation-bottom-margin\";s:2:\"23\";s:28:\"navigation-slidebar-position\";s:7:\"default\";s:18:\"default-page-title\";s:54:\"/wp-content/uploads/2015/08/page-title-transparent.jpg\";s:29:\"default-post-title-background\";s:54:\"/wp-content/uploads/2015/08/page-title-transparent.jpg\";s:34:\"default-portfolio-title-background\";s:54:\"/wp-content/uploads/2015/08/page-title-transparent.jpg\";s:39:\"default-search-archive-title-background\";s:54:\"/wp-content/uploads/2015/08/page-title-transparent.jpg\";s:28:\"default-404-title-background\";s:54:\"/wp-content/uploads/2015/08/page-title-transparent.jpg\";s:18:\"header-social-type\";s:4:\"dark\";s:23:\"delicious-header-social\";s:0:\"\";s:19:\"email-header-social\";s:0:\"\";s:24:\"deviantart-header-social\";s:0:\"\";s:18:\"digg-header-social\";s:0:\"\";s:22:\"facebook-header-social\";s:0:\"\";s:20:\"flickr-header-social\";s:0:\"\";s:25:\"google-plus-header-social\";s:0:\"\";s:20:\"lastfm-header-social\";s:0:\"\";s:22:\"linkedin-header-social\";s:0:\"\";s:20:\"picasa-header-social\";s:0:\"\";s:23:\"pinterest-header-social\";s:0:\"\";s:17:\"rss-header-social\";s:0:\"\";s:19:\"skype-header-social\";s:0:\"\";s:26:\"stumble-upon-header-social\";s:0:\"\";s:20:\"tumblr-header-social\";s:0:\"\";s:21:\"twitter-header-social\";s:0:\"\";s:19:\"vimeo-header-social\";s:0:\"\";s:21:\"youtube-header-social\";s:0:\"\";s:19:\"enable-social-share\";s:6:\"enable\";s:10:\"digg-share\";s:6:\"enable\";s:14:\"facebook-share\";s:6:\"enable\";s:17:\"google-plus-share\";s:6:\"enable\";s:14:\"linkedin-share\";s:6:\"enable\";s:14:\"my-space-share\";s:6:\"enable\";s:15:\"pinterest-share\";s:6:\"enable\";s:12:\"reddit-share\";s:6:\"enable\";s:18:\"stumble-upon-share\";s:6:\"enable\";s:13:\"twitter-share\";s:6:\"enable\";s:19:\"copyright-left-text\";s:0:\"\";s:20:\"copyright-right-text\";s:83:\"Разработано <a target=\"_blank\" href=\"https://www.otelms.com/\">OtelMS</a>\";s:18:\"header-font-family\";s:9:\"Open Sans\";s:27:\"reservation-bar-font-family\";s:12:\"Merriweather\";s:19:\"content-font-family\";s:12:\"Merriweather\";s:22:\"navigaiton-font-family\";s:9:\"Open Sans\";s:18:\"slider-font-family\";s:9:\"Open Sans\";s:17:\"content-font-size\";s:2:\"14\";s:12:\"h1-font-size\";s:2:\"30\";s:12:\"h2-font-size\";s:2:\"25\";s:12:\"h3-font-size\";s:2:\"20\";s:12:\"h4-font-size\";s:2:\"18\";s:12:\"h5-font-size\";s:2:\"16\";s:12:\"h6-font-size\";s:2:\"15\";s:11:\"upload-font\";s:0:\"\";s:13:\"skin-settings\";s:1753:\"[{\"title\":\"#1abc9c\",\"title-hover\":\"#ffffff\",\"info\":\"#ffffff\",\"link\":\"#ffffff\",\"link-hover\":\"#ffffff\",\"element-background\":\"#ffffff\",\"content\":\"#ffffff\",\"icon\":\"#ffffff\",\"border\":\"#ffffff\",\"button-text\":\"#ffffff\",\"button-background\":\"#ffffff\",\"button-border\":\"#ffffff\",\"input-background\":\"#ffffff\",\"input-text\":\"#ffffff\",\"skin-title\":\"dark service \"},{\"title\":\"#1abc9c\",\"title-hover\":\"#1abc9c\",\"info\":\"#6d6d6d\",\"link\":\"#ffffff\",\"link-hover\":\"#ffffff\",\"element-background\":\"#ffffff\",\"content\":\"#5e5e5e\",\"icon\":\"#ffffff\",\"border\":\"#ffffff\",\"button-text\":\"#ffffff\",\"button-background\":\"#1abc9c\",\"button-border\":\"#15a881\",\"input-background\":\"#ffffff\",\"input-text\":\"#a8a8a8\",\"skin-title\":\"light grey\"},{\"title\":\"#ffffff\",\"title-hover\":\"#ffffff\",\"info\":\"#ffffff\",\"link\":\"#ffffff\",\"link-hover\":\"#ffffff\",\"element-background\":\"#1abc9c\",\"content\":\"#ffffff\",\"icon\":\"#ffffff\",\"border\":\"#ffffff\",\"button-text\":\"#ffffff\",\"button-background\":\"#1abc9c\",\"button-border\":\"#149174\",\"input-background\":\"#ffffff\",\"input-text\":\"#ffffff\",\"skin-title\":\"dark skin\"},{\"title\":\"#ffffff\",\"title-hover\":\"#ffffff\",\"info\":\"#ffffff\",\"link\":\"#ffffff\",\"link-hover\":\"#ffffff\",\"element-background\":\"#43655E\",\"content\":\"#ffffff\",\"icon\":\"#ffffff\",\"border\":\"#ffffff\",\"button-text\":\"#ffffff\",\"button-background\":\"#ffffff\",\"button-border\":\"#ffffff\",\"input-background\":\"#ffffff\",\"input-text\":\"#ffffff\",\"skin-title\":\"service testimonial\"},{\"title\":\"#1abc9c\",\"title-hover\":\"#1abc9c\",\"info\":\"#ffffff\",\"link\":\"#ffffff\",\"link-hover\":\"#ffffff\",\"element-background\":\"#ffffff\",\"content\":\"#828282\",\"icon\":\"#1abc9c\",\"border\":\"#ffffff\",\"button-text\":\"#ffffff\",\"button-background\":\"#ffffff\",\"button-border\":\"#ffffff\",\"input-background\":\"#ffffff\",\"input-text\":\"#ffffff\",\"skin-title\":\"services & facilities\"}]\";s:18:\"top-bar-background\";s:7:\"#0c0c0c\";s:21:\"top-bar-bottom-border\";s:7:\"#898989\";s:18:\"top-bar-text-color\";s:7:\"#a5a5a5\";s:18:\"top-bar-link-color\";s:7:\"#ffffff\";s:23:\"header-background-color\";s:7:\"#ffffff\";s:35:\"transparent-header-background-color\";s:7:\"#000000\";s:20:\"main-navigation-text\";s:7:\"#7f7f7f\";s:26:\"main-navigation-text-hover\";s:7:\"#555555\";s:34:\"main-navigation-text-hover-divider\";s:7:\"#1abc9c\";s:29:\"main-navigation-search-button\";s:7:\"#ffffff\";s:32:\"transparent-main-navigation-text\";s:7:\"#ffffff\";s:38:\"transparent-main-navigation-text-hover\";s:7:\"#ffffff\";s:19:\"sub-menu-top-border\";s:7:\"#1c1c1c\";s:19:\"sub-menu-background\";s:7:\"#2e2e2e\";s:13:\"sub-menu-text\";s:7:\"#bebebe\";s:19:\"sub-menu-text-hover\";s:7:\"#ffffff\";s:24:\"sub-mega-menu-text-hover\";s:7:\"#2a2a2a\";s:16:\"sub-menu-divider\";s:7:\"#373737\";s:19:\"sub-menu-mega-title\";s:7:\"#ffffff\";s:25:\"sub-menu-mega-title-hover\";s:7:\"#ffffff\";s:22:\"mobile-menu-background\";s:7:\"#353535\";s:28:\"mobile-menu-background-hover\";s:7:\"#0a0a0a\";s:27:\"search-box-background-color\";s:7:\"#2b2b2b\";s:15:\"body-icon-color\";s:4:\"dark\";s:15:\"body-background\";s:7:\"#dddddd\";s:19:\"container-backgrond\";s:7:\"#ffffff\";s:16:\"page-title-color\";s:7:\"#ffffff\";s:18:\"page-caption-color\";s:7:\"#ffffff\";s:13:\"heading-color\";s:7:\"#454545\";s:16:\"item-title-color\";s:7:\"#1e1e1e\";s:15:\"item-title-line\";s:7:\"#1abc9c\";s:24:\"item-title-caption-color\";s:7:\"#9b9b9b\";s:15:\"body-text-color\";s:7:\"#909090\";s:15:\"body-link-color\";s:7:\"#1abc9c\";s:21:\"body-link-hover-color\";s:7:\"#53bca7\";s:12:\"border-color\";s:7:\"#e5e5e5\";s:18:\"404-box-background\";s:7:\"#d65938\";s:12:\"404-box-text\";s:7:\"#ffffff\";s:21:\"404-search-background\";s:7:\"#963a20\";s:15:\"404-search-text\";s:7:\"#d57f5c\";s:19:\"sidebar-title-color\";s:7:\"#383838\";s:20:\"sidebar-border-color\";s:7:\"#eeeeee\";s:19:\"sidebar-list-circle\";s:7:\"#bdbdbd\";s:22:\"search-form-background\";s:7:\"#f7f7f7\";s:22:\"search-form-text-color\";s:7:\"#9d9d9d\";s:24:\"search-form-border-color\";s:7:\"#ebebeb\";s:20:\"tag-cloud-background\";s:7:\"#1abc9c\";s:14:\"tag-cloud-text\";s:7:\"#ffffff\";s:14:\"accordion-text\";s:7:\"#3c3c3c\";s:28:\"accordion-title-active-color\";s:7:\"#8d8d8d\";s:25:\"accordion-icon-background\";s:7:\"#f3f3f3\";s:20:\"accordion-icon-color\";s:7:\"#a8a8a8\";s:32:\"accordion-icon-active-background\";s:7:\"#1abc9c\";s:27:\"accordion-icon-active-color\";s:7:\"#ffffff\";s:17:\"banner-icon-color\";s:7:\"#999999\";s:24:\"box-with-icon-background\";s:7:\"#f5f5f5\";s:19:\"box-with-icon-title\";s:7:\"#585858\";s:18:\"box-with-icon-text\";s:7:\"#929292\";s:17:\"button-text-color\";s:7:\"#ffffff\";s:23:\"button-background-color\";s:7:\"#1abc9c\";s:19:\"button-border-color\";s:7:\"#16af9b\";s:26:\"column-service-title-color\";s:7:\"#333333\";s:28:\"column-service-content-color\";s:7:\"#909090\";s:25:\"column-service-icon-color\";s:7:\"#1abc9c\";s:36:\"column-service-icon-background-color\";s:7:\"#3e3e3e\";s:26:\"list-with-icon-title-color\";s:7:\"#333333\";s:21:\"pie-chart-title-color\";s:7:\"#313131\";s:16:\"price-background\";s:7:\"#f9f9f9\";s:22:\"price-title-background\";s:7:\"#454545\";s:16:\"price-title-text\";s:7:\"#ffffff\";s:20:\"price-tag-background\";s:7:\"#838383\";s:27:\"active-price-tag-background\";s:7:\"#1abc9c\";s:14:\"price-tag-text\";s:7:\"#ffffff\";s:23:\"process-icon-background\";s:7:\"#f3f3f3\";s:19:\"process-icon-border\";s:7:\"#e3e3e3\";s:18:\"process-icon-color\";s:7:\"#aaaaaa\";s:18:\"process-line-color\";s:7:\"#e3e3e3\";s:19:\"process-title-color\";s:7:\"#454545\";s:16:\"skill-text-color\";s:7:\"#3a3a3a\";s:25:\"stunning-text-title-color\";s:7:\"#414141\";s:27:\"stunning-text-caption-color\";s:7:\"#949494\";s:24:\"stunning-text-background\";s:7:\"#f3f3f3\";s:20:\"stunning-text-border\";s:7:\"#f3f3f3\";s:20:\"tab-title-background\";s:7:\"#f9f9f9\";s:15:\"tab-title-color\";s:7:\"#3b3b3b\";s:17:\"tab-title-content\";s:7:\"#ffffff\";s:21:\"table-head-background\";s:7:\"#1abc9c\";s:15:\"table-head-text\";s:7:\"#ffffff\";s:27:\"table-style2-odd-background\";s:7:\"#f9f9f9\";s:21:\"table-style2-odd-text\";s:7:\"#949494\";s:28:\"table-style2-even-background\";s:7:\"#f3f3f3\";s:22:\"table-style2-even-text\";s:7:\"#949494\";s:16:\"blog-title-color\";s:7:\"#424242\";s:22:\"blog-title-hover-color\";s:7:\"#1c1111\";s:15:\"blog-info-color\";s:7:\"#1abc9c\";s:22:\"blog-sticky-background\";s:7:\"#232323\";s:16:\"blog-sticky-text\";s:7:\"#ffffff\";s:21:\"blog-share-background\";s:7:\"#f3f3f3\";s:16:\"blog-share-title\";s:7:\"#353535\";s:19:\"blog-tag-background\";s:7:\"#1abc9c\";s:19:\"blog-tag-text-color\";s:7:\"#ffffff\";s:27:\"blog-widget-date-background\";s:7:\"#1abc9c\";s:23:\"blog-widget-date-shadow\";s:7:\"#1c8e77\";s:21:\"blog-widget-date-text\";s:7:\"#ffffff\";s:21:\"blog-aside-background\";s:7:\"#1abc9c\";s:15:\"blog-aside-text\";s:7:\"#ffffff\";s:21:\"blog-quote-text-color\";s:7:\"#8d8d8d\";s:23:\"blog-quote-author-color\";s:7:\"#1abc9c\";s:26:\"blog-navigation-background\";s:7:\"#f3f3f3\";s:20:\"blog-navigation-text\";s:7:\"#8d8d8d\";s:21:\"portfolio-filter-text\";s:7:\"#1abc9c\";s:28:\"portfolio-filter-text-active\";s:7:\"#1abc9c\";s:36:\"portfolio-thumbnail-hover-background\";s:7:\"#000000\";s:30:\"portfolio-thumbnail-hover-icon\";s:7:\"#ffffff\";s:21:\"portfolio-title-color\";s:7:\"#515151\";s:27:\"portfolio-title-hover-color\";s:7:\"#515151\";s:20:\"portfolio-info-color\";s:7:\"#1abc9c\";s:21:\"pagination-background\";s:7:\"#ebebeb\";s:21:\"pagination-text-color\";s:7:\"#979797\";s:27:\"pagination-background-hover\";s:7:\"#1abc9c\";s:27:\"pagination-text-color-hover\";s:7:\"#ffffff\";s:23:\"single-room-title-color\";s:7:\"#4b4b4b\";s:27:\"single-room-info-background\";s:7:\"#f5f5f5\";s:22:\"single-room-info-color\";s:7:\"#888888\";s:16:\"room-title-color\";s:7:\"#1abc9c\";s:22:\"room-title-color-hover\";s:7:\"#1abc9c\";s:22:\"room-price-title-color\";s:7:\"#1abc9c\";s:16:\"room-price-color\";s:7:\"#74b7d3\";s:24:\"modern-room-detail-color\";s:7:\"#787878\";s:38:\"modern-new-room-thumbnai-overlay-color\";s:7:\"#1f242c\";s:23:\"medium-room-info-border\";s:7:\"#bfbfbf\";s:22:\"medium-room-info-color\";s:7:\"#898989\";s:32:\"medium-room-price-breakdown-text\";s:7:\"#bdbdbd\";s:26:\"price-breakdown-background\";s:7:\"#f3f3f3\";s:22:\"price-breakdown-border\";s:7:\"#e6e6e6\";s:21:\"price-breakdown-title\";s:7:\"#232323\";s:20:\"price-breakdown-info\";s:7:\"#a2a2a2\";s:27:\"booking-payment-type-border\";s:7:\"#72afd5\";s:33:\"booking-payment-submit-background\";s:7:\"#81bad3\";s:29:\"booking-payment-submit-border\";s:7:\"#4a87a2\";s:26:\"booking-summary-text-color\";s:7:\"#ffffff\";s:26:\"booking-summary-info-color\";s:7:\"#baefe2\";s:29:\"booking-summary-divider-color\";s:7:\"#0e8e75\";s:31:\"booking-summary-edit-background\";s:7:\"#0e8e75\";s:27:\"booking-summary-edit-border\";s:7:\"#006847\";s:35:\"booking-complete-message-background\";s:7:\"#f5f5f5\";s:32:\"booking-complete-message-caption\";s:7:\"#8d8d8d\";s:45:\"booking-complete-message-caption-border-color\";s:7:\"#e5e5e5\";s:30:\"booking-complete-message-title\";s:7:\"#484848\";s:23:\"checkbox-text-color-new\";s:7:\"#ffffff\";s:29:\"checkbox-background-color-new\";s:7:\"#e3e3e3\";s:36:\"checkbox-background-active-color-new\";s:7:\"#343434\";s:27:\"datepicker-background-color\";s:7:\"#f3f3f3\";s:20:\"datepicker-head-text\";s:7:\"#4b4b4b\";s:26:\"datepicker-date-background\";s:7:\"#ffffff\";s:20:\"datepicker-date-text\";s:7:\"#6a6a6a\";s:34:\"datepicker-disable-date-background\";s:7:\"#eaeaea\";s:28:\"datepicker-disable-date-text\";s:7:\"#aaaaaa\";s:36:\"datepicker-highlight-date-background\";s:7:\"#1abc9c\";s:30:\"datepicker-highlight-date-text\";s:7:\"#ffffff\";s:26:\"booking-process-background\";s:7:\"#1abc9c\";s:27:\"booking-process-text-active\";s:7:\"#ffffff\";s:20:\"booking-process-text\";s:7:\"#91f2cb\";s:22:\"booking-process-border\";s:7:\"#1abc9c\";s:26:\"reservation-bar-background\";s:7:\"#1abc9c\";s:27:\"reservation-bar-header-text\";s:7:\"#ffffff\";s:29:\"reservation-bar-header-border\";s:7:\"#0e9e72\";s:27:\"reservation-bar-input-title\";s:7:\"#ffffff\";s:32:\"reservation-bar-input-background\";s:7:\"#ffffff\";s:28:\"reservation-bar-input-border\";s:7:\"#e9e9e9\";s:26:\"reservation-bar-input-text\";s:7:\"#999999\";s:26:\"reservation-bar-input-icon\";s:7:\"#000000\";s:39:\"reservation-bar-room-section-background\";s:7:\"#64c1ac\";s:39:\"reservation-bar-room-section-text-title\";s:7:\"#7b6549\";s:33:\"reservation-bar-room-section-text\";s:7:\"#ffffff\";s:41:\"reservation-bar-room-section-active-title\";s:7:\"#ffffff\";s:40:\"reservation-bar-room-section-active-text\";s:7:\"#ffffff\";s:38:\"reservation-bar-room-section-edit-text\";s:7:\"#007a66\";s:33:\"reservation-bar-button-background\";s:7:\"#0e8e75\";s:27:\"reservation-bar-button-text\";s:7:\"#ffffff\";s:29:\"reservation-bar-button-border\";s:7:\"#097c62\";s:33:\"reservation-bar-branch-background\";s:7:\"#51392B\";s:27:\"reservation-bar-branch-text\";s:7:\"#ffffff\";s:24:\"personnel-box-background\";s:7:\"#f5f5f5\";s:32:\"round-personnel-hover-background\";s:7:\"#1abc9c\";s:21:\"personnel-author-text\";s:7:\"#3b3b3b\";s:23:\"personnel-author-border\";s:7:\"#1abc9c\";s:24:\"personnel-position-color\";s:7:\"#acacac\";s:23:\"personnel-content-color\";s:7:\"#959595\";s:27:\"personnel-social-icon-color\";s:7:\"#3b3b3b\";s:26:\"testimonial-box-background\";s:7:\"#f5f5f5\";s:25:\"testimonial-content-color\";s:7:\"#9b9b9b\";s:23:\"testimonial-author-text\";s:7:\"#1abc9c\";s:27:\"testimonial-author-position\";s:7:\"#4d4d4d\";s:31:\"testimonial-author-image-border\";s:7:\"#1abc9c\";s:30:\"testimonial-boxed-style-shadow\";s:7:\"#dddddd\";s:23:\"gallery-thumbnail-frame\";s:7:\"#e5e5e5\";s:26:\"gallery-caption-background\";s:7:\"#000000\";s:20:\"gallery-caption-text\";s:7:\"#ffffff\";s:24:\"slider-bullet-background\";s:7:\"#cecece\";s:30:\"slider-bullet-background-hover\";s:7:\"#949494\";s:20:\"slider-bullet-border\";s:7:\"#ffffff\";s:28:\"slider-navigation-background\";s:7:\"#000000\";s:22:\"slider-navigation-icon\";s:7:\"#ffffff\";s:25:\"slider-caption-background\";s:7:\"#000000\";s:20:\"slider-caption-title\";s:7:\"#ffffff\";s:19:\"slider-caption-text\";s:7:\"#ffffff\";s:30:\"post-slider-caption-background\";s:7:\"#000000\";s:25:\"post-slider-caption-title\";s:7:\"#ffffff\";s:24:\"post-slider-caption-text\";s:7:\"#dddddd\";s:21:\"post-slider-date-text\";s:7:\"#ffffff\";s:27:\"post-slider-date-background\";s:7:\"#1abc9c\";s:27:\"slider-outer-nav-background\";s:7:\"#ebebeb\";s:21:\"slider-outer-nav-icon\";s:7:\"#b2b2b2\";s:33:\"slider-outer-nav-background-hover\";s:7:\"#1abc9c\";s:27:\"slider-outer-nav-icon-hover\";s:7:\"#ffffff\";s:20:\"input-box-background\";s:7:\"#f5f5f5\";s:14:\"input-box-text\";s:7:\"#828282\";s:23:\"footer-background-color\";s:7:\"#1e1e1e\";s:18:\"footer-title-color\";s:7:\"#ffffff\";s:17:\"footer-text-color\";s:7:\"#c4c4c4\";s:17:\"footer-link-color\";s:7:\"#a3a3a3\";s:23:\"footer-link-hover-color\";s:7:\"#ffffff\";s:19:\"footer-border-color\";s:7:\"#424242\";s:27:\"footer-input-box-background\";s:7:\"#ffffff\";s:21:\"footer-input-box-text\";s:7:\"#828282\";s:23:\"footer-input-box-border\";s:7:\"#313131\";s:24:\"footer-button-text-color\";s:7:\"#ffffff\";s:30:\"footer-button-background-color\";s:7:\"#1abc9c\";s:27:\"footer-tag-cloud-background\";s:7:\"#1abc9c\";s:21:\"footer-tag-cloud-text\";s:7:\"#ffffff\";s:25:\"gdlr-copyright-background\";s:7:\"#0f0f0f\";s:25:\"gdlr-copyright-text-color\";s:7:\"#9e9e9e\";s:25:\"gdlr-copyright-top-border\";s:7:\"#0f0f0f\";s:15:\"woo-theme-color\";s:7:\"#1abc9c\";s:25:\"woo-text-in-element-color\";s:7:\"#ffffff\";s:27:\"woo-notification-background\";s:7:\"#389EC5\";s:20:\"woo-error-background\";s:7:\"#C23030\";s:21:\"woo-button-background\";s:7:\"#b89f80\";s:15:\"woo-button-text\";s:7:\"#ffffff\";s:24:\"woo-button-bottom-border\";s:7:\"#b28855\";s:16:\"woo-border-color\";s:7:\"#ebebeb\";s:22:\"woo-secondary-elements\";s:7:\"#f3f3f3\";s:29:\"woo-secondary-elements-border\";s:7:\"#e5e5e5\";s:22:\"woo-cart-summary-price\";s:7:\"#333333\";s:18:\"woo-discount-price\";s:7:\"#888888\";s:29:\"woo-plus-minus-product-border\";s:7:\"#a0a0a0\";s:27:\"woo-plus-minus-product-sign\";s:7:\"#ffffff\";s:27:\"woo-plus-product-background\";s:7:\"#9a9a9a\";s:28:\"woo-minus-product-background\";s:7:\"#b6b6b6\";s:28:\"enable-plugin-recommendation\";s:6:\"enable\";s:28:\"enable-goodlayers-navigation\";s:6:\"enable\";s:35:\"enable-goodlayers-mobile-navigation\";s:6:\"enable\";s:18:\"enable-flex-slider\";s:6:\"enable\";s:15:\"enable-fancybox\";s:6:\"enable\";s:22:\"enable-fancybox-thumbs\";s:6:\"enable\";s:15:\"new-fontawesome\";s:6:\"enable\";s:19:\"flex-slider-effects\";s:4:\"fade\";s:15:\"flex-pause-time\";s:4:\"7000\";s:16:\"flex-slide-speed\";s:3:\"600\";s:19:\"nivo-slider-effects\";s:14:\"sliceDownRight\";s:15:\"nivo-pause-time\";s:4:\"7000\";s:16:\"nivo-slide-speed\";s:3:\"600\";}','yes'),(169,'gdlr_sidebar_name','a:11:{i:0;s:4:\"blog\";i:1;s:9:\"blog-left\";i:2;s:9:\"portfolio\";i:3;s:14:\"portfolio-left\";i:4;s:10:\"shortcodes\";i:5;s:11:\"woocommerce\";i:6;s:8:\"Features\";i:7;s:8:\"Archives\";i:8;s:7:\"contact\";i:9;s:11:\"single-room\";i:10;s:4:\"room\";}','yes'),(170,'htms_google_font_list','a:2:{s:9:\"Open Sans\";a:2:{s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";i:6;s:9:\"greek-ext\";}s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}s:12:\"Merriweather\";a:2:{s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}}','yes'),(240,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(172,'wpcf7','a:2:{s:7:\"version\";s:7:\"5.5.6.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1559680950;s:7:\"version\";s:5:\"5.1.3\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(173,'gdlr_hostel_option','a:37:{s:20:\"booking-money-format\";s:9:\"NUMBER₽\";s:19:\"enable-hotel-branch\";s:6:\"enable\";s:21:\"preserve-booking-room\";s:7:\"booking\";s:21:\"booking-price-display\";s:10:\"start-from\";s:18:\"booking-vat-amount\";s:1:\"8\";s:10:\"block-date\";s:0:\"\";s:22:\"booking-deposit-amount\";s:2:\"20\";s:14:\"payment-method\";s:7:\"contact\";s:20:\"transaction-per-page\";s:2:\"30\";s:12:\"booking-slug\";s:14:\"hostel_booking\";s:19:\"enable-checkin-time\";s:2:\"no\";s:17:\"checkin-time-hour\";s:2:\"15\";s:33:\"enable-booking-term-and-condition\";s:2:\"no\";s:26:\"booking-term-and-condition\";s:1:\"2\";s:18:\"booking-item-style\";s:6:\"medium\";s:22:\"booking-thumbnail-size\";s:15:\"small-grid-size\";s:17:\"booking-num-fetch\";s:1:\"5\";s:19:\"booking-num-excerpt\";s:2:\"34\";s:14:\"recipient-name\";s:0:\"\";s:14:\"recipient-mail\";s:0:\"\";s:24:\"booking-complete-contact\";s:0:\"\";s:19:\"booking-code-prefix\";s:4:\"GDLR\";s:13:\"minimum-night\";s:1:\"1\";s:19:\"room-thumbnail-size\";s:19:\"post-thumbnail-size\";s:22:\"paypal-recipient-email\";s:0:\"\";s:17:\"paypal-action-url\";s:37:\"https://www.paypal.com/cgi-bin/webscr\";s:20:\"paypal-currency-code\";s:3:\"USD\";s:17:\"stripe-secret-key\";s:0:\"\";s:22:\"stripe-publishable-key\";s:0:\"\";s:20:\"stripe-currency-code\";s:3:\"usd\";s:19:\"paymill-private-key\";s:0:\"\";s:18:\"paymill-public-key\";s:0:\"\";s:21:\"paymill-currency-code\";s:3:\"usd\";s:19:\"authorize-live-mode\";s:7:\"disable\";s:16:\"authorize-api-id\";s:0:\"\";s:25:\"authorize-transaction-key\";s:0:\"\";s:18:\"authorize-md5-hash\";s:0:\"\";}','yes'),(174,'gdlr_hotel_option','a:42:{s:20:\"booking-money-format\";s:9:\"NUMBER₽\";s:19:\"enable-hotel-branch\";s:7:\"disable\";s:25:\"enable-adult-child-option\";s:6:\"enable\";s:21:\"preserve-booking-room\";s:4:\"paid\";s:21:\"booking-price-display\";s:10:\"start-from\";s:18:\"booking-vat-amount\";s:1:\"8\";s:10:\"block-date\";s:0:\"\";s:22:\"booking-deposit-amount\";s:2:\"20\";s:14:\"payment-method\";s:7:\"contact\";s:20:\"transaction-per-page\";s:2:\"30\";s:12:\"booking-slug\";s:7:\"booking\";s:27:\"enable-multi-room-selection\";s:6:\"enable\";s:19:\"enable-checkin-time\";s:2:\"no\";s:17:\"checkin-time-hour\";s:2:\"15\";s:33:\"enable-booking-term-and-condition\";s:2:\"no\";s:26:\"booking-term-and-condition\";s:1:\"2\";s:18:\"booking-item-style\";s:6:\"medium\";s:22:\"booking-thumbnail-size\";s:15:\"small-grid-size\";s:17:\"booking-num-fetch\";s:1:\"5\";s:19:\"booking-num-excerpt\";s:2:\"34\";s:14:\"recipient-name\";s:0:\"\";s:14:\"recipient-mail\";s:0:\"\";s:24:\"booking-complete-contact\";s:153:\"<span style=\"margin-right: 20px;\"><i class=\"fa fa-phone\" ></i> +11-2233-442</span> <span><i class=\"fa fa-envelope\"></i> sales@hotelmastertheme.com</span>\";s:19:\"booking-code-prefix\";s:4:\"GDLR\";s:21:\"maximum-room-selected\";s:1:\"9\";s:13:\"minimum-night\";s:1:\"1\";s:19:\"room-thumbnail-size\";s:19:\"post-thumbnail-size\";s:15:\"ical-cache-time\";s:1:\"5\";s:15:\"ical-start-time\";s:1:\"2\";s:22:\"paypal-recipient-email\";s:17:\"testmail@test.com\";s:17:\"paypal-action-url\";s:37:\"https://www.paypal.com/cgi-bin/webscr\";s:20:\"paypal-currency-code\";s:3:\"USD\";s:17:\"stripe-secret-key\";s:0:\"\";s:22:\"stripe-publishable-key\";s:0:\"\";s:20:\"stripe-currency-code\";s:3:\"usd\";s:19:\"paymill-private-key\";s:0:\"\";s:18:\"paymill-public-key\";s:0:\"\";s:21:\"paymill-currency-code\";s:3:\"usd\";s:19:\"authorize-live-mode\";s:7:\"disable\";s:16:\"authorize-api-id\";s:0:\"\";s:25:\"authorize-transaction-key\";s:0:\"\";s:18:\"authorize-md5-hash\";s:0:\"\";}','yes'),(175,'gdlr-hotel-unavailable-room-paid','a:0:{}','yes'),(176,'gdlr-hotel-unavailable-room-booking','a:0:{}','yes'),(186,'masterslider_is_license_actived','0','yes'),(178,'masterslider_db_version','1.4','yes'),(179,'masterslider_capabilities_added','1','yes'),(180,'recently_activated','a:0:{}','yes'),(181,'widget_master-slider-main-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(182,'widget_wpgmp_google_map_widget_class','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(183,'gdlr_ical_sync_timestamp','1653569730','yes'),(184,'masterslider_default_options_added','1','yes'),(185,'masterslider_default_buttons_added','1','yes'),(187,'msp_envato_license','a:1:{s:5:\"token\";s:0:\"\";}','yes'),(190,'msp_general_setting','','yes'),(191,'msp_woocommerce','','yes'),(192,'msp_advanced','','yes'),(193,'msp_replacer','','yes'),(194,'masterslider_plugin_version','3.2.11','yes'),(201,'portfolio_category_children','a:1:{i:27;a:3:{i:0;i:32;i:1;i:39;i:2;i:48;}}','yes'),(196,'gdlrs-hotel-unavailable-room-paid','a:0:{}','yes'),(197,'gdlrs-hotel-unavailable-room-booking','a:0:{}','yes'),(341,'category_children','a:0:{}','yes'),(199,'hostel_room_category_children','a:0:{}','yes'),(200,'room_category_children','a:0:{}','yes'),(202,'page_category_children','a:0:{}','yes'),(203,'widget_gdlr-top-rated-post-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(204,'widget_layerslider_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(205,'widget_soundcloud_is_gold_widget','a:3:{i:1;a:0:{}i:2;a:13:{s:5:\"title\";s:10:\"SoundCloud\";s:4:\"user\";s:12:\"anna-chocola\";s:6:\"format\";s:6:\"tracks\";s:8:\"behavior\";s:6:\"latest\";s:6:\"number\";s:1:\"1\";s:10:\"playertype\";s:5:\"html5\";s:8:\"autoplay\";s:0:\"\";s:8:\"comments\";s:0:\"\";s:7:\"artwork\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:2:\"wp\";s:5:\"150px\";s:6:\"custom\";s:4:\"100%\";}s:12:\"_multiwidget\";i:1;}','yes'),(206,'widget_woocommerce_layered_nav','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(207,'widget_woocommerce_layered_nav_filters','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(208,'widget_woocommerce_product_search','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(209,'widget_woocommerce_price_filter','a:3:{i:1;a:0:{}i:2;a:1:{s:5:\"title\";s:15:\"Filter by price\";}s:12:\"_multiwidget\";i:1;}','yes'),(210,'widget_woocommerce_products','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(211,'widget_woocommerce_product_categories','a:3:{i:1;a:0:{}i:2;a:6:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";s:1:\"1\";s:18:\"show_children_only\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(212,'widget_woocommerce_top_rated_products','a:3:{i:1;a:0:{}i:2;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";s:1:\"5\";}s:12:\"_multiwidget\";i:1;}','yes'),(213,'widget_woocommerce_product_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(214,'widget_woocommerce_recently_viewed_products','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(215,'widget_woocommerce_recent_reviews','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(216,'widget_woocommerce_widget_cart','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(217,'widget_wpgmp_google_map_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(218,'recovery_mode_email_last_sent','1650299143','yes'),(322,'loco_recent','a:4:{s:1:\"c\";s:21:\"Loco_data_RecentItems\";s:1:\"v\";i:0;s:1:\"d\";a:1:{s:6:\"bundle\";a:1:{s:17:\"theme.hotelmaster\";i:1560176421;}}s:1:\"t\";i:1560176421;}','no'),(2431,'duplicator_settings','a:17:{s:7:\"version\";s:5:\"1.4.6\";s:18:\"uninstall_settings\";s:1:\"1\";s:15:\"uninstall_files\";s:1:\"1\";s:16:\"uninstall_tables\";s:1:\"0\";s:13:\"package_debug\";s:1:\"1\";s:17:\"package_mysqldump\";s:1:\"1\";s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";s:1:\"0\";s:19:\"installer_name_mode\";s:8:\"withhash\";s:16:\"storage_position\";s:6:\"legacy\";s:20:\"storage_htaccess_off\";s:1:\"0\";s:18:\"archive_build_mode\";s:1:\"2\";s:17:\"skip_archive_scan\";s:0:\"\";s:21:\"unhook_third_party_js\";s:0:\"\";s:22:\"unhook_third_party_css\";s:0:\"\";s:17:\"active_package_id\";i:11;}','yes'),(2433,'duplicator_version_plugin','1.4.6','yes'),(2434,'duplicator_package_active','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2022-05-26 12:58:01\";s:7:\"Version\";s:5:\"1.4.6\";s:9:\"VersionWP\";s:3:\"6.0\";s:9:\"VersionDB\";s:7:\"10.5.12\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:1:\"1\";s:4:\"Hash\";s:35:\"4b4021697c87f6af3124_20220526125801\";s:8:\"NameHash\";s:37:\"1_4b4021697c87f6af3124_20220526125801\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:47:\"1_4b4021697c87f6af3124_20220526125801_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":21:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:457:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/hotel1.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/gdlr-hostel.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/gdlr-hotel.zip;/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes/hotelmaster/include/plugin/plugins/goodlayers-importer.zip;\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:1;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:57:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:-1;s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2022-05-26 12:58:01\";s:7:\"Version\";s:5:\"1.4.6\";s:9:\"VersionWP\";s:3:\"6.0\";s:9:\"VersionDB\";s:7:\"10.5.12\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:1:\"1\";s:4:\"Hash\";s:35:\"4b4021697c87f6af3124_20220526125801\";s:8:\"NameHash\";s:37:\"1_4b4021697c87f6af3124_20220526125801\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";O:13:\"DUP_Installer\":13:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:63;}s:8:\"Database\";O:12:\"DUP_Database\":14:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":16:{s:9:\"buildMode\";N;s:13:\"collationList\";a:0:{}s:17:\"isTablesUpperCase\";N;s:15:\"isNameUpperCase\";N;s:4:\"name\";N;s:15:\"tablesBaseCount\";N;s:16:\"tablesFinalCount\";N;s:14:\"tablesRowCount\";N;s:16:\"tablesSizeOnDisk\";N;s:18:\"varLowerCaseTables\";i:0;s:7:\"version\";N;s:14:\"versionComment\";N;s:18:\"tableWiseRowCounts\";a:0:{}s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:63;s:24:\"\0DUP_Database\0tempDbPath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:63;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:3:{i:0;s:66:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-admin\";i:1;s:78:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/languages\";i:2;s:69:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:5:{i:0;s:57:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html\";i:1;s:68:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content\";i:2;s:76:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/uploads\";i:3;s:76:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/plugins\";i:4;s:75:\"/home/u947706338/domains/fl-hotel1.otelms.com/public_html/wp-content/themes\";}}s:9:\"Installer\";r:84;s:8:\"Database\";r:98;s:13:\"BuildProgress\";r:129;}','yes'),(2435,'duplicator_ui_view_state','a:8:{s:19:\"dup-pack-build-try1\";s:1:\"1\";s:22:\"dup-pack-storage-panel\";s:1:\"0\";s:22:\"dup-pack-archive-panel\";s:1:\"0\";s:24:\"dup-pack-installer-panel\";s:1:\"0\";s:29:\"dup-package-dtl-general-panel\";s:1:\"1\";s:29:\"dup-package-dtl-archive-panel\";s:1:\"1\";s:29:\"dup-package-dtl-install-panel\";s:1:\"1\";s:19:\"dup-pack-build-try3\";s:1:\"0\";}','yes'),(4976,'ccj__activation_time','1650136737','yes'),(4977,'ccj__version','3.39','yes'),(4978,'custom-css-js-tree','a:0:{}','yes'),(4979,'ccj_settings','a:5:{s:16:\"ccj_htmlentities\";b:0;s:17:\"ccj_htmlentities2\";b:0;s:16:\"ccj_autocomplete\";b:1;s:8:\"add_role\";b:1;s:15:\"remove_comments\";b:0;}','yes'),(4996,'monsterinsights_review','a:2:{s:4:\"time\";i:1618302299;s:9:\"dismissed\";b:0;}','yes'),(4997,'monsterinsights_notifications_run','a:14:{s:37:\"monsterinsights_notification_visitors\";i:1618302301;s:37:\"monsterinsights_notification_audience\";i:1618302301;s:42:\"monsterinsights_notification_mobile_device\";i:1618302301;s:43:\"monsterinsights_notification_upgrade_to_pro\";i:1618302301;s:40:\"monsterinsights_notification_bounce_rate\";i:1618302301;s:47:\"monsterinsights_notification_returning_visitors\";i:1618302301;s:45:\"monsterinsights_notification_traffic_dropping\";i:1618302301;s:62:\"monsterinsights_notification_upgrade_for_search_console_report\";i:1618302301;s:56:\"monsterinsights_notification_upgrade_for_form_conversion\";i:1618302301;s:56:\"monsterinsights_notification_upgrade_for_email_summaries\";i:1618302301;s:56:\"monsterinsights_notification_upgrade_for_google_optimize\";i:1618302301;s:56:\"monsterinsights_notification_to_add_more_file_extensions\";i:1618302301;s:53:\"monsterinsights_notification_to_setup_affiliate_links\";i:1618302301;s:46:\"monsterinsights_notification_headline_analyzer\";i:1618302301;}','yes'),(4988,'widget_monsterinsights-popular-posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4989,'monsterinsights_usage_tracking_config','a:6:{s:3:\"day\";i:4;s:4:\"hour\";i:18;s:6:\"minute\";i:32;s:6:\"second\";i:6;s:6:\"offset\";i:412326;s:8:\"initsend\";i:1619116326;}','yes'),(4990,'monsterinsights_over_time','a:3:{s:17:\"installed_version\";s:6:\"7.17.0\";s:14:\"installed_date\";i:1618302299;s:13:\"installed_pro\";b:0;}','yes'),(4991,'monsterinsights_db_version','7.4.0','yes'),(4992,'monsterinsights_current_version','7.17.0','yes'),(4993,'monsterinsights_settings','a:43:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:11:\"custom_code\";s:0:\"\";s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:4:\"gtag\";s:30:\"gtagtracker_compatibility_mode\";b:1;s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:19:\"floranzz1@gmail.com\";}}s:17:\"automatic_updates\";s:4:\"none\";s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}s:9:\"site_type\";s:8:\"business\";}','yes'),(4995,'monsterinsights_notifications','a:4:{s:6:\"update\";i:1618302299;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(5000,'monsterinsights_site_tt','22d5211744142e27772b0dc43c76d14e928cd968a5a47ae68ed3b443c87788e204d11f1265d21eb86ba83d4ccd571e5843f3cd575dd0eaffd49e369a56b85335','yes'),(8543,'https_detection_errors','a:1:{s:20:\"https_request_failed\";a:1:{i:0;s:36:\"HTTPS запрос неудачен.\";}}','yes'),(8539,'db_upgraded','','yes'),(9362,'can_compress_scripts','0','no'),(9367,'_transient_timeout_global_styles_hotelmaster','1653569493','no'),(9368,'_transient_global_styles_hotelmaster','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(8606,'_transient_health-check-site-status-result','{\"good\":14,\"recommended\":4,\"critical\":1}','yes'),(7214,'lepopup-webfonts-version','4','yes'),(7215,'lepopup-version','7.32','yes'),(7216,'lepopup-update-time','1638441415','yes'),(7217,'lepopup-installation-uid','UOb7ZIzhz','yes'),(7218,'widget_lepopup_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7225,'advancediFrameAdminOptions','a:161:{s:11:\"securitykey\";s:0:\"\";s:3:\"src\";s:45:\"//www.tinywebgallery.com/blog/advanced-iframe\";s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:3:\"600\";s:9:\"scrolling\";s:4:\"none\";s:11:\"marginwidth\";s:1:\"0\";s:12:\"marginheight\";s:1:\"0\";s:11:\"frameborder\";s:1:\"0\";s:12:\"transparency\";s:4:\"true\";s:10:\"content_id\";s:0:\"\";s:14:\"content_styles\";s:0:\"\";s:13:\"hide_elements\";s:0:\"\";s:5:\"class\";s:0:\"\";s:20:\"shortcode_attributes\";s:4:\"true\";s:21:\"url_forward_parameter\";s:0:\"\";s:2:\"id\";s:15:\"advanced_iframe\";s:4:\"name\";s:0:\"\";s:6:\"onload\";s:0:\"\";s:13:\"onload_resize\";s:5:\"false\";s:17:\"onload_scroll_top\";s:5:\"false\";s:13:\"additional_js\";s:0:\"\";s:14:\"additional_css\";s:0:\"\";s:22:\"store_height_in_cookie\";s:5:\"false\";s:17:\"additional_height\";s:1:\"0\";s:17:\"iframe_content_id\";s:0:\"\";s:21:\"iframe_content_styles\";s:0:\"\";s:20:\"iframe_hide_elements\";s:0:\"\";s:15:\"version_counter\";s:6:\"148679\";s:24:\"onload_show_element_only\";s:0:\"\";s:11:\"include_url\";s:0:\"\";s:15:\"include_content\";s:0:\"\";s:14:\"include_height\";s:0:\"\";s:12:\"include_fade\";s:0:\"\";s:30:\"include_hide_page_until_loaded\";s:5:\"false\";s:15:\"donation_bottom\";s:5:\"false\";s:19:\"onload_resize_width\";s:0:\"\";s:14:\"resize_on_ajax\";s:0:\"\";s:21:\"resize_on_ajax_jquery\";s:4:\"true\";s:15:\"resize_on_click\";s:0:\"\";s:24:\"resize_on_click_elements\";s:1:\"a\";s:22:\"hide_page_until_loaded\";s:5:\"false\";s:19:\"show_part_of_iframe\";s:5:\"false\";s:21:\"show_part_of_iframe_x\";s:3:\"100\";s:21:\"show_part_of_iframe_y\";s:3:\"100\";s:25:\"show_part_of_iframe_width\";s:3:\"400\";s:26:\"show_part_of_iframe_height\";s:3:\"300\";s:30:\"show_part_of_iframe_new_window\";s:0:\"\";s:27:\"show_part_of_iframe_new_url\";s:0:\"\";s:39:\"show_part_of_iframe_next_viewports_hide\";s:5:\"false\";s:34:\"show_part_of_iframe_next_viewports\";s:0:\"\";s:39:\"show_part_of_iframe_next_viewports_loop\";s:5:\"false\";s:5:\"style\";s:0:\"\";s:29:\"use_shortcode_attributes_only\";s:5:\"false\";s:33:\"enable_external_height_workaround\";s:8:\"external\";s:20:\"keep_overflow_hidden\";s:5:\"false\";s:31:\"hide_page_until_loaded_external\";s:5:\"false\";s:19:\"onload_resize_delay\";s:0:\"\";s:11:\"expert_mode\";s:5:\"false\";s:44:\"show_part_of_iframe_allow_scrollbar_vertical\";s:0:\"\";s:46:\"show_part_of_iframe_allow_scrollbar_horizontal\";s:0:\"\";s:19:\"hide_part_of_iframe\";s:0:\"\";s:26:\"change_parent_links_target\";s:0:\"\";s:19:\"change_iframe_links\";s:0:\"\";s:26:\"change_iframe_links_target\";s:0:\"\";s:7:\"browser\";s:0:\"\";s:25:\"show_part_of_iframe_style\";s:0:\"\";s:20:\"map_parameter_to_url\";s:0:\"\";s:11:\"iframe_zoom\";s:0:\"\";s:14:\"accordeon_menu\";s:5:\"false\";s:18:\"show_iframe_loader\";s:5:\"false\";s:11:\"tab_visible\";s:0:\"\";s:10:\"tab_hidden\";s:0:\"\";s:24:\"enable_responsive_iframe\";s:5:\"false\";s:15:\"allowfullscreen\";s:5:\"false\";s:19:\"iframe_height_ratio\";s:0:\"\";s:16:\"enable_lazy_load\";s:5:\"false\";s:26:\"enable_lazy_load_threshold\";s:4:\"3000\";s:25:\"enable_lazy_load_fadetime\";s:1:\"0\";s:23:\"enable_lazy_load_manual\";s:5:\"false\";s:14:\"pass_id_by_url\";s:0:\"\";s:25:\"include_scripts_in_footer\";s:4:\"true\";s:18:\"write_css_directly\";s:5:\"false\";s:24:\"resize_on_element_resize\";s:0:\"\";s:30:\"resize_on_element_resize_delay\";s:3:\"250\";s:20:\"add_css_class_parent\";s:5:\"false\";s:9:\"auto_zoom\";s:5:\"false\";s:18:\"auto_zoom_by_ratio\";s:0:\"\";s:18:\"single_save_button\";s:4:\"true\";s:31:\"enable_lazy_load_manual_element\";s:0:\"\";s:21:\"alternative_shortcode\";s:0:\"\";s:14:\"show_menu_link\";s:4:\"true\";s:19:\"iframe_redirect_url\";s:0:\"\";s:12:\"install_date\";i:1638443663;s:40:\"show_part_of_iframe_last_viewport_remove\";s:5:\"false\";s:11:\"load_jquery\";s:4:\"true\";s:20:\"show_iframe_as_layer\";s:5:\"false\";s:23:\"add_iframe_url_as_param\";s:5:\"false\";s:30:\"add_iframe_url_as_param_direct\";s:5:\"false\";s:30:\"add_iframe_url_as_param_prefix\";s:0:\"\";s:15:\"reload_interval\";s:0:\"\";s:18:\"iframe_content_css\";s:0:\"\";s:25:\"additional_js_file_iframe\";s:0:\"\";s:26:\"additional_css_file_iframe\";s:0:\"\";s:20:\"add_css_class_iframe\";s:5:\"false\";s:12:\"editorbutton\";s:16:\"src,width,height\";s:15:\"iframe_zoom_ie8\";s:5:\"false\";s:30:\"enable_lazy_load_reserve_space\";s:0:\"\";s:31:\"hide_content_until_iframe_color\";s:0:\"\";s:21:\"use_zoom_absolute_fix\";s:5:\"false\";s:12:\"include_html\";s:0:\"\";s:26:\"enable_ios_mobile_scolling\";s:5:\"false\";s:7:\"sandbox\";s:0:\"\";s:32:\"show_iframe_as_layer_header_file\";s:0:\"\";s:34:\"show_iframe_as_layer_header_height\";s:3:\"100\";s:36:\"show_iframe_as_layer_header_position\";s:3:\"top\";s:17:\"resize_min_height\";s:1:\"1\";s:25:\"show_iframe_as_layer_full\";s:5:\"false\";s:4:\"demo\";s:5:\"false\";s:24:\"show_part_of_iframe_zoom\";s:5:\"false\";s:32:\"external_height_workaround_delay\";s:1:\"0\";s:19:\"add_document_domain\";s:5:\"false\";s:15:\"document_domain\";s:14:\"unknown domain\";s:20:\"multi_domain_enabled\";s:4:\"true\";s:15:\"check_shortcode\";s:5:\"false\";s:16:\"use_post_message\";s:4:\"true\";s:25:\"element_to_measure_offset\";s:1:\"0\";s:17:\"data_post_message\";s:0:\"\";s:18:\"element_to_measure\";s:7:\"default\";s:33:\"show_iframe_as_layer_keep_content\";s:4:\"true\";s:5:\"roles\";s:4:\"none\";s:18:\"parent_content_css\";s:0:\"\";s:26:\"include_scripts_in_content\";s:5:\"false\";s:8:\"debug_js\";s:5:\"false\";s:20:\"check_iframe_cronjob\";s:5:\"false\";s:26:\"check_iframe_cronjob_email\";s:0:\"\";s:21:\"enable_content_filter\";s:5:\"false\";s:21:\"add_ai_external_local\";s:5:\"false\";s:5:\"title\";s:0:\"\";s:23:\"check_iframes_when_save\";s:5:\"false\";s:16:\"admin_was_loaded\";b:1;s:26:\"check_iframe_url_when_load\";s:4:\"true\";s:23:\"modify_iframe_if_cookie\";s:5:\"false\";s:5:\"allow\";s:0:\"\";s:14:\"safari_fix_url\";s:0:\"\";s:19:\"external_scroll_top\";s:0:\"\";s:24:\"change_iframe_links_href\";s:0:\"\";s:17:\"delete_options_db\";s:5:\"false\";s:18:\"inline_config_file\";s:4:\"none\";s:19:\"replace_iframe_tags\";s:5:\"false\";s:23:\"check_iframe_batch_size\";s:3:\"100\";s:33:\"check_iframe_cronjob_email_always\";s:4:\"true\";s:27:\"remove_elements_from_height\";s:0:\"\";s:19:\"add_ai_to_all_pages\";s:5:\"false\";s:31:\"show_part_of_iframe_media_query\";s:0:\"\";s:28:\"remove_page_param_from_query\";s:5:\"false\";s:8:\"src_hide\";s:0:\"\";s:13:\"purchase_code\";s:0:\"\";s:22:\"cookie_samesite_filter\";s:0:\"\";s:36:\"show_iframe_as_layer_autoclick_delay\";s:1:\"0\";s:40:\"show_iframe_as_layer_autoclick_hide_time\";s:1:\"0\";s:15:\"closed_messages\";a:2:{s:20:\"show-version-message\";s:4:\"true\";s:25:\"show-registration-message\";s:4:\"true\";}}','yes'),(7226,'widget_advanced-iframe-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7233,'fwdrl_data','O:9:\"FWDRLData\":2:{s:11:\"settings_ar\";a:2:{i:0;a:89:{s:13:\"mediaSelector\";s:7:\".fwdrel\";s:21:\"rightClickContextMenu\";s:9:\"developer\";s:14:\"useDeepLinking\";s:4:\"true\";s:14:\"useVectorIcons\";s:5:\"false\";s:16:\"buttonsAlignment\";s:2:\"in\";s:16:\"mediaLazyLoading\";s:4:\"true\";s:7:\"useDrag\";s:4:\"true\";s:10:\"useAsModal\";s:5:\"false\";s:19:\"showSlideShowButton\";s:4:\"true\";s:22:\"showSlideShowAnimation\";s:4:\"true\";s:17:\"slideShowAutoPlay\";s:5:\"false\";s:17:\"slideShowAutoStop\";s:4:\"true\";s:14:\"slideShowDelay\";s:1:\"6\";s:16:\"slideShowBkColor\";s:7:\"#2e2e2e\";s:18:\"slideShowFillColor\";s:7:\"#ffffff\";s:11:\"useKeyboard\";s:4:\"true\";s:14:\"useDoubleClick\";s:4:\"true\";s:15:\"showCloseButton\";s:4:\"true\";s:20:\"showFullscreenButton\";s:4:\"true\";s:14:\"showZoomButton\";s:4:\"true\";s:11:\"showCounter\";s:4:\"true\";s:19:\"showNextAndPrevBtns\";s:4:\"true\";s:17:\"hideButtonsOnDrag\";s:4:\"true\";s:7:\"maxZoom\";s:1:\"1\";s:16:\"buttonsHideDelay\";s:1:\"5\";s:16:\"defaultItemWidth\";s:4:\"1527\";s:17:\"defaultItemHeight\";s:3:\"859\";s:16:\"itemOffsetHeight\";s:2:\"37\";s:26:\"itemOffsetHeightButtonsTop\";s:2:\"47\";s:16:\"spaceBetweenBtns\";s:1:\"8\";s:15:\"buttonsOffsetIn\";s:2:\"10\";s:16:\"buttonsOffsetOut\";s:2:\"10\";s:14:\"itemBorderSize\";s:1:\"0\";s:19:\"itemBackgroundColor\";s:7:\"#212121\";s:15:\"itemBorderColor\";s:7:\"#ffffff\";s:16:\"preloaderBkColor\";s:7:\"#2e2e2e\";s:18:\"preloaderFillColor\";s:7:\"#ffffff\";s:15:\"backgroundColor\";s:19:\"rgba(0, 0, 0, 0.99)\";s:12:\"shareButtons\";s:78:\"facebook, twitter, linkedin , tumblr, pinterest, reddit, buffer, digg, blogger\";s:9:\"shareText\";s:8:\"Share on\";s:9:\"sharedURL\";s:8:\"deeplink\";s:24:\"shareMainBackgroundColor\";s:18:\"rgba(0, 0, 0, 0.4)\";s:20:\"shareBackgroundColor\";s:7:\"#ffffff\";s:14:\"showThumbnails\";s:4:\"true\";s:18:\"showThumbnailsIcon\";s:4:\"true\";s:16:\"thumbnailsHeight\";s:2:\"80\";s:20:\"thumbnailsBorderSize\";s:1:\"2\";s:29:\"spaceBetweenThumbnailsAndItem\";s:2:\"10\";s:22:\"spaceBetweenThumbnails\";s:1:\"5\";s:22:\"thumbnailsOverlayColor\";s:18:\"rgba(0, 0, 0, 0.4)\";s:21:\"thumbnailsBorderColor\";s:7:\"#ffffff\";s:7:\"caption\";s:4:\"true\";s:15:\"captionPosition\";s:9:\"bottomout\";s:25:\"showCaptionOnSmallScreens\";s:5:\"false\";s:14:\"animateCaption\";s:5:\"false\";s:20:\"captionAnimationType\";s:6:\"motion\";s:8:\"useVideo\";s:4:\"true\";s:26:\"fillEntireScreenWithPoster\";s:4:\"true\";s:6:\"volume\";s:1:\"1\";s:13:\"videoAutoPlay\";s:5:\"false\";s:17:\"nextVideoAutoPlay\";s:5:\"false\";s:17:\"videoAutoPlayText\";s:15:\"Click to unmute\";s:8:\"showLogo\";s:5:\"false\";s:8:\"logoPath\";s:0:\"\";s:8:\"logoLink\";s:0:\"\";s:32:\"showControllerWhenVideoIsStopped\";s:5:\"false\";s:29:\"showDefaultControllerForVimeo\";s:4:\"true\";s:34:\"showScrubberWhenControllerIsHidden\";s:4:\"true\";s:16:\"showRewindButton\";s:4:\"true\";s:16:\"showVolumeButton\";s:4:\"true\";s:8:\"showTime\";s:4:\"true\";s:20:\"showChromecastButton\";s:4:\"true\";s:22:\"showPlaybackRateButton\";s:4:\"true\";s:17:\"showQualityButton\";s:4:\"true\";s:20:\"showFullScreenButton\";s:4:\"true\";s:24:\"showScrubberToolTipLabel\";s:4:\"true\";s:22:\"thumbnailsPreviewWidth\";s:3:\"196\";s:15:\"skipToVideoText\";s:25:\"You can skip to video in:\";s:21:\"skipToVideoButtonText\";s:7:\"Skip Ad\";s:9:\"timeColor\";s:7:\"#b9b9b9\";s:31:\"youtubeQualityButtonNormalColor\";s:7:\"#b9b9b9\";s:33:\"youtubeQualityButtonSelectedColor\";s:7:\"#ffffff\";s:36:\"scrubbersToolTipLabelBackgroundColor\";s:7:\"#ffffff\";s:30:\"scrubbersToolTipLabelFontColor\";s:7:\"#5a5a5a\";s:25:\"audioVisualizerLinesColor\";s:7:\"#570ab8\";s:26:\"audioVisualizerCircleColor\";s:7:\"#b9b9b9\";s:32:\"thumbnailsPreviewBackgroundColor\";s:7:\"#414141\";s:37:\"thumbnailsPreviewLabelBackgroundColor\";s:7:\"#414141\";s:31:\"thumbnailsPreviewLabelFontColor\";s:7:\"#cccccc\";}i:1;a:89:{s:13:\"mediaSelector\";s:7:\".fwdrel\";s:21:\"rightClickContextMenu\";s:9:\"developer\";s:14:\"useDeepLinking\";b:1;s:14:\"useVectorIcons\";b:0;s:16:\"buttonsAlignment\";s:2:\"in\";s:16:\"mediaLazyLoading\";b:1;s:7:\"useDrag\";b:1;s:10:\"useAsModal\";b:0;s:19:\"showSlideShowButton\";b:1;s:22:\"showSlideShowAnimation\";b:1;s:17:\"slideShowAutoPlay\";b:0;s:17:\"slideShowAutoStop\";b:1;s:14:\"slideShowDelay\";i:6;s:16:\"slideShowBkColor\";s:7:\"#2e2e2e\";s:18:\"slideShowFillColor\";s:7:\"#FFFFFF\";s:11:\"useKeyboard\";b:1;s:14:\"useDoubleClick\";b:1;s:15:\"showCloseButton\";b:1;s:20:\"showFullscreenButton\";b:1;s:14:\"showZoomButton\";b:1;s:11:\"showCounter\";b:1;s:19:\"showNextAndPrevBtns\";b:1;s:17:\"hideButtonsOnDrag\";b:1;s:7:\"maxZoom\";i:1;s:16:\"buttonsHideDelay\";i:5;s:16:\"defaultItemWidth\";i:1527;s:17:\"defaultItemHeight\";i:859;s:16:\"itemOffsetHeight\";i:37;s:26:\"itemOffsetHeightButtonsTop\";i:47;s:16:\"spaceBetweenBtns\";i:8;s:15:\"buttonsOffsetIn\";i:10;s:16:\"buttonsOffsetOut\";i:10;s:14:\"itemBorderSize\";i:0;s:19:\"itemBackgroundColor\";s:7:\"#212121\";s:15:\"itemBorderColor\";s:7:\"#FFFFFF\";s:16:\"preloaderBkColor\";s:6:\"2e2e2e\";s:18:\"preloaderFillColor\";s:7:\"#FFFFFF\";s:15:\"backgroundColor\";s:15:\"rgba(0,0,0,.99)\";s:12:\"shareButtons\";s:78:\"facebook, twitter, linkedin , tumblr, pinterest, reddit, buffer, digg, blogger\";s:9:\"shareText\";s:8:\"Share on\";s:9:\"sharedURL\";s:8:\"deeplink\";s:24:\"shareMainBackgroundColor\";s:14:\"rgba(0,0,0,.4)\";s:20:\"shareBackgroundColor\";s:7:\"#FFFFFF\";s:14:\"showThumbnails\";b:1;s:18:\"showThumbnailsIcon\";b:1;s:16:\"thumbnailsHeight\";i:80;s:22:\"thumbnailsOverlayColor\";s:14:\"rgba(0,0,0,.4)\";s:20:\"thumbnailsBorderSize\";i:2;s:21:\"thumbnailsBorderColor\";s:7:\"#FFFFFF\";s:29:\"spaceBetweenThumbnailsAndItem\";i:10;s:22:\"spaceBetweenThumbnails\";i:5;s:7:\"caption\";b:1;s:15:\"captionPosition\";s:9:\"bottomout\";s:25:\"showCaptionOnSmallScreens\";b:0;s:14:\"animateCaption\";b:0;s:20:\"captionAnimationType\";s:6:\"motion\";s:8:\"useVideo\";b:1;s:26:\"fillEntireScreenWithPoster\";b:1;s:6:\"volume\";i:1;s:13:\"videoAutoPlay\";b:0;s:17:\"nextVideoAutoPlay\";b:0;s:17:\"videoAutoPlayText\";s:15:\"Click to unmute\";s:8:\"showLogo\";b:0;s:8:\"logoPath\";s:0:\"\";s:8:\"logoLink\";s:0:\"\";s:32:\"showControllerWhenVideoIsStopped\";b:0;s:29:\"showDefaultControllerForVimeo\";b:1;s:34:\"showScrubberWhenControllerIsHidden\";b:1;s:16:\"showRewindButton\";b:1;s:16:\"showVolumeButton\";b:1;s:8:\"showTime\";b:1;s:9:\"timeColor\";s:7:\"#B9B9B9\";s:20:\"showChromecastButton\";b:1;s:22:\"showPlaybackRateButton\";b:1;s:17:\"showQualityButton\";b:1;s:20:\"showFullScreenButton\";b:1;s:24:\"showScrubberToolTipLabel\";b:1;s:31:\"youtubeQualityButtonNormalColor\";s:7:\"#B9B9B9\";s:33:\"youtubeQualityButtonSelectedColor\";s:7:\"#FFFFFF\";s:36:\"scrubbersToolTipLabelBackgroundColor\";s:7:\"#FFFFFF\";s:30:\"scrubbersToolTipLabelFontColor\";s:7:\"#5a5a5a\";s:25:\"audioVisualizerLinesColor\";s:7:\"#570AB8\";s:26:\"audioVisualizerCircleColor\";s:7:\"#b9b9b9\";s:22:\"thumbnailsPreviewWidth\";i:196;s:32:\"thumbnailsPreviewBackgroundColor\";s:7:\"#414141\";s:37:\"thumbnailsPreviewLabelBackgroundColor\";s:7:\"#414141\";s:31:\"thumbnailsPreviewLabelFontColor\";s:7:\"#CCCCCC\";s:15:\"skipToVideoText\";s:26:\"You can skip to video in: \";s:21:\"skipToVideoButtonText\";s:7:\"Skip Ad\";}}s:17:\"main_playlists_ar\";a:1:{i:0;a:3:{s:2:\"id\";i:0;s:4:\"name\";s:1:\"1\";s:5:\"items\";a:1:{i:0;a:8:{s:4:\"name\";s:1:\"1\";s:6:\"source\";s:34:\"https://booking-wizard.otelms.com/\";s:5:\"thumb\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:17:\"thumbnailsPreview\";s:0:\"\";s:4:\"vast\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:11:\"dsecription\";s:0:\"\";}}}}}','yes'),(9334,'_transient_timeout_msp_get_token_validation_status','1653655482','no'),(9335,'_transient_msp_get_token_validation_status','5','no'),(9346,'_transient_timeout_feed_mod_126d1ca39d75da07beec8b892738427b','1653612285','no'),(9347,'_transient_feed_mod_126d1ca39d75da07beec8b892738427b','1653569085','no'),(9348,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1653612286','no'),(9349,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Do The Woo Community: Woo DevChat, What is a WordPress Developer with Zach, Till and Carl\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=71694\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://dothewoo.io/what-is-a-wordpress-developer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:409:\"<p>Zach Stepek, Till Kruss and Carl Alexander have a conversation on how and if you can define a WordPress developer. </p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/what-is-a-wordpress-developer/\">Woo DevChat, What is a WordPress Developer with Zach, Till and Carl</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2022 09:33:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Post Status: This Week at WordPress.org (May 23, 2022)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=98186\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://poststatus.com/this-week-at-wordpress-org-may-23-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14991:\"<p class=\"has-theme-palette-7-background-color has-background\">Each week we are highlighting the news from WordPress.org that you don\'t want to miss. If you or your company create products or services that use WordPress, we\'ve got the news you need to know. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 id=\"h-news\">News</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-3-rc3-now-available-for-testing/\"></a><a href=\"https://wordpress.org/news/2022/05/arturo/\">WordPress 6.0 “Arturo”</a></li><li><a href=\"https://wordpressfoundation.org/news/2022/the-kim-parsell-memorial-scholarship-returns-for-wordcamp-us-2022/\">The Kim Parsell Memorial Scholarship Returns for WordCamp US 2022</a></li><li><a href=\"https://make.wordpress.org/project/2022/05/20/defining-five-for-the-future-pledges-contributions/\">Defining Five for the Future Pledges & Contributions</a></li><li><a href=\"https://make.wordpress.org/project/2022/05/23/request-for-feedback-recording-five-for-the-future-contributions/\">Request for feedback: Recording Five for the Future contributions</a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_a98156-c2\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h2 id=\"h-accessibility\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul><li>Request for feedback on the <a href=\"https://make.wordpress.org/project/2022/04/01/discussion-contrib-handbook-part-1/\">WordPress Accessibility Statement</a>.</li></ul>\n\n\n\n<h2 id=\"h-central\"><a href=\"https://central.wordcamp.org\">Central</a></h2>\n\n\n\n<ul><li><a href=\"https://central.wordcamp.org/news/2022/05/wordcamp-europe-2022-is-just-around-the-corner/\">WordCamp Europe 2022 is just around the corner</a></li><li><a href=\"https://central.wordcamp.org/news/2022/05/join-the-european-wordpress-community-in-porto-portugal/\">Join the European WordPress Community in Porto, Portugal!</a></li></ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<p></p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/05/20/core-editor-improvement-creating-containing-containers/\">Core Editor Improvement: Creating & containing containers</a></li><li><a href=\"https://forms.gle/Fv1q9arLoCbHdPcaA\">Survey to hosting providers</a> from <a href=\"https://make.wordpress.org/core/2022/05/24/performance-team-meeting-summary-24-may-2022/\">Performance team</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/24/performance-team-meeting-summary-24-may-2022/\">Performance team</a> is seeking points of contact to contribute to Site Health iniatives</li><li><a href=\"https://docs.google.com/document/d/1NzURb3u-KZTgYYHK9Gx_KPvSCX4N8Ci3oZfLsfVF7Tk/edit\">Measurement overview doc</a></li><li><a href=\"https://docs.google.com/document/d/1elY0vgrLU2373mX3jSUj_vFZeGDyhED1WMPYwzSYiVA/edit\">Capturing front-end performance metrics in WordPress doc</a> from <a href=\"https://make.wordpress.org/core/2022/05/24/performance-team-meeting-summary-24-may-2022/\">Performance team</a></li></ul>\n\n\n\n<h2 id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/community/2022/04/22/wpdiversity-is-expanding-to-apac/\"></a><a href=\"https://make.wordpress.org/community/2022/05/11/join-the-community-team-for-a-wpdiversity-writing-sprint-may-23-to-may-30/\"></a><a href=\"https://make.wordpress.org/community/2022/05/23/regional-in-person-wordcamps-going-forward/\">Regional In-person WordCamps Going Forward</a></li><li><a href=\"https://make.wordpress.org/community/2022/05/11/join-the-community-team-for-a-wpdiversity-writing-sprint-may-23-to-may-30/\"></a><a href=\"https://make.wordpress.org/community/2022/05/20/seeking-feedback-on-annual-meetup-survey-for-2021-2022/\">Seeking Feedback on Annual Meetup Survey for 2021-2022</a></li><li><a href=\"https://make.wordpress.org/community/2022/05/11/join-the-community-team-for-a-wpdiversity-writing-sprint-may-23-to-may-30/\"></a><a href=\"https://make.wordpress.org/community/2022/05/20/meetup-organizer-newsletter-may-2022/\">Meetup Organizer Newsletter: May 2022</a></li><li><a href=\"https://make.wordpress.org/community/2022/05/11/join-the-community-team-for-a-wpdiversity-writing-sprint-may-23-to-may-30/\"></a><a href=\"https://make.wordpress.org/community/2022/05/20/wordcamp-europe-2022-contributor-day-plans-for-the-community-team-table/\">WordCamp Europe 2022 Contributor Day: Plans for the Community Team Table</a></li></ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/05/23/documentation-team-update-may-23-2022/\">Documentation Team Update – May 23, 2022</a></li></ul>\n\n\n\n<h3 id=\"h-support-docs\"><a href=\"https://wordpress.org/support/articles\">Support Docs:</a></h3>\n\n\n\n<ul><li><a href=\"https://wordpress.org/support/article/site-title-block/\">Site Title Block</a></li><li><a href=\"https://wordpress.org/support/article/additional-guide-to-using-the-site-editor/\">Additional guide to using the Site Editor</a></li></ul>\n\n\n\n<h3 id=\"h-developer-docs\">Developer Docs: </h3>\n\n\n\n<ul><li><a href=\"https://developer.wordpress.org/reference/classes/wp_widget_media/reset_default_labels/\">WP_Widget_Media::reset_default_labels()</a></li><li><a href=\"https://developer.wordpress.org/reference/classes/wp_widget_media/get_l10n_defaults/\">WP_Widget_Media::get_l10n_defaults()</a></li><li><a href=\"https://developer.wordpress.org/reference/classes/wp_widget_media/get_default_description/\">WP_Widget_Media::get_default_description()</a></li><li><a href=\"https://developer.wordpress.org/reference/hooks/term_exists_default_query_args/\">term_exists_default_query_args</a></li><li><a href=\"https://developer.wordpress.org/reference/hooks/registered_taxonomy_taxonomy/\">registered_taxonomy_{$taxonomy}</a></li><li><a href=\"https://developer.wordpress.org/reference/hooks/the_author_link/\">the_author_link</a></li><li><a href=\"https://developer.wordpress.org/reference/classes/wp_taxonomy/get_default_labels/\">WP_Taxonomy::get_default_labels()</a></li><li><a href=\"https://developer.wordpress.org/reference/classes/wp_taxonomy/reset_default_labels/\">WP_Taxonomy::reset_default_labels()</a></li><li><a href=\"https://developer.wordpress.org/reference/classes/wp_post_type/get_default_labels/\">WP_Post_Type::get_default_labels()</a></li><li><a href=\"https://developer.wordpress.org/reference/hooks/register_taxonomy_taxonomy_args/\">register_{$taxonomy}_taxonomy_args</a></li></ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/design/2022/05/23/design-share-may-9-20/\">Design Share: May 9–20</a></li></ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/meta/2022/04/28/proposal-make-wordpress-team-or-project-updates/\">Proposal: Make WordPress Team or Project Updates</a></li></ul>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h2 id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/05/18/mobile-team-update-may-18th-3/\">Mobile Team Update – May 18th</a></li><li><a href=\"https://make.wordpress.org/mobile/2022/05/17/call-for-testing-wordpress-for-android-19-9/\">Call for Testing: WordPress for Android 19.9</a></li><li><a href=\"https://make.wordpress.org/mobile/2022/05/16/call-for-testing-wordpress-for-ios-19-9/\">Call for Testing: WordPress for iOS 19.9</a></li></ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/05/24/plugin-review-team-update-23-may-2022/\">Plugin Review Team Update: 23 May 2022</a></li></ul>\n\n\n\n<h2 id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/polyglots/2022/05/02/wordpress-6-0-ready-to-be-translated/\">WordPress 6.0 ready to be translated</a></li></ul>\n\n\n\n<h2 id=\"h-project\"><a href=\"https://make.wordpress.org/project\">Project</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/project/2022/05/23/request-for-feedback-recording-five-for-the-future-contributions/\">Request for feedback: Recording Five for the Future contributions</a></li><li><a href=\"https://make.wordpress.org/project/2022/05/20/discussion-contrib-handbook-part-3/\">Discussion: Contrib Handbook, Part 3</a></li><li><a href=\"https://make.wordpress.org/project/2022/05/20/defining-five-for-the-future-pledges-contributions/\">Defining Five for the Future Pledges & Contributions</a></li><li><a href=\"https://make.wordpress.org/project/2022/04/29/discussion-contrib-handbook-part-2/\">Discussion: Contrib Handbook, Part 2</a></li><li><a href=\"https://make.wordpress.org/project/2022/04/01/discussion-contrib-handbook-part-1/\">Discussion: Contrib Handbook, Part 1</a></li></ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2022/04/28/fse-program-testing-call-14-rallying-recipe-reviewers/\"><a href=\"https://make.wordpress.org/test/2022/05/25/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-25-may/\">Hallway Hangout: Discussion on Full Site Editing Issues/PRs/Designs (25 May)</a></a></li><li><a href=\"https://make.wordpress.org/test/2022/04/28/fse-program-testing-call-14-rallying-recipe-reviewers/\"><a href=\"https://make.wordpress.org/test/2022/05/24/test-test-rep-call-for-nominations-for-remaining-current-term/\">Test Team Rep: Call for Nominations for Remaining Current Term</a></a></li></ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/05/24/themes-team-update-may-24-2022/\">Themes team update May 24, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/support/2022/04/off-forum-support-requests/\">Off forum support requests</a></li></ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/training/2022/04/19/migrating-contributor-training-to-learn-wordpress/\"></a><a href=\"https://make.wordpress.org/training/2022/05/03/may-2022-sprint/\">May 2022 Sprint</a></li><li><a href=\"https://make.wordpress.org/training/2022/05/05/the-training-team-faculty-program-is-now-live/\">The Training Team Faculty Program is now live</a></li></ul>\n\n\n\n<h4>Lesson Plan</h4>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/lesson-plan/intro-to-site-editor-and-templates/\">Intro to the Site Editor and Templates</a></li></ul>\n\n\n\n<h4>Workshop</h4>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/workshop/getting-to-know-the-wordpress-dashboard/\">Getting to know the WordPress Dashboard</a></li><li><a href=\"https://learn.wordpress.org/workshop/understanding-the-page-editor-vs-site-editor/\">Understanding the Page Editor vs. Site Editor</a></li></ul>\n\n\n\n<h4 id=\"h-social-learning-spaces\">Social Learning Spaces:</h4>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\"></a><a href=\"https://learn.wordpress.org/?meeting=i-want-a-website-not-a-blog\">I want a Website, not a Blog!</a></li><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\"></a><a href=\"https://learn.wordpress.org/?meeting=bloggers-own-your-content-and-share-it-everywhere\">Bloggers: Own your Content and Share it Everywhere</a></li><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\"></a><a href=\"https://learn.wordpress.org/?meeting=hello-blocks-creating-a-custom-block\">Hello Blocks! Creating a Custom Block</a></li><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\"></a><a href=\"https://learn.wordpress.org/?meeting=design-with-me-create-a-simple-website-for-your-small-business\">Design With Me: Create a Simple Website for your Small Business</a></li></ul>\n</div>\n</div>\n\n\n\n<h2 id=\"5ftf\"><a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a></h2>\n\n\n\n<p>What\'s happening specific to Five for the Future? Provide your feedback on these posts:</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/194\">Default workflow for team membership lifecycle? </a></li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/192\">Add activity when Meetup organizers host events</a></li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/189\">Update Usermeta with latest 5ftf contribution.</a></li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/business-membership/\">your whole team</a> can <a href=\"https://poststatus.com/post-status-membership-club/\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2022 01:00:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WordPress.com Announces New Starter Plan For $5/Month\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134782\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/wordpress-com-announces-new-starter-plan-for-5-month\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4495:\"<p>WordPress.com <a href=\"https://wordpress.com/blog/2022/05/25/introducing-wordpress-starter-make-your-mark/\">announced</a> a new “Starter” plan today for customers that bridges the <a href=\"https://wordpress.com/pricing/\">pricing</a> gap between the free plan and its $15/month Pro plan. The Starter plan is $5/month and includes a custom domain name, along with 6GB storage, and the ability to use payment collection blocks (Donations Form, Premium Content, and Payment Button).</p>\n\n\n\n<img />WordPress.com Pricing – 5/25/2022\n\n\n\n<p>When WordPress.com <a href=\"https://wptavern.com/wordpress-com-makes-major-unannounced-pricing-changes-slashes-free-storage-limits\">rolled out major, unannounced pricing changes</a> on April 1, slashing free storage limits, users took to the forums to express their profound disappointment in the controversial update and the company’s lack of communication around it. After receving overwhelmingly negative feedback, WordPress.com <a href=\"https://wptavern.com/wordpress-com-increases-traffic-and-storage-limits-on-new-plans-after-overwhelmingly-negative-feedback-on-initial-rollout\">increased traffic and storage limits</a> on the free plan before officially announcing it. </p>\n\n\n\n<p>Seven weeks after WordPress.com began testing the waters with pricing changes, the company has responded to feedback about the wide gap between the free and Pro plans. Many customers were diappointed to learn that they would have to pay $15/month to have access to custom domain names, even though they do not need the commercial themes and plugins included in the Pro plan. Some users expressed that they felt “trapped in the net” with the pricing updates and planned to shift their sites to new platforms. </p>\n\n\n\n<p>The new Starter plan solves some of these customer issues but it is still partially subsidized by advertising. Customers on this plan and the free plan will have ads displayed on their sites. This is different than the legacy Personal plan, which was $4/month for no ads, a custom domain, and the ability to collect payments. The fact that the new Starter plan costs more but doesn’t remove ads is a point of contention customers mentioned in the comments on the <a href=\"https://wordpress.com/blog/2022/05/25/introducing-wordpress-starter-make-your-mark/\">announcement</a>. It does, however, include Google Analytics integration, which was previously limited to customers on the legacy Premium plan and higher.</p>\n\n\n\n<p>“The Starter plan is not meant to be a replacement for the old legacy Personal plan,” WordPress.com CEO Dave Martin told the Tavern. “Our goal with every additional pricing iteration that we launch will be to learn something new. The Pro plan and the Starter plan are two of many future iterations that we plan to experiment with.”</p>\n\n\n\n<p>Martin also reiterated that customers on the legacy Free, Personal, Premium, Business, or eCommerce plans are able to continue on them.</p>\n\n\n\n<p>“[If] you are happy with your current plan, we have no plans to force you to change,” Martin said. “You can stay on your current plan.</p>\n\n\n\n<p>“Finding the right balance between the value that we deliver to our customers and the price that we charge in exchange for that value is something that generally has to be iterated towards. We plan to do just that.”</p>\n\n\n\n<p>Moving forward, Martin said WordPress.com is aiming to do a better job at communicating important updates to customers.</p>\n\n\n\n<p>“I made a mistake with how we communicated the pricing changes with WordPress Pro,” Martin said. “We listened to feedback from our customers, I took responsibility for it, and then we worked to correct that with this next phase of our pricing change. We’re constantly working to be better at communicating updates.”</p>\n\n\n\n<p>It’s interesting to see how WordPress.com is evolving its pricing in response the market and WordPress’ changing capabilities. Whereas the legacy plans leaned heavily on selling access to commercial themes, full-site editing has changed the game, giving users more customization power than before.</p>\n\n\n\n<p>The company is still planning to introduce a range of add-ons for the Starter plan to give customers more flexibility. It’s possible there will be add-ons for removing ads and adding more storage, but the company still hasn’t announced what they will offer.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 May 2022 21:54:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: #28 – Mark Root-Wiley on Creating Standards for CSS in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=134775\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/podcast/28-mark-root-wiley-on-creating-standards-for-css-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:61298:\"<p>On the podcast today we have Mark Root-Wiley.</p>\n\n\n\n<p>Mark builds<a href=\"https://mrwweb.com\"> WordPress websites for nonprofits</a> in Seattle, Washington, USA with a focus on accessibility and usability. He’s a long-time<a href=\"https://wpseattle.org\"> WordPress community member in Seattle</a> and has previously helped organise WordPress Seattle meetups and WordCamp Seattle speakers.</p>\n\n\n\n<p>He maintains<a href=\"https://nonprofitwp.org\"> Nonprofit WP</a>, a free guide for people building WordPress websites for their nonprofits, and has a few<a href=\"https://profiles.wordpress.org/mrwweb/#content-plugins\"> free plugins available on WordPress.org</a>.</p>\n\n\n\n<p>He’s on the podcast today to talk about why he thinks that it would be useful for WordPress to adopt some CSS standards.</p>\n\n\n\n<p>Over the years, as WordPress has evolved, the way that you implemented CSS was very much left to the individual user, themer or developer. You could do what you like, and that worked very well, after all, we all have preferred ways of doing things.</p>\n\n\n\n<p>Now however, the reach of WordPress has outgrown those early roots and some 40+ percent of websites are using it. Projects that were built by one agency are often taken over by another. Users are often swapping themes to reflect their brand. Extra work is created for those inheriting sites as they try to unpick the way that the CSS is built and implemented.</p>\n\n\n\n<p>Mark thinks that it’s time for WordPress to lay out some simple standards which are easy to understand, and if they became universal, would save us a lot of time and head scratching.</p>\n\n\n\n<p>He’s not proposing anything radical, just some basic advice for the most commonly used CSS, and it’s quite a compelling idea which would need a lot of community buy-in, and possibly some top-down approval if it were to move forwards.</p>\n\n\n\n<p>It’s very much the kernel of an idea at present, but thought provoking nonetheless.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://mrwweb.com/standardized-design-tokens-css-wordpress-future/\">Standardized Design Tokens and CSS for a consistent, customizable, and interoperable WordPress future</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/issues/38998\">Standardized block markup, theme.json design tokens, and CSS classes to improve interoperability</a></p>\n\n\n\n<p><a href=\"https://codepen.io/mrwweb/pen/bGYQKae\">Variable Design Token Scales with Static CSS Classes (Proof of Concept)</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/04/13/core-styles-and-theme-customization-the-next-steps/\">Core Styles and Theme Customization: the next steps</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/issues/38719#issuecomment-1087145463\">Explore options to add back semantic classnames to block wrappers</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/issues/38167\">Add a Style Engine to manage rendering block styles</a></p>\n\n\n\nTranscript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox has a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, creating standards for WordPress’s CSS.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy and paste that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast well, I’m very keen to hear from you, and hopefully get you all your idea featured on the show. Head over to WPTavern.com forward slash contact forward slash jukebox, and use the contact form there.</p>\n\n\n\n<p>Before we start, I thought that I’d let you know that there won’t be an episode of the podcast next week. This is because I’m hoping to be going to WordCamp Europe. I’ll be there with my microphone, recording episodes for the coming weeks. If you’re going to be there too, it would be lovely to meet up.</p>\n\n\n\n<p>So on the podcast today we have Mark Root-Wiley. Mark builds WordPress websites for nonprofits in Seattle, Washington with a focus on accessibility and usability. He’s a long time WordPress community member in Seattle and has previously helped organize WordPress Seattle meetups and WordCamp Seattle speakers.</p>\n\n\n\n<p>He maintains NonprofitWP. A free guide for people building WordPress websites for their nonprofits. And has a few free plugins available on wordpress.org.</p>\n\n\n\n<p>He’s on the podcast today to talk about why he thinks that it would be useful for WordPress to adopt some CSS standards. Over the years as WordPress’s evolved, the way that you implemented CSS was very much left to the individual user, themer or developer. You can do what you like, and that worked very well. After all, we all have preferred ways of doing things.</p>\n\n\n\n<p>Now, however, the reach of WordPress has outgrown those early roots and some 40 plus percent of websites are using it. Projects that were built by one agency are often taken over by another. Users are often swapping themes to reflect their brand. Extra work is created for those inheriting sites. As they try to unpick the way that the CSS is built and implemented.</p>\n\n\n\n<p>Mark thinks that it’s time for WordPress to lay out some simple standards, which are easy to understand, and if they became universal would save us a lot of time and head scratching.</p>\n\n\n\n<p>He’s not proposing anything radical. Just some basic advice for the most commonly used CSS. And it’s quite a compelling idea, which would need a lot of community buy-in, and possibly some top-down approval if it were to move forwards. It’s very much the kernel of an idea at present, but thought provoking, nonetheless.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all the links in the show notes by heading over to WPTavern.com forward slash podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Mark Root-Wiley.</p>\n\n\n\n<p>I am joined on the podcast today by Mark Root-Wiley. Hello Mark.</p>\n\n\n\n<p>[00:04:02] <strong>Mark Root-Wiley:</strong> Hello. Thanks for having me.</p>\n\n\n\n<p>[00:04:04] <strong>Nathan Wrigley:</strong> You are really, really welcome. I always like to begin the podcast with a bit of orientation. I think it’s very important that the audience gets to know a little bit about our guests. Who they are, what their journey with WordPress is and so on.</p>\n\n\n\n<p>So although the question is a little bit generic, I’m going to ask it anyway. Please, just give us a little bit of a history about yourself specifically in relation to your WordPress journey.</p>\n\n\n\n<p>[00:04:28] <strong>Mark Root-Wiley:</strong> Awesome. Yes, let’s see. It’s been a pretty long one at this point. I am a child of the web almost. So, even back in the middle grades, I was learning to make websites. And so, it’s always been my hobby and my passion. And so when I, when I went off to college and got a degree in sociology, of course, that was much less employable than web work.</p>\n\n\n\n<p>So, I looked around at all the systems and I had some jobs and internships where I was working with Joomla and Drupal. And so of course I ended up landing on WordPress. So since 2010, I’ve been here in Seattle, Washington where I build WordPress websites specifically for nonprofits most of the time, and so, my journey has really been that about serving clients, building custom themes doing some custom plugin work, but really like, deep in the world of WordPress for well over a decade now. And, I got to say, I love it and I’m not considering going anywhere anytime soon.</p>\n\n\n\n<p>[00:05:19] <strong>Nathan Wrigley:</strong> Oh, that’s excellent news. Now the topic under discussion today is going to be CSS and in particular, we’re going to reference right at the beginning, an article, which was published by Justin Tadlock on February 22nd on the WP Tavern website. And it was called the case for a shared CSS toolkit in WordPress.</p>\n\n\n\n<p>And we’re going to get into the nuts and the bolts of that in a moment because Mark, I think it’s fair to say, would like to see some kind of overhaul in the way that WordPress handles CSS. And as I say, we’ll get into what that means in a moment. But Mark, I know that you may not be able to lay out the history of CSS in WordPress perfectly for us, but clearly you believe there’s a problem.</p>\n\n\n\n<p>I’m just wondering if you could give us any insight that you’ve got into the way that the legacy of CSS in WordPress has meant that we’ve got a problem where we are right now. What has been going on and where are we at now?</p>\n\n\n\n<p>[00:06:15] <strong>Mark Root-Wiley:</strong> It’s such an interesting question, and I think if I had to boil it down to just one sentence answer, you know, it’d probably be there used to not be very much CSS in WordPress and now there’s a whole lot more. To really expand upon that, I think what has happened is, you know, it used to be that WordPress really only had a little bit of front-end markup that it would put out. There were things, HTML for menus, HTML for the search form, HTML for widgets and themers just sort of applied their own CSS to that.</p>\n\n\n\n<p>Maybe in some limited cases, WordPress had a little bit of CSS that they were adding to the front, but really very little. And with the block editor, we saw the project looking to really empower users to be able to control much more design of the sites they build, through the WordPress editor interface.</p>\n\n\n\n<p>And if you want to give people more control over the design, you’re going to be, at the end of the day, you have to do that with CSS. CSS is the language we use to make design on the web. And so it has just become much, much more complicated. And I think all software, you know, to some extent, right, it’s always evolving, but I think in our world of open source, that development process can be much messier and much more organic. And I think that that can be a benefit sometimes. But I think that maybe this is one of those instances where, right now there’s a lot of different ways for accomplishing, you know, similar types of CSS on the front end. Certain blocks handle their CSS in different ways.</p>\n\n\n\n<p>And I think we’re just seeing that, you know, it’s been what, three or four years now of the block editor and there still isn’t really a strong opinion of sort of, this is the way that the block editor handles CSS and that has made it really hard for, people in my chair. I’m trying to make themes that are going to work every time I hit the update button on WordPress.</p>\n\n\n\n<p>There’s just more complex CSS. There’s more of it. It’s done in varied ways. With more code comes more complexity and, it’s time to try to bring some order to that complexity.</p>\n\n\n\n<p>[00:08:20] <strong>Nathan Wrigley:</strong> So it’s a case of the project being older than it was 15 years ago. There’s more that’s been added on top. It’s like a layer cake. We’ve had update after update, after update and things have been added in and fiddled with. We’ve had complete turnarounds in the way the interface has been put together and so on Gutenberg and all of those kinds of things.</p>\n\n\n\n<p>And, essentially we’ve now got something which you, I think it’s fair to say, you would like to have a bit of a reset. You’d like us to rethink the way that the CSS is handled. And you’ve got some ideas around that.</p>\n\n\n\n<p>Could you give me, before we get into the weeds of it, could you give me examples of pain points that you believe need solving? And you can be as specific as you like, you could describe a particular website that you built and a particular moment where you realized, ah, there’s things that I wish were different. So pain points that illustrate well what the problem is.</p>\n\n\n\n<p>[00:09:12] <strong>Mark Root-Wiley:</strong> Yeah, that is such a, such a good question. I think that in some ways, the WordPress 5.9 release gave us a brief set of examples that I think made things hard for a lot of us themers. What probably looked like fairly small changes to for instance, the HTML and CSS of the cover block.</p>\n\n\n\n<p>There was I think one class that was removed from buttons that told you about the orientation of the buttons, how they were vertically aligned. But when that was removed, suddenly all these themes that had written CSS styles where they needed to know the alignment of buttons on their site, they just stopped working because that class had been removed.</p>\n\n\n\n<p>So rather than even really an overhaul, I think it’s a lot more about refining the practices and making a public commitment to, in the future, we are going to include classes in all of these circumstances, so that you can rely on them.</p>\n\n\n\n<p>We are going to output all of our CSS rules with a certain specificity. It’s time for the CSS to sort of be better, organized, more consistent, and just communicated better. Which is not really an issue of code, it’s more matter of having standards for the project. If anything that’s really what I am hoping to see.</p>\n\n\n\n<p>[00:10:24] <strong>Nathan Wrigley:</strong> You’re not the first person to suggest that this would be a good idea. It feels in the article, at least anyway, you, you make the point that you are standing on the shoulders of giants, really. And do you just want to give a shout out to some of the people who in the past have elucidated what it is that you’re trying to do? There’s several of them, but I think it might be nice to give them some credit along the way.</p>\n\n\n\n<p>[00:10:46] <strong>Mark Root-Wiley:</strong> Absolutely. Yes. I completely agree. I hoped that when I wrote my big blog post, this proposal that I know we’re going to talk about. What I see as one of the strengths is that there’s very little original thought in it. It’s really trying to bring together all these other great ideas from other people.</p>\n\n\n\n<p>I think it goes back to, and I think you can still find it, the theme user experience standards, or TUX that came from Automattic’s theme team. And I think they have an example we should talk about in a little while. So, I owe a lot to them. Rich Tabor, I think about two years ago had some really awesome posts about what it would mean if we could standardize how we named font sizes, how we named colors and how we handle spacing and WordPress.</p>\n\n\n\n<p>I think that’s a critical thing that we really do want to make happen. That’s something that I would love to see. And then, I think if you’re just tooling around on GitHub and following, you know, people who are filing issues and the Gutenberg repository, or writing about it. I certainly think Matias, one of the lead developers of the Gutenberg project has written really, really smart stuff about CSS.</p>\n\n\n\n<p>And there were also I think, a couple of like small folks I want to give shout outs to. Louis herons on Github, talked about having a theme block contract. Things that themers can count on for blocks, making that contract. I love that phrase. I think that is super important. And I think also, uh, Andrew on ocean has written about needing different layers of CSS. And I really liked that idea too.</p>\n\n\n\n<p>[00:12:11] <strong>Nathan Wrigley:</strong> Well, thank you. Hopefully, they’ll be listening in and they’ll acknowledge your acknowledgement, which is nice. So the idea really is you want there to be some sort of overarching structure. You want there to be some sort of consistency in the way that things are handled, and that WordPress Core would make moves towards that.</p>\n\n\n\n<p>Now this is probably something that you’re going to have an opinion on, but there are out there already, all sorts of different ways of handling CSS. Frameworks, and what have you, you know. Just off the top of my head written a couple of down here, you know, you’ve got CSS Grid and Bootstrap and so on, but I’m pretty sure that that’s possibly not the approach you want us to go down. You don’t want to bolt those into WordPress Core?</p>\n\n\n\n<p>[00:12:52] <strong>Mark Root-Wiley:</strong> Definitely not. Yeah. I think that WordPress has never taken a really strong position on like, this is how your theme code has to be written, and if you’re going to pull in an entire CSS framework like Bootstrap or Tailwind, that’s way more opinionated. That would be very limiting to anyone who didn’t want to do things that way.</p>\n\n\n\n<p>So, I think, when I sat down and really thought about like, what is it that I as a themer want. What it was is really baseline standardization more about just making sure that all block HTML and block CSS are done in a similar way. So that they’re, they’re sharing styles, they’re sharing CSS classes.</p>\n\n\n\n<p>I think that there is also a ton of power if we can just standardize key styles that every site is going to need. So colors and font sizes. The amount of space between elements, things like that. But certainly not going as far as something like Bootstrap where there’s, gosh, sliders and drop down menus and modal dialogues and all those things.</p>\n\n\n\n<p>It’s not at all about that. It’s really, I think the word I really settled on is it’s, it’s a toolkit. It’s providing more tools that all theme developers, all plug in developers, we can all use and share, but we still get to choose how we use them and how much we use them. So that, if we want to play nicely together, you know, those tools are available, but we can still choose to do things in our own way where it makes sense.</p>\n\n\n\n<p>[00:14:18] <strong>Nathan Wrigley:</strong> We mentioned at the start that there was a WP Tavern article, which in turn was written because of something that you wrote and I’m going to include everything that we talk about today as far as possible in the show notes. But if you wish to pause this podcast and go and read Mark’s piece, it’s called standardized design tokens and CSS for a consistent, customizable and interoperable WordPress future.</p>\n\n\n\n<p>You’re going to find that over at There’s no, no hyphens or anything like that. It’s just M R W web.com. That outlines everything that Mark is talking about. And so that really frames the conversation that we’re going to have from this moment on.</p>\n\n\n\n<p>Now you mentioned that you wanted some sort of standardization. Presumably if that’s the case, you believe that the standardization at the moment is lacking. It’s messed up. It’s a muddle for people to create things. Everybody’s using their own different ways of doing things. Just kind of outline the specific problems about fragmentation versus standardization. What is it that you’re trying to overcome? What are the problems in Core that we’ve got at the moment? Things that need amending. Things that possibly need creating or uncreating?</p>\n\n\n\n<p>[00:15:35] <strong>Mark Root-Wiley:</strong> Yeah. I’m going to answer your question and I think I want to like start us maybe five years in the future and then walk backwards to get there. in five years, I think we’re going to see a lot of sites that were built with the early years of the block editor.</p>\n\n\n\n<p>Like now suddenly they’re needing to move to new themes. And so what does that look like? And, right now what we have are a lot of what I think of as kind of in the moment decisions that have been made. Both by the themer and the editor. Let’s take the theme or example first.</p>\n\n\n\n<p>So, the block editor from day one has always allowed themers to define named font sizes, right? So, they can call them whatever they want. A lot of themers have something like small, medium, large, extra large, I know. Justin Tadlock on the Tavern posted his extensively researched list of font size names that he likes. Definitely worth a read for anyone who hasn’t seen that.</p>\n\n\n\n<p>But I think the critical thing is that you can call them whatever you want. You can call them broccoli, apple, bicycle. You can call them seven forty, two ninety six, even if that has nothing to do with their sizes. And so what this means is that if we’re going to switch to a new theme in the future, if we switched to a theme that uses different names, all those font size settings that were set on the last version of the site are just gone. There is no bridge.</p>\n\n\n\n<p>And so if we could agree to some like naming schemes, whether it is small through large, or even just 0 1, 2, 3, 4, 5, 6, 7. Now, when you move from one theme to another, you’re going to inherit, the choices that were made by the editors of the site, and be able to keep content as intact as possible. And right now I think the systems that the block editor is giving us are not really encouraging that consistency.</p>\n\n\n\n<p>And it hasn’t really bitten us yet. The problems I think are coming. And so when I talk about portability of content. That’s what I’m talking about is how, what happens when we move from one theme to another. And I think that when you make that process smoother, it’s because you have good standards and that’s going to benefit everybody, working all the time.</p>\n\n\n\n<p>[00:17:41] <strong>Nathan Wrigley:</strong> So the idea then is that things would become more standard and hopefully the community as a whole would adopt some standards.</p>\n\n\n\n<p>Now, although we haven’t discussed this in our conversation prior to clicking record, I’m curious about your thoughts about this. Do you have any expectation that this would be something that would be, if you like, top down, in other words, would this be something which you would like to just be reflected in documentation?</p>\n\n\n\n<p>And it’s a thing that you could use, or are you looking for a framework for CSS where really there are standards, which must be adhered to. In other words, you don’t really get to choose. If you want to be a WordPress theme in the repository, then you must do it in such and such a way. And over time, you mentioned five years in the future, we slowly encourage people to become the writers of CSS in that way.</p>\n\n\n\n<p>[00:18:38] <strong>Mark Root-Wiley:</strong> That is such a tough question. I think that I guess I’ll say a few different things. I mean, I think that whenever possible, it’s better to use carrots than sticks. And I think that, right now in fact, I think the theme dot json standard is a great one where, if you’re building, what we’re now starting to think of is like classic themes.</p>\n\n\n\n<p>Like you can use the theme dot json it’s on, it’s up to you and you also get like a ton of benefits by doing it. So I think that if we had standards like this, there would just be tremendous benefits to anyone who uses them, because themes would sort of work more similarly and even, there would be ways where plugins could suddenly sort of start referencing theme styles.</p>\n\n\n\n<p>I would like to think that maybe this could bubble up, and be, you know, a community standard that people want to buy in, but aren’t forced to buy into. At the same time, I don’t know what it’s going to take to get this moving. Standardizing semantic names is something, we could talk about it forever.</p>\n\n\n\n<p>And so I know that I personally, like I put out, in my blog post, a bunch of suggestions for the names. I thought really long and hard about them. I have my reasons. And honestly, like if someone said, nope, we’re going to use this really weird naming scheme that I don’t really care for anyway, I would use it in a heartbeat. I think having standards is more important than the specific names of them are. And so I do think that, there could be some room for some top-down decision-making here. As long as it’s a fairly simple thing, and we’re not going to punish people for not using it.</p>\n\n\n\n<p>In WordPress land, you know, maybe that means we’re going to maybe throw some errors on occasion if you’re not using, some warnings, excuse me, not errors warnings. But no errors, nothing’s going to actually quit working.</p>\n\n\n\n<p>[00:20:21] <strong>Nathan Wrigley:</strong> You mentioned in the piece that there are some recent issues They were obviously some kind of catalysts for you, where you thought, okay, these kinds of things are happening and it makes it pretty obvious that we need to rethink this. I’m just going to read them out, and maybe this will give some context to somebody listening to this.</p>\n\n\n\n<p>You say to quote, recent issues make the need for a consistent, transparent approach, clear. Classes that were previously present and used by theme authors have been removed in favor of inline styles. Okay, we’ll get onto why that’s bad. Inline styles are redundant, hard to override and remove valuable selectors for theme authors. New instances of important, let’s just say that, CSS rules catch theme authors by surprise. Markup changes to Core blocks were only announced after the fact.</p>\n\n\n\n<p>Now, I don’t know if you want to take all four of those or just riff on generally why you think these are the core things which need to be addressed, but yeah, there’s obviously something in there that sparked your interest and made you want to create this framework, if you like. Let’s just talk about that for a minute. Have you got something to say around that? What is it that you’ve found problematic?</p>\n\n\n\n<p>[00:21:27] <strong>Mark Root-Wiley:</strong> I certainly have things to say. I suspect that honestly, maybe it was just random, how many, how many issues in 5.9 there were that sort of just got my goat as it were. I think that this is maybe one of the areas where there has already been a little bit of movement actually, which is wonderful. So yesterday, was this day when sort of all the dev notes for WordPress 6.0 showed up on the make.wordpress.org/core blog, and it included a lot of announcements about some changes to things, that are coming in WordPress 6.0. And I think that that advanced notice, already feels like, maybe some of what I’ve been saying has been heard and, and that, that is really great to see.</p>\n\n\n\n<p>So, you know, there’s going to be some changes to like how images get aligned, the quote blocks CSS, some changes around the group block in the block editor. And, I’m really happy to see that communication. So I do think that some of these smaller things were addressed, but I also think that the fact that some classes disappeared and some markup changed and nobody knew about it, and like important CSS got added. If you ever want to like really get a bunch of people worked up about CSS, just start talking about important.</p>\n\n\n\n<p>I think the fact that those all happened at once, I think more than any one specific issue, it just felt like, okay, there’s a lot of people changing a lot of things all at the same time and there’s no cohesive vision for we’re trying to take CSS in WordPress.</p>\n\n\n\n<p>[00:22:47] <strong>Nathan Wrigley:</strong> Yeah. So essentially you want there to be far less surprises in the way that things are released and also to have some cohesive framework that everybody can dip into and everybody understands because it’s been well-documented and everybody can buy into it. As you said, carrot, not stick, because it just makes sense.</p>\n\n\n\n<p>The article on the WP Tavern website had a very large amount of commentary on it. More so than anything I’ve seen in quite a while, to be honest, a lot of praise for the idea of what you’re doing. A lot of people saying, yes, we need this, we need this right now. And to develop it a little bit further, you are, you’re keen to get involved in a semantic approach.</p>\n\n\n\n<p>Now that might not be obvious to everybody. So what does that mean? What is it you hope would come out of this? We may have a different vocabulary, in use in the end, but the idea is that we’re going to be substituting words or not as the case may be. So talk to us a little bit about that.</p>\n\n\n\n<p>[00:23:43] <strong>Mark Root-Wiley:</strong> Yeah. I when I’m talking about semantics here, it’s really about can we establish shared meanings for some naming conventions within our CSS? So, back to the font size example earlier, if we can all agree that every time we name our font sizes, we’re going to call them small, medium, and large.</p>\n\n\n\n<p>And every time we create our color palettes, we’re going to start with a primary color and a secondary color and maybe an accent color. Having that shared meaning, that’s what semantics are, is going to just provide so many benefits, and it’s also going to speed things up.</p>\n\n\n\n<p>There’s going to be less mental overhead, fewer decisions that themers have to make. There’s just tons of value there. Thinking back I had mentioned that the theme user experience standards were maybe the best spiritual forbearer to this kind of point of the proposal. One of the things they recommended is when you’re naming your menu positions to call them menu one, menu two, menu three, menu four. Maybe that’s not what I would have chosen, but I started doing it and I’ve done it ever since.</p>\n\n\n\n<p>And what it means is that any time I switched one of my themes to another themes that uses that same menu naming convention, like, the same main menu just popped up in the header, right where I would want it to be without me having to update any settings at all, just because, our themes knew how to talk to each other.</p>\n\n\n\n<p>So it’s really about, can we make our themes and plugins talk to each other better and, ironically or, or appropriately, I think that just means we all need to do a bit more communication together in the project.</p>\n\n\n\n<p>[00:25:10] <strong>Nathan Wrigley:</strong> Let’s get into weeds of the areas you think ought to be covered off, with some kind of framework. I keep using the word framework. I hope that’s okay. So for example, you mentioned fonts and you mentioned that the fonts might have things like small, medium, large, and that could probably extend up and down.</p>\n\n\n\n<p>But also there’s obviously other things in CSS that we would like to cover. So before we get into nomenclature of what those things might be, let’s just talk about the things that you want to cover aside from fonts. What other things do you think are so essential that we need to have a standard that everybody just understands?</p>\n\n\n\n<p>[00:25:47] <strong>Mark Root-Wiley:</strong> Great question. So in terms of those kinds of like standard things that we should name, I think beyond font sizes, including font weights, because if you’ve ever used a font, you know, that some have nine or now in infinite number of weights. So we need a way to sort of have a standardized font scale. Colors and gradients I had mentioned.</p>\n\n\n\n<p>And again, that’s something where WordPress already lets us name our colors and gradients. So let’s just agree to always call them the same things. I think font families. So what are you using for your copy versus what you’re using for your heading? And then I would love to also see maybe some border widths, and probably the biggest one that I am most excited about is let’s agree on one or a few named scales for spacing.</p>\n\n\n\n<p>So the space between blocks in a post, also the space between columns. The space between a gallery. If we can all agree on those names, then we can have a gallery with small space, a gallery with large space. And that’s just always going to look good from theme to theme, even though those values are going to be different and up to the themer.</p>\n\n\n\n<p>[00:26:53] <strong>Nathan Wrigley:</strong> So aside from the fact that you would like to take into account things like font sizes and weights, colors, gradients, font, families, borders, spacing gaps, and so on columns and what have you. There would obviously need to be things that are associated with those, and you, you mentioned font sizes, small, medium, and large. Do you have some sort of insight into how far each of these go? Let’s for example take font sizes or weights? Well, let’s go for font sizes just for illustrative purposes.</p>\n\n\n\n<p>How far would you like to take that, and do you have a system for making it so that it can be extendable indefinitely? So an example might be, one dash large or something like that, or XL large or something like that. Just give us a flavor of how far that scale would go down as well as up.</p>\n\n\n\n<p>[00:27:39] <strong>Mark Root-Wiley:</strong> Yeah, that’s a good question. So I think, if it were up to me, if I were making a top-down decision, I think I would just pick a scale of numbers. Either, you know, starting at zero or going up, or maybe even centered around zero with positive and negative numbers. I like the fact that you don’t need to know English to use a scale like that, and it is infinitely scalable.</p>\n\n\n\n<p>I think the other scaling systems that a lot of people really like is what’s often called a t-shirt sizing. So instead of small, medium and large, we would just have S M and L. And the nice thing about that one is you can infinitely go in either direction.</p>\n\n\n\n<p>So XL, XXL, XXXL. It gets a little silly after a while, but you can do it. Some people like to say like three XL instead of XXXL. And you can do the same with XS, extra small. I will say that I think that when it comes to what WordPress should be standardizing, I don’t think it makes sense for us to say that every theme needs to have a 15 point scale for font sizes.</p>\n\n\n\n<p>Some themes are gonna want three or five and that will be fine. I like to think of, of the 80 20 rule. 80% of needs out in the world can be satisfied by only 20% of the possible names in this case, that we could come up with.</p>\n\n\n\n<p>So I think that for something like font sizes, a seven point scale, maybe would probably meet everybody’s needs in terms of switching from site to site, and keeping things looking pretty good. Again, to go back to sort of like why I like to think of this as a tool kit. I wouldn’t want to ever say that themes can only have seven font sizes. Right. It would just be that if they want more than that, they’re on their own to go figure that out.</p>\n\n\n\n<p>I will say that I did, I did a lot of thinking about this even after my blog post. And there’s, there’s a demo I put together that was showing how maybe we could even have a way of having really big scales that could kind of shift down to only a three point scale, or maybe you want to have a five point scale, but it skipped 0.4. I think there’s some clever things you can do with CSS custom properties that could allow that to happen. So you can find that demo in the blog blog post.</p>\n\n\n\n<p>[00:29:38] <strong>Nathan Wrigley:</strong> Yeah. I ran that demo. That was really useful to look at that. But let’s move on to colors and much, much more constrained there. You just want a handful really unlike font sizes, which there’s definitely more scope with colors. You just want a few basic standards that will satisfy most websites I guess?</p>\n\n\n\n<p>[00:29:56] <strong>Mark Root-Wiley:</strong> I think that’s right. And I think that the more colors that we defined, probably the more disagreement there would be. What purpose does the fifth most important color in your palette have versus what purpose does the primary or secondary colors have in your palette?</p>\n\n\n\n<p>And so I think that, especially for colors, I think it’s the best example where if you had a bunch of standards, they probably wouldn’t actually be that useful. So let’s just, let’s keep it simple, right? Let’s not, over-complicate this. Let’s make as few things we all need to agree on as possible. So hopefully we can actually agree on them and move forward.</p>\n\n\n\n<p>[00:30:28] <strong>Nathan Wrigley:</strong> The font weights and the font size is obviously really dramatically changed the way a website looks. And if you switch from theme to theme and those get messed up, it really can look remarkably different. And you mentioned spacing, so gaps and columns and padding and margin and all that.</p>\n\n\n\n<p>Again, it can really catastrophic effect things. What was a very small space can become a gigantic gulf, given a change in theme and so on, and so I was just wondered let’s ask the basic question again. What kind of constraints are you placing on that? How many different things do you think you need regarding spacing and gaps and all of that? Are we looking at dozens of different options or just three or four?</p>\n\n\n\n<p>[00:31:06] <strong>Mark Root-Wiley:</strong> My first thought was, we probably only need maybe five, and I think that that probably would be about enough. If someone wants to do a few more than that, that would be fine. I think that spacing is maybe a really good example of the other key reason why I would love to see themes like shifting to these scales, because right now, for the most part, when an editor wants to change the spacing, of something in their posts, they can, you know, set a specific margin value or a specific padding value.</p>\n\n\n\n<p>They can say, I want the top margin of this image to be 24 pixels. And they’re making that decision based on how their content looks in that moment, on their screen with that specific theme. Let’s say design trends again in five years are like really into white space. Maybe that 24 pixels is going to look super tiny all of a sudden. So if we can allow editors instead of having to pick a number and on the next page, they forget that they entered 24. And so they entered 20. And like now there’s just chaotic numbers all over the place. If we just say like, well, at the top of this image, I want to have a large margin.</p>\n\n\n\n<p>Now, when they move to their next theme, it’s going to be not 24 pixels, it’s going to be whatever that is in the next theme. It’s always going to look cohesive. And so I think it’s really important to point out that it’s not just about standardizing the scales for theme developers, but I think if we provide these scales as options for customizing post content, we’re going to see editors just having to like not think so specifically, and that’s actually going to enable them to be more consistent, both in the moment and in the future, when they need to sort of switch their design.</p>\n\n\n\n<p>[00:32:43] <strong>Nathan Wrigley:</strong> In a sense, you’ve read my mind because my next question was really about that because obviously your doing this for a living, you can probably come up with some naming system, some framework that works for you, and just keep executing that over and over again. But, that’s not the world. We live in the world where you’ll probably take over a website in a few years’ time that somebody else built, and it will be littered with CSS classes and CSS styling, specific to that exact one little thing on that one page and how on earth did that happen?</p>\n\n\n\n<p>But it did. And so you need to go back and unpick all of the problems. So there’s that. The developers amongst us have probably figured out a system for themselves over the years, and they’ve got something which works. But when you swap a website, when you go and take on somebody else’s work, the fact that there’s consistency and stability in the naming of things would really help.</p>\n\n\n\n<p>But then you mentioned the bit, which I thought was really interesting, about the non-technical users and having things in easy to understand, non-technical language that somebody can just get a hold on and okay. All right. It would appear that that thing, okay, might not be the most obvious name in the world, but right, it does that. And it seems to do that consistently over the site. That just makes sense for end users.</p>\n\n\n\n<p>You described them as editors, but it could be anybody touching the website who has the capability to edit things. They, they really don’t want to get involved with CSS. In fact, that’s probably their worst nightmare that they need to think about CSS. They just want a handful of things, easy to understand. A minimal array of choices. The styling decisions were made months ago, and I’m just happy to stick with them.</p>\n\n\n\n<p>[00:34:17] <strong>Mark Root-Wiley:</strong> You probably described that bit better I ever could. And, I think it really gets to this, there are lots of strong feelings about, is WordPress maybe becoming more like a site builder? Is it forgetting about being a content management system?</p>\n\n\n\n<p>I truly believe that I think it can be both. And I also think that a lot of the work, especially around full site editing right now, like it has that more site builder mindset. And so I do think it’s important to remember that not every person with a WordPress site wants that super, super, super fine-grained control.</p>\n\n\n\n<p>You’re right. I work with folks that just, they are busy professionals in nonprofits in particular. A lot of the organizations I have, you know, whoever is updating the website that is a teeny tiny part of their job. It’s probably not even in their job description at all sometimes.</p>\n\n\n\n<p>They don’t want to be thinking about pixels or ems or if they don’t even know what MSR right. Can’t I just have some large space. That’s all I want, right. And so I think that not only are there these like huge technical advantages behind the scenes, but I really do want to just call out that I think this could actually like, just bring some simplicity to the editor and like help people make good decisions without constraining them.</p>\n\n\n\n<p>[00:35:25] <strong>Nathan Wrigley:</strong> It also provides some kind of muscle memory options as well, in that if you have been working with a WordPress website, let’s say you’re working for company A over here, and you’ve been working with a WordPress website, and you go to interview for another job and they say, have you any experience with WordPress website?</p>\n\n\n\n<p>Yeah, that’s fine. I can do that. Then you don’t need to relearn it over on this site though. That thing does. Okay, that wasn’t quite expecting that. That’s a lot bigger than I thought. It makes the whole process of editors moving from one website to another easier as well. So it just seems like a bit of a win-win.</p>\n\n\n\n<p>Now having said all of that, we’re 15 years plus into the project. Everybody in the comments on the Tavern article seemed to think this was a cracking idea. You seem to think it’s a cracking idea, the likes of Rich Tabor, they think it’s a cracking idea. And yet here we are talking about it as an idea.</p>\n\n\n\n<p>What’s holding us back? What is stopping this gaining momentum if it’s such a sensible idea? Are we, is the project too limited in time? Are we concentrating on other things? You may not have the answers, but you may have some intuitions.</p>\n\n\n\n<p>[00:36:33] <strong>Mark Root-Wiley:</strong> I guess I would start with, this is, you know, a little off the cuff, just a theory, but I do think that the block editor is written in JavaScript. And so the amount of JavaScript in the WordPress project in the last few years has just exploded.</p>\n\n\n\n<p>To be really clear, that’s fine. You couldn’t build the block editor without that level of JavaScript. But I do think it means that a ton of the development is done. When people are thinking in terms of JavaScript, and I will say that, one thing that I’ve looked for and I don’t really feel like I’ve seen a lot of, is people sort of starting with, like, what do we want the output to look like? What is the ideal HTML and CSS to allow a user to select the margins of their images, you know, how do we want to handle that? And then build the interface that’s going to enable that.</p>\n\n\n\n<p>It feels like it’s sort of working the opposite way. If we’re worried about what is the settings interface going to look like? And then like, we’ll figure out what the code, to make it actually work on the front end is going to be last. I do think that maybe working backwards a little bit more frequent. What CSS do we want, and now how are we going to make sure that it can be created in a sensible way? I wonder if that would help, because at least to me looking, somewhat from the outside, it doesn’t seem like folks are working that way.</p>\n\n\n\n<p>And now having said all of that, I think it’s mostly a people and a communication problem. And I think that’s just harder than tech problems, right? Give someone an infinite amount of time and by themselves they could build the block editor on their own, but they certainly could not organize an entire community to agree on what to call font sizes.</p>\n\n\n\n<p>That just requires folks coming together. And honestly like making compromises and, and trying to think about what’s best for the community and not just best for themselves. I think that’s really hard. I think we can do it. I think things like that have happened in the past. I do think that’s the fundamental issue and so I don’t, I don’t know exactly what’s needed though.</p>\n\n\n\n<p>Again, that’s why I do wonder, could someone maybe make a, a bit of an executive decision on this one and, and just try to say this is happening and we’re going to be taking comments for this long, and then we’re going to make a decision and roll with it because we think the advantages to having a system are bigger than the disadvantages to any sort of, in the weeds decision that might make it through.</p>\n\n\n\n<p>[00:38:47] <strong>Nathan Wrigley:</strong> I wonder if it’s because CSS, of all of the different parts of WordPress. The HTML and the CSS bits, they’re the easy building blocks, aren’t they? They’re the bits that a lot of people can get hold of really quickly. And with a quick flick through some kind of 1 0 1 tutorial, you can get yourself up and running with the basics of font sizing and padding and margins and, and quickly gain an understanding of it.</p>\n\n\n\n<p>And so everybody’s been left to their own devices on that. The theme may very well take care of all of that, of all of that for you. And you may need to adjust absolutely nothing. You’re entirely happy with the theme and you don’t dabble. But if on that one particular occasion, you just wished to change that one particular thing you want the, I, don’t know, the, the heading to be slightly bigger, you just fiddle about and locate the CSS for that and modify it, add something to a style sheet, so on. And it’s fairly straightforward and it can be done by more or less anybody on their own, but it doesn’t require any consistency. Naming what you like so long as it works.</p>\n\n\n\n<p>But your approach is, is slightly different. And yeah, it feels as if maybe it’s not got the momentum at the moment, but it feels like, you know, maybe with things like this happening, your initiative happening, people talking about it more, maybe somebody could take this on. And as you say, maybe at some point it does need somebody on high to make a decision executively and say, okay, we’re going to concentrate on this and it’s going to become important. But I don’t know that any of that is in the roadmap right now. So you may need to keep banging the gong for a little bit longer I think.</p>\n\n\n\n<p>[00:40:23] <strong>Mark Root-Wiley:</strong> I actually, you know, I, I played a lot of percussion growing up, so I love banging a good gong. One thing I noticed is, you mentioned the number of comments on the Tavern post, I certainly got a few comments on my blog post and I published a, sort of a Github issue that the sister of the blog post and it got a lot of comments and, and I do think people are listening.</p>\n\n\n\n<p>I’m not sure what’s required to sort of get some action steps. But, I will say that, what really made me think that, yes, I, I do think people are listening at this moment is there was a blog post, at this point, I think about a month ago, on the make wordpress.org/core blog called core styles and theme customization, the next steps.</p>\n\n\n\n<p>The gist of that post is basically like here’s a bunch of links to get hub issues, please go read them and leave your feedback. The speed of change in an open source project is never going to be what we want it to be. And I really do try to always remember that when I’m feeling impatient, which is certainly why I wrote this whole thing.</p>\n\n\n\n<p>But I do think that, it is important for folks to always be paying attention, always be sharing their mind, because I do think, at some point, especially if a lot of us keep talking about this, like some decisions will get made. And so, you know, make sure if you’re interested in this, make sure to go leave some comments on, on these issues and keep bumping them up so people can see that they are high priority for a lot of us in the community. I know it’s not just me.</p>\n\n\n\n<p>[00:41:42] <strong>Nathan Wrigley:</strong> Yeah, it was quite interesting. The article that you mentioned, the core styles and theme customization, the next steps I was highlighting the bits that were basic replications of everything that you were saying. And quite a lot of the article got highlighted. Let’s put it that way. So it would seem that, on some level, there is movement here and people are definitely in agreement with you.</p>\n\n\n\n<p>Do you have any insight into how this might get revved up and get more interest attached to it? In other words, are you willing to put your best foot forward and become somebody in the vanguard? Like I said, banging the gong. Or do you find that there’s probably a better way of, have you got any insights into where people could go if they agree with you and want to get involved to make this happen?</p>\n\n\n\n<p>[00:42:25] <strong>Mark Root-Wiley:</strong> Gosh, it takes everyone in the community weighing in, I think that. One thing I’ll say is that, you know, I tried to get a lot of people to review my blog post and, even gives me advice on like, how should I publish it and who should I let know about this?</p>\n\n\n\n<p>Cause I think that if it’s just me it’s ineffective. It does need to be a community. And so, you know, I would say I would love to see other people sharing their own proposals even. I don’t know. I don’t even know if you want to include this part, I don’t think it can just be me.</p>\n\n\n\n<p>I it’s pretty silly actually. I published this blog post and then 24 hours later, we had a new baby. I definitely had to fall off the face of the earth and disappear for a while, but I was so thrilled to see other people, saying like, yeah, this is awesome. And here’s the couple of things I have to add.</p>\n\n\n\n<p>[00:43:08] <strong>Nathan Wrigley:</strong> There’s a whole lot towards the end of the article where you outline the different problems that your solution may solve. I won’t list them all now, but all of it kind of makes common sense to me. One can only hope that the ideas that you’ve suggested go forwards and that people, as a community, can coalesce and come up with an idea.</p>\n\n\n\n<p>And as you said, you’re not bound to any one particular way of doing it. It’s just the mere idea of standardizing things, whether it be named this or that is not important, it would just be nice to have some standard documented that everybody can adhere to and therefore make it a lot easier for all of us to make websites, whether we’re building them for clients or we’re just editing and tweaking them ourselves.</p>\n\n\n\n<p>One of the concerns that we may have is the stability of WordPress CSS in the future. And I know that you have possible concerns that in the future, for example, Gutenberg blocks, there’s no requirement for the CSS, the classes, and so on to be the same today as it will be tomorrow or indeed yesterday.</p>\n\n\n\n<p>So in other words, is that a problem, do you think? Is there any problem of consistency where let’s say that you build something and you ship It, and it goes out to your client. It’s using blocks, but suddenly unbeknownst to you, the blocks CSS classes all get modified, perhaps ever so slightly, but enough to break things. Is that a concern that you have?</p>\n\n\n\n<p>[00:44:36] <strong>Mark Root-Wiley:</strong> It really is. And I think that this is one of the biggest things I sort of learned from this intense period of engagement I’ve been having with the project is that, in discussing this with other people and really closely going through, uh, lots and lots of issues and the Gutenberg Github repository. I found some core development team members really saying that they viewed the HTML markup and the classes and how the CSS has written as essentially like non-public, which is to say you can’t count on this stuff not changing in the future.</p>\n\n\n\n<p>That was really shocking to me. And I think for a couple of reasons, I mean, th the first is that, you know, that’s never how it’s been in WordPress in the past. The HTML for the comment forum, the HTML for the search forum, like those weren’t always seen as, you can count on this, there are ways to change it if you need to, but if we’re going to change this stuff, it’s going to be a huge deal and you’ll hear about it in advance, and we’re really gonna try to avoid that.</p>\n\n\n\n<p>And so it felt like, uh, that was a departure from how things had previously been. And also as I’m someone who I think follows the project, like more closely than average, even though I, you know, I’m certainly not like a day-to-day contributor, or anything, but this was huge news to me as someone who’s been working with the block editor for years now.</p>\n\n\n\n<p>At least to me, I don’t even really know that it’s reasonable to just say that like, well, here’s a bunch of HTML and CSS. Themers I know you have like your job to do and you need to make changes to this, but like, you can’t count on it. That doesn’t really seem fair.</p>\n\n\n\n<p>And I certainly don’t think people are really aware of that. They’re not going to go in and one day, you know, completely change the image block or the block quote block drastically. I don’t really think they mean we’re going to just completely change everything. But I do think it just highlights the need again, to really spend some time focusing on what is the HTML that can serve as best going forward. So we don’t need to change it.</p>\n\n\n\n<p>What are the CSS classes and the ways of handling CSS styles that we want to commit to now so that we can all just know what’s coming in the future. And so that when there are changes made, they are a big deal, and people are given lots of advance warning and they can, they can react.</p>\n\n\n\n<p>And so I think I’m seeing more advanced warning in WordPress 6.0, which is awesome. It’s time to have that conversation about how can we just reduce the number of times we need to make big changes like that. Cause people are going to style HTML, no matter what.</p>\n\n\n\n<p>[00:46:58] <strong>Nathan Wrigley:</strong> Yeah. I wonder if it’s a product of the fact that the block editor is now basically a conduit to put in lots and lots of little components. So you might have a paragraph block and you might have a, an image block or a cover block or whatever it might be. You’ve got all of these different blocks and the functionality of that is not yet a hundred percent certain. In other words, aspects of it could change. And so I wonder if them communicating CSS will change is a product of that. They’re just not sure exactly what those blocks will look like in a few years time. And if they become radically different, maybe the functionality changes. Let’s hope it doesn’t. I’m sure it won’t, but if it did, some of the CSS may need to change. I don’t know.</p>\n\n\n\n<p>[00:47:42] <strong>Mark Root-Wiley:</strong> I think you’re right on the money there. I mean, the block editor is so much more powerful and I want to be really clear that like, that’s awesome. Like the folks I work with generally, like love that they can do more complex things like columns, or like finally putting text on top of an image for the cover block.</p>\n\n\n\n<p>Those are good things. And we had to have a more complex system to make that possible. So I’m not against the complexity, but I just think it’s really important that the folks who are building the product, don’t forget about those of us in the real world who, you know, have to make things work every day. And we have, we have new sites we’re constantly working on, the impact of even what can seem like a really tiny change can be really big.</p>\n\n\n\n<p>To bring it all back around, I really do think that if we can have just a few more standards and right, if we can have that kind of contract between themes and blocks, I think we can reduce the amount of times that those kinds of changes happen.</p>\n\n\n\n<p>I totally acknowledge that they’re going to have to happen every once in a while. If we want to have this like big, nice thing, we’re going to have to put up with probably more changes. Cause there’s more things that can change, but, let’s really, let’s take a minute and figure out how we can make that as infrequent unpainful as possible.</p>\n\n\n\n<p>[00:48:51] <strong>Nathan Wrigley:</strong> Yeah. It’s interesting your language there. You described it as a big, nice thing. And in a sense it’s a big, nice thing made up of lots of smaller little nice things. Each of those little nice things is completely independent. And you may not use those on your website, but you may.</p>\n\n\n\n<p>And if there’s modifications made to the CSS classes and what have you, the downstream effect could be pretty catastrophic. You know, if you’ve just built 50 websites and they’re all using the exact same block and some tiny little change affects you 50 times, that’s suddenly created a lot of work for you that potentially was not even thought about elsewhere.</p>\n\n\n\n<p>[00:49:27] <strong>Mark Root-Wiley:</strong> It has. In some extreme cases, this is maybe the reason why some people are often building custom blocks that really they could just be using the core block, but I’ve, I’ve at least anecdotally heard that folks do that sometimes because they know that their block isn’t going to change, even if they don’t want to have to take the time to build it.</p>\n\n\n\n<p>[00:49:44] <strong>Nathan Wrigley:</strong> If people Mark wants to find you. They want to actually reach out to you. You may wish to share a Twitter handle or a website or an email address. Totally up to you. Yeah, any place that you could be found if people are inspired to join you?</p>\n\n\n\n<p>[00:49:58] <strong>Mark Root-Wiley:</strong> Yes. I am M R W web pretty much everywhere. So that’s, uh, MRW web with two W’s, uh, I’m MRW web.com. I’m M R W web on GitHub and Twitter and in the WordPress Slack and Post Status Slack. All these other places. I have a highly Googleable namee. If you want to come find me, I would love to hear from you I’m. I am not that hard to find.</p>\n\n\n\n<p>[00:50:23] <strong>Nathan Wrigley:</strong> Well, Mark, thank you very much for being on the podcast today. I really appreciate.</p>\n\n\n\n<p>[00:50:28] <strong>Mark Root-Wiley:</strong> Thanks so much for having me. This was a blast Nathan. Great, great questions. I got to say.</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 May 2022 14:15:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Do The Woo Community: dev_life snippet: Timing the Perfect Follow-up Customer Email\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://bobwp-com.e73eumvj-liquidwebsites.com/?p=26034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://dothewoo.io/timing-the-perfect-follow-up-customer-email/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:442:\"<p>Although as a WooCommerce builder, you likely don’t sell fish, but here is a story to get you thinking creatively about follow-up emails. </p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/timing-the-perfect-follow-up-customer-email/\">dev_life snippet: Timing the Perfect Follow-up Customer Email</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 May 2022 02:00:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: WordPress 6.0 “Arturo” Adds More Templates and Patterns, Style Switching, and Block Locking UI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134698\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/wordpress-6-0-arturo-adds-more-templates-and-patterns-style-switching-and-block-locking-ui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6321:\"<p><a href=\"https://wordpress.org/news/2022/05/arturo/\">WordPress 6.0</a> “Arturo” was released today, named for Latin jazz musician and director <a href=\"https://en.wikipedia.org/wiki/Arturo_O\'Farrill\">Arturo O’Farrill</a>, who has 15 albums to his credit.</p>\n\n\n\n<p>Check out the official release video for a quick overview of some of the most important changes.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>This release introduces sweeping improvements to the block editor and its utilities and design tools. Most notably, users can now <a href=\"https://wptavern.com/text-selection-across-multiple-blocks-is-coming-to-wordpress\">select text across multiple blocks</a>, manipulating the highlighted portion as a group while keeping the rest of the content blocks in tact.</p>\n\n\n\n<img />image credit: <a href=\"https://make.wordpress.org/core/2022/04/14/whats-new-in-gutenberg-13-0-14-april/\">Gutenberg 13.0 Release Post</a>\n\n\n\n<p>The List View has been updated to offer a more intuitive display that helps with navigating blocks on a page. Select multiple blocks using keyboard shortcuts, make changes, and drag-and-drop inside the list. List View is closed by default but will expand to the current selection when a block is selected.</p>\n\n\n\n<img />image credit: wordPress 6.0 About Page\n\n\n\n<p>WordPress 6.0 also introduces a <a href=\"https://wptavern.com/wordpress-6-0-to-ship-new-block-locking-feature\">new interface for locking blocks</a>, which allows useres to prevent blocks from being moved or removed. It is useful for preventing accidental edits but also for theme developers who want to prevent users from removing blocks inside templates, preserving more complex layouts.</p>\n\n\n\n<img />image credit: WordPress 6.0 About Page\n\n\n\n<p>Other block editor improvements include the following:</p>\n\n\n\n<ul><li>New Blocks: Avatar, Post Author Biography, Read More, Comments Query Loop, and Stack block</li><li>Type two open brackets <code>[[</code> to quickly access the link menu</li><li>Improved support for preserving unrecognized content in the editor</li><li>Preserve existing styles transforming blocks from one kind to another—from a Paragraph block to a Code block, for instance</li><li>New block style transformation options: Tag Cloud > Categories, Calendar > Archives, Paragraph > Code, and Group > Row</li><li>Create customized buttons and any new buttons will retain the style customizations automatically</li><li>New drop-down based color picker UI</li><li>Make tag clouds and social icons more appealing with updated settings and controls, and a new outline style for the tag cloud</li><li>Instant block style previews</li><li>Featured images <a href=\"https://wptavern.com/featured-cover-blocks-and-the-future-of-binding-data-to-generic-wordpress-blocks\">now available in Cover block</a></li><li>New border controls for more precise control when setting borders</li><li>Transparency levels for colors offers more creative control</li></ul>\n\n\n\n<p>WordPress 6.0 also introduces a gaggle of new layout controls for page building. Users can now control gaps, margins, typography, and more on multiple blocks inside a Group block. Creating layouts is easier with the ability to position groups of blocks by quickly switching between stack, row, and group variations. The Gallery block is now more flexible with gap support for custom spacing. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Biggest stuff is in the editor itself, and there are many minor but big updates facing the end-user like how: <br /><br />– we no longer have to rely on group block for block spacings<br />– we now have row block for horizontal stuff<br />– visual aids getting better and better.</p>— Onur Oztaskiran (@onuro) <a href=\"https://twitter.com/onuro/status/1528897439876497408?ref_src=twsrc%5Etfw\">May 24, 2022</a></blockquote>\n</div>\n\n\n\n<h2>Full-Site Editing Updates: More Templates, More Patterns, and Style Switching</h2>\n\n\n\n<p>Patterns are now available in more places and better integrated with the Site Editor. <a href=\"https://make.wordpress.org/core/2022/03/02/whats-new-in-gutenberg-12-7-2-march/\">Gutenberg 12.7</a> brought major improvements to the patterns experience by making them easier to discover. The block inserter has been updated to display patterns, as opposed to blocks, when users are editing a template in the post or site editor. It also favors showing patterns when the inserter is at the root level or the content being inserted is between other blocks. WordPress will now show existing template parts, as well as block patterns in the template creation process. </p>\n\n\n\n<img />image credit: WordPress 6.0 About Page\n\n\n\n<p>Theme authors can now <a href=\"https://make.wordpress.org/core/2022/05/02/new-features-for-working-with-patterns-and-themes-in-wordpress-6-0/\">register patterns from the official Pattern Directory using theme.json</a>, so that users have quick access to patterns the author has highlighted.</p>\n\n\n\n<p>WordPress 6.0 introduces five new template options for full-site editing: author, date, categories, tag, and taxonomy. </p>\n\n\n\n<p>One of the most anticipated features of this release is the Style Switcher. It allows userse to apply quick style changes within the same theme, and includes the ability to further edit the font weight, style options, and color palette. </p>\n\n\n\n<img />\n\n\n\n<p>Theme authors can <a href=\"https://make.wordpress.org/core/2022/05/03/global-styles-variations-in-wordpress-6-0/\">create multiple different theme.json style variations</a> and place them into their themes’ <code>/styles</code> folder. Users will then see the styles under the Styles menu in the top toolbar of the site editor.</p>\n\n\n\n<img />\n\n\n\n<p>WordPress 6.0 is the product of collaboration from more than 500 contributors in 58+ countries. It introduces more than 1,000 updates and bug fixes, including many that make the platform more performant and accessible. </p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">6.0 Field Guide</a> and the <a href=\"https://wordpress.org/support/wordpress-version/version-6-0/\">release notes</a> for a more detailed look at all the changes in the latest release.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 May 2022 20:29:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WordPress.org blog: WordPress 6.0 “Arturo”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12879\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2022/05/arturo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:52347:\"<img width=\"4161\" height=\"2822\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?fit=4161%2C2822&ssl=1\" alt=\"WordPress 6.0 Arturo\" class=\"wp-image-12919\" />\n\n\n\n<h2>Welcome to “Arturo”</h2>\n\n\n\n<p>Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, <a href=\"https://en.wikipedia.org/wiki/Arturo_O\'Farrill\">Arturo O’Farrill</a>. Known for his influence on contemporary Latin jazz, Arturo has pressed more than 15 albums spanning a body of work across five decades. </p>\n\n\n\n<p>Take some time to explore WordPress 6.0, built to help you unlock your creative aspirations and make your site-building experience more intuitive. And check out some of Arturo’s inspirational sounds that span Afro Cuban jazz, contemporary Latin jazz, and so much more.</p>\n\n\n\n<p>With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. <a href=\"https://wordpress.org/wordpress-6.0.zip\">Download it now</a>! As of today, WordPress powers more than 42% of websites worldwide.<sup><a href=\"https://wordpress.org/news/feed/#footnote\">1</a></sup></p>\n\n\n\n<p>Site owners and administrators should upgrade to take full advantage of the many stability, performance, and usability enhancements today. WordPress content creators will enjoy a suite of new features geared toward improving the writing and designing experiences.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Expanding Gutenberg into a full site editing experience in WordPress means that all of the problems the community had to address were complex and far-reaching. WordPress 6.0 is an example of the community’s commitment to tackling these tough challenges together. With thoughtful updates to the writing experience, building better block functionality, and adding a new intuitive style switcher, I’m really proud of the work that’s been done in this release to make a great site editing experience.</p><cite>Josepha Haden Chomphosy, Executive Director</cite></blockquote>\n\n\n\n<div class=\"wp-container-1 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/wordpress-6.0.zip\">Download WordPress 6.0</a></div>\n</div>\n\n\n\n<h2>What’s Inside</h2>\n\n\n\n<img width=\"1204\" height=\"700\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?fit=1204%2C700&ssl=1\" alt=\"Selecting multiple lines of text from two blocks\" class=\"wp-image-12887\" />\n\n\n\n<h3>Enhanced Writing Experience</h3>\n\n\n\n<p>Writing improvements abound, whether you’re writing a brand new post or adding elements to an existing page. Explore more ways to streamline your content creation process, including:</p>\n\n\n\n<ul><li>Select text across multiple blocks for easier copying and pasting.</li><li>Type two open brackets `<code>[[</code>` to quickly access a list of recent posts and pages.</li><li>Keep existing styles when you transform some blocks from one kind to another—from a Paragraph block to a Code block, for instance.</li><li>Create customized buttons and any new buttons you make will retain the style customizations automatically.</li><li>Make tag clouds and social icons even more appealing with updated settings and controls, and a new outline style for the tag cloud.</li></ul>\n\n\n\n<img width=\"1204\" height=\"700\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Style-switcher-big.gif?fit=1204%2C700&ssl=1\" alt=\"Style variations of Twenty Twenty Two theme\" class=\"wp-image-12893\" />\n\n\n\n<h3>Style Switching </h3>\n\n\n\n<p>Block themes now include the option to contain multiple style variations. This expands the new Style system even further and enables shortcuts to switch the look and feel of your site all within a single theme. In block themes that support this feature, you can change both the available settings, like the font-weight, and the style options, like the default color palette. Change the look and feel of your site with just a few clicks.</p>\n\n\n\n<img width=\"1204\" height=\"700\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?fit=1204%2C700&ssl=1\" alt=\"Popover listing available templates\" class=\"wp-image-12889\" />\n\n\n\n<h3>More Template Choices</h3>\n\n\n\n<p>WordPress 6.0 includes five new template options for block themes: author, date, categories, tag, and taxonomy. These additional templates provide greater flexibility for content creators. Tailor each with the tools you already know or with the following new options in this release: </p>\n\n\n\n<ul><li>Featured images can be used in the cover block.</li><li>New featured image sizing controls make it easier to get the results you want.</li><li>While editing a template, at the root, or between blocks, the quick inserter shows you patterns and template parts to help you work faster and discover new layout options.</li><li>The query block supports filtering on multiple authors, support for custom taxonomies, and support for customizing what is shown when there are no results.</li></ul>\n\n\n\n<img width=\"1204\" height=\"700\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?fit=1204%2C700&ssl=1\" alt=\"Browsing footer patterns in the quick inserter\" class=\"wp-image-12890\" />\n\n\n\n<h3>Integrated Patterns</h3>\n\n\n\n<p>Patterns will now appear when you need them in even more places, like in the quick inserter or when creating a new header or footer. If you’re a block theme author, you can even <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-patterns/\">register patterns from the Pattern Directory using `<code>theme.json</code>`</a>, enabling you to prioritize specific patterns that are most helpful to your theme’s users.</p>\n\n\n\n<h3>Additional Design Tools</h3>\n\n\n\n<p>Design tools grow more powerful and intuitive with each release. Some highlights for 6.0 include: </p>\n\n\n\n<ul><li>A new color panel design saves space, but still shows your options at a glance. </li><li>New border controls offer a simpler way to set your border exactly as you like it. </li><li>Transparency levels for your colors allow for even more creative color options.</li><li>Control gaps, margins, typography, and more on a collection of blocks, all at once, in the Group block.</li><li>Switch between stack, row, and group variations to position groups of blocks with more layout flexibility.</li><li>Use the gap support functionality in the Gallery block to create different looks – from adding spacing between all images, to removing spacing altogether.</li></ul>\n\n\n\n<img width=\"1204\" height=\"700\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?fit=1204%2C700&ssl=1\" alt=\"Selecting multiple blocks in the list view\" class=\"wp-image-12891\" />\n\n\n\n<h3>Better List View</h3>\n\n\n\n<p>New keyboard shortcuts enable you to select multiple blocks from the list view, modify them in bulk, and drag and drop them within the list. List View can be opened and closed easily; it comes collapsed by default and it automatically expands to the current selection whenever you select a block. </p>\n\n\n\n<img width=\"1204\" height=\"700\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?fit=1204%2C700&ssl=1\" alt=\"Unlocking the block in the block toolbar\" class=\"wp-image-12892\" />\n\n\n\n<h3>Block Locking Controls</h3>\n\n\n\n<p>Now you can lock your blocks. Choose to disable the option to move a block, remove a block, or both. This simplifies project handover, allowing your clients to unleash their creativity without worrying about accidentally breaking their site in the process.</p>\n\n\n\n<h2>Improved Performance in WordPress 6.0</h2>\n\n\n\n<p>This release includes several updates focused on improving the performance of WordPress. These enhancements cover a range of performance areas including improving the page and post-load speed, reducing the execution time of various query types, caching, navigation menus, and much more. The performance team working group is an important focus area of the core development team. For more information on this group’s work, please follow their work on Making WordPress with the <a href=\"https://make.wordpress.org/core/tag/performance/\">#performance hashtag</a>.</p>\n\n\n\n<h2>Enhancing WordPress 6.0 Accessibility</h2>\n\n\n\n<p>Accessibility is an integral part of the WordPress mission of fostering an inclusive community and supporting users of all types around the world. With this in mind, WordPress 6.0 includes more than 50 updates specifically focused on enhancing the accessibility of the platform. You can <a href=\"https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/\">read about these updates</a> and learn more about the accessibility initiatives that are ongoing.</p>\n\n\n\n<h2>Learn More About WordPress 6.0</h2>\n\n\n\n<p>See WordPress 6.0 in action! <a href=\"https://www.youtube.com/watch?v=oe452WcY7fA\">Watch a brief overview video</a> highlighting some of the major features debuting in WordPress 6.0.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a> for quick how-to videos and lots more on new features in WordPress. Or join a live <a href=\"https://learn.wordpress.org/social-learning/\">interactive online learning session</a> on a specific WordPress topic.</p>\n\n\n\n<p>Developers can explore the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a>. It is overflowing with detailed developer notes to help you build with and extend WordPress.</p>\n\n\n\n<p>Read the <a href=\"https://wordpress.org/support/wordpress-version/version-6-0/\">WordPress 6.0 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.</p>\n\n\n\n<h2>The WordPress 6.0 Release Squad</h2>\n\n\n\n<p>The group listed below tirelessly supported the release, from conception to ship date, and beyond:</p>\n\n\n\n<ul><li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> </li><li>Release Coordinators: <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> and <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a></li><li>Core Tech Lead: <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a></li><li>Editor Tech Leads: <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> and <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a></li><li>Core Triage Leads: <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> and <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a></li><li>Editor Triage Lead: <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></li><li>Documentation Leads: <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, and <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a></li><li>Marketing & Communications Lead: <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a></li><li>Test Leads: <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> and <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a></li><li>Design Lead: <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a></li></ul>\n\n\n\n<h2>Thank you to 500+ Contributors</h2>\n\n\n\n<p>WordPress 6.0 would not have been possible without the contributions of more than 500 people in at least 58 countries. Their asynchronous coordination to deliver hundreds of enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/abdullahramzan/\">Abdullah Ramzan</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a> · <a href=\"https://profiles.wordpress.org/adi64bit/\">adi64bit</a> · <a href=\"https://profiles.wordpress.org/aadilali/\">Adil Ali</a> · <a href=\"https://profiles.wordpress.org/agepcom/\">agepcom</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a> · <a href=\"https://profiles.wordpress.org/alansyue/\">alansyue</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a> · <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a> · <a href=\"https://profiles.wordpress.org/alefesouza/\">Alefe Souza</a> · <a href=\"https://profiles.wordpress.org/alex897/\">Aleksandar Kostov</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/aliakseyenkaihar/\">aliakseyenkaihar</a> · <a href=\"https://profiles.wordpress.org/alkesh7/\">Alkesh Miyani</a> · <a href=\"https://profiles.wordpress.org/alokstha1/\">Alok Shrestha</a> · <a href=\"https://profiles.wordpress.org/shedonist/\">Amanda Giles</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/_smartik_/\">Andrei Surdu</a> · <a href=\"https://profiles.wordpress.org/aandrewdixon/\">Andrew Dixon</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a> · <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/anoopranawat/\">Anoop Ranawat</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antonrinas/\">antonrinas</a> · <a href=\"https://profiles.wordpress.org/arcangelini/\">arcangelini</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arnee/\">Arne</a> · <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a> · <a href=\"https://profiles.wordpress.org/artdecotech/\">artdecotech</a> · <a href=\"https://profiles.wordpress.org/madeinua/\">ArteMa</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/asaquzzaman/\">Asaquzzaman mishu</a> · <a href=\"https://profiles.wordpress.org/atomicjack/\">atomicjack</a> · <a href=\"https://profiles.wordpress.org/ajoah/\">Aurélien Joahny</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/barryhughes/\">Barry</a> · <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a> · <a href=\"https://profiles.wordpress.org/bartoszgadomski/\">Bartosz Gadomski</a> · <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a> · <a href=\"https://profiles.wordpress.org/bettyjj/\">BettyJJ</a> · <a href=\"https://profiles.wordpress.org/bhrugesh12/\">Bhrugesh Bavishi</a> · <a href=\"https://profiles.wordpress.org/binarymoon/\">binarymoon</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/supercleanse/\">Blair Williams</a> · <a href=\"https://profiles.wordpress.org/blogaid/\">BlogAid</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/wpe_bdurette/\">Brandon DuRette</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">bronsonquick</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a> · <a href=\"https://profiles.wordpress.org/caraya/\">caraya</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cbigler/\">cbigler</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a> · <a href=\"https://profiles.wordpress.org/charleyparkerdesign/\">charleyparkerdesign</a> · <a href=\"https://profiles.wordpress.org/charlyox/\">charlyox</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/clubkert/\">Chris Lubkert</a> · <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/clonemykey/\">clonemykey</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a> · <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/htdat/\">Dat Hoang</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/devutpol/\">Deb Nath Utpol</a> · <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a> · <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a> · <a href=\"https://profiles.wordpress.org/dennisatyoast/\">Dennis Claassen</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a> · <a href=\"https://profiles.wordpress.org/drago239/\">drago239</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/dromero20/\">dromero20</a> · <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a> · <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a> · <a href=\"https://profiles.wordpress.org/eliezerspp/\">Eliezer Peña</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/eric3d/\">eric3d</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/espiat/\">espiat</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/etaproducto/\">etaproducto</a> · <a href=\"https://profiles.wordpress.org/everpress/\">EverPress</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> · <a href=\"https://profiles.wordpress.org/iogui/\">Fabio Blanco</a> · <a href=\"https://profiles.wordpress.org/faison/\">Faison</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a> · <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/foliovision/\">FolioVision</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a> · <a href=\"https://profiles.wordpress.org/frankei/\">frankei</a> · <a href=\"https://profiles.wordpress.org/furi3r/\">furi3r</a> · <a href=\"https://profiles.wordpress.org/gadhiyaravi/\">gadhiyaravi</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/genosseeinhorn/\">genosseeinhorn</a> · <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a> · <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/greglone/\">Grégory Viguier</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/gregoiresailland/\">gregoiresailland</a> · <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a> · <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/hasnainashfaq/\">Hasnain Ashfaq</a> · <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/hitendra-chopda/\">Hitendra Chopda</a> · <a href=\"https://profiles.wordpress.org/hristok/\">HristoK</a> · <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/ianatkins/\">ianatkins</a> · <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a> · <a href=\"https://profiles.wordpress.org/credo61/\">ImanGM</a> · <a href=\"https://profiles.wordpress.org/imokol/\">imokol</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/ishitaka/\">ishitaka</a> · <a href=\"https://profiles.wordpress.org/itsamoreh/\">itsamoreh</a> · <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a> · <a href=\"https://profiles.wordpress.org/ivanlutrov/\">Ivan Lutrov</a> · <a href=\"https://profiles.wordpress.org/jadpm/\">jadpm</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/jakeparis/\">jakeparis</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/codente/\">Jamie VanRaalte</a> · <a href=\"https://profiles.wordpress.org/rumpel2116/\">Jan Weiss</a> · <a href=\"https://profiles.wordpress.org/janh2/\">janh2</a> · <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a> · <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/jprieton/\">Javier Prieto</a> · <a href=\"https://profiles.wordpress.org/grandeljay/\">Jay Trees</a> · <a href=\"https://profiles.wordpress.org/jazbek/\">jazbek</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a> · <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a> · <a href=\"https://profiles.wordpress.org/sausajez/\">Jez Emery</a> · <a href=\"https://profiles.wordpress.org/jhned/\">jhned</a> · <a href=\"https://profiles.wordpress.org/jhnstn/\">jhnstn</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/jiteshdhamaniya/\">jiteshdhamaniya</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a> · <a href=\"https://profiles.wordpress.org/jorgecontreras/\">Jorge</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josearcos/\">José Arcos</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a> · <a href=\"https://profiles.wordpress.org/jostnes/\">Josepha Dambul</a> · <a href=\"https://profiles.wordpress.org/joshf/\">Joshua Fredrickson</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jrivett/\">jrivett</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a> · <a href=\"https://profiles.wordpress.org/juanlopez4691/\">juanlopez4691</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/justinbusa/\">Justin Busa</a> · <a href=\"https://profiles.wordpress.org/certainstrings/\">Justin Tucker</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/kapacity/\">kapacity</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">kbatdorf</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/w33zy/\">Kemory Grubb</a> · <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a> · <a href=\"https://profiles.wordpress.org/kprovance/\">Kev Provance</a> · <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a> · <a href=\"https://profiles.wordpress.org/kirtan95/\">Kirtan Gajjar</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kmix39/\">KMix</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/konradyoast/\">Konrad.K</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/kpegoraro/\">kpegoraro</a> · <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a> · <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a> · <a href=\"https://profiles.wordpress.org/uzumymw/\">leskam</a> · <a href=\"https://profiles.wordpress.org/layotte/\">Lew Ayotte</a> · <a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a> · <a href=\"https://profiles.wordpress.org/lschuyler/\">Lisa Schuyler</a> · <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a> · <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/karpstrucking/\">Lucas Karpiuk</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/pyrobd/\">Lukman Nakib</a> · <a href=\"https://profiles.wordpress.org/michelangelovandam/\">M. van Dam</a> · <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a> · <a href=\"https://profiles.wordpress.org/mashikag/\">Maciej</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/maguijo/\">maguijo</a> · <a href=\"https://profiles.wordpress.org/mhimon/\">Mahbub Hasan Imon</a> · <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/marv2/\">marv2</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">matiasbenedetto</a> · <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a> · <a href=\"https://profiles.wordpress.org/sivel/\">Matt Martz</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/themattroyal/\">Matt Royal</a> · <a href=\"https://profiles.wordpress.org/mjstoney/\">Matt Stoney</a> · <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a> · <a href=\"https://profiles.wordpress.org/mauriac/\">maur</a> · <a href=\"https://profiles.wordpress.org/azouamauriac/\">Mauriac AZOUA</a> · <a href=\"https://profiles.wordpress.org/maxkellermann/\">Max Kellermann</a> · <a href=\"https://profiles.wordpress.org/mehedi890/\">Mehedi Foysal</a> · <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/miken32/\">miken32</a> · <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/mirkolofio/\">Mirco Babini</a> · <a href=\"https://profiles.wordpress.org/mmdeveloper/\">MMDeveloper</a> · <a href=\"https://profiles.wordpress.org/mohadeseghasemi/\">Mohadese Ghasemi</a> · <a href=\"https://profiles.wordpress.org/ahsan03/\">Mohammad Ahsan Habib</a> · <a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a> · <a href=\"https://profiles.wordpress.org/mjkhajeh/\">MohammadJafar Khajeh</a> · <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a> · <a href=\"https://profiles.wordpress.org/moushik/\">moushik</a> · <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a> · <a href=\"https://profiles.wordpress.org/muhammadfaizanhaidar/\">Muhammad Faizan Haidar</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/nabil_kadimi/\">Nabil</a> · <a href=\"https://profiles.wordpress.org/nagpai/\">Nagesh Pai - a11n</a> · <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a> · <a href=\"https://profiles.wordpress.org/nhadsall/\">Nathan</a> · <a href=\"https://profiles.wordpress.org/nayana123/\">Nayana Maradia</a> · <a href=\"https://profiles.wordpress.org/nextend_ramona/\">Nextend Support - Ramona</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a> · <a href=\"https://profiles.wordpress.org/nickciske/\">Nick Ciske</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/knilkantha/\">Nil</a> · <a href=\"https://profiles.wordpress.org/nmschaller/\">nmschaller</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/opr18/\">opr18</a> · <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a> · <a href=\"https://profiles.wordpress.org/overclokk/\">overclokk</a> · <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a> · <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a> · <a href=\"https://profiles.wordpress.org/pls78/\">Paolo L. Scala</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/figureone/\">Paul Ryan</a> · <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">paulkevan</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/malinevskiy/\">Pavlo</a> · <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a> · <a href=\"https://profiles.wordpress.org/petaryoast/\">Petar Ratković</a> · <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petrosparaskevopoulos/\">petrosparaskevopoulos</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a> · <a href=\"https://profiles.wordpress.org/pgpagely/\">pgpagely</a> · <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a> · <a href=\"https://profiles.wordpress.org/priyank9033/\">Priyank</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a> · <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a> · <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a> · <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a> · <a href=\"https://profiles.wordpress.org/razvanonofrei/\">Razvan Onofrei</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/richybkreckel/\">Richard B. Kreckel</a> · <a href=\"https://profiles.wordpress.org/ricomoorman/\">ricomoorman</a> · <a href=\"https://profiles.wordpress.org/r0bsc0tt/\">Rob Scott</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a> · <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Wolný</a> · <a href=\"https://profiles.wordpress.org/rufus87/\">Rufus87</a> · <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a> · <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a> · <a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a> · <a href=\"https://profiles.wordpress.org/sabbir1991/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/sabbirshouvo/\">Sabbir Hasan</a> · <a href=\"https://profiles.wordpress.org/samiff/\">Sami Falah</a> · <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">santosguillamot</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/arasae/\">Sarah Snow</a> · <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a> · <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a> · <a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a> · <a href=\"https://profiles.wordpress.org/sbossarte/\">sbossarte</a> · <a href=\"https://profiles.wordpress.org/sclayf1/\">sclayf1</a> · <a href=\"https://profiles.wordpress.org/swb1192/\">Scott Buscemi</a> · <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a> · <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a> · <a href=\"https://profiles.wordpress.org/omaeyusuke/\">Segayuu</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/sheepysheep60/\">sheepysheep60</a> · <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a> · <a href=\"https://profiles.wordpress.org/shreyasikhar26/\">Shreyas Ikhar</a> · <a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/silb3r/\">silb3r</a> · <a href=\"https://profiles.wordpress.org/lumpysimon/\">Simon Blackbourn</a> · <a href=\"https://profiles.wordpress.org/pross/\">Simon Prosser</a> · <a href=\"https://profiles.wordpress.org/simonhammes/\">simonhammes</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a> · <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a> · <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a> · <a href=\"https://profiles.wordpress.org/spencercameron/\">Spencer Cameron-Morin</a> · <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a> · <a href=\"https://profiles.wordpress.org/stefanfisk/\">stefanfisk</a> · <a href=\"https://profiles.wordpress.org/satollo/\">Stefano Lissa</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephenharris/\">Stephen Harris</a> · <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/5um17/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/csesumonpro/\">Sumon Sarker</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva</a> · <a href=\"https://profiles.wordpress.org/mahype/\">Sven Wagener</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/tharsheblows/\">tharsheblows</a> · <a href=\"https://profiles.wordpress.org/legendusmaximus/\">Theo H</a> · <a href=\"https://profiles.wordpress.org/thimalw/\">Thimal Wickremage</a> · <a href=\"https://profiles.wordpress.org/twistermc/\">Thomas McMahon</a> · <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a> · <a href=\"https://profiles.wordpress.org/xiven/\">Thomas Pike</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Krüss</a> · <a href=\"https://profiles.wordpress.org/waterfire/\">Tim Blankenship</a> · <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomjdevisser/\">Tom</a> · <a href=\"https://profiles.wordpress.org/tomasztunik/\">tomasztunik</a> · <a href=\"https://profiles.wordpress.org/tomalec/\">Tomek</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/ttahmouch/\">Tony Tahmouch</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/sierratr/\">Tracy</a> · <a href=\"https://profiles.wordpress.org/trex005/\">trex005</a> · <a href=\"https://profiles.wordpress.org/tszming/\">tszming</a> · <a href=\"https://profiles.wordpress.org/tumas2/\">tumas2</a> · <a href=\"https://profiles.wordpress.org/twstokes/\">twstokes</a> · <a href=\"https://profiles.wordpress.org/junsuijin/\">Tynan Beatty</a> · <a href=\"https://profiles.wordpress.org/tzipporahwitty/\">tzipporahwitty</a> · <a href=\"https://profiles.wordpress.org/uday17035/\">Uday Kokitkar</a> · <a href=\"https://profiles.wordpress.org/ugljanin/\">ugljanin</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a> · <a href=\"https://profiles.wordpress.org/utkarshpatel/\">Utkarsh</a> · <a href=\"https://profiles.wordpress.org/valer1e/\">valer1e</a> · <a href=\"https://profiles.wordpress.org/versusbassz/\">versusbassz</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/elifvish/\">Vishal Kumar</a> · <a href=\"https://profiles.wordpress.org/vladolaru/\">vlad.olaru</a> · <a href=\"https://profiles.wordpress.org/volodymyrkolesnykov/\">Volodymyr Kolesnykov</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/wendyjchen/\">Wendy Chen</a> · <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whoisnegrello/\">whoisnegrello</a> · <a href=\"https://profiles.wordpress.org/antonynz/\">wpcharged</a> · <a href=\"https://profiles.wordpress.org/wpmakenorg/\">wpmakenorg</a> · <a href=\"https://profiles.wordpress.org/wpsoul/\">wpsoul</a> · <a href=\"https://profiles.wordpress.org/wraithkenny/\">WraithKenny</a> · <a href=\"https://profiles.wordpress.org/wslyhbb/\">wslyhbb</a> · <a href=\"https://profiles.wordpress.org/upsuper/\">Xidorn Quan</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/dolphingg/\">Yunus Ertuğrul</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/znuff/\">znuff</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a></p>\n\n\n\n<p>By release day, 76 locales had translated 90-percent or more of WordPress 6.0 into their language. Community translators continue after a release ensuring more translations are on their way. Thank you to everyone who helps to make WordPress available in 205 languages.</p>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users around the world.</p>\n\n\n\n<p>If contributing to WordPress appeals to you, it’s easy to learn more and get involved. Discover the different teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and explore the product roadmap on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<h2>The WordPress Mission & You</h2>\n\n\n\n<p>WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use. The project believes great software should work with minimum setup, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable so you can easily get started. It also offers powerful features for growth and success.</p>\n\n\n\n<p>WordPress believes in democratizing publishing and <a href=\"https://opensource.org/osd-annotated\">the freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating on and contributing to this project. The WordPress community is welcoming and inclusive. Our contributors’ passion drives the success of WordPress which, in turn, helps you reach your goals.</p>\n\n\n\n<p><a href=\"https://wordpress.org/about/\">Learn more about WordPress</a> and how you can join our community to help shape the future of the world’s most popular website platform.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A Release Haiku</h2>\n\n\n\n<p>Six-point-oh is here<br />Time to download and upgrade<br />Let’s pause, celebrate</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p id=\"footnote\">1 <a href=\"https://w3techs.com/technologies/overview/content_management\">According to W3Techs as of May 5, 2022</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 May 2022 20:01:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Do The Woo Community: Builder Tips from WordCamp Europe 2022 Speakers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=71730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://dothewoo.io/woocommerce-tips-speakers-wordcamp-europe/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:454:\"<p>Tips from Daisy Olsen, Dave Lockie, Devin Walker, Greg Ziolkowski, Jonathan Wold, Milana Cap, Nev Harris, Paul Bearne, Ryan Welcher, Vassilena Valchanova and Vito Peleg</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-tips-speakers-wordcamp-europe/\">Builder Tips from WordCamp Europe 2022 Speakers</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 May 2022 09:01:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: Open Source Initiative Launches News Blog on WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=133438\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/open-source-initiative-launches-news-blog-on-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7242:\"<p>The <a href=\"https://opensource.org/\">Open Source Initiative</a> (OSI), a public benefit corporation and steward of the <a href=\"https://opensource.org/docs/osd\">Open Source Definition</a>, has launched a <a href=\"https://blog.opensource.org/\">news blog</a> on WordPress. In 2021, OSI’s board appointed Stefano Maffulli as its first Executive Director, and he is leading the organization in overhauling its web presence.</p>\n\n\n\n<p>“One of the main objectives for OSI in 2022 is to reinforce our communication channels,” Maffulli said. “We’re improving the perception of OSI as a reliable, trustworthy organization. The OSI didn’t have a regular publishing schedule before, nor a content plan. Now we have established a regular cadence, publishing at least once a week (often more), commenting on recent news like a <a rel=\"noreferrer noopener\" href=\"https://blog.opensource.org/gnome-patent-troll-stripped-of-patent-rights/\" target=\"_blank\">winning against a patent troll</a> or <a rel=\"noreferrer noopener\" href=\"https://blog.opensource.org/modified-agplv3-removes-freedoms-adds-legal-headaches/\" target=\"_blank\">court decisions about open source licenses</a>, featuring our <a rel=\"noreferrer noopener\" href=\"https://blog.opensource.org/category/sponsors/\" target=\"_blank\">sponsors</a>, and offering <a rel=\"noreferrer noopener\" href=\"https://blog.opensource.org/category/opinions/\" target=\"_blank\">opinions</a> on topics of interest for the wider community. It’s a starting point to affirm OSI as a convener of conversations among various souls of the open source communities.”</p>\n\n\n\n<p>The blog was launched on a subdomain of the <a href=\"https://opensource.org/\">opensource.org</a> website, which uses Drupal 7, self-hosted on a droplet from Digital Ocean. It’s also tightly integrated with CiviCRM to manage members’ subscriptions, donations from individuals, tracking sponsorships, and sending the newsletter. </p>\n\n\n\n<p>As Drupal 7 is approaching EOL in November 2022, the team is planning to move everything to WordPress. They explored managed hosting with Drupal but found it was more expensive and also required them to migrate to a more recent version of Drupal. Themes and plugins made for D7 are not compatible with D9+, so they didn’t see an advantage in terms of time or simplicity.</p>\n\n\n\n<p>“Unfortunately we don’t have staff to manage a self-hosted Drupal installation and nobody on staff really knows how to use it,” Maffulli said. “Tasks like creating landing pages proved to be quite time consuming for us.</p>\n\n\n\n<p>“With money, knowledge and time constraints and an urgent need to increase our publishing rate, ramping up the organization’s visibility online we decided to migrate the website in two phases: First, we migrate the blog so we have a fresh look together with the improved publishing schedule. This phase is complete – the blog is on a managed hosting offered by DreamHost. The second phase is the migration of the rest of the site: this is ongoing with the help of Automattic and will take a few months to complete.”</p>\n\n\n\n<p>Although Maffulli wanted to avoid creating a blog under a subdomain, and preferred using the old URL (<a rel=\"noreferrer noopener\" href=\"http://opensource.org/blog.\" target=\"_blank\">opensource.org/blog.</a>..), mixing Drupal self-hosted with a managed WordPress site was not a common use case with straightforward solutions. If the new blog design looks familiar, that’s because it was inspired by WP Tavern’s new design.</p>\n\n\n\n<img />Open Source Initiative’s new WordPress-powered blog\n\n\n\n<p>“Once we decided to go with a subdomain, the new site took really only a few days to launch: I knew I wanted to have a simple site, minimal amount of plugins, no page builders and a very clean design based on WP Tavern, of which I’m a fan,” he said. </p>\n\n\n\n<p>Since the Tavern’s theme wasn’t yet on GitHub, Maffulli contracted a developer who used WordPress’ new full-site editing features to create a simple child theme based on the Twenty Twenty-Two default theme. He said he is glad overseeing the project gave him a chance to learn the basics of FSE.</p>\n\n\n\n<p>Some members of the OSI staff were already familiar with WordPress, which contributed to the decision to use the software. The wide range of functionality and third-party integrations were also a factor.</p>\n\n\n\n<p>“We rely a lot on content calendar solutions that allow to manage schedule posts and social media promotions from one tool,” Maffulli said.</p>\n\n\n\n<p>“We’re addicted to CoSchedule. That tool is far from perfect, primarily because it’s not Open Source. But it’s so incredibly powerful and convenient for a small team like us. We track our publishing calendar and tasks with CoSchedule, making it so easy not to miss a beat: every blog post has it’s social media attachment, same with the newsletter, that becomes a blog post for archive. Soon, we’ll add podcasts.”</p>\n\n\n\n<p>Maffulli said he wishes the WordPress media library offered a more standardized way of storing and tracking copyright information, like the author, source, and license. </p>\n\n\n\n<p>“I think this unnecessarily exposes WP users to copyright infringement claims where trolls could threaten successfully people who may have not kept their records clean,” he said. “It’s something to think about for future releases of Instant Images and similar plugins.”</p>\n\n\n\n<p>The OSI team has opted to keep comments closed on posts at this time, since they do not have the capicity to properly moderate comments.</p>\n\n\n\n<p>“I have a lot of experience managing online communities and I know it can become very time consuming,” Maffulli said. “We just don’t have staff but we’re raising funds to solve that.”</p>\n\n\n\n<p>OSI is also looking into creating a way to give its members the privilege of commenting. This would require a way to integrate authentication with CiviCRM to access members’ records. </p>\n\n\n\n<p>“While we build staff and upgrade <a rel=\"noreferrer noopener\" href=\"http://opensource.org/\" target=\"_blank\">opensource.org</a>, I hope to setup services from the <a href=\"https://indieweb.org/\">IndieWeb</a> community into Voices of Open Source,” Maffulli said. “This will allow for comments made on various social networks to be aggregated back into <a rel=\"noreferrer noopener\" href=\"http://blog.opensource.org/\" target=\"_blank\">blog.opensource.org</a>.”</p>\n\n\n\n<p>The new Voices of Open Source blog has started by featuring the network of OSI affiliates, which boasts 80 organizations, including Mozilla, Wikimedia, Linux Foundation, OpenUK, and more.</p>\n\n\n\n<p>“We’d like to share OSI’s unique position to highlight open source stories, challenges, and successes of companies and people around the world,” Maffulli said. OSI is in communication with its affiliates to make them aware of this opportunity and is aiming to open guest posting on the blog to indvidual members in the wider community sometime in the future.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 May 2022 21:31:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Post Status: WooCommerce Function of the Week: wc_get_product_category_list\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97560\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://poststatus.com/woocommerce-function-of-the-week-wc_get_product_category_list/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8904:\"<p class=\"has-drop-cap\">Here\'s yet another time-saving WooCommerce function. No need to reinvent the wheel — with a single line of code and no custom queries, you can get all the categories a product belongs to.</p>\n\n\n\n<p>This week\'s function is <code>wc_get_product_category_list</code>, and there\'s no need to explain what it does as its name is self-explanatory.</p>\n\n\n\n<p>As usual, we\'ll study the WooCommerce core function code, see where and why it\'s used, and finally we\'ll cover a quick case study. Enjoy!</p>\n\n\n\n<span id=\"more-97560\"></span>\n\n\n\n<h2 id=\"h-function-code\">Function code</h2>\n\n\n\n<p>The function <code>wc_get_product_category_list</code> can be found under <code>\\woocommerce\\includes\\wc-product-functions.php</code>:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>/**\n * Returns the product categories in a list.\n *\n * @param int $product_id Product ID.\n * @param string $sep (default: \', \').\n * @param string $before (default: \'\').\n * @param string $after (default: \'\').\n * @return string\n */\nfunction wc_get_product_category_list( $product_id, $sep = \', \', $before = \'\', $after = \'\' ) {\n return get_the_term_list( $product_id, \'product_cat\', $before, $sep, $after );\n}</code></pre>\n\n\n\n<p>First of all, let\'s look at the function parameters: </p>\n\n\n\n<ul><li><code>$product_id</code>, which is of course the product we want to get the categories for.</li><li><code>$sep</code>, by default a comma, which defines the list separator.</li><li><code>$before</code> and <code>$after</code>, by default empty strings, which define what shows before and after the list of categories. (prefix / suffix)</li></ul>\n\n\n\n<p>Now to the function statements — actually, <em>statement</em>, as there is only one:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>return get_the_term_list( $product_id, \'product_cat\', $before, $sep, $after );</code></pre>\n\n\n\n<p>That really sounds like a WordPress function as there is no mention of “woo,” “wc,” or any other WooCommerce prefixes. Let\'s look it up in the WordPress developer code reference documentation. (<a href=\"https://developer.wordpress.org/reference/functions/get_the_term_list/\" target=\"_blank\" rel=\"noreferrer noopener\">https://developer.wordpress.org/reference/functions/get_the_term_list/</a>)</p>\n\n\n\n<p>Here we go:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>function get_the_term_list( $post_id, $taxonomy, $before = \'\', $sep = \'\', $after = \'\' ) {\n $terms = get_the_terms( $post_id, $taxonomy );\n \n if ( is_wp_error( $terms ) ) {\n return $terms;\n }\n \n if ( empty( $terms ) ) {\n return false;\n }\n \n $links = array();\n \n foreach ( $terms as $term ) {\n $link = get_term_link( $term, $taxonomy );\n if ( is_wp_error( $link ) ) {\n return $link;\n }\n $links[] = \'<a href=\"\' . esc_url( $link ) . \'\" rel=\"tag\">\' . $term->name . \'</a>\';\n }\n \n /**\n * Filters the term links for a given taxonomy.\n *\n * The dynamic portion of the hook name, `$taxonomy`, refers\n * to the taxonomy slug.\n *\n * Possible hook names include:\n *\n * - `term_links-category`\n * - `term_links-post_tag`\n * - `term_links-post_format`\n *\n * @since 2.5.0\n *\n * @param string[] $links An array of term links.\n */\n $term_links = apply_filters( \"term_links-{$taxonomy}\", $links ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores\n \n return $before . implode( $sep, $term_links ) . $after;\n}</code></pre>\n\n\n\n<p>Simple enough — <code>get_the_term_list</code> accepts basically the same parameters we covered above, plus the <code>$taxonomy</code> parameter, which in our case is passed as <code>product_cat</code> to tell WordPress we\'re retrieving WooCommerce product categories.</p>\n\n\n\n<p>Here\'s how it works:</p>\n\n\n\n<ul><li><code>get_the_terms( $post_id, $taxonomy )</code> gets the product ID category objects.</li><li><code>$links</code> array gets filled with the list of categories, each with its own link.</li><li><code>return $before . implode( $sep, $term_links ) . $after</code> gives us the content we need: “prefix + $links separated with $sep + suffix”</li></ul>\n\n\n\n<h2>Function usage</h2>\n\n\n\n<p>Define a product ID (e.g., 57) — and that\'s all you need to do!</p>\n\n\n\n<p>Call the function:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>echo wc_get_product_category_list( 57 );</code></pre>\n\n\n\n<p>And see the magic happen:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>cat1 link, cat2 link, cat3 link, ...</code></pre>\n\n\n\n<p>Of course, if you have access to the <code>$product global</code>, you can call the function dynamically. For example, if you want to call the function on every single product pages, you could do this:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>echo wc_get_product_category_list( $product->get_id() );</code></pre>\n\n\n\n<p>Now I want to see where and when the function is called, so we give it a bit of context. With a quick search through the WooCommerce plugin, I find a single result in <code>\\woocommerce\\templates\\single-product\\meta.php</code>, line 34:</p>\n\n\n\n<pre class=\"wp-block-code\"><code><?php echo wc_get_product_category_list( $product->get_id(), \', \', \'<span class=\"posted_in\">\' . _n( \'Category:\', \'Categories:\', count( $product->get_category_ids() ), \'woocommerce\' ) . \' \', \'</span>\' ); ?></code></pre>\n\n\n\n<p>Which generates this output on my single product page:</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"752\" height=\"357\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/05/image-752x357.png\" alt=\"\" class=\"wp-image-97562\" /></div>\n\n\n\n<p>Now we know <code>wc_get_product_category_list</code> is responsible for showing the list of categories in the single product page where it comes with a prefix (‘Category:\' or ‘Categories:\' based on category count) plus the default comma separator and no suffix.</p>\n\n\n\n<p>Let\'s use <code>wc_get_product_category_list</code> for our custom development example now and consider a quick case study.</p>\n\n\n\n<h2 id=\"h-case-study\">Case study</h2>\n\n\n\n<p>Where could <code>wc_get_product_category_list</code> come in handy? Surely, in the shop page.</p>\n\n\n\n<p>By default, WooCommerce shows the list of products with image, title, price and button. There is no mention of product categories there, so let\'s add them ourselves.</p>\n\n\n\n<p><strong>Before</strong>:</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"752\" height=\"398\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/05/image-1-752x398.png\" alt=\"\" class=\"wp-image-97563\" /></div>\n\n\n\n<p><strong>The custom snippet:</strong></p>\n\n\n\n<pre class=\"wp-block-code\"><code>/**\n * @snippet Show Categories | WooCommerce Shop\n * @how-to Get CustomizeWoo.com FREE\n * @author Rodolfo Melogli\n * @testedwith WooCommerce 6\n * @donate $9 https://businessbloomer.com/bloomer-armada/\n */\n\nadd_action( \'woocommerce_after_shop_loop_item\', \'bbloomer_show_product_categories\', 9 );\n\nfunction bbloomer_show_product_categories() {\n global $product; \n echo wc_get_product_category_list( $product->get_id(), \' - \', \'<p>In: \', \' \' . _n( \'category\', \'categories\', count( $product->get_category_ids() ), \'woocommerce\' ) . \'</p>\' );\n}</code></pre>\n\n\n\n<p><strong>After</strong>:</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"752\" height=\"383\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/05/image-2-752x383.png\" alt=\"\" class=\"wp-image-97564\" /></div>\n\n\n\n<p>A few notes:</p>\n\n\n\n<ul><li>I used the <code>woocommerce_after_shop_loop_item</code> hook with priority 9, which is just before priority 10 (the add-to-cart button). TLDR: I\'m outputting the category list above the add to cart button.</li><li>I declare the global <code>$product</code> so that I can access the product ID.</li><li>I then call the <code>wc_get_product_category_list function</code>, with the following parameters:<ul><li><code>$product->get_id() <strong>-> the product ID</strong></code></li><li><code>\' - \' <strong>-> the separator</strong></code></li><li><code>\'<p>In: \' <strong>-> the prefix</strong></code></li><li><code>\' \' . _n( \'category\', \'categories\', count( $product->get_category_ids() ), \'woocommerce\' ) . \'</p> \' <strong>-> the suffix</strong></code></li></ul></li></ul>\n\n\n\n<p>It\'s interesting how I reused this line from the single product page, as I mentioned above:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>_n( \'category\', \'categories\', count( $product->get_category_ids() ), \'woocommerce\' )</code></pre>\n\n\n\n<p>Basically, if <code>count = 1</code> the first string is returned (singular “category”), while if <code>count > 1</code> you get the plural “categories.” You can see the difference in the last screenshot above.</p>\n\n\n\n<p>Any other use cases you have in mind? Let me know in the comments!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 22 May 2022 21:00:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Rodolfo Melogli\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Gutenberg Times: WordCamp Europe, 75 Themes, Thunks and Filters – Weekend Edition 216\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=21184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://gutenbergtimes.com/wordcamp-europe-75-themes-thunks-and-filters-weekend-edition-216/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11675:\"<p>Howdy, </p>\n\n\n\n<p>Greetings from Porto, Portugal. It’s a wonderful city. You cn walk and walk and walk, up the hill, down the hill, with ever changing view. The ratio of restaurants and bar per block is on average three. In certain areas, every single doorwar offers you a different place to eat or drink. </p>\n\n\n\n\n\n<p>Last week, WordCamp Europe organizers announced that <a href=\"https://europe.wordcamp.org/2022/wceu-livestreamed/\">there will be a livestream</a> of the sessions’ in track one and two. That’s good news, as there are amazing t<a href=\"https://europe.wordcamp.org/2022/schedule/\">alks and speakers on the schedule.</a> If you want to casually run into me, <a href=\"https://europe.wordcamp.org/2022/the-wordpress-community-booth-at-wceu2022/\">I will be at the Community Booth</a> Friday and Saturday around 10 am 🙂</p>\n\n\n\n<p>Before people from the WordPress Community descend to Porto, core contributors will release WordPress 6.0 on May 24, 2022. The signs seem in their favor, and <a href=\"https://make.wordpress.org/core/2022/05/20/wordpress-6-0-release-candidate-4-rc4-now-available-for-testing/\">RC candidate four is now available.</a> <strong><a href=\"https://twitter.com/priethor\">Hector Prieto</a></strong>, release co-coordinator, outline the <a href=\"https://make.wordpress.org/core/2022/05/19/wordpress-6-0-release-day-process/\">WordPress 6.0 Release Day Process</a>, just in case you are interested in how the sausage is made, so to speak. </p>\n\n\n\n<p>Stay well, and safe! </p>\n\n\n\n<p>Yours, 💕<br />Birgit</p>\n\n\n\n\n\n\n<div class=\"wp-container-1 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p>Table of Contents</p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#theme-building-and-full-site-editing\">Theme Building and Full-Site Editing</a></li><li><a href=\"https://gutenbergtimes.com/feed/#update-for-site-owners-and-site-builders\">Update for site owners and site builders. </a><ul><li><a href=\"https://gutenbergtimes.com/feed/#now-available-on-wordpress-tv\">Now available on WordPress TV </a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#3-b\">Block Buidling and Tools for Developers</a></li><li><a href=\"https://gutenbergtimes.com/feed/#upcoming-wordpress-events\">Upcoming WordPress Events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#social-learning-events\">Social Learning Events</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#wordcamp-and-other-events\">WordCamp and other Events</a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"theme-building-and-full-site-editing\">Theme Building and Full-Site Editing</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/nickmdiego\">Nick Diego</a></strong>, developer advocate at WPEngine, has been teaching the <em>Working with Template in Full Site Editing</em> series on the Meetup Social Learning space. Part 1 and Part 2 are now available on WordPress.tv</p>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/2022/05/06/nick-diego-builder-basics-working-with-templates-in-full-site-editing-part-1/\"><strong>Working with Templates in Full Site Editing (Part 1)</strong></a></li><li><a href=\"https://wordpress.tv/2022/05/15/nick-diego-builder-basics-working-with-templates-in-full-site-editing-part-2/\"><strong>Working with Templates in Full Site Editing (Part 2)</strong></a></li></ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you want to know how far the Gutenberg project and the block editor in WordPress has come, watch this video by <strong>Anne McCarthy</strong>: <a href=\"https://www.youtube.com/watch?v=MjDhfW7FpAc\"><strong>Building a site with WordPress 5.0 vs WordPress 6.0</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The <a href=\"https://wordpress.org/patterns/new-pattern/\"><em>Pattern Creator </em></a>is a online tool which allows you to create block patterns for inclusion into the WordPress Patterns Directory, a place where you can access freely available patterns for your websites. On this podcast episode of the WPTavern’s Jukebox, <a href=\"https://wptavern.com/podcast/27-ana-segota-and-kelly-choyce-dwan-on-how-to-use-the-new-pattern-creator\"><strong>Ana Segota and Kelly Choyce-Dwan on How To Use the New Pattern Creator,</strong></a> <strong>Nathan Wrigley </strong>talked to Ana Segota and Kelly Choyce-Dwan, who share two different perspectives. Segota is a themer and Choyce-Dwan is on the team, that built the Pattern Creator.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Now that the Style Switcher is coming to WordPress 6.0, it might be time to learn <strong><a href=\"https://fullsiteediting.com/lessons/global-style-variations/\">how to create Style variations for your theme</a></strong>. A style variations is a user-selectable skin of the same theme. Everything stays that same except the color palette or the available fonts. <strong>Caroline Nymark</strong> published <a href=\"https://fullsiteediting.com/lessons/global-style-variations/\">a lesson for you on her site.</a></p>\n\n\n\n<p>Justin Tadlock also wrote about <strong><a href=\"https://wptavern.com/global-style-variations-skins-for-themes-have-landed-in-gutenberg\">Global Style Variations, “Skins” for Themes, Have Landed in Gutenberg</a></strong> earlier this year. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Carolina Nymark</strong> aslo pursued the question: <a href=\"https://fullsiteediting.com/lessons/accessibility-in-full-site-editing-themes/\"><strong>Can a full site editing theme be accessibility-ready?</strong></a> and shares her throughts and knowledge</p>\n\n\n\n<h2 id=\"update-for-site-owners-and-site-builders\">Update for site owners and site builders. </h2>\n\n\n\n<p>75 Block Themes in the WordPress Theme Directory, <a href=\"https://wordpress.org/themes/catch-fse/\">Catch FSE</a> is one of them. Justin Tadlock took it for a spin and published his review. <a href=\"https://wptavern.com/catch-fse-is-a-bold-business-friendly-wordpress-block-theme\"><strong>Catch FSE Is a Bold, Business-Friendly WordPress Block Theme</strong></a>. </p>\n\n\n\n<p>Take a look at the others: <a href=\"https://wordpress.org/themes/tags/full-site-editing/\"><em>WordPress Theme Directory, Full-Site Editing</em></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/kevinbatdorf\">Kevin Batdorf,</a></strong> developer at Extendify, published a plugin called <a href=\"https://wordpress.org/plugins/image-filters/\">Image Filters</a> that adds 22 more filters to your choices, even better than Instagram and you can do it all on your website! </p>\n\n\n\n<img />\n\n\n\n<p>Read more about it on the WPTavern: <a href=\"https://wptavern.com/the-image-filters-plugin-adds-over-20-filters-including-vintage-pastel-pink-and-more\"><strong>The Image Filters Plugin Adds Over 20 Filters, Including Vintage, Pastel Pink, and More</strong></a></p>\n\n\n\n<h3 id=\"now-available-on-wordpress-tv\">Now available on WordPress TV </h3>\n\n\n\n<p><a href=\"https://wordpress.tv/2022/05/19/using-the-navigation-block/\"><strong>Using the Navigation Block</strong></a> with Wes Theron, a 45 minute walk through the ins and outs of the new Navigation block. </p>\n\n\n\n<p>And when you are done with that, or if you already know it you might want to T<a href=\"https://wordpress.tv/2022/05/12/taking-advantage-of-query-loops-2/\"><strong>ake Advantage of Query Loops</strong></a> also with Wed </p>\n\n\n\n<h2 id=\"3-b\">Block Buidling and Tools for Developers</h2>\n\n\n\n<p>In his live stream, <a href=\"https://www.youtube.com/watch?v=SjaBjNmewPQ\"><strong>reviewing the changes to the @wordpress/scripts package and trying out Thunks for the first time</strong></a>, <strong>Ryan Welche</strong>r looked at the new changes to the @wordpress/scripts package that make using it much easier for developers. He then get into using Thunks in the datastore created for the pre-publish checklist.</p>\n\n\n\n<p>What are Thunks you might ask? Here is a post by <strong><a href=\"https://twitter.com/adamzielin\">Adam Zielinsky</a></strong>: <a href=\"https://make.wordpress.org/core/2021/10/29/thunks-in-gutenberg/\"><strong>Thunks in Gutenberg</strong></a></p>\n\n\n\n<h2 id=\"upcoming-wordpress-events\">Upcoming WordPress Events</h2>\n\n\n\n<h3 id=\"social-learning-events\">Social Learning Events</h3>\n\n\n\n<p><strong>May 23, 2022 1pm EDT / 17:00 UTC</strong> <br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/285798142/\">Hello Blocks! Coding a custom block</a></strong> w/ Ryan Welcher</p>\n\n\n\n<p><strong>May 25, 2022 – 7pm EDT / 23:00 UTC </strong><br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/285577455/\">Design With Me: Create a Simple Website for your Small Business</a></strong> w/ Sarah Snow</p>\n\n\n\n<p><strong>May 26, 2022 – 5 pm EDT / 19:00 UTC </strong><br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/285952290/\">I want a Website, not a Blog!</a></strong> w/ Destiny Kano</p>\n\n\n\n<p><strong>June 16, 2022 – 5pm EDT / 19:00 UTC </strong><br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/286028824/\">Let’s build a homepage together</a></strong> w/ Wes Theron. </p>\n\n\n\n<h2 id=\"wordcamp-and-other-events\">WordCamp and other Events</h2>\n\n\n\n<p><strong>June 2 – 4th, 2022 </strong><br /><strong><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe</a></strong></p>\n\n\n\n<p><strong>June 11 + 12, 2022 </strong> <br /><a href=\"https://warsaw.wordcamp.org/2022/\"><strong>WordCamp Warsaw</strong></a></p>\n\n\n\n<p><strong>June 20 – 24, 2022</strong> <br /><strong><a href=\"https://pagebuildersummit.com/\">Page Builder Summit </a></strong></p>\n\n\n\n<p><strong>June 25, 2022 </strong><br /><strong><a href=\"https://montclair.wordcamp.org/2022/\">WordCamp Montclair, NJ</a></strong></p>\n\n\n\n<p><strong>September 9 – 11, 2022</strong><br /><strong><a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a></strong>, San Diego, California</p>\n\n\n\n<p><strong>September 15 + 16, 2022</strong> <br /><a href=\"https://netherlands.wordcamp.org/2022/\"><strong>WordCamp Netherlands</strong></a></p>\n\n\n\n<p><strong>February 17-19 2023</strong> (tent)<br /><a href=\"https://asia.wordcamp.org/2023/\"><strong>WordCamp Asia</strong></a>, Bangkok, Thailand</p>\n\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 21 May 2022 05:43:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: New Video Explores Site Building Progress From WordPress 5.0 to 6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134617\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wptavern.com/new-video-explores-site-building-progress-from-wordpress-5-0-to-6-0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4086:\"<p>Do you remember what it was like to use WordPress 5.0? Three years and ten major releases have radically changed the site building experience, but it’s not always easy to see recognize when focused on some of the smaller, iterative changes that slowly add up. Anne McCarthy, WordPress product liaison at Automattic and co-release coordinator for 6.0, has created a short 13-minute video that shows the immense amount of progress contributors have made on site building features.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>McCarthy takes viewers back in time to WordPress 5.0, released in December 2018, which introduced the block editor and the Twenty Nineteen default theme through the work of 400+ contributors. She demonstrates using the Customizer with the default theme. These were simpler days and it’s clear now how limited the Customizer was for implementing the most basic changes. </p>\n\n\n\n<p>The video contrasts that experience with the upcoming 6.0 release, which features the work of 500+ contributors on features that didn’t exist three years ago.</p>\n\n\n\n<p>McCarthy quickly demonstrates the 6.0 site editing experience, swapping out template parts, and showcasing the breadth of the customization available for images, colors, typography, controlling the posts that are displayed, style variations, and the impressive array of design tools available.</p>\n\n\n\n<img />\n\n\n\n<p>Ten major versions later, nearly every aspect of a WordPress site is customizable through the site editor. For those who have not yet made the leap into full-site editing – it’s essentially like the old Customizer but with super powers, better instant previews, and the interface is a panel on the right. At this point, I don’t think the usability is at a level where someone can just get in there and immediately know what they are doing. It takes a little bit of exploring, but it’s moving in the right direction.</p>\n\n\n\n<p>Videos like this one show what is possible and just how far WordPress has come since it first introduced the block editor. It also indirectly answers Joost de Valk’s recent claims that <a href=\"https://joost.blog/wordpress-market-share-shrinking/\">the full-site editing project not being done yet is partially to blame</a> for WordPress’ recent <a href=\"https://wptavern.com/wordpress-community-attributes-declining-market-share-to-performance-issues-increased-complexity-and-the-lagging-full-site-editing-project\">decline in market share</a>. </p>\n\n\n\n<p>While WordPress remains the uncontested market leader among CMS’s, some say this small percentage of a decline is inconsequential. Matt Mullenweg has stated in previous interviews that he views market share stats as a “<a href=\"https://wptavern.com/matt-mullenweg-and-david-heinemeier-hansson-discuss-wordpress-market-share-monopolies-and-power-in-open-source-communities\">trailing indicator</a>” in the quest to create the best possible experience for users and developers. A growing market share, in that sense, is a signal of user satisfaction. </p>\n\n\n\n<p>WordPress jumped into the block paradigm at the right time, just as many other apps began adopting the concept of composable blocks for creating content and designs. Full-site editing is the extension of that vision but it takes time to make it something polished and delightful to use. McCarthy’s video is a good reminder of the limitations that users previously labored under while trying to edit their sites, and the “why” behind all the effort going into FSE.</p>\n\n\n\n<p>“As someone who’s currently on the WordPress 6.0 Release Team, I can attest that the project needs more contributors,” WordPress contributor Nick Diego <a href=\"https://twitter.com/nickmdiego/status/1524456236518940672\">said</a> in response to the recent market share discussion. “The fact that FSE has taken so long is not a lack of effort. There are many contributors pouring their hearts and souls into the project. We just need more help.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 21 May 2022 01:14:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Post Status: Post Status Upgrade — Zen and the Art of Lockpicking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97950\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://poststatus.com/zen-and-the-art-of-lockpicking/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2550:\"<p class=\"has-background\">Learn new skills and build your knowledge to enhance your career in WordPress! <strong>Post Status Upgrade</strong> is an ongoing series of live workshops centered around a particular skill or learning activity.</p>\n\n\n\n<p class=\"has-drop-cap\">Watch Robert Rowley explain the basics of lock picking in this live, hands-on workshop for Post Status members that took place on May 5th, 2022. Watch as Robert teaches participants how to open locks, as well as their minds. He shares stories about emotional intelligence and the life cycle of skill practice from the beginner\'s mind to the expert\'s. You\'ll laugh at some entertaining mishaps Robert has had with lock picks!</p>\n\n\n\n<div class=\"wp-container-1 wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-image\"><img width=\"132\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/03/robert-snow-1-132x150.png\" alt=\"Robert Rowley\" class=\"wp-image-95165\" />Robert Rowley</div>\n\n\n\n<p><strong>Robert Rowley</strong> is <strong>Patchstack</strong>‘s Security Advocate and has been picking locks since 2004. Between 2016 and 2019 Robert ran a retreat for his information security friends and colleagues called <strong>Disconnect Camp</strong>. This is where he first combined skills like lock picking with reflection on mental health, wellness, skill development and more.</p>\n</div></div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"wp-block-columns has-theme-palette-7-background-color has-background\">\n<div class=\"wp-block-column is-vertically-aligned-center\">\n<div id=\"StellarWP\" class=\"wp-block-image is-style-default\"><a href=\"https://poststat.us/stellarwp\"><img width=\"300\" height=\"300\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/02/stellarwp-black-1-300x300.png\" alt=\"StellarWP\" class=\"wp-image-93207\" title=\"StellarWP\" /></a></div>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p class=\"has-small-font-size\"><strong>StellarWP</strong> is a collective of WordPress innovators empowering business owners and creators with plugins and tools to help them thrive. We build great plugins, but we don’t stop there; we continually challenge ourselves to keep innovating and improving. Our solutions include <a href=\"https://poststat.us/stellarwp\"><strong>the most trusted names in WordPress</strong></a>, with more than 2.5 Million installs. Since 2021, we’ve grown to encompass seven brands and dozens of plugins. StellarWP is part of the Liquid Web family of brands. <br /></p>\n</div>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2022 21:15:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Post Status: Post Status Notes #499\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97724\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://poststatus.com/post-status-notes-499/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14087:\"<div class=\"wp-container-3 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Kim Parsell Memorial Scholarship returns to WCUS › Think like a platform again! › Leo Gopal on support for mental health in the community › WP Accessibility Day › Performance Lab 1.1.0 › The WordPress Way › Dropping jQuery for speed › More to WP than Headless and FSE for devs › and more… </p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_f5fe16-0a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>With <strong>WordCamp US</strong> being held in-person (September 9-11), that also means the <strong>WordPress Foundation’s Kim Parsell Memorial Scholarship</strong> has returned! This <a href=\"https://wordpressfoundation.org/news/2022/the-kim-parsell-memorial-scholarship-returns-for-wordcamp-us-2022/\">scholarship provides financial assistance</a> — including travel costs — so the recipient can attend the conference. It\'s good to see three scholarships will be awarded this time, thanks to COVID-19 taking out in-person events for us in 2020 and 2021. </p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_39de4e-45\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Brian Coords</strong> says <a href=\"https://masterwp.com/wordpress-needs-to-start-thinking-like-a-platform-again/\">WordPress “needs to start thinking like a platform again.”</a> While I don\'t agree that <strong>Full Site Editing</strong> feels like or is the next “Google Plus or Apple’s Ping,” I do believe it could distract from user experience elsewhere and other things that need attention. (My take: <strong>Google</strong> abandoned Plus without putting much effort into it, and <strong>Apple</strong> is just bad at social full stop.) <strong>[DB]</strong></p>\n\n\n\n<p>I talked about what WordPress needs in <a href=\"https://poststatus.com/the-state-of-wordpress-market-share/\">a recent Post Status Comments episode</a> on the prospects of declining market share with <strong>Joost de Valk</strong>, <strong>Alex Denning</strong>, and <strong>Jessica Frick</strong>. <strong>[DB]</strong></p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_fd78c8-ed\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Leo Gopal</strong> from <strong>Cape Town, South Africa</strong> writes about <a href=\"https://heropress.com/essays/community-saved-life-falling-lifted/\">depression and mental illness</a>, and how the WordPress community has rallied around him.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_db5284-f4\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>Here\'s <a href=\"https://wordpress.org/plugins/local-google-fonts/\">a new plugin</a> from <strong>Xaver Birsak</strong> that hosts the <strong>Google Fonts</strong> you use on your own server.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_c22000-0a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>If you\'re a <strong>Gravity Forms</strong> user and have ever needed charts and graphs, then <strong>GravityView</strong>‘s <a href=\"https://www.gravityforms.com/blog/gravitycharts-by-gravityview/\">new plugin might be of interest</a>.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_adb0bf-ec\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>The <strong>WP Accessibility Day</strong> <a href=\"https://wpaccessibility.day/\">website is live</a>! The date for this event is November 2-3, 2022.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_ced27d-52\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><a href=\"https://twitter.com/carolinapoena\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Carolina Nymark</strong></a> took to Twitter for <a href=\"https://twitter.com/carolinapoena/status/1525352306576961536\">an insightful investigation and survey</a> about the <strong>Full Site Editing</strong> themes already in the .org theme directory. She shares stats like the number of core blocks styled in <code>theme.json</code> and common color slugs.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_9c2be9-8a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>Here\'s a good two part series (<a href=\"https://hidde.blog/common-a11y-issues/\">part one</a> and <a href=\"https://hidde.blog/more-common-a11y-issues/\">part two</a>) from <strong>Hidde de Vries</strong> on common accessibility issues that you can address and fix on your site today.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_f1538e-8b\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Ross Wintle</strong> has combined a searchable command palette with “fancy browser APIs” to <a href=\"https://twitter.com/magicroundabout/status/1525230664911560704\">enable voice-controlled WordPress</a>. Fun experiment!</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_db75ff-27\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>If you are new to <strong>WooCommerce</strong> and looking into performance enhancements, <a href=\"https://convesio.com/blog/wordpress-performance/how-to-speed-up-woocommerce-backend/\">this post</a> from <strong>Ibad Rehman</strong> might be a good place to start.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8a8a7d-2a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Bernhard Kau</strong> has <a href=\"https://wordpress.org/plugins/campaign-archive-block-for-mailchimp/\">released a WordPress plugin</a> for <strong>MailChimp</strong> users. “If you are using <strong>MailChimp</strong> and want to show a nice archive on your page, you can now <a href=\"https://twitter.com/2ndKauBoy/status/1525512618538160130\">add it with a block</a>.”</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_d21cc5-ef\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>The <strong>WordPress Performance Team</strong> has <a href=\"https://wordpress.org/plugins/performance-lab/\">published the 1.1.0 release</a> of the <strong>Performance Lab</strong> plugin. It includes an enhancement that “replaces the featured image with a <strong>WebP</strong> version when available.”</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_6e457e-68\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>A nice take here from <strong>Ollie Williams</strong> <a href=\"https://css-tricks.com/colrv1-and-css-font-palette-web-typography/\">on color fonts</a>. Modern web typography, fonts, and CSS have come very far in a relatively short period of time.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8fc5e9-38\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>While <strong>Jason Coleman</strong>‘s “<a href=\"https://therealjasoncoleman.com/2022/04/26/the-wordpress-way/\">The WordPress Way</a>” post is a few weeks old, if you haven\'t read it, you should. Jason explains the core values of his team at <strong>Paid Memberships Pro</strong>, which includes the idea that the <strong>GPL</strong> license will result in “the best code.”</p>\n\n\n\n<p>Jason explains what this means in specific terms in a time of debate and discussion about what should happen to WordPress software when a paid support license expires. For Jason, the WordPress way “means our code will continue to work as expected if your paid license expires.”</p>\n\n\n\n<p>While I think there are slightly different takes on what is best for customers and that experiments in the WordPress ecosystem should be encouraged, I also would like to see more people follow in Jason\'s footsteps and publish their core values.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_372a0e-f5\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>WooCommerce</strong> has opened up <a href=\"https://developer.woocommerce.com/2022/05/16/call-for-early-testing-custom-order-table-migrations/\">a call for testing</a> regarding the move to custom tables. It\'s the first milestone for a large effort but the goal of the call “is to test the migration process across various hosts and server combinations.”</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_349556-68\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Courtney Robertson</strong> shows you <a href=\"https://www.godaddy.com/garage/configure-client-access-with-block-locking-in-wordpress/\">how to lock blocks</a> in WordPress, a new feature coming in 6.0. Good for when a client takes over writing and revising content and hits a button accidentally.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_59033e-69\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>Here\'s <a href=\"https://www.tweetic.io/\">a free and open source tool</a> that converts tweets into static HTML — perfect for testimonials.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_3a6a83-45\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><a href=\"http://gov.uk/\" target=\"_blank\" rel=\"noreferrer noopener\">GOV.UK</a> dropped <a href=\"https://web.dev/gov-uk-drops-jquery/\">their jQuery dependency</a> from their front end, with <a href=\"https://twitter.com/TheRealNooshu/status/1509487050122276864\">some impressive numbers</a> in the performance results. Great takeaway: “Don\'t shortchange your users if the web platform can easily do the job a framework can.”</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b17e8b-ab\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Héctor Prieto</strong> <a href=\"https://make.wordpress.org/core/2022/05/19/wordpress-6-0-release-day-process/\">shares the WordPress 6.0 release process</a> (starting next week), including the timeline and how you can help.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_04d673-2b\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Tom McFarlin</strong> thinks <a href=\"https://tommcfarlin.com/more-to-wordpress/\">there is more to WordPress than FSE and Headless</a>. He feels “we’re spending a lot of time talking about the same things in WordPress as of late.”</p>\n\n\n\n<p>I can understand where Tom is coming from — there are lots of technologies beyond <strong>React</strong> we can use. Getting off the beaten path is a good way for developers to get new ideas, have fun, and prevent nimble competitors from dominating certain niches.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_899dfb-51\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Jonathan Bossenger</strong> explains <a href=\"https://spinupwp.com/wordpress-database-optimization-indexing/\">why it\'s important to think about indexes</a> for custom database tables — and when <em>not</em> to use them. He shows how you can diagnose and add indexes, offering valuable tips. One example: “When you are filtering or joining data based on specific fields, adding indexes to those fields is a crucial step in ensuring your queries are optimized.”</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_ec3f4f-b1\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Sari Azout</strong> says <a href=\"https://future.a16z.com/the-future-of-search-is-boutique/\">it’s no longer enough to organize the world’s information</a> — it\'s more important to organize the world’s <em>trustworthy</em> information with “boutique search engines that index, curate, and organize things in new ways.” This article rings true to me, as I find some Google searches less effective than they have been in the past.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_e17dc8-44\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-container-4 wp-block-group has-theme-palette-7-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2 id=\"h-do-you-enjoy-our-weekly-notes\"><strong>Do you enjoy our weekly notes? </strong></h2>\n\n\n\n<p>Get them and more in Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a>. We gather WordPress and WooCommerce news along with significant writing, videos, and podcast episodes from the WordPress community and beyond. Don\'t miss the latest updates from the people making WordPress in our <a href=\"https://poststatus.com/make-wordpress/\">This Week at WordPress.org</a> summaries. It\'s all in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>! <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2022 21:04:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Post Status: Getting Uncomfortable\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97996\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://poststatus.com/getting-uncomfortable/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1243:\"<blockquote class=\"wp-block-quote\"><p>Growth is uncomfortable; you have to embrace the discomfort if you want to expand.</p><cite><strong>Jonathan Majors</strong></cite></blockquote>\n\n\n\n<p class=\"has-drop-cap\">Have you ever had to work outside of your comfort zone? It’s something I’m trying to get used to. But it sure isn’t easy.</p>\n\n\n\n<p>This week and next I’m working from my dad’s home office in Tennessee while we prepare to sell his house.</p>\n\n\n\n<p>This place is beautiful, and the view from the office is breathtaking. It’s easy to see why my dad loved it here.</p>\n\n\n\n<p>But beautiful things can still be uncomfortable.</p>\n\n\n\n<p>Traveling to WCEU has many people anxious about traveling after so long, and attending a WordCamp after a number of years. </p>\n\n\n\n<p>But discomfort can help us grow, connect, and be more than we were before.</p>\n\n\n\n<p>Whatever you’re doing, I hope you’ve built in a little discomfort to help you evaluate where you are, plan a course for the future, and thrive wherever you end up.</p>\n\n\n\n<p>If you\'re going to WCEU, here are <a href=\"https://poststatus.com/make-the-most-of-wceu/\">some tips on getting the most out of it!</a></p>\n\n\n\n<p>Have a great weekend,</p>\n\n\n\n<p>— Michelle</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2022 19:22:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Michelle Frechette\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Post Status: WordPress Podcast and Video Picks for the Week of May 15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97722\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://poststatus.com/wordpress-podcast-and-video-picks-for-the-week-of-may-15/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3616:\"<div class=\"has-background has-theme-palette-7-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\"><strong>Good viewing and listening for you this weekend!</strong> Krogsgard on memberships and churn. Web 2.0 tech leaders reflect. Mike McAlister on the journey from Atomic Blocks and Array Themes to the Liftoff Creator Course. Paid services at Underrepresented in Tech. The Pattern Creator and Directory. WCEU. Inclusive Open Source Processes and Governance. </p></div>\n\n\n<h2 id=\"h-my-podcast-picks\">My Podcast Picks <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /></h2>\n\n\n\n<ul><li><strong>How I Built It</strong>: <strong>Post Status</strong> founder <strong>Brian Krogsgard</strong> <a href=\"https://howibuilt.it/podcast/brian-krogsgard-on-determining-membership-benefits-and-preventing-churn\">on determining membership benefits and preventing churn</a>.</li><li><strong>Techmeme Ride Home:</strong> Not WordPress-related, but <a href=\"https://www.ridehome.info/show/techmeme-ride-home/twtr-spc-how-the-web-evolved-the-reunion-of-the-social-web-tv-crew-fixed/\">this reunion of some key web 2.0 tech leaders</a> is a fascinating retrospective.</li><li><strong>Make Lemonade</strong>: <strong>Mike McAlister</strong> on <a href=\"https://make-lemonade.simplecast.com/episodes/mike-mcalister-kE4L0KDp\">how he went from selling his WordPress business</a> to <strong>WP Engine</strong> to launching the <strong>Liftoff Creator Course</strong>.</li><li><strong>Underrepresented in Tech</strong>: It\'s <strong>Allie Nimmons</strong> and <strong>Michelle Frechette</strong> on <a href=\"https://www.underrepresentedintech.com/episode-53-underrepresented-services/\">the paid services they provide</a> and why these are important additions to the UiT database.</li><li><strong>WP Tavern Jukebox</strong>: <strong>Ana Segota</strong> and <strong>Kelly Choyce-Dwan</strong> on the new <a href=\"https://wptavern.com/podcast/27-ana-segota-and-kelly-choyce-dwan-on-how-to-use-the-new-pattern-creator\">Pattern Creator</a> and the <strong>WordPress Patterns Directory</strong>.</li><li><strong>Do The Woo:</strong> Two of the <strong>WCEU</strong> organizing team members, <strong>Takis Bouryouris</strong> and <strong>Taeke Reijenga</strong>, <a href=\"https://dothewoo.io/episode-223/\">talk about the upcoming conference</a>.</li></ul>\n\n\n\n<h2 id=\"h-my-video-pick\">My Video Pick <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f4fa.png\" alt=\"📺\" class=\"wp-smiley\" /></h2>\n\n\n\n<ul><li><strong>Inclusive Open Source Processes and Governance</strong> is <a href=\"https://www.youtube.com/watch?v=-c85eLPHCNI\">a great presentation</a> by <strong>Silona Bonewald</strong> via <strong>Open Source 101</strong> in early April 2022.</li></ul>\n\n\n\n<div class=\"wp-container-7 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /> </p>\n\n\n\n<p>And don\'t miss <strong>the latest updates from the people making WordPress</strong>. We\'ve got you covered with <a href=\"https://poststatus.com/make-wordpress/\">This Week at WordPress.org</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2699.png\" alt=\"⚙\" class=\"wp-smiley\" /></p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2022 13:41:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Akismet: Version 4.2.4 of the Akismet WordPress Plugin is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2390\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2022/05/20/version-4-2-4-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:591:\"<p>Version 4.2.4 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. This update contains the following improvements:</p>\n\n\n\n<ul><li>Improved translator instructions for comment history.</li><li>Bumped the “Tested up to” tag to WP 6.0.</li></ul>\n\n\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2022 10:01:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Stephane Daury\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Do The Woo Community: Do the Woo is Heading to WordCamp Europe 2022 as a Media Partner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=71779\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://dothewoo.io/235/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:385:\"<p>WCEU is happening in Porto, Portugal. Find Do the Woo there and join us in a podcast or let\'s just have a conversation. </p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/235/\">Do the Woo is Heading to WordCamp Europe 2022 as a Media Partner</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2022 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Post Status: Post Status Excerpt (No. 59) — Managing Product Teams at StellarWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97699\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://poststatus.com/managing-product-teams-at-stellarwp/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4031:\"<blockquote class=\"wp-block-quote\"><p>“It\'s so nice to have a peer who\'s doing similar kinds of work in their own brands and just being able to collaborate and work at that level… that is kind of rare.”</p><cite>— Zach Tirrell</cite></blockquote>\n\n\n\n<p class=\"has-drop-cap\">David sits down with <strong>Zach Tirrell</strong> to talk about his new role as product manager (replacing <strong>Chris Lema</strong>) at <strong>StellarWP</strong>. Zach manages <strong>The Events Calendar</strong> and <strong>LearnDash</strong> plugins but also several other products that are under the <strong>StellarWP</strong> umbrella.</p>\n\n\n\n<p><strong>Why This Matters:</strong> You\'ll learn how StellarWP manages a number of popular WordPress products. Zach shares his thoughts about about Gutenberg, software licenses, and recent news about the WordPress market share.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will bring you important news and insights from guests working in the WordPress space. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://twitter.com/tirrell\">Zach Tirrell</a> (Twitter)</li><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\"></a><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset</a> (Twitter)</li><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\"></a><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status</a> (Twitter)</li></ul>\n\n\n\n<div class=\"wp-block-columns has-theme-palette-8-background-color has-background\" id=\"WP-Engine\">\n<div class=\"wp-block-column\">\n<h3 id=\"sponsor-bluehost\"><img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/wpengine/\">WP Engine</a></h3>\n\n\n\n<p><strong>WP Engine</strong> is <a href=\"https://poststat.us/wpengine/\">the WordPress Digital Experience Platform that drives your business forward faster</a>. WP Engine makes WordPress easier and faster. It does the heavy lifting so you can focus on your core business and win online.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center\">\n<div id=\"WP-Engine\" class=\"wp-block-image\"><a href=\"https://poststat.us/wpengine/\"><img width=\"112\" height=\"151\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/01/WPE-LOGO-S-Default.svg\" alt=\"WP Engine\" class=\"wp-image-95924\" title=\"WP Engine\" /></a></div>\n</div>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2022 08:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"WPTavern: WP Tavern Is Hiring\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134578\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wptavern.com/wp-tavern-is-hiring\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1256:\"<p>WP Tavern is looking for talented writers who are eager to report on WordPress news every day. We cover a wide range of topics, including (but not limited to) the Gutenberg project, core development, e-commerce, community, plugin and theme ecosystems, events, and the wider world of open source software. We are looking for writers who can inform, engage, and inspire readers with their work.</p>\n\n\n\n<p>The position requires the ability to discern the immediacy of news stories that need to be told, attention to accuracy, and the ability to cultivate sources. Applicants must be willing to engage positively with the WordPress community and maintain an unwavering commitment to serve the public interest, without corporate influence. A deep knowledge of the WordPress ecosystem and the Gutenberg project is helpful for this position.</p>\n\n\n\n<p>WP Tavern is WordPress’ newspaper of record. We are looking for writers who can approach this community with a critical and unbiased point of view, preserving the independent and provocative spirit of the Tavern. Applicants should use the <a href=\"https://wptavern.com/contact\">contact form</a> to get in touch, and be prepared to submit at least three writing samples for consideration.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2022 18:25:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Do The Woo Community: WooCommerce Checkout and Cart Blocks with Nadir Seghir\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=71766\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://dothewoo.io/woocommerce-checkout-and-cart-blocks-with-nadir-seghir/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:436:\"<p>Automattic engineer Nadir Seghir chats about where we are at with the WooCommerce cart and checkout blocks and where we are going.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-checkout-and-cart-blocks-with-nadir-seghir/\">WooCommerce Checkout and Cart Blocks with Nadir Seghir</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2022 09:28:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: WooCommerce Calls for Early Testing on Custom Order Table Migrations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134456\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/woocommerce-calls-for-early-testing-on-custom-order-table-migrations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2217:\"<p>At the beginning of this year, WooCommerce <a href=\"https://wptavern.com/woocommerce-aims-to-produce-mvp-of-custom-tables-for-orders-by-q3-2022\">announced</a> its plan to produce an MVP of custom order tables by Q3, 2022, a long-awaited improvement that promises significant performance gains for stores. The plugin’s development team is now <a href=\"https://developer.woocommerce.com/2022/05/16/call-for-early-testing-custom-order-table-migrations/\">calling</a> for developers, agencies, and hosting companies to test migration to its first implementation of customer order tables. </p>\n\n\n\n<p>The process involves migrating orders from <code>wp_posts</code> and <code>wp_postmeta</code> to four new custom orders tables:</p>\n\n\n\n<ol><li>wp_wc_orders</li><li>wp_wc_order_addresses</li><li>wp_wc_order_operational_data</li><li>wp_wc_orders_meta</li></ol>\n\n\n\n<p>It requires a staging environment configured with WP-CLI and a staging database pre-loaded with order data.</p>\n\n\n\n<p>WooCommerce developer Vedanshu Jain has created a <a href=\"https://developer.woocommerce.com/2022/05/16/call-for-early-testing-custom-order-table-migrations/\">migration testing guide</a>, which details the custom code developers will need to add in order to enable the custom order tables. Once enabled, developers will have the option to migrate tables using WP-CLI or via Action Scheduler.</p>\n\n\n\n<img />\n\n\n\n<p>Jain is <a href=\"https://developer.woocommerce.com/2022/05/16/call-for-early-testing-custom-order-table-migrations/\">requesting feedback</a> from anyone who runs the migration process with details about how many orders, server memory size, DB version, and whether or not it timed out or responded better to a different batch size. </p>\n\n\n\n<p>WooCommerce updating to use custom order tables will be a major change that will impact extension developers in different ways. The development team intends to publish an upgrade guide to support adoption of custom order tables after migrations have been ironed out. Later this year, when the update is anticipated to be rolled out to the core plugin, WooCommerce is aiming to make it strictly opt-in at first to allow shop owners time to make their sites compatible.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2022 21:05:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WordPress Foundation: The Kim Parsell Memorial Scholarship Returns for WordCamp US 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpressfoundation.org/?p=262042\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wordpressfoundation.org/news/2022/the-kim-parsell-memorial-scholarship-returns-for-wordcamp-us-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1712:\"<p>The wait is over! WordCamp US is once again being held as an in-person, and with that the WordPress Foundation’s Kim Parsell Memorial Scholarship returns.</p>\n\n\n\n<p>Kim’s commitment and valuable contributions to the WordPress open source project are honored at each in-person WordCamp US by the WordPress Foundation. The Foundation’s goal is to further the efforts of other contributor’s demonstrating Kim’s spirit by helping to ease the burden that travel can bring.</p>\n\n\n\n<p><strong>This scholarship is awarded to someone who:</strong></p>\n\n\n\n<ul><li>Identifies as a woman.</li><li>Is a WordPress contributor.</li><li>Has never attended WordCamp US before.</li><li>Requires financial assistance to attend.</li></ul>\n\n\n\n<p>This scholarship provides financial assistance so that the recipient can attend WordCamp US, including travel from the recipient’s home city, hotel stay for the duration of the event, and a ticket to WordCamp US.</p>\n\n\n\n<p>Finally, since the WordPress Foundation was unable to offer the scholarship in 2020 and 2021 due to the COVID-19 pandemic, <strong>this year only there will be three (3) scholarships awarded</strong> for 2022, 2021, and 2020.</p>\n\n\n\n<p>If you meet these requirements and would like to be considered, please <strong>apply no later than Sunday, June 26, 2022</strong> at 12 am Pacific. All applicants will be notified by July 5, 2022.</p>\n\n\n\n<p>For more details, please visit the WordPress Foundation’s <a href=\"https://wordpressfoundation.org/projects/kim-parsell-memorial-scholarship/\">About the Kim Parsell Memorial Scholarship</a> page.</p>\n\n\n\n<p><a href=\"https://wordcampcentral.survey.fm/wcus-kim-2022\">Apply for the scholarship today.</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2022 20:42:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Cate DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Post Status: This Week at WordPress.org (May 16, 2022)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97849\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://poststatus.com/this-week-at-wordpress-org-may-16-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15949:\"<p class=\"has-theme-palette-7-background-color has-background\">Each week we are highlighting the news from WordPress.org that you don\'t want to miss. If you or your company create products or services that use WordPress, we\'ve got the news you need to know. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 id=\"h-news\">News</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-2-rc2-now-available-for-testing/\"><a href=\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-3-rc3-now-available-for-testing/\">WordPress 6.0 Release Candidate 3 (RC3) Now Available for Testing</a></a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a></li><li><a href=\"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/\">WP Briefing: Episode 31: Open Source & Accessibility– Celebrating Global Accessibility Awareness Day With Guest Joe Devon</a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_a98156-c2\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h2 id=\"h-accessibility\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul><li>Request for feedback on the <a href=\"https://make.wordpress.org/project/2022/04/01/discussion-contrib-handbook-part-1/\">WordPress Accessibility Statement</a>.</li></ul>\n\n\n\n<h2 id=\"h-central\"><a href=\"https://central.wordcamp.org\">Central</a></h2>\n\n\n\n<ul><li><a href=\"https://central.wordcamp.org/news/2022/05/wordcamp-europe-2022-is-just-around-the-corner/\">WordCamp Europe 2022 is just around the corner</a></li><li><a href=\"https://central.wordcamp.org/news/2022/05/join-the-european-wordpress-community-in-porto-portugal/\">Join the European WordPress Community in Porto, Portugal!</a></li></ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<p>Reminder: <a href=\"https://developer.wordpress.org/block-editor/contributors/versions-in-wordpress/\">Gutenberg 13.0 ships with WordPress 6.0</a>.</p>\n\n\n\n<ul><li><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSenO7SibDfYYTivz46YGDoeXcY64H_3Ur_x8taze7Hzi9U11g/viewform\">WordPress Hosting Image/Storage questions</a> </li><li><a href=\"https://github.com/WordPress/performance/issues/160\">Ensure WebP/Image/Optimization plugins can integrate & use existing WebP images </a></li><li><a href=\"https://github.com/WordPress/performance/issues/289\">Research: Impact of additional WebP images on upload</a></li><li><a href=\"https://github.com/WordPress/performance/issues/290\">Research: WebP compatibility</a></li><li><a href=\"https://github.com/WordPress/wordpress-develop/pull/2722\">Prime users in cache in WP_Query </a></li><li><a href=\"https://docs.google.com/document/d/1NzURb3u-KZTgYYHK9Gx_KPvSCX4N8Ci3oZfLsfVF7Tk/edit\">Measurement overview doc</a></li><li><a href=\"https://docs.google.com/document/d/1elY0vgrLU2373mX3jSUj_vFZeGDyhED1WMPYwzSYiVA/edit\">Capturing front-end performance metrics in WordPress doc</a> </li><li><a href=\"https://github.com/WordPress/performance/pull/330\">Module proposal workflow</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/55749\">Large-site inefficiency in REST users endpoint used by Gutenberg editor</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/16/a-week-in-core-may-16-2022/\">A Week in Core – May 16, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">What’s new in Gutenberg 13.2? (May 11)</a></li></ul>\n\n\n\n<h3 id=\"h-devnotes\">DevNotes</h3>\n\n\n\n<p>Leading up to releasing WordPress 6.0, DevNotes and release-related information will remain.</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/05/block-locking-settings-in-wordpress-6-0/\">Block Locking Settings in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/04/wordpress-6-0-release-candidate-phase/\">WordPress 6.0 Release Candidate Phase</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/miscellaneous-dev-notes-for-wordpress-6-0/\">Miscellaneous Dev Notes for WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/block-editor-miscellaneous-dev-notes-for-wordpress-6-0/\">Block Editor miscellaneous Dev Notes for WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/page-creation-patterns-in-wordpress-6-0/\">Page creation patterns in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/global-styles-variations-in-wordpress-6-0/\">Global Styles variations in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/separator-block-updated-to-use-block-supports-color-settings/\">Separator block: Updated to use block supports color settings</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/block-markup-updates-for-image-quote-list-and-group-blocks/\">Block markup updates for image, quote, list, and group blocks</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/support-for-handling-resolution-errors-for-editor-data-module/\">Support for handling resolution errors for Editor data module</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/28/taxonomy-performance-improvements-in-wordpress-6-0/\" target=\"_blank\" rel=\"noreferrer noopener\">Taxonomy performance improvements in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/27/changes-to-do_parse_request-filter-in-wordpress-6-0/\">Changes to the do_parse_request filter in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/29/caching-improvements-in-wordpress-6-0/\">Caching improvements in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/27/new-filter-to-modify-content-images-in-wordpress-6-0/\">New filter to modify content images in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/02/media-storing-file-size-as-part-of-metadata/\">Media: storing file size as part of the metadata</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/05/updates-to-the-wordpress-create-block-templating-system/\">Updates to the @wordpress/create-block templating system</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/02/object-type-specific-registration-hooks-in-6-0/\">Object type-specific registration hooks in 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/28/taxonomy-performance-improvements-in-wordpress-6-0/\">Taxonomy performance improvements in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/02/new-features-for-working-with-patterns-and-themes-in-wordpress-6-0/\">New features for working with patterns and themes in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/02/theme-export-in-wordpress-6-0/\">Theme export in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/29/wp_user_query-now-accepts-fields-options-in-wordpress-6-0/\">WP_User_Query now accepts fields options in WordPress 6.0 </a></li><li><a href=\"https://make.wordpress.org/core/2022/05/02/performance-increase-for-sites-with-large-user-counts-now-also-available-on-single-site/\">Performance increase for sites with large user counts (now also available on a single site)</a></li></ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/05/16/documentation-team-update-may-16-2022/\">Documentation Team Update – May 16, 2022</a></li></ul>\n\n\n\n<h3 id=\"h-support-docs\"><a href=\"https://wordpress.org/support/articles\">Support Docs:</a></h3>\n\n\n\n<ul><li><a href=\"https://wordpress.org/support/article/working-with-blocks/\">Working with blocks</a></li></ul>\n\n\n\n<h3 id=\"h-developer-docs\">Developer Docs: </h3>\n\n\n\n<ul><li><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/data-basics/4-building-a-create-page-form/\">Part 4: Building a <em>Create page</em> form</a></li></ul>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h2 id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/community/2022/04/22/wpdiversity-is-expanding-to-apac/\"></a><a href=\"https://make.wordpress.org/community/2022/05/11/join-the-community-team-for-a-wpdiversity-writing-sprint-may-23-to-may-30/\">Join the Community Team for a #WPDiversity Writing Sprint: May 23 to May 30</a></li></ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/design/2022/05/13/poll-finding-a-new-meeting-time/\">Poll: Finding a new meeting time</a></li></ul>\n\n\n\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/hosting/2022/05/04/get-ready-for-wordpress-6-0/\">Get ready for WordPress 6.0</a></li></ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/meta/2022/04/28/proposal-make-wordpress-team-or-project-updates/\">Proposal: Make WordPress Team or Project Updates</a></li></ul>\n\n\n\n<h2 id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/05/18/mobile-team-update-may-18th-3/\">Mobile Team Update – May 18th</a></li><li><a href=\"https://make.wordpress.org/mobile/2022/05/17/call-for-testing-wordpress-for-android-19-9/\">Call for Testing: WordPress for Android 19.9</a></li><li><a href=\"https://make.wordpress.org/mobile/2022/05/16/call-for-testing-wordpress-for-ios-19-9/\">Call for Testing: WordPress for iOS 19.9</a></li></ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/05/17/plugin-review-team-update-16-may-2022/\">Plugin Review Team Update: 16 May 2022</a></li></ul>\n\n\n\n<h2 id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/polyglots/2022/05/02/wordpress-6-0-ready-to-be-translated/\">WordPress 6.0 ready to be translated</a></li></ul>\n\n\n\n<h2 id=\"h-project\"><a href=\"https://make.wordpress.org/project\">Project</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/project/2022/04/29/discussion-contrib-handbook-part-2/\">Discussion: Contrib Handbook, Part 2</a></li><li><a href=\"https://make.wordpress.org/project/2022/04/01/discussion-contrib-handbook-part-1/\">Discussion: Contrib Handbook, Part 1</a></li></ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2022/04/28/fse-program-testing-call-14-rallying-recipe-reviewers/\">FSE Program Testing Call #14: Rallying Recipe Reviewers</a></li></ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/themes/2022/04/28/latest-changes-in-gutenberg-themes-13-0-release/\">Latest changes in Gutenberg + Themes: 13.0 release</a></li><li><a href=\"https://make.wordpress.org/updates/2022/05/10/themes-team-update-may-10-2022/\">Themes team update May 10, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/support/2022/04/off-forum-support-requests/\">Off forum support requests</a></li></ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/training/2022/04/19/migrating-contributor-training-to-learn-wordpress/\"></a><a href=\"https://make.wordpress.org/training/2022/05/03/may-2022-sprint/\">May 2022 Sprint</a></li><li><a href=\"https://make.wordpress.org/training/2022/05/05/the-training-team-faculty-program-is-now-live/\">The Training Team Faculty Program is now live</a></li></ul>\n\n\n\n<h4 id=\"h-social-learning-spaces\">Social Learning Spaces:</h4>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\"><a href=\"https://learn.wordpress.org/?meeting=i-want-a-website-not-a-blog\">I want a Website, not a Blog!</a></a></li><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\"><a href=\"https://learn.wordpress.org/?meeting=bloggers-own-your-content-and-share-it-everywhere\">Bloggers: Own your Content and Share it Everywhere</a></a></li><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\"><a href=\"https://learn.wordpress.org/?meeting=hello-blocks-creating-a-custom-block\">Hello Blocks! Creating a Custom Block</a></a></li><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\"><a href=\"https://learn.wordpress.org/?meeting=design-with-me-create-a-simple-website-for-your-small-business\">Design With Me: Create a Simple Website for your Small Business</a></a></li></ul>\n</div>\n</div>\n\n\n\n<h2 id=\"5ftf\"><a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a></h2>\n\n\n\n<p>What\'s happening specific to Five for the Future? Provide your feedback on these posts:</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/194\">Default workflow for team membership lifecycle? </a></li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/192\">Add activity when Meetup organizers host events</a></li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/189\">Update Usermeta with latest 5ftf contribution.</a></li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/business-membership/\">your whole team</a> can <a href=\"https://poststatus.com/post-status-membership-club/\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2022 20:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"WPTavern: Software Freedom Conservancy Receives Court Ruling Affirming GPL as Both Copyright License and Contractual Agreement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134452\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"https://wptavern.com/software-freedom-conservancy-receives-court-ruling-affirming-gpl-as-both-copyright-license-and-contractual-agreement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4584:\"<p>The <a href=\"https://sfconservancy.org/\">Software Freedom Conservancy</a> (SFC), a non-profit that provides infrastructure support for free and open source software projects, has received a favorable ruling in its <a href=\"https://wptavern.com/software-freedom-conservancy-takes-on-vizio-in-lawsuit-alleging-gpl-violations\">right-to-repair lawsuit against Vizio</a>, an American TV manufacturer. The SFC alleges that Vizio has demonstrated “repeated failures to fulfill even the basic requirements of the General Public License (GPL),” after the company refused to provide the source code for software with copyleft licenses that it bundles with its products.</p>\n\n\n\n<p>Vizio had filed a request to “remove” the case from California State Court into U.S. Federal Court. After hearing oral arguments from both sides, the court has granted SFC’s motion to remand the case back to California State Court. </p>\n\n\n\n<p>In the <a href=\"https://storage.courtlistener.com/recap/gov.uscourts.cacd.837808/gov.uscourts.cacd.837808.30.0.pdf\">ruling</a>, US District Court judge Josephine L. Staton stated that the GPL introduces “an additional contractual promise separate and distinct from any rights provided by the copyright laws:”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The Court finds Versata’s reasoning persuasive, and it finds here, as the court<br />found there, that the enforcement of “an additional contractual promise separate and distinct from any rights provided by the copyright laws” amounts to an “extra element,” and therefore, SFC’s claims are not preempted. Id. at *5. There is an extra element to SFC’s claims because SFC is asserting, as a third-party beneficiary of the GPL Agreements, that it is entitled to receive source code under the terms of those agreements. There is no right to receive certain works—or source code in particular—under the Copyright Act; indeed, the Act’s primary purpose is to limit who may reproduce, prepare derivative works, distribute, and display protected works. As SFC points out in its briefing, the right to receive the source code would appear to be “the very opposite” of those exclusive rights. (Reply, Doc. 26, at 17.) The fact that SFC claims status as a third-party beneficiary to the GPL Agreements and not the actual copyright holder—and therefore, has no authority to impose limitations on the reproduction and distribution of the software—only underscores that the contractual right at issue is qualitatively different from the rights under the Copyright Act. Thus, there can be no question that the extra element—that SFC is third-party enforcing its right to receive source code under the terms of a contract—transforms the nature of the action.</p></blockquote>\n\n\n\n<p>One of the functions of the SFC is to assist member projects in enforcing the terms of FLOSS licenses, including through litigation. This particular case is unique because the organization is presenting this lawsuit on behalf of individual consumers, as opposed to the traditional path of defending copyright holders of the GPL code in question.</p>\n\n\n\n<p>“The ruling is a watershed moment in the history of copyleft licensing,” SFC executive director Karen Sandler said. “This ruling shows that the GPL agreements function both as copyright licenses and as contractual agreements.”</p>\n\n\n\n<p>SFC contends that many electronics products are built for planned premature obsolescence and that companies often do this by violating the GPL. If the product is bundled with copyleft software, a consumer has the right to modify, improve, and repair the software. For this the be possible, the companies producing the products must make the source code available. This also enables consumers to find skilled people to repair their products when a device fails after updates have been disabled so that products do not become nonfunctional. This ruling is not just a major win for the GPL but also for consumers who may not know that companies violating the GPL significantly impact their ability to find repairs for electronic products.</p>\n\n\n\n<p>“Software Freedom Conservancy looks forward to our opportunity to prove, in state court, our third-party beneficiary right to the complete, corresponding source code as defined by the GPL and related agreements,” Sandler said. “This claim is central to the right to software repair, as it allows users to exercise the right to copy, share, modify, and reinstall the software on the devices that they receive.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2022 18:03:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: #27 – Ana Segota and Kelly Choyce-Dwan on How To Use the New Pattern Creator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=134337\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/podcast/27-ana-segota-and-kelly-choyce-dwan-on-how-to-use-the-new-pattern-creator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:48510:\"<p>On the podcast today we have <a href=\"https://twitter.com/ana_segota\">Ana Segota</a> and <a href=\"https://twitter.com/ryelle\">Kelly Choyce-Dwan</a>.</p>\n\n\n\n<p>I suspect that you might have heard about block patterns, but if you haven’t, you’re in for a treat. Patterns are collections of blocks which anyone can assemble for easy reuse at a later date. You can make them as simple or as complex as you, style them and save them away. When you’re ready to reuse them, they’re just one click away. It’s a great time saver.</p>\n\n\n\n<p>Having said that, not all of us are great at design, or perhaps we’ve just not had the time to explore how block patterns are created. Wouldn’t it be great if there was a source of patterns which we could use in our WordPress websites, safe in the knowledge that they were completely free to use? There is, and it’s called the Pattern Directory. You simply find a pattern you like and copy / paste it into your site.</p>\n\n\n\n<p>You could stop there, but you could also use this as a way of learning how blocks are constructed. Open up the pattern to see how it’s laid out. What settings were used to create the styling?</p>\n\n\n\n<p>Right now, the Pattern Directory is quite small. There’s a few hundred patterns to explore, but it could certainly do with some more contributions, and that is what this podcast is all about.</p>\n\n\n\n<p>The Pattern Creator is the way to create patterns so that they can be submitted, reviewed, and hopefully accepted into the Pattern Directory.</p>\n\n\n\n<p>We’ve got two perspectives on the podcast today from people who come at it from different angles.</p>\n\n\n\n<p>Ana is a self taught WordPress themer and designer who is making use of patterns at <a href=\"https://www.anarieldesign.com/\">Anariel Design</a>, her website building business, and Kelly is an Automattician who has been working with the team building the Pattern Directory and Creator.</p>\n\n\n\n<p>We talk about how the Creator works, how you can submit your patterns and what constraints are there for having your submissions accepted.</p>\n\n\n\n<p>So, if you’re curious about how patterns can speed up your website building workflow, this episode is for you.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2022/03/get-creative-with-the-all-new-pattern-creator/\">https://wordpress.org/news/2022/03/get-creative-with-the-all-new-pattern-creator/</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/patterns/\">https://wordpress.org/patterns/</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/patterns/about/\">https://wordpress.org/patterns/about/</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/patterns/new-pattern/\">https://wordpress.org/patterns/new-pattern/</a></p>\n\n\n\n<p>Ana is <a href=\"https://twitter.com/ana_segota\">@ana_segota</a> on Twitter, and @anasegota on the Make Slack Channel.</p>\n\n\n\n<p>Kelly is <a href=\"https://twitter.com/ryelle\">@ryelle</a> on both Twitter and the Make Slack Channel.</p>\n\n\n\nTranscript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast, which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, learning about the new pattern creator.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WP Tavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you’ve got a topic that you’d like us to feature on the podcast, well, I’m very keen to hear from you, and hopefully get you, or your idea featured on the show. Head over to WP Tavern.com forward slash contact forward slash jukebox, and use the contact form there.</p>\n\n\n\n<p>So on the podcast today, we have Ana Segota and Kelly Choyce-Dwan. I suspect that you’ve heard about block patterns, but if you haven’t, you’re in for a treat.</p>\n\n\n\n<p>Patterns are collections of blocks which anyone can assemble for easy reuse at a later date. You can make them as simple or as complex as you like. Style them and save them away. When you’re ready to reuse them, they’re just one click away. It’s a great time-saver .</p>\n\n\n\n<p>Having said that, not all of us are great at design, or perhaps we’ve just not had the time to explore how block patterns are created. Wouldn’t it be great if there was a source of patterns which we could use in our WordPress websites, safe in the knowledge that they were completely free to use? There is, and it’s called the pattern directory. You simply find a pattern that you like and copy paste it into your site.</p>\n\n\n\n<p>You could stop there, but you could also use this as a way of learning how blocks are constructed. Open up the pattern and see how it’s laid out. What settings we’ll use to create the styling?</p>\n\n\n\n<p>Right now, the pattern directory is quite small. There’s a few hundred pounds to explore, but it could certainly do with some more contributions. And that is what this podcast is about. The pattern creator is the way to create patterns so that they can be submitted, reviewed, and hopefully accepted into the Pattern Directory. We’ve got two perspectives on the podcast today from people who come at it from different angles.</p>\n\n\n\n<p>Ana is a self-taught WordPress themer, and a designer who is making use of patterns in her website builds. And Kelly is an Automattician who has been working with the team building the Pattern Directory and Creator. We talk about how the creator works, how you can submit your patterns and what constraints are there for having your submissions accepted.</p>\n\n\n\n<p>So, if you’re curious about how patterns can speed up your website building workflow, this episode is for you.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all the links in the show notes by heading over to WP tavern.com forward slash podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Ana Segota and Kelly Choyce-Dwan.</p>\n\n\n\n<p>I am joined on the podcast today by Ana Segota and Kelly Choyce-Dwan. Hello.</p>\n\n\n\n<p>[00:04:01] <strong>Ana Segota:</strong> Hi.</p>\n\n\n\n<p>[00:04:01] <strong>Kelly Choyce-Dwan:</strong> Hello.</p>\n\n\n\n<p>[00:04:02] <strong>Nathan Wrigley:</strong> Very nice to have you both here. As we always do at the beginning of the podcast, I’m going to give both of you an opportunity to introduce yourselves, to give us a bit of an orientation.</p>\n\n\n\n<p>If you’ve listened to the introduction to this podcast, you probably know that we’re going to be talking about the pattern creator. And so it would be important to know why the two guests today are coming on talking about that. So, we’ll take it one at a time. We’ll begin with Ana. Ana, just tell us a little bit about your journey with WordPress and how come it is that you became involved with the pattern creator.</p>\n\n\n\n<p>[00:04:33] <strong>Ana Segota:</strong> So, hi Nathan, nice to meet you and thank you for inviting me. So I’m Ana Segota, and I am a themer, and I love creating WordPress themes using block patterns. I always was more as a designer, but I learned to code to be able to create WordPress themes myself, but now having a block patterns is such a relief for me because I can concentrate on design more.</p>\n\n\n\n<p>[00:05:04] <strong>Nathan Wrigley:</strong> That’s really nice. Thank you. Yeah. The intention of the tool is to make all of those decisions a little bit easier. So it’s nice, nice to know that in your case, it’s working. So, okay that’s going to be one perspective that we’ve got in the show today. And another perspective comes from Kelly. So Kelly, just spend a moment, tell us who you are please.</p>\n\n\n\n<p>[00:05:21] <strong>Kelly Choyce-Dwan:</strong> Sure. So my name is Kelly Choyce-Dwan, also ryelle online. I work at Automattic and I have for over seven years. I started with WordPress in 2009, and I’m now working on the Meta team where my focus recently has been on the pattern directory and pattern creator.</p>\n\n\n\n<p>[00:05:41] <strong>Nathan Wrigley:</strong> Now many people listening to this podcast will be very up-to-date users of WordPress. There’ll be using the tools that are shipping all of the time, and they may well have discovered patterns and be using them to great effect.</p>\n\n\n\n<p>On the other hand, I suspect that there’ll be a fair amount of people who as yet have not delved into patterns. They may know what they are. They may not. So I’m wondering if we could really just rewind a little bit, make no assumptions about anybody’s knowledge about patterns and just lay out what they are. So it’s a very general question. Either of you feel free to answer it. What are patterns in WordPress and why might you wish to use them?</p>\n\n\n\n<p>[00:06:24] <strong>Ana Segota:</strong> So for me block patterns, I like predefined and ready to use layout that you can click or drug and create pages. It’s like a collection of blocks arranged together to help you create different layouts. If you’ve used sometimes page builders, or Elementor templates, for example, it’s the same thing. You can use them on your website. You can adjust them, change the layout, change the colors. And I think they’re very useful.</p>\n\n\n\n<p>[00:06:59] <strong>Nathan Wrigley:</strong> Thank you. So they are basically quick ways to build websites. You’re using other people’s predefined layouts. The work, in great measure, has been done for you. You can discover collections of blocks, which are generically called patterns, and you can click on those and import them into your post or page or whatever it might be.</p>\n\n\n\n<p>So it speeds things up. I’m curious, for those of you, who’ve never used this before again, how do you actually build them? What’s the process that one might find themselves in, and bear in mind, we might be speaking to users of WordPress who are familiar with page builders, and don’t really find themselves interacting with the WordPress block editor.</p>\n\n\n\n<p>So we may need to have a little bit of a description around there. What are we actually doing? How do we create and build patterns?</p>\n\n\n\n<p>[00:07:51] <strong>Ana Segota:</strong> Okay. so mostly, I’m building block patterns for the themes. As a background, I first start, with niche, different niche, and what can be useful for that niche. And then I start creating block patterns directly in the editor, where you have all the options of block that you can combine in one block pattern.</p>\n\n\n\n<p>So mostly I started with a group block, where I put then columns or cover or images, and start creating different ideas and different layout.</p>\n\n\n\n<p>[00:08:34] <strong>Nathan Wrigley:</strong> Are you able to save those, as WordPress currently stands? Are you able to save those and I’ll stay with Ana. Are you able to save those Ana so that they can be reused on other websites. In other words, can you save more time by having your own little collection of blocks, which you then can use on this website over here and this other completely different website?</p>\n\n\n\n<p>[00:08:58] <strong>Ana Segota:</strong> Maybe Kelly knows better, the other way, but what I know you can always copy the block you have and paste it on other website. Or you can export it. But not sure if you can save it inside the editor for like a gallery or something. I’m not sure that you can, or if you can do this, maybe Kelly knows that.</p>\n\n\n\n<p>[00:09:22] <strong>Kelly Choyce-Dwan:</strong> Well, I know that you can, if you copy the block code into like a code file, the you can register it that way, but it requires code.</p>\n\n\n\n<p>[00:09:33] <strong>Ana Segota:</strong> I think, there is no easy way to save it in a gallery for the beginner user, for example.</p>\n\n\n\n<p>[00:09:41] <strong>Nathan Wrigley:</strong> At the moment, it feels as though it is the domain of people who are fairly experienced with WordPress. All of the tooling, with things like Elementor that you described, where you, you might have a private cloud of things that you’ve created in the past, and you can log in, and there’s a cloud service attached and you can download those to all of the other websites. We’re not quite at that point yet, although maybe some of the discussion that we’ll have today will revolve around that.</p>\n\n\n\n<p>[00:10:10] <strong>Ana Segota:</strong> Yeah, I would love that.</p>\n\n\n\n<p>[00:10:12] <strong>Nathan Wrigley:</strong> Yeah, that would be a really nice addition.</p>\n\n\n\n<p>[00:10:14] <strong>Ana Segota:</strong> But I think the, pattern creator is doing some kind of saving those block patterns and one place where you can reuse it. But we will come to it.</p>\n\n\n\n<p>[00:10:24] <strong>Nathan Wrigley:</strong> That’s okay. We’ll come to that in a moment. Just to say, patterns are collections of blocks and you piece them together, akin to a jigsaw and you build up designs, and style those designs, add images, add forms, add whatever it might be, background, color, padding, and so on, until you’ve got something that you’d like to look off. And at the moment, it probably lives within one WordPress website. But you can copy and paste that over somewhere else, but there’s no sort of cloud functionality.</p>\n\n\n\n<p>And so, to the main conversation today, which is the pattern creator. Just so that you know, the links will be in the show notes to everything that we talk about today. And the pattern creator may well be something that you want to go and play with because it enables you to do a very large amount more than potentially you can do in your normal WordPress website. So, whoever wishes to take this. What is the pattern creator? Hopefully we’ll be providing people with the link so they can find that. That’s all good. But what’s the purpose of it? Why was it built? Why did the WordPress team decide that a tool like this needed to exist?</p>\n\n\n\n<p>[00:11:33] <strong>Kelly Choyce-Dwan:</strong> So the pattern creator is a place to go and create patterns to share with anyone who uses WordPress, and it was created to make the process of making a sharing patterns easier. It’s a place that you can go and make a pattern and you know that it can be reused without having to write that code.</p>\n\n\n\n<p>[00:11:54] <strong>Nathan Wrigley:</strong> So, at the moment it’s not only is it a place where you can go and create patterns. It’s a place where you can go and discover other people’s already created patterns. And if you’re, if you’re coming to this podcast from another page builder, think about it as rows. You’re essentially grabbing rows from websites or component parts of websites. And so it serves that double purpose. Not only can you create your own, but you can also go and freely download other people’s work. Have I got that right? Have I misstated that?</p>\n\n\n\n<p>[00:12:25] <strong>Kelly Choyce-Dwan:</strong> That’s correct?</p>\n\n\n\n<p>[00:12:26] <strong>Nathan Wrigley:</strong> So in terms of how the editor works, we need to go to the website, the pattern creator website. And once we’re there, my understanding is that you need a, a wordpress.org account.</p>\n\n\n\n<p>Once you’ve got yourself, a wordpress.org account, you can log in and you are presented with something which looks very, very similar to the usual WordPress block editor interface. It’s a little bit more spartan because the menu on the left kind of basically doesn’t exist. So all of those options for posts and pages and what have you are gone. Let’s talk about the design decisions.</p>\n\n\n\n<p>So the menu on the left is gone. We’ve got the option to add blocks. Are we just dealing with a subset of the core blocks or can we add any of the core blocks?</p>\n\n\n\n<p>[00:13:15] <strong>Kelly Choyce-Dwan:</strong> It is a subset currently, because we don’t have the dynamic content that might be on your website. So we can’t replicate the full experience of using that block. But almost all of the core blocks are available.</p>\n\n\n\n<p>[00:13:30] <strong>Nathan Wrigley:</strong> Okay, so you can log in and you can start building out your blocks, or rather, I should say you can start building out your patterns. Then presumably there’s some kind of save process. And if you’re happy with things, can you use this if you chose to do it this way, can you use this as a private repository of your own blocks, that you’re maybe not ready to share with the world? Maybe they have to be kept in a draft state or something like that. Could it be used in that way? I know that’s not the intention. The intention is to have them shareable, but you were to design something and be not entirely satisfied with it, could you keep it there and come back to it at a later date and tweak it?</p>\n\n\n\n<p>[00:14:13] <strong>Kelly Choyce-Dwan:</strong> Yeah, totally. You can save things as drafts. Actually, when we were first building it out, one of the ideas was that it could be a private repo for you to put your own patterns in. That isn’t built yet, but it could be in the future.</p>\n\n\n\n<p>[00:14:26] <strong>Nathan Wrigley:</strong> So there is a kind of workaround to make it a directory of your own, if you simply save things as draft. But that isn’t the point. The intention is to make it universally available to everybody. And so on.</p>\n\n\n\n<p>Does this require an up to date version of Gutenberg on the backend? So just to be clear, it’s like a SaaS product. You’re not installing WordPress anywhere. You are just going to a website and interacting with it. But I’m just curious to know, as Gutenberg is updated and modified and the blocks change, we’re several years in, and there’s been a great deal of change in the way that certain things work.</p>\n\n\n\n<p>Do you have confidence that everything that you build today will look the same in, let’s say a couple of years time. In other words, do you anticipate that some things may break in the future or are you trying as hard as possible to mitigate against that?</p>\n\n\n\n<p>[00:15:18] <strong>Kelly Choyce-Dwan:</strong> Well, I hope it won’t, but the pattern creator is using always the stable version of Gutenberg. So it will always be up-to-date when you’re creating patterns. Patterns created a few months ago, we’re created with an older version of Gutenberg, but between backwards compatibility block transformation, Gutenberg is trying not to break your content too. So I’m fairly confident that things will continue to work. If there are patterns that do brake, we have a reporting mechanism for reporting that.</p>\n\n\n\n<p>[00:15:51] <strong>Nathan Wrigley:</strong> So it’s just Core blocks that we need to worry about. And it’s a subset of the Core blocks. Now, I’m looking on the interface at the moment. There’s the option for me to add a title? Obviously that’s just for the purposes of knowing what the pattern is that I’m saving somewhere. And then I can, in the normal way, click the little plus icon and I can add blocks as I choose. Put a group in, put some columns in and so on, and fiddle with those blocks just as I would do on my regular WordPress website.</p>\n\n\n\n<p>And I’ve got the list view where I can see the stack of all of the different things that. I’ve created. And then on the right-hand side, you’ve got a title and a description. Do both of those serve the purpose of showing to somebody, once it’s been submitted to the pattern directory, which we’ll get onto in just a moment. Those titles and descriptions would give the people, browsing the pattern directory, some orientation as to what it was about and what it was designed to achieve.</p>\n\n\n\n<p>[00:16:46] <strong>Kelly Choyce-Dwan:</strong> Yeah, that’s right. The title is the pattern title, and it’s the same when you’re in that little sidebar and the top title, they’re just two inputs for the same thing. Good title would describe what the pattern is, like one of the pattern contains, what it should be used for.</p>\n\n\n\n<p>[00:17:01] <strong>Nathan Wrigley:</strong> Then in order to presumably aid search on the other end in the pattern directory. Currently we have six categories. There’s no option to create categories of your own. At the minute we look like we’ve got buttons, columns, gallery, header, images, text, and then there’s the option to add in keywords, maximum of 10.</p>\n\n\n\n<p>Again, is this all just to help the taxonomy of it, to help assist people on the other side to locate things which you’ve got buttons in and specifically columns and galleries and so on? Is that the That’s the sole purpose of that.</p>\n\n\n\n<p>[00:17:34] <strong>Kelly Choyce-Dwan:</strong> That’s right. And, they’re also used, those are the same properties that are used in WordPress Core when you’re registering patterns.</p>\n\n\n\n<p>[00:17:41] <strong>Nathan Wrigley:</strong> So I could spend hours happily building out my new blocks and constructing them up into patterns and saving them away. And once I’ve got something that I’m happy with, there’s a blue submit button at the top right hand corner in the same way that you would have publish in WordPress typically, but this is submit.</p>\n\n\n\n<p>What is the process, what’s going on there? What is the list of things which happen after that? So I’m thinking in terms of, I just clicked submit, but presumably at that point, all sorts of other things are set in motion. Maybe it’s sent to a particular team and people have to authorize things and check that it doesn’t break any guidelines. And that might be a long list of things that go on in the background there.</p>\n\n\n\n<p>[00:18:24] <strong>Kelly Choyce-Dwan:</strong> Yeah. So when you submit a pattern, it asks you a few things more just to make sure you filled out all of your details. there are a few things that we’ll check for automatically, making sure you’re using a decent title. We’ve had a few patterns that are just called my pattern, which isn’t helpful for other people. So we detect things like that.</p>\n\n\n\n<p>So after the automated checks, it does get submitted as pending. So it does not automatically approved yet. And there is a pattern review team that will look through the pending patterns and publish things that are valid. Most things do get published. So you probably would get published within a day or two.</p>\n\n\n\n<p>[00:19:02] <strong>Ana Segota:</strong> It’s mostly hours or a day. I submitted here, so top, one day</p>\n\n\n\n<p>[00:19:08] <strong>Nathan Wrigley:</strong> Yeah, it’s really quick. A big gripe about the, let’s say the theme review team or the plugin review team was that there was quite a long wait, sometimes very long. There’s a lot more complexity, I guess, within a theme, a lot more code floating about. So at the moment. if you submit something, as of, let’s say May 2022, you’re very likely to have a decision fairly quickly.</p>\n\n\n\n<p>In terms of that being authorized, what are the guidelines? What are the kinds of things that are allowed and disallowed? In other words, so you mentioned that a good title, a good descriptive title is going to set you on the road to having its, authorized and put on the pattern directory.</p>\n\n\n\n<p>Are there any other guidelines that need to be, you need to be mindful of? Not only in terms of getting it submitted, but things that you don’t want people to submit because it contravenes certain rules or regulations.</p>\n\n\n\n<p>[00:20:03] <strong>Ana Segota:</strong> I think the most important part is to combine multiple blocks together, so not just to use one block and post it. So multiply blocks together and create some interesting and useful layouts. So maybe front design part and also something that can be creative and useful to the users. Also to highlight the capabilities of the blocks they contain and provide a starting point to customize the content.</p>\n\n\n\n<p>Good pattern book needs to be, has a well-defined purpose too. And for don’ts, maybe to avoid to design patterns for a single theme. So to think about it to be used in different websites. Not to create a pattern that is like a full page. Or just a simple pattern that is using a paragraph. And I think you need to use photos from the gallery there. You can’t import your photos or from some other website, and that’s probably it.</p>\n\n\n\n<p>[00:21:11] <strong>Nathan Wrigley:</strong> So the photos are coming in from, Kelly, maybe you can help us out here. Are they coming in from Openverse?</p>\n\n\n\n<p>[00:21:18] <strong>Kelly Choyce-Dwan:</strong> They are yeah. It’s all CC0 photos from Openverse. So they’re able to be used by anyone without any, without worry about crediting people.</p>\n\n\n\n<p>[00:21:27] <strong>Ana Segota:</strong> Yeah, that’s very helpful.</p>\n\n\n\n<p>[00:21:30] <strong>Nathan Wrigley:</strong> Another podcast episode altogether isn’t it? The whole Openverse project’s fabulous. Yeah. so obviously there’s constraints in terms of the do’s, you know, it needs to be usable on multiple websites, and so on, just as Ana said, but there’s some certain don’ts as well. We’ve prevented the ability to upload images by just using Openverse images, which is great.</p>\n\n\n\n<p>But also, I guess that would be in terms of the text that you write into paragraph or heading fields, there would be a requirement for it to be, let’s call it family friendly. You know, we don’t want anything which might cause anybody any hassle and presumably that’s a trip wire which the team would immediately reject it on.</p>\n\n\n\n<p>So, okay. Let’s let’s imagine that we’ve built this fabulous pattern. It’s absolutely hit the guidance on the head and it’s been approved. What then? Where does it go? Where does it live? How can other people find it?</p>\n\n\n\n<p>[00:22:24] <strong>Kelly Choyce-Dwan:</strong> So it’s in the pattern directory, which is just wordpress.org/patterns. You can use that website to search through patterns. Once you found a pattern that you like, you’re able to use it in your own website, just by simply copying it. And there is a copy button on each pattern that you can use to copy the code for it.</p>\n\n\n\n<p>And if you just paste that straight into your editor, you have that pattern.</p>\n\n\n\n<p>[00:22:48] <strong>Nathan Wrigley:</strong> So, you go to the pattern directory, presumably you would then search and filter against the things which you created when you were submitting your pattern. And then there’s a simple copy and paste button. You copy it. It’s in the clipboard of your computer and you just go over to your website and in an empty block, there’s no sort of container or wrapper that you need to stick it in. You literally just paste it into a brand new empty text block and all will work?</p>\n\n\n\n<p>[00:23:18] <strong>Kelly Choyce-Dwan:</strong> Yep.</p>\n\n\n\n<p>[00:23:19] <strong>Ana Segota:</strong> Yeah.</p>\n\n\n\n<p>[00:23:19] <strong>Nathan Wrigley:</strong> Are there any gotchas there? Because that process, whilst it’s not necessarily quite as optimal as the cloud that we were talking about earlier, where you could actually see it within your WordPress website, which I guess ultimately would be an easier experience?</p>\n\n\n\n<p>Does it always work? Are there any situations where copying and pasting that code has unexpected consequences. I don’t mean things breaking. I just mean that the styling, for example, something that the theme brings to bear might make things look peculiar and not quite how you intended.</p>\n\n\n\n<p>[00:23:51] <strong>Kelly Choyce-Dwan:</strong> Yeah, I think that’s possible because it is, I mean it uses the Core blocks. So if your theme styles the core blocks minimally, maybe, you’ll probably be fine, but if your theme is doing anything really creative with some of the blocks, I suppose you could have some trouble where a quote that you copied from the pattern directory looks totally different on your site.</p>\n\n\n\n<p>[00:24:12] <strong>Ana Segota:</strong> But if you are using a full site editing theme, I think you are good with.</p>\n\n\n\n<p>[00:24:17] <strong>Nathan Wrigley:</strong> It should just work. Yeah. Do you know if there’s any intention to bring any of this kind of functionality into WordPress Core. And what I’m meaning by that is that I could hook up my let’s say wordpress.org account to my website. And then I could create patterns inside my website and then authorize them to be submitted to the pattern directory.</p>\n\n\n\n<p>I feel like that might be quite a useful workflow at some point in the future, because then you’re not necessarily having to go out and go to a different website in order to create the patterns and publish them and so on. And equally, I wonder if in the future there are any plans to make it so that I can pull these patterns in, in the same way that we described that page builders like Elementor and so on, have their cloud templates and so on, and so forth.</p>\n\n\n\n<p>[00:25:11] <strong>Kelly Choyce-Dwan:</strong> Yeah, I think the second is much more likely than the first. So if you were to create a pattern on your own website. Uh, you might be using any number of blocks that are not Core blocks. So I don’t know that creating a pattern on your website and pushing it up is on the roadmap at least, because there’s a lot more gotchas. We can’t control the media that you’re using. Like we’re able to use Open verse images on the pattern creator.</p>\n\n\n\n<p>So there’s a lot more, a lot more like gotchas that way. But, having an ability to pull patterns from the pattern directory on wordpress.org into your own site. I do think that that is probably going to happen soon.</p>\n\n\n\n<p>Already, you can call out, well already in WordPress 6.0, you’ll be able to register pattern slugs when you’re building a theme, and then it will pull down those patterns from the pattern directory. So you can pull patterns like that.</p>\n\n\n\n<p>[00:26:06] <strong>Nathan Wrigley:</strong> Yeah. That’s, that’s interesting. So imagine that I’ve submitted one of my patterns. I’m very happy with it, but a year or two passes and I now for goodness knows what reason, I now don’t wish that pattern to be part of the directory. I’m wondering if either of you have any knowledge about whether things can be removed or once I’ve submitted it, is it up there for life? And I have essentially given it over to the community in perpetuity.</p>\n\n\n\n<p>[00:26:36] <strong>Kelly Choyce-Dwan:</strong> You can revert your pattern to draft, if you want to take it down. You can also trash it. We’re not tied to always supporting things the way that the theme and plugin directories are because there isn’t really as much of a tie to your content and this thing on wordpress.org, because once you copy a pattern down, you have it, you don’t need to sync back up with the parent. So we don’t need to, we don’t have the same issues of keeping something around.</p>\n\n\n\n<p>[00:27:00] <strong>Nathan Wrigley:</strong> Yeah, so you can curate that yourself. You can just, if you like return it to a draft status. So there’s a permanent connection between the wordpress.org repository that I can access with my user login and password, and the pattern being published. In other words, when I clicked submit, it’s not just taken from my submission and put into some other SaaS, if you like.</p>\n\n\n\n<p>So my expectation was that when I submitted it, much in the same way that I was submitting a form on a website, that form can then live somewhere else. You know, the form submission can come to me via email. I can’t rescind that form being sent. But in the directory the submit button and the draft status button is directly connected to whether it’s on the pattern directory.</p>\n\n\n\n<p>So if I click draft again, it will immediately, without any human supervision, it will suck it out of the directory and mean that it’s no longer there.</p>\n\n\n\n<p>[00:28:03] <strong>Kelly Choyce-Dwan:</strong> Yeah, that that’s correct.</p>\n\n\n\n<p>[00:28:05] <strong>Nathan Wrigley:</strong> Yeah, I really didn’t understand that. I just assumed that I was submitting it rather like a form. Somebody would inspect it, check it into another platform. So that’s kind of good to know.</p>\n\n\n\n<p>[00:28:15] <strong>Kelly Choyce-Dwan:</strong> Yeah. It also means that you can edit. So if you make your pattern and then you decide that you actually, you’ve submitted it, it’s been a week though. And you don’t like the color of the button. You can make that change. It’ll submit it back to pending, and it has to go through that review again. But, once it’s published, your pattern will have the new change now.</p>\n\n\n\n<p>[00:28:34] <strong>Nathan Wrigley:</strong> Okay. So we have to go through the process. Do you have any insight into how popular patterns have become over time? I mean, I still feel that the editing experience for proprietary page builders is something that people are keen for Gutenberg to have. You know, in other words, what you see is literally what you get.</p>\n\n\n\n<p>There’s no ifs or buts, it’s just exactly the same on the backend as it is on the front end. And I feel that a lot of people are not moving over to Gutenberg because that experience is not there yet. So, this one may be for Kelly, it may be for Ana. Ana, you might like to draw on, you know, your experience or maybe your friends and colleagues. Is it as usable yet? Are patterns as useful to you as your page builder that you may have used in the past yet? Or if we still got a way to go, what are your, what are your instincts on that?</p>\n\n\n\n<p>[00:29:25] <strong>Ana Segota:</strong> From my point of view, I think the block patterns are now really well made and they can be really useful. And I think they are mostly easier to use them. So for the user’s point of view, but they come more to the problem where we are starting to use templates, for example. Full site editing and templates. Block patterns are I think easiest part from the whole full site editing,.</p>\n\n\n\n<p>From my experience, mostly they like block patterns but, I think we are still in early stage because there is not a lot of themes that are full site editing themes. And sometimes we also have older themes that we are updating with block patterns, but it’s like a mix of old way and new way. So I think when we start doing more full site editing themes, it will get easier and user will get to know znd to accept it more.</p>\n\n\n\n<p>But I think block patterns are really useful from the user side, but templates are a bit tricky now, I must say, a bit confusing because we have a two editors now, like site editor and normal editor that they know from past. And they’re asking why I see now here block pattern, but in the old editor I need to click on the edit template to edit the template. It’s a bit tricky and confusing at the moment I must confess.</p>\n\n\n\n<p>[00:31:00] <strong>Nathan Wrigley:</strong> We’re on the cusp of WordPress 6.0 being released, and as each different, a new release comes around, there is more being added and the complexity sometimes goes up and hopefully at some point the complexity will go down again and be more straightforward to use.</p>\n\n\n\n<p>I guess that one of the biggest wins of using patterns and the pattern directory, which you would submit things to with the creator, is that all of this is just free. It’s completely freely available. You can use it in any which way you’d like, there’s no constraints over how you might use it. And if we rewind the clock about, oh, I don’t know, let’s go for about 12 or 13 years.</p>\n\n\n\n<p>I imagine that the plug-in directory felt like a similar thing, you know, you would submit your plugin and within a few hours, somebody would say yes. That’s great, thank you very much. We now know that WordPress has 50,000 plus plugins. The directory whilst being very useful is quite hard, it’s very difficult to track things down. We’ve got certain things being recommended because they’re popular and it may be hard for people to have their bits and pieces discovered.</p>\n\n\n\n<p>I’m just wondering, Kelly I’ll fire this one at you. I’m just wondering if in the future there are plans to make it so that as you submit patterns, there’s maybe more options around curating it, more taxonomy, terms, greater ways of being able to search and discover things. Because at the moment, it’s easy.</p>\n\n\n\n<p>There’s a handful of patterns, well, that’s not quite true, but you get point. There aren’t 50,000 of them. But in the future, when this takes off, I could see there being literally hundreds of thousands of patterns. And at that point it’s going to be extremely difficult to separate the ones that you would like from the ones which are just there in front of you, but you don’t necessarily feel able to use. So really I’m just wondering how that may be curated in the future. Any roadmap plans for that?</p>\n\n\n\n<p>[00:33:00] <strong>Kelly Choyce-Dwan:</strong> Yeah. you’re right there are, what did you say, 50,000 plugins?</p>\n\n\n\n<p>[00:33:03] <strong>Nathan Wrigley:</strong> Yeah,</p>\n\n\n\n<p>[00:33:04] <strong>Kelly Choyce-Dwan:</strong> Yeah, there’s 400 patterns.</p>\n\n\n\n<p>[00:33:06] <strong>Nathan Wrigley:</strong> Yeah, yeah.</p>\n\n\n\n<p>[00:33:07] <strong>Kelly Choyce-Dwan:</strong> So a little different. I don’t know that there’s any concrete roadmap for what the future of this directory might look like. There are some discussions about whether there should be different categories, like buttons, columns, taxonomy. There’s questions about how we should handle patterns that are more for site building versus just content patterns. So I do think that this is all very much still like to be decided, and really if anyone has opinions, I’m sure we’d love to hear them.</p>\n\n\n\n<p>[00:33:39] <strong>Nathan Wrigley:</strong> Yeah, we’ll get onto that actually now because that feels like a good point. So obviously this is being built out in the open. The pair of you have obviously taken a great interest in it, but it may be that people listening to this, this is new to them. And they think that they would like to play with this a little bit, become involved with the team.</p>\n\n\n\n<p>So maybe again, I’ll direct this one at Kelly first off. Are there any ways, better ways where people can get involved in the project of the directory or the creator? Where are the best places to go and hang out?</p>\n\n\n\n<p>[00:34:12] <strong>Kelly Choyce-Dwan:</strong> If you want to have feedback about the future of the pattern directory or if you just want to report that something’s not working. The project is on GitHub. It’s at github.com/wordpress/patterndirectory.</p>\n\n\n\n<p>[00:34:27] <strong>Nathan Wrigley:</strong> So that’s the best place to go if you wish to find out about becoming involved. Ana, just wondering about your experiences of being involved with this. Have you got any, any insights? Is there a thing that you found the most useful? A, I don’t know, a Slack channel or a website where people are helping each other out. A group of some kind, maybe a community online somewhere where this is all happening?</p>\n\n\n\n<p>[00:34:50] <strong>Ana Segota:</strong> I was in contact per Slack, with Anne McCartney also and, mostly Slack and Twitter, but yeah, mostly Slack or Github, yeah.</p>\n\n\n\n<p>[00:35:01] <strong>Nathan Wrigley:</strong> Now, I know that neither of you will be able to answer this question directly, but the theme repository and the plugin repository, they feel like there’s no way that they are going away. They’re going to be here for the long-term. You know, I can imagine decades from now, they’ll still be in existence. Do you both have confidence that this journey that we’ve taken on where blocks and patterns are becoming the new, the new way of creating quick and easy websites. Do you feel confident that this is the way it’s going to be done? You know, that we ought to sail our ship in this direction?</p>\n\n\n\n<p>Your long-term thoughts really on whether or not this is the way it’s going to be done in the future.</p>\n\n\n\n<p>[00:35:40] <strong>Ana Segota:</strong> I hope so. I really hope so. I think this way is, better way of making, for example, I am in theme business, so, it’s easier to create themes. Especially to offer easier way of using themes to users. So finally theme can be a design for me, and that’s a really big step in the right direction. So I really hope it will stay. And also be better with the time and more easier to use.</p>\n\n\n\n<p>[00:36:12] <strong>Nathan Wrigley:</strong> Thank you. And Kelly.</p>\n\n\n\n<p>[00:36:14] <strong>Kelly Choyce-Dwan:</strong> Yeah, I do think that this is the way forward. I think that using blocks and making patterns is really only going to become more, more standard. Easier to use. And so I think that this is going to be the way to make websites</p>\n\n\n\n<p>[00:36:28] <strong>Nathan Wrigley:</strong> Yeah. Just one last quick thought. I mentioned something similar earlier and Ana talked about it, I’m going to direct this one at you, Kelly, if that’s all right. I don’t know what your experience is with other website building tools. And we mentioned page builders, such as Elementor and, I just wondered what your thoughts are on where the user interface is and the user experience is at the moment.</p>\n\n\n\n<p>Maybe you’ve got some insight into that. Maybe you don’t, but I just wondered whether you thought that it was yet at a point of maturity. And that kind of ties into the question I’ve just asked about whether it would be widely adopted, because it feels like there’s a big holdout of people the moment who simply cannot make the move because the experience as yet doesn’t have that, it’s exactly the same on the front end, as it is on the backend. And Ana, I think you just said, Yeah in the background. You can identify. You’ve committed, you’ve jumped over and you’ve made that journey and put the investment of time into…</p>\n\n\n\n<p>[00:37:24] <strong>Ana Segota:</strong> Yeah, but it takes a lot of challenges, yeah. Because I get the input from the user side and I also used Elementor before to see how it works. And I must say it’s still a long way. But, what is most confusing now to the users, what I said before, also, those two editors and two different phase. We now have again templates that you can edit.</p>\n\n\n\n<p>And they’re a bit confused. Like, okay, I go on out to edit the template and I saved it and now it’s applied to all my pages and now you need to explain it that they need to refresh it and pull it back. And it’s a bit confusing. So we don’t have one editor where you can do all the things. For example, you come to one editor and click, for example, to choose a layout and this layout is there and you can edit it and that’s it. Yeah, it’s a bit struggle for now.</p>\n\n\n\n<p>[00:38:25] <strong>Nathan Wrigley:</strong> I do wonder if that struggle, and I’m going to see what Kelly makes on this, I do wonder if that’s going to be for a little while into the future, if that’s going to be a limitation in terms of adoption, is the fact that there are difficulties. There’s a lot of learning which needs to take place to wean you off those tools and, whilst the WordPress Core way of doing blocks and patterns and so on is free, widely available, done in the open, open source and all of that kind of stuff. I wonder if the adoption is going to be stifled because of the constraints that Ana just mentioned. What do you think about that?</p>\n\n\n\n<p>[00:39:04] <strong>Ana Segota:</strong> I think it depends also on us, on themers a lot. How we will implement this and make it easier for the users. And we also need to educate now the users, how they can use it and make it as easier as possible. And sometimes there’s not that easy because you need to follow updates and to do the updates all the time and to educate people about it.</p>\n\n\n\n<p>But I think it’s a good step in the right direction. And I think with the time and with the education people will adopted it yeah. Just by creating a pages using just block pattern it’s a really a big step. And it’s a great thing. You can really create most everything with block patterns without using templates for example.</p>\n\n\n\n<p>[00:39:54] <strong>Nathan Wrigley:</strong> Yeah, I think people just need time, the inspiration to get into it…</p>\n\n\n\n<p>[00:39:59] <strong>Ana Segota:</strong> It’s a new, it’s a new thing and you always need time to learn something new.</p>\n\n\n\n<p>[00:40:03] <strong>Nathan Wrigley:</strong> That’s right. We actually interviewed Courtney Robertson from the Learn initiative last week. And there’s an awful lot of content. And I think that’s maybe a piece that was missing in the past, the ability to go and find video tutorials, which answer the exact question that you’re looking for.</p>\n\n\n\n<p>Kelly, can I put that one to you? Is it basically the same question? You said that you hadn’t got a great deal of experience with page builders and so on, but I’m just wondering if you had any intuitions around there, whether or not the UI and the UX is, is everything that you guys had hoped it would be, or do you feel that there’s still quite a lot of work going through WordPress six and seven and maybe even, eight.</p>\n\n\n\n<p>[00:40:39] <strong>Kelly Choyce-Dwan:</strong> Yeah, I haven’t used page filters. I am definitely a pretty vanilla WordPress user. But I have been, you know, working with the site editor and I can see that it is a little confusing still. I do think that it needs to be iterated on, but I think that the future is going to be good.</p>\n\n\n\n<p>I think the plans are there and it’s constantly getting better. So I’m very positive about it. Yeah.</p>\n\n\n\n<p>[00:41:02] <strong>Nathan Wrigley:</strong> Thank you. Okay, just to wrap up, if people have listened to this podcast today and they would like to get in touch with you and make contact and use your expertise. What’s the best way of getting in touch with you? It could be a Twitter handle could be an email address, or it could be nothing. You might wish to share nothing at all, but I’ll start with Ana. What’s the best way to get in touch with you, Ana?</p>\n\n\n\n<p>[00:41:24] <strong>Ana Segota:</strong> Twitter, or Slack or email. It’s all good. Maybe you can add a later?</p>\n\n\n\n<p>[00:41:31] <strong>Nathan Wrigley:</strong> Yeah, I will definitely add your Twitter and Slack into the show notes. And same question to you, Kelly. What’s the best way to get in touch with you?</p>\n\n\n\n<p>[00:41:40] <strong>Kelly Choyce-Dwan:</strong> You can find me on Twitter, Ryelle, R Y E L L E or on wordpress.org Slack. I can also chat there.</p>\n\n\n\n<p>[00:41:49] <strong>Nathan Wrigley:</strong> Okay, Ana and Kelly, thank you so much for talking to me on the podcast today, and I appreciate you giving me an hour of your time. Thank you very much, indeed.</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2022 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Post Status: WooCommerce 6.5, 6.5.1, and WooCommerce Blocks 7.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97704\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://poststatus.com/woocommerce-6-5-6-5-1-and-woocommerce-blocks-7-6/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3050:\"<p class=\"has-drop-cap\">Well, the week started the release of <a href=\"https://developer.woocommerce.com/2022/05/10/woocommerce-6-5-released/\"><strong>WooCommerce 6.5</strong></a> and ended with a <a href=\"https://developer.woocommerce.com/2022/05/13/woocommerce-6-5-1-fix-release/\"><strong>6.5.1 bug fix</strong></a> release. Between all of that, <strong><a href=\"https://developer.woocommerce.com/2022/05/10/woocommerce-blocks-7-6-0-release-notes/\">WooCommerce Blocks 7.6</a> </strong>was also released.</p>\n\n\n\n<p>Over on <strong>Do the Woo</strong>, we had <a href=\"https://dothewoo.io/the-woocommerce-roundtable-dives-into-wordpress-6-0/\">a conversation about the upcoming release</a> of <strong>WordPress 6.0</strong>. The <strong>Woo Roundtable</strong>, consisting of <strong>Ronald Gijse</strong>l, <strong>Robbie Adair</strong>, <strong>Robert Jacobi</strong>, and <strong>Tammie Lister</strong> dove in to offer some insights about 6.0 and how WooCommerce plays into it. </p>\n\n\n\n<p>Then <strong>Ronnie Burt</strong> from <strong>Sensei LMS</strong> and <strong>Automattic</strong> shared his extensive experience in the wider education space and his journey to move into the WordPress ecosystem, and LMS space:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“And so when I think about democratizing education, I think about how do we help [provide] the best content [so the] best learning experiences bubble to the top and be found.”</p></blockquote>\n\n\n\n<p>A little bird told me about <a href=\"https://poststatus.com/the-state-of-wordpress-market-share/\">a drop in the WordPress market share</a>. Or actually, a Tweet from Joost de Valk. As a result I had to add <a href=\"https://dothewoo.io/woobits-dropping-my-02-about-wordpress-marketshare/\">my small take to the influx of reaction we have seen</a>. It\'s short! </p>\n\n\n\n<p>I think we just need to wait and see what shakes out. It\'s too early to say if this is a new trend.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“…I am not losing any sleep over that number right now. To be fair, depending on your own stakes, you may feel differently. And trust me, there are some interesting insights that Joost shared in the post, as well as others that are either agreeing with or serving a rebuttal. And if you dare go down that rabbit hole, well, good luck.”</p></blockquote>\n\n\n\n<p>Trust me, I didn’t spend much time on my response for several reasons:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“I have had touchpoints in the technical space for over 3 decades. If I was someone that could predict what came next for any specific technology, or 100% understood a lot of the ups and downs, well, maybe I wouldn\'t be rich but I would sure have a lot to talk about.”</p></blockquote>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://dothewoo.io/woobits-dropping-my-02-about-wordpress-marketshare/\">WooBits: Dropping My .02% About WordPress Marketshare</a></blockquote>\n</div>\n\n\n\n<h2 id=\"h-\"> </h2>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2022 21:00:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: How To Start Testing Your WordPress Code With the Pest PHP Testing Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134402\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/how-to-start-testing-your-wordpress-code-with-the-pest-php-testing-framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9024:\"<p>We can all agree that WordPress has come a long way since its beginning and that it grew into something a lot more than blogging software.</p>\n\n\n\n<p>At its core, it’s still a content management system (CMS), but with over 59,000 plugins in the <a href=\"http://wordpress.org/\">wordpress.org</a> directory, you can customize it to be much more.</p>\n\n\n\n<p>The reason for its popularity is its low entry barrier for both content creators and developers. Sometimes this comes with a cost. It’s no secret that WordPress has a bad reputation when it comes to development. It has a lot of legacy baggage and die-hard rules that prevent any backward compatibility breaking change when it comes to PHP code (Gutenberg is another story I won’t get into).</p>\n\n\n\n<p>That legacy PHP code is often used by the developers that are starting to enter the world of programming, and the issue with that is they can learn some bad programming patterns. That in turn means they will reuse the poorly written code, increasing the amount of bad code in the world.</p>\n\n\n\n<p>This is where WordPress gets its bad reputation in the developer community.</p>\n\n\n\n<h3><strong>Breaking the cycle</strong></h3>\n\n\n\n<p>So how can we break this cycle of bad code? By teaching new developers how they should write good code. One example of teaching new developers (but also old ones that are still clinging to the ‘WordPress’ way of doing things) is by writing tutorials.</p>\n\n\n\n<p>Another way is to encourage them to use tools that can help them write better code.</p>\n\n\n\n<p>I’m currently involved in the work which aims to release the new version of the <a href=\"https://github.com/WordPress/WordPress-Coding-Standards/\">WordPress Coding Standards</a>, a set of rules used for the <a href=\"https://github.com/squizlabs/PHP_CodeSniffer/\">PHP_CodeSniffer</a> tool that will let you know if your code has some potential issues (security, best practices, code style).</p>\n\n\n\n<p>Another tool that I’ve recently developed is a <a href=\"https://github.com/dingo-d/wp-pest-integration-test-setup\">package</a> that will help developers set up WordPress integration tests that use the <a href=\"https://pestphp.com\">Pest</a> testing framework.</p>\n\n\n\n<h3><strong>Ok, so why do we need this new tool?</strong></h3>\n\n\n\n<p>The main motivation behind creating this package is to encourage more people to write tests for their code, especially plugin developers.</p>\n\n\n\n<p>A lot of developers in the WordPress community go with the mantra: I can see that it works because I’ve tried it out in my browser. That’s OK, but there are issues with that.</p>\n\n\n\n<p>First, it’s time-consuming. Every time you make some change, you need to make sure it works, but also that you didn’t break anything.</p>\n\n\n\n<p>Second, people make mistakes. We are not foolproof, and code may be misused in ways you never thought possible. You would be amazed at how creative people can be when writing code.</p>\n\n\n\n<p>Automated tests are quick and can help you in testing various cases that will happen when you execute your code.</p>\n\n\n\n<p>You test for the intended behavior (happy path), and in a quick way, you can add examples of how your code can be used in a way you didn’t intend it to be used (unhappy path).</p>\n\n\n\n<p>It also safeguards your code from regressions. A code regression is when you unintentionally break one part of your code by adding new code.</p>\n\n\n\n<h3><strong>The problem with tests set up so far</strong></h3>\n\n\n\n<p>Testing in WordPress is not a new thing. And it’s not like you couldn’t set up tests for your code before. There are amazing libraries out there that will help you set everything up like <a href=\"https://wpbrowser.wptestkit.dev/\">wp-browser</a>.</p>\n\n\n\n<p>But the problem is that the setup procedure is often clunky.</p>\n\n\n\n<p>You need to set up a separate database for tests, and you need to run certain scripts, then change files to make it all work.</p>\n\n\n\n<p>Let’s face it, it’s not a straightforward thing to do, and developers are by nature lazy creatures (that’s why we write code to do things for us <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f604.png\" alt=\"😄\" class=\"wp-smiley\" />).</p>\n\n\n\n<p>The aim of the wp-pest integration test setup is to eliminate all that extra work.</p>\n\n\n\n<h3><strong>How to set it up</strong></h3>\n\n\n\n<p>In order to set it up, your project must use <a href=\"https://getcomposer.org/\">Composer</a>. It’s a de-facto standard way of adding packages to your code.</p>\n\n\n\n<p>In your terminal type</p>\n\n\n\n<pre class=\"wp-block-code\"><code>composer require dingo-d/wp-pest-integration-test-setup --dev</code></pre>\n\n\n\n<p>After you’ve downloaded the package and its dependencies you can set up the theme tests by typing</p>\n\n\n\n<pre class=\"wp-block-code\"><code>vendor/bin/wp-pest setup theme</code></pre>\n\n\n\n<p>Or, in the case you want to set up tests for your plugin, you can write</p>\n\n\n\n<pre class=\"wp-block-code\"><code>vendor/bin/wp-pest setup plugin --plugin-slug=your-plugin-slug</code></pre>\n\n\n\n<p>Optionally, you can provide a <code>--wp-version</code> parameter, to specify which WordPress version you’d like to test your code on.</p>\n\n\n\n<p>In the background, a WordPress instance will be downloaded, and an in-memory database will be set up, along with two examples of tests that you can run.</p>\n\n\n\n<p>Then, running either</p>\n\n\n\n<pre class=\"wp-block-code\"><code>vendor/bin/pest --group=unit</code></pre>\n\n\n\n<p>or</p>\n\n\n\n<pre class=\"wp-block-code\"><code>vendor/bin/pest --group=integration</code></pre>\n\n\n\n<p>will run the tests.</p>\n\n\n\n<p>The beauty of Pest is that its syntax is developer-friendly. It has <a href=\"https://pestphp.com/docs/installation\">amazing documentation</a> and great syntax. Let’s look at a simple example. Say you are registering a custom post type called ‘Books’:</p>\n\n\n\n<pre class=\"wp-block-code\"><code><?php\n\n/**\n * Plugin Name: Test plugin\n * Desctiption: Test plugin\n * Version: 1.0.0\n * License: MIT\n */\n\nfunction test_plugin_register_books_cpt() {\n $args = array(\n \'label\' => esc_html__( \'Books\', \'test-plugin\' ),\n \'public\' => true,\n \'publicly_queryable\' => true,\n \'show_ui\' => true,\n \'show_in_menu\' => true,\n \'query_var\' => true,\n \'rewrite\' => array( \'slug\' => \'book\' ),\n \'capability_type\' => \'post\',\n \'has_archive\' => true,\n \'hierarchical\' => false,\n \'menu_position\' => null,\n \'supports\' => array( \'title\', \'editor\', \'author\', \'thumbnail\', \'excerpt\', \'comments\' ),\n );\n \n register_post_type( \'book\', $args );\n}\n \nadd_action( \'init\', \'test_plugin_register_books_cpt\' );\n</code></pre>\n\n\n\n<p>After running the setup command that adds an example, a test called <code>BooksCptTest.php</code> would look like this:</p>\n\n\n\n<pre class=\"wp-block-code\"><code><?php\n\nnamespace Tests\\Integration;\n\nbeforeEach(function () {\n parent::setUp();\n});\n\nafterEach(function () {\n parent::tearDown();\n});\n\ntest(\'Books custom post type is registered\', function () {\n // We can use assertions from PHP_Unit.\n $this->assertNotFalse(has_action(\'init\', \'test_plugin_register_books_cpt\'));\n\n $registeredPostTypes = \\get_post_types();\n\n // Or we can use expectations API from Pest.\n expect($registeredPostTypes)\n ->toBeArray()\n ->toHaveKey(\'book\');\n});\n</code></pre>\n\n\n\n<p>Running <code>vendor/bin/pest --group=integration</code> gives us the following output:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>Installing...\nRunning as single site... To run multisite, use -c tests/phpunit/multisite.xml\nNot running ajax tests. To execute these, use --group ajax.\nNot running ms-files tests. To execute these, use --group ms-files.\nNot running external-http tests. To execute these, use --group external-http.\n\n PASS Tests\\\\Integration\\\\BooksCptTest\n ✓ Books custom post type is registered\n\n Tests: 1 passed\n Time: 0.14s</code></pre>\n\n\n\n<h3><strong>Conclusion</strong></h3>\n\n\n\n<p>And just like that, you have the ability to run WordPress integration tests in your theme or plugin. Tests are amazing because not only are they safeguarding us from mistakes, but they also force us to write clean and testable code. This is especially true for plugins that have complicated logic or are communicating with third-party APIs.</p>\n\n\n\n<p>Writing tests for such a codebase will force you to think about what your code architecture looks like so you can easily write automated tests – not to mention the time and money you’ll save from not having to manually test everything.</p>\n\n\n\n<p>If you think this is something you might benefit from, feel free to use it, and <a href=\"https://github.com/dingo-d/wp-pest-integration-test-setup\">star the repository</a> on GitHub.</p>\n\n\n\n<p>Hopefully, this will encourage more WordPress developers to use tools that will enhance their coding skills.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2022 18:25:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Denis Žoljom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"WPTavern: Online Meetup: WordPress NYC to Host Series on Modern, Privacy-Respecting Analytics and Leveraging First-Party Data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134464\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"https://wptavern.com/online-meetup-wordpress-nyc-to-host-series-on-modern-privacy-respecting-analytics-and-leveraging-first-party-data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3125:\"<p>One of the positive effects of the COVID-19 pandemic is local meetups are more frequently broadcasting their events online, giving people outside the immediate area the opportunity to attend and learn new skills. <a href=\"https://www.meetup.com/find/?keywords=wordpress&source=EVENTS&eventType=online&sortField=DATETIME\">Searching meetup.com for WordPress</a>, filtered to show Online Events, will show upcoming events that anyone can attend.</p>\n\n\n\n<p>WordPress NYC is hosting an interesting new six-part series on analytics beginning this week on Thursday, May 19, at 7PM EDT. Co-organizer Victor Ramirez will kick it off with a workshop titled “The Product & Marketing Data Landscape.” Attendees will get an overview of the current WordPress analytics landscape. Subsequent events will cover how to make a tracking plan, how to migrate to open source tracking options (while respecting privacy), and how to leverage WordPress data to improve user experiences.</p>\n\n\n\n<p>Ramirez is the lead product analytics engineer at <a href=\"https://www.theknotww.com/\">The Knot Worldwide</a> and also runs a WordPress agency on the side. </p>\n\n\n\n<p>“I was inspired because product analytics has been my job for two years,” Ramirez said. “It’s one of the hottest roles in technology everywhere except WordPress.” </p>\n\n\n\n<p>During the workshop he plans to demonstrate the benefits of using <a href=\"https://www.rudderstack.com/\">Rudderstack</a>, an open source customer data pipeline tool, and <a href=\"https://www.avo.app/\">Avo workbench</a>, a data governance platform, comparing those to private enterprise options. The schedule for the series includes weekly presentations through June 23:</p>\n\n\n\n<ul><li>May 19: <a href=\"https://www.meetup.com/WordPressNYC/events/285813151/\">The Product & Marketing Data Landscape</a></li><li>May 26: <a href=\"https://www.meetup.com/WordPressNYC/events/285813159/\">Tracking Plans as the Lynchpin for Success</a></li><li>June 2: <a href=\"https://www.meetup.com/WordPressNYC/events/285813166/\">Goodbye Google, Hello 1st Party Data</a></li><li>June 9: <a href=\"https://www.meetup.com/WordPressNYC/events/285813170/\">Privacy, Performance, 3rd Party Integrations</a></li><li>June 16: <a href=\"https://www.meetup.com/WordPressNYC/events/285813176/\">Build Dashboards & Reporting in Minutes not Weeks</a></li><li>June 23: <a href=\"https://www.meetup.com/WordPressNYC/events/285813178/\">Leveraging Data for Enhanced User Experiences</a></li></ul>\n\n\n\n<p>The series will introduce attendees to the concept of collecting first-party data (as opposed to third-party data) and learn how to create better, privacy-respecting experiences for consumers, instead of “targeting” them with unwanted messages.</p>\n\n\n\n<p> If you’re using WordPress for a product or service, this workshop may give you a new way to think about consumer data collection for your business. The event is free and the link to attend online will be visible for those who <a href=\"https://www.meetup.com/WordPressNYC/events/285813151/\">sign up to attend</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2022 17:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WordPress.org blog: WordPress 6.0 Release Candidate 3 (RC3) Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12866\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-3-rc3-now-available-for-testing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4194:\"<p>WordPress 6.0 is scheduled for release next week on May 24, 2022! This RC3 release is the final opportunity for you to test and help contribute to making the 6.0 release great.</p>\n\n\n\n<p>You can view changes since the RC2 release via <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">Gutenberg</a> and <a href=\"https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=05%2F10%2F2022..05%2F17%2F2022&resolution=fixed&milestone=6.0&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=id\">Trac</a>.</p>\n\n\n\n<h1>Installing RC3</h1>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you install RC3 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.0 RC3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC3.zip\">release candidate (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, RC1, or RC2 on a case-insensitive filesystem, please use the following command:</p>\n\n\n\n<p><code>wp core update --version=6.0-RC3</code></p>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers are encouraged to complete testing of their respective extensions against WordPress 6.0 RC3 and update the “<em>Tested up to”</em> version in their readme file to 6.0 this week. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of May 24.</p>\n\n\n\n<p>Review the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\"><em>WordPress 6.0 Field Guide</em></a>, for more details on this release.</p>\n\n\n\n<p>Review additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail upcoming changes.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a></p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>RC3, An (Almost) Final Haiku</h2>\n\n\n\n<p>It’s near time for six<br />The reward is the journey<br />Just one week to go</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dansoschin</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2022 16:39:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"Do The Woo Community: WordCamp Europe 2022 with Takis Bouyouris and Taeke Reijenga\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=71671\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://dothewoo.io/episode-223/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:396:\"<p>Takis Bouyouris and Taeke Reijenga, part of the organizing team for WordCamp Europe, joins us in a conversation all about WCEU.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/episode-223/\">WordCamp Europe 2022 with Takis Bouyouris and Taeke Reijenga</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2022 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: How The Welch News Uses WordPress To Keep Local News Alive in West Virginia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134197\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/how-the-welch-news-uses-wordpress-to-keep-local-news-alive-in-west-virginia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13172:\"<img />The Welch News Team – photo credit: The Welch News\n\n\n\n<p>For 95 years, the people living in the McDowell County coalfields have depended on <a href=\"https://www.welchnews.com/\">The Welch News</a> for local coverage of important events. The county sits at the southernmost point of state, with a declining population of <a href=\"https://www.census.gov/quickfacts/mcdowellcountywestvirginia\">18,363</a> and a median household income of $27,682. </p>\n\n\n\n<p>In the 1950’s, at the apex of the mining industry’s economic influence, McDowell County had close to 100,000 people living there. They mined the coal that built much of the infrastructure for American cities. After the industry became more mechanized and many left to find work elsewhere, the community began to deteriorate, drugs got a foothold, and many local kids are now raised by their grandparents. Property taxes evaporated, as a large number of homes are on homestead exemption, which further lowers property taxes for those who are 65+ or considered disabled.</p>\n\n\n\n<p>The Welch News remains in the county as a unifying force that the dwindling populace relies on to stay connected and informed. Publisher Melissa Nester often says she learned how to read by reading the Welch News. Three years ago, she purchased her local newspaper to keep it from shuttering. </p>\n\n\n\n<p>“Our previous owner made the decision to close the newspaper at a point we felt we were going strong,” Nester said. “Revenue had declined along with the business population we used to support our operation over the years, however we felt it was an asset to community building and wanted to use it as such.” </p>\n\n\n\n<img />The Welch News Publisher Melissa Nestor – photo credit: The Welch News\n\n\n\n<p>Nester purchased the paper, with the promised support of her core team members at the time. Most of them are still working with her today.</p>\n\n\n\n<p>“The Welch News had been a staple in all our lives,” Nester said. “When we announced that we would cease to print, the community was outraged. We cried with customers stopping in to see us one last time, most of them sharing stories of their first job being a paper carrier at the newspaper. One of our carriers at the time told us the story of an elderly woman who said all she had at home was a landline phone and The Welch News. It’s all she had. We were absolutely floored as we heard how much our community wanted us to remain.”</p>\n\n\n\n<h3>The Welch News Launches a Digital Publication on WordPress with the Help of the PaywallProject</h3>\n\n\n\n<img />photo credit – The PaywallProject\n\n\n\n<p>After purchasing the paper, Nester held a meeting on May 8, 2018, where she invited everyone she could think of to help her plan a path to move forward. Tyler Channell, creator of the <a href=\"https://www.paywallproject.com/\">PaywallProject</a>, attended this meeting and listened to the team’s goals and concerns.</p>\n\n\n\n<p>“Building simple WordPress-based sites for various businesses is something I’ve done dating back to 2008,” Channell said. “I really started focusing on local newspaper web development in late 2017 after graduate school (journalism) at West Virginia University.”</p>\n\n\n\n<p>Channell began helping local West Virginian newspapers, after they reached out with specific questions about generating revenue from their publications.</p>\n\n\n\n<p>“Digital ads weren’t cutting it for them (a similar story I hear from publishers across the country),” Channell said. “With Facebook and Google owning virtually the entire digital ad market, newspapers must focus their efforts on generating paid digital subscriptions to remain sustainable. People are willing to pay for local content that they can’t get anywhere else.”</p>\n\n\n\n<p>After helping his first local newspaper find success with a paywall he implemented, he decided to put together a simple ready-to-go website solution focused on growing paid digital subscribers for local newspapers across West Virginia and beyond. He now has approximately 20 local newspapers signed on to the PaywallProject’s services. The all-in-one subscription platform for local news costs $199/month and includes website development, a flexible paywall subscription platform with no transaction fees, migration, and built-in ad management.</p>\n\n\n\n<p>“I use a number of different themes/plugin-based solutions combined with custom code, payments via Stripe, and hosting through DigitalOcean to bring it all together,” Channell said. “The goal for me is to provide all technical aspects so that local news publishers can focus on publishing content.”</p>\n\n\n\n<p>For many small publishers, this is their very first website. Channell said his clients are quick to acclimate to WordPress.</p>\n\n\n\n<p>“I think when you remove the technical aspects of digital subscriptions, it reduces the learning curve dramatically,” he said.</p>\n\n\n\n<p>“Growing digital subscriptions takes a lot of time and effort. But with each new paid subscriber a newspaper brings on board, local journalism becomes that much more sustainable.”</p>\n\n\n\n<p>The Welch News’ WordPress site helped put the publication on a path to sustainability. Within the first ten days of launching their digital edition, they gained 100 new subscribers, and subscriptions keep rolling in from local residents and people all over the country.</p>\n\n\n\n<p>“I believe [Channell] was particularly interested when he learned our newsroom was staffed by millennials who cared deeply about the community they live in and hoped to make a positive change,” Nester said. “He realized our staff could easily transition.</p>\n\n\n\n<p>“As publisher/owner, at 56 years old, I have probably been the person hardest to train on using the site, but even I am very comfortable posting articles without help.”</p>\n\n\n\n<p>Welch News Editor Derek Tyson is the primary person writing and editing articles, approving submissions, and managing ad design and layout for the front page.</p>\n\n\n\n<p>“We really enjoy the ease of access WordPress offers,” Tyson said. “I think we all were quite surprised how easy it was to put our articles into the digital format to share with the world at large. The transition wasn’t hard. Changing our office routine after over 90 years of only print publishing was by far the hardest part. PaywallProject made this transition easy for us. Trainings happened in our own newsroom, and PaywallProject has always available to help with any issues.”</p>\n\n\n\n<img />The Welch News Editor Derek Tyson – photo credit: The Welch News\n\n\n\n<p>The entire publication process is still very much a labor of love, as is evident in this video the PaywallProject created featuring The Welch News. The team managing it is far younger than most of the town but fiercely dedicated to keeping this vital community resource going.</p>\n\n\n\n<div>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Growing paid digital subscriptions in rural Appalachia is possible! <a href=\"https://twitter.com/nestergirl2?ref_src=twsrc%5Etfw\">@nestergirl2</a> <a href=\"https://twitter.com/thatdamntyson?ref_src=twsrc%5Etfw\">@thatdamntyson</a> <a href=\"https://t.co/rpOE8fUEqM\">pic.twitter.com/rpOE8fUEqM</a></p>— PaywallProject (@paywallproject) <a href=\"https://twitter.com/paywallproject/status/1523755491683631104?ref_src=twsrc%5Etfw\">May 9, 2022</a></blockquote>\n</div>\n\n\n\n<p>“Putting ourselves out into the digital world was both exciting and terrifying,” Nester said. “We were skeptical about our content being capable of generating online subscriptions. But it was the best case of being proven wrong in our lives.</p>\n\n\n\n<p>“It does sometimes feel unnerving to move from a local publication that is only read via print media in your community, to a publication with a far greater reach. Sometimes that brings forth ‘internet warriors’ to criticize, as well as ‘internet warriors’ to support. PaywallProject is knowledgeable in the field of journalism, and that makes a great difference.”</p>\n\n\n\n<h3>The Welch News Still Prints and Delivers the Paper Three Days Per Week</h3>\n\n\n\n<p>The Welch News is just one of hundreds of publications that have <a href=\"https://wptavern.com/finding-wordpress-in-the-post-print-news-era\">found WordPress in the post-print news era</a>, but unlike many others who transitioned to purely digital publishing, they are committed to keeping their print version going on their 1966 model printing press. They print three days a week and offer home delivery within McDowell County, as well as mail delivery across the nation.</p>\n\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n\n<p>“We have a high population of elderly residents, and strongly feel that they need the connection with the home delivery drivers three times each week,” Nester said. “We understand this isn’t the greatest business model, and often hear the advice to move to a weekly publication. Our desire to serve our residents in the best way possible keeps us headstrong about a three-day print publication.”</p>\n\n\n\n<p>Though nearly everyone from his generation has moved away from the area, Tyson’s commitment to serve The Welch News’ elderly subscribers burns strong.</p>\n\n\n\n<p>“We’re here to serve a very vulnerable population that I feel like the modern world is pretty quick to sweep under the rug,” Tyson said in a recent <a href=\"https://vimeo.com/495924832/492e92a96f\">documentary</a> about the county. “I see elderly people suffer, feeling like they’re not important and nobody needs them anymore. That’s just awful. They’re not as strong, they move a little slow, they’ll talk your head off but they’re living human beings that matter, and I’m going to fight for them.”</p>\n\n\n\n<p>Local news stands as a guardian for small, economically vulnerable counties like McDowell. In an area that is frequently cited among the five poorest counties in the US, the people still have their own voice through The Welch News. This publication finding sustainability is like a flower growing up through the concrete.</p>\n\n\n\n<p>As we witness the slow death of the American newspaper, these little newspapers staying alive to keep the public informed offer a ray of hope. Small publications continue to contend with <a href=\"https://wptavern.com/more-than-200-local-newspaper-publishers-are-suing-google-and-facebook-for-damages\">the greed and corruption of the advertising industry</a>, tech giants that have <a href=\"https://wptavern.com/amp-has-irreparably-damaged-publishers-trust-in-google-led-initiatives\">willfully eroded publishers’ trust </a>through collusion and manipulation of the digital ad market. With affordable publishing tools like WordPress, The Welch News and its contemporaries can have a fighting chance.</p>\n\n\n\n<p>“This is very much a heart project to serve and better our community, and we aren’t sure how long we can sustain it,” Nester said. “I’m certain we wouldn’t have survived the income loss from COVID without our website. </p>\n\n\n\n<p>“I often say I quit my job every morning, but go anyway. I quit again by nightfall, and the email comes showing the income from online subscriptions and I decide to try again.” </p>\n\n\n\n<p>Tyson and his small team of journalists believe the best hope for keeping local news alive, when many small outlets have shuttered or consolidated, is maintaing a hyperlocal focus.</p>\n\n\n\n<p>“Our strategy has been to shift our content priorities from broad coverage to a hyperlocal focus on issues within McDowell County’s borders,” he said. “With so many forms of media coverage available today, we decided to focus on what you couldn’t find anywhere else and in turn, showing that important things happen in small towns that deserve media attention.”</p>\n\n\n\n<p>WordPress and the PaywallProject helped introduce a new stream of revenue for their century-old business. As the subscriptions continued to flow in, Nester said they realized “hyperlocal content did indeed have true value and would not be found anywhere else.” It’s one of the reasons <a href=\"https://www.poynter.org/business-work/2022/the-pulitzers-still-value-opinion-writing-and-so-do-readers/\">many of the 2022 Pulizter prize winners have won for local stories</a> that would never be covered in the larger news market.</p>\n\n\n\n<p>“Citizens near and far should understand the need to fund local newsrooms, and the important work they do,” Nester said. “Understanding that without supporting local journalists, a large sense of community will be lost with each news desert that comes. If newsrooms are funded through community support, it is a better representation of that community and a means to bring forward local issues for resolution.”</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2022 15:16:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"WordPress.org blog: WP Briefing: Episode 31: Open Source & Accessibility– Celebrating Global Accessibility Awareness Day With Guest Joe Devon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33186:\"<p>In the thirty-first episode of the WordPress Briefing, GAAD Co-Founder Joe Devon joins WordPress Executive Director Josepha Haden Chomphosy to discuss Global Accessibility Awareness Day and the role of open source in accessibility. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em><br /></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Guest: Joe Devon</li><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://accessibility.day/about/\">About GAAD</a></li><li><a href=\"https://gaad.foundation/gaadpledge/\">GAAD Foundation Pledge</a></li><li><a href=\"https://www.who.int/health-topics/disability#tab=tab_1\">World Health Organization on Disability </a></li><li><a href=\"https://en.wikipedia.org/wiki/The_dress\">The Dress Phenomenon</a></li><li>The Guardian on <a href=\"https://www.youtube.com/watch?v=7X_WvGAhMlQ\">Yanny or Laurel </a></li><li><a href=\"https://josepha.blog/2019/05/24/empathy-vs-altruism-in-modern-leadership/\">Empathy vs. Altruism in Modern Leadership</a>, Josepha Haden Chomphosy </li><li><a href=\"https://webaim.org/projects/million/\">The WebAim Million 2022 Report</a></li><li><a href=\"https://make.wordpress.org/core/6-0/\">WordPress 6.0 Development Cycle </a></li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12855\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:00] </p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:40] </p>\n\n\n\n<p>Y’all, we’ve got an absolutely jam-packed couple of weeks in WordPress. We’ve got events happening and releases shipping and contributor days being coordinated (I almost said contributor days being contributed). That’s also what they’re doing. I’ll share some of those highlights in today’s small list of big things, but I did want to specifically call out something that’s coming up this week on Thursday (May 19, 2022), and that something is Global Accessibility Awareness Day.</p>\n\n\n\n<p>The team of contributors over on the Accessibility team has participated in the Global Accessibility Awareness Day in the past. So I thought it would be interesting to hear from one of the co-founders of this particular day of awareness.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:27] </p>\n\n\n\n<p>All right. And with that, Joe Devin, would you like to tell us a little bit more about yourself? </p>\n\n\n\n<p><strong>[Joe Devon 00:01:34] </strong></p>\n\n\n\n<p>Sure. So I am the co-founder of Global Accessibility Awareness Day, which is a day that goes viral every year on the third Thursday of May. We typically have the Twitter reach on the GAAD hashtag on Twitter of 200 million users, which is, I think, pretty much their active user count. We stopped counting once we hit their daily active user count. </p>\n\n\n\n<p>And then, I am Chair of the GAAD Foundation, which we launched last year. And then I have a day job too, where I’m CEO and co-founder of Diamond, which is an inclusive digital agency that builds software accessibly by default. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:15] </p>\n\n\n\n<p>Wonderful. Well, we are so excited to have you today. I said we like it’s me and the mouse in my pocket—we in the WordPress community that’s going to listen to this. Super excited to have you today. So you mentioned GAAD, Global Accessibility Awareness Day. Last year was your 10th anniversary, which is very exciting, but like with so many good things, I hear it all started with a blog post and a blog post on WordPress, no less.</p>\n\n\n\n<p>So I’d love to hear about how GAAD evolved from that, with, as I understand it, your co-founder of Jennison (Asuncion). That must be where you met him, I assume.</p>\n\n\n\n<p><strong>[Joe Devon 00:02:51] </strong></p>\n\n\n\n<p>Yes. Yes. So what happened was I started a WordPress blog called <em>My SQL Talk</em>. So it’s a database blog, and I just thought it was a brilliant name. I mean, My SQL Talk, like that, should be super popular.</p>\n\n\n\n<p>And it probably had maybe ten people who ever looked. Um, and then my dad was getting older, and my dad was a survivor of the concentration camps, and he was a genius. He spoke ten languages. It, he was one of those people. That, when he walked into a room, he just commanded respect. You knew that there was history. I don’t know how to explain it really, but it was special when my dad walked into the room. And considering all of this that he suffered in his life, watching him get older and struggle, particularly with his banking, was very painful to see. And the bank wasn’t accessible, so I wrote this blog post proposing that we create a Global Accessibility Awareness Day.</p>\n\n\n\n<p>Sometimes I get these visions, and they never turn into anything. But while I think about it, I’m like, “all right, let’s write this blog post and this can definitely work. Right?” And then you finish the blog post to hit send, and you’re like, “this is not going to work.”</p>\n\n\n\n<p>But I wasn’t even smart enough to do social media on it. But fortunately, WordPress had an auto-tweet feature, and it tweeted it out, and Jennison Asuncion, my co-founder, happened to be around and not out that Saturday night. And he read the blog post, and he said, “this is a great idea. Let’s make it happen.”</p>\n\n\n\n<p>And we had two busy people, but we both had a community. He had the accessibility community, and I was building a tech scene in Los Angeles. And what I discovered is if you combine a great idea with the community, great things can happen. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:49]</strong></p>\n\n\n\n<p>Oh man, you’re speaking my language over here, helping people find their communities, knowing that community is the thing that is the lifeblood of society.</p>\n\n\n\n<p>That sounded like a tautology. It is not a tautology. You can have a society with an attempt to not have any sort of community around it, but I bet it doesn’t work very well. Well, that’s, that’s very interesting. And so you all just kind of talked through what that would look like, I assume in confidence, or that would have to take place, right? Or was it on Twitter in those days? </p>\n\n\n\n<p><strong>[Joe Devon 00:05:24]</strong> </p>\n\n\n\n<p>Oh, you could still look in the comments and see the back and forth of Jennison and a bunch of other people that got pretty involved with GAAD that are some legendary folks in there. It’s kind of mind-blowing because I dunno how, how you feel, but for me, when I used to code, uh, three months later, I’d look back at old code and be like, “oh, I suck,” you know, or write an email even and you look back on it a day later and are like “what a stupid email, how stupid am I?” You know? But I look back on that one after ten years; I was scared to look at it because I’m like, it must’ve been really bad. But you know, it kind of held up, and exactly what I wrote in there happened – to my utter shock.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:06]</strong></p>\n\n\n\n<p>But also, it’s kinda nice, though, to look back and be like, “oh, I used to be much dumber.”</p>\n\n\n\n<p>Cause then you’re like, look how far I’ve come. I’m no longer that dumb. I’m a different kind of dumb now; good for me. I always hope to be a different kind of dumb as I go forward. </p>\n\n\n\n<p>So then, okay, so that was your ten-year anniversary last year. GAAD, in general, now has been going on for 11 years, and at the time of this recording, in a couple of weeks, but then probably a week when it finally publishes, you have your next, your next round of that going.</p>\n\n\n\n<p>I think it seems safe to assume that awareness of the need for accessibility has increased during that time, but we all know that the work of accessibility is ongoing. And so, I’m just curious to hear from your perspective if the awareness of the need for accessibility has generally started to permeate developer communities.</p>\n\n\n\n<p>And are you seeing more developer awareness around the need for accessibility in tech in general? </p>\n\n\n\n<p><strong>[Joe Devon 00:07:12]</strong> </p>\n\n\n\n<p>Yeah. You know, it’s not enough. It’s certainly improved a lot. I keynoted a conference probably four years after GAAD started, maybe five, and I kind of assumed nobody would have heard of accessibility, and I was taken aback when I asked who had heard of it, and a good chunk of the room had. So even then, there had been a difference, and I’d say now I see accessibility mentioned a lot more in conferences and stuff. But when it comes to actually building it, there’s a tremendous amount of ignorance. There, there still needs to be a lot more awareness.</p>\n\n\n\n<p>And I think partially people are a little bit scared to dip their toe because they’re scared that they’re going to be told that “no, it’s not accessible,” or that they’re going to say the wrong word or offend somebody. So I’d say that there’s some degree of trepidation, but also developers, and it’s not just developers, designers, and product people. There’s so much to learn, and it’s like, “oh God, there’s another piece that I have to learn.” </p>\n\n\n\n<p>And I’m so glad that you invited me on this podcast because it’s the developers that, you know, I am a developer, not anymore, I haven’t touched code in years, but that’s where I came from. Right? This is my peach, right? Particularly WordPress folks, because I had done a fair bit of WordPress before I moved on to some other things. And, I think we have to talk about usability and understand that accessibility is so much more than how we look at disability.</p>\n\n\n\n<p>And if you don’t mind, I’m going to ask you a question. How do you think the typical WordPress developer or designer would define disability? </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:05] </strong></p>\n\n\n\n<p>in the kinds of conversations that I’ve had over the years, it frequently has to do with visual things. Because it’s just screens all day, right? And that’s a primary area where our designers and developers really have made some effort.</p>\n\n\n\n<p>But my personal favorite sort of, of example, for like, when you’re looking at how to make sure that your products are accessible is, what, if you have to use your website, or you have to build your website using only one arm. Because that gives you an opportunity to kind of look at disability from a permanent standpoint.</p>\n\n\n\n<p>Like if you have lost permanent use of one arm, but also gives you an opportunity to look at the temporary options for that sort of lack of mobility. Like you’re a mother with an infant, and so you have to be able to, you know, get your stuff done with one arm. And so I know that we paid a bunch of attention to screen readers and what works in not way back in 2018 and 2019 did a lot of work with. Literally zero screen. And can you still do the thing that you need to do, which was incredibly difficult. And I was really excited to see what our developers came up with around that. But I think that that is quite a bit of that discussion as we’re going through it from the beginning to the end.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:27] </strong></p>\n\n\n\n<p>Yeah. I mean, that’s a great answer, and you definitely understand some of the nuances way better than I think that the average creator, digital product creator, I’m including the, you know, the product people, the designers, and the developers. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:42] </strong></p>\n\n\n\n<p>We’re very fortunate to have more than just developers in WordPress.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:50] </strong></p>\n\n\n\n<p>The reason I bring this up is that the WHO (World Health Organization) had to; they’re the ones that did massive research across the globe. And they had to, they had to come up with a definition, and in their definition, they needed to draw a line. Typically, I don’t remember the exact thing cause it’s a 350-page report, and I kept looking for where they defined it again.</p>\n\n\n\n<p>It was a little hard to find, but essentially it’s if there’s a major disability or a disability that impacts some significant portion of your day-to-day activities. And that’s really great when you’re trying to do a report on how many disabilities there are out there; what percentage of the population has a disability?</p>\n\n\n\n<p>And their figures are something like 15% of the population has a disability, which is a huge number. But at the same time, they also mentioned that 2.2 billion people have a visual impairment. And we also know that over 33% of the population is over 50, and I’m included in that population. And I can say that when you’re over 50, you know, I’ve got clouds in my eyes.</p>\n\n\n\n<p>I don’t know where they came from, but they definitely make it harder to see. When I’m in a restaurant, I can’t focus on the person across from me the same way. My hearing is not the same, and anybody over 50 is going to have certain impairments and won’t see as well; color contrast issues are a big deal.</p>\n\n\n\n<p>Being able to raise the font is a big deal. And I think that accessibility is connected in most people’s minds with disability. And they’ll attach that to something like being blind or being deaf or hard of hearing or having a missing limb or having some other kind of disability. </p>\n\n\n\n<p>And, as a result, they’re like, “well, I don’t even know any people in that category possibly,” and as a result, they’re like, “well, how important is this?” Yes. They might feel guilty. I should do the right thing. This is the right thing to do. But honestly, like how much money should I spend on it? How much, what percentage of my time should I spend on it?</p>\n\n\n\n<p>And it’s because they don’t realize that everybody has different abilities. And so, I’m starting to go away from even talking about disabilities and asking people to remember that all of us perceive things differently. </p>\n\n\n\n<p>Do you remember the gold dress where they were trying to say, what color is this dress? Is it gold and white or blue and black? And it is blue and black, but to me, all I see is gold and white. And then there was Laurel or Yanny. Do you remember that?. And some people heard it, and typically older people heard it as Laurel, and I’ve, and I do this in some of my presentations. I play that, that sound. And usually, it’s Laurel for me, but sometimes it’s Yanny. Even personally, it changes. </p>\n\n\n\n<p>And so, we have a totally different perception. Now think about memory. There’s a different kind of blindness. If you try and remember, let’s say a relative or a friend that is no longer. How well do you see that picture?</p>\n\n\n\n<p>Because for me, it is very, very vague, but for some people, they say, and I’ve been asking people, and I’d love your answer as well. How vivid is it? And some people say, I can read the, I can see the pattern on the shirt. It’s as vivid as if I see with opening my eyes, seeing, you know, the regular in front of me, and I can even read a name tag in the memory.</p>\n\n\n\n<p>And I’m like, Woah, so maybe I’m blind in a way. Right? So how do you see it? How do you remember things? </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:14:42] </strong></p>\n\n\n\n<p>Oh, I’m a, I’m a real visual person and a tactile person. And so, like if I interacted with someone, I’m very likely to be able to picture, like, recreate that mental picture pretty well in my mind. I recently, very recently, met some of my first people in that executive leadership space who were like, yeah, I don’t, I don’t visualize things.</p>\n\n\n\n<p>And I was like, what are you, how do you do this work? Because like, you have to be able to do that. And they were like, no, I don’t have mental pictures. </p>\n\n\n\n<p><strong>[Joe Devon 00:15:13] </strong></p>\n\n\n\n<p>Some people don’t have an inner dialogue. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:17] </strong></p>\n\n\n\n<p>I don’t understand that either, </p>\n\n\n\n<p><strong>[Joe Devon 00:15:19] </strong></p>\n\n\n\n<p>Me either. So accessibility studies all of these differences with respect to how you’re presenting all of this information.</p>\n\n\n\n<p>And if you don’t pay attention to accessibility, you’re really just missing out. And then there’s colorblindness. If you’re creating something like slack that has an online/offline indicator, and you only use red and green for people who are colorblind, they see gray and gray. And so what I’m trying to teach the community with digital product creators is that no, you cannot ignore it.</p>\n\n\n\n<p>You can ignore accessibility, but then you’re not good at your job. I mean, I don’t mean to say it in an offensive way, but you’re not good at your job if you’re unaware. If you break a rule on purpose, great. But if you don’t know the rule, it’s just a lack of craft, and you absolutely should make it a priority.</p>\n\n\n\n<p>And you’re not doing it as a charity. You’re doing it because you care about your users, and you care about your craft, and you want to build things well, and it’s a necessity. And I think that this is the kind of message that our community needs to hear. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:16:31]</strong></p>\n\n\n\n<p>I want to touch on something that you sort of brought up a bit, um, at the start of the answer there.</p>\n\n\n\n<p>So you brought up the concept of usability. And in the last time that I did a podcast about accessibility, I defined accessibility as a subset of usability. Do you think that if we were to consistently draw that line for people so that it’s not just like accessibility is this thing that you should do outside of usability?</p>\n\n\n\n<p>If we were to more consistently draw that line, do you think that that would help people to see and understand better that its shades of existence, usability, and accessibility? </p>\n\n\n\n<p><strong>[Joe Devon 00:17:10] </strong></p>\n\n\n\n<p>Oh, 100%, a hundred percent. And in my company, we kind of realized that that’s exactly what we have to do. We have to see this as usability.</p>\n\n\n\n<p>And I don’t, we talk about accessibility a lot, but I don’t want to. It’s part of the plumbing for us. We’ve made it part of the plumbing, and I can tell you it’s a struggle to take accessibility and make it part of an organization, even when you’re bringing it top-down, believe it or not. For our teams, particularly the designers, they are blown away by what they’re learning because they’re improving their craft.</p>\n\n\n\n<p>And design is typically where there’s a struggle to get accessibility accepted because there seems to be a very strong idea of what a design should look like. And I think it’s really about the approach because UX and design it’s all about empathy for people. And when you approach it, not as, even though empathy should mean that, that, you know, do the right thing at the same time, it’s more about empathy for your user, and your user includes so much more than just people with disabilities that you haven’t run into somebody that has that disability and therefore you build it better, and it’s, it’s completely blown their mind. They love it. They love doing it. And I’m not hiring people with accessibility coming in. We’re training them to work accessibly. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:18:34] </strong></p>\n\n\n\n<p>So I think it’s interesting that you talk about empathy as part of being able to make sure that you’re creating something that’s accessible because I actually feel like empathy is. Like it’s being considered this gold standard for many, many things right now. And I think it actually is more harmful in the long run than instead making altruistic choices.</p>\n\n\n\n<p>And so, I have a blog post that I will link in our show notes that will kind of help everybody see more fully my concept there. But when you rely on empathy, you do kind of have to rely on one, being able to run into all of the issues you were mentioning. You have to know people who have problems in order to know that the problems exist.</p>\n\n\n\n<p>And then you also kind of have to assume that once you have willingly put yourself into the discomfort of that kind of disability, whatever, wherever it exists on that spectrum, your experience of that discomfort is the same as someone who lives with it. And I just don’t think that we can necessarily do that.</p>\n\n\n\n<p>I always think that trying to do the altruistic thing, like doing your research and figuring out what it is and trying to make decisions on behalf of other people as best you can, which is a terrible thing. Still, like decisions that take into account the experiences that people are sharing with you and then going to them and saying, “does this make that experience better or worse?” is the more sustainable option from my perspective, this is specifically leadership. Still, I think it’s true for accessibility as well, and probably product design as a whole, but it’s very difficult. Like people really feel like they understand the concept of empathy right now. And I do think that sometimes that leads us down the wrong path for things.</p>\n\n\n\n<p>What’s your thought on that? I think you kind of agree based on what your answer was </p>\n\n\n\n<p><strong>[Joe Devon 00:20:33]</strong> </p>\n\n\n\n<p>Oh, no, absolutely. And you know, we, you, can’t never about us without us, as the common saying, and we’ve gathered a group of a hundred people with a wide variety of disabilities for research. Whenever we do any UX and research, and sometimes we’re asked to just do research projects, we go out and ask the users.</p>\n\n\n\n<p>We had some really interesting companies approach us to do innovation and accessibility, and they had strong assumptions. We looked at the assumptions and agreed with it, but we’re like, all right, they were smart. They said, “vet this with users for us, please,” because they didn’t want to gather their own group.</p>\n\n\n\n<p>We vetted with users, and we’re blown away, always blown away because there are so many things you just don’t know unless you’ve lived with a particular disability. You can’t guess, and you’ve got to speak to your users and a wide variety of them. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:21:30]</strong></p>\n\n\n\n<p>Yes, absolutely. Absolutely. What role does open source play in expanding accessibility, either in specifically the digital space or just accessibility in general?</p>\n\n\n\n<p><strong>[Joe Devon 00:21:42] </strong></p>\n\n\n\n<p>I guess if the question is, what role does it play? I would say the role it plays is it is, unfortunately, it makes accessibility worse because, for the most part open source is not very accessible. And it’s a personal passion of mine, so I’m really glad that you brought that up. </p>\n\n\n\n<p>You know, it is so bizarre. You write a blog post and then it goes viral, and it goes viral every year to a degree that you can’t even believe it, that all these companies that you know are running events. Privately, publicly talking about it. And then you get all these people thanking you for what you’ve done year after year.</p>\n\n\n\n<p>And then one year, you read on Twitter, The Blind Onion; I’m sure you’re familiar with The Onion, the satirical clip, there’s the Blind Onion. And they tweet out, “Now that Global Accessibility Awareness Day is over, we look forward to 364 days of global accessibility oblivion.” And that really hurt at the time, but at the same time, and I was told to ignore it, don’t worry about it, but I’m like, no, this is coming from a place of pain.</p>\n\n\n\n<p>And the point of GAAD was to make a difference. It wasn’t too to just give everybody an opportunity to say, “Hey, look at what we’re doing,” and then not make a difference. So, as a result of that, I started to think about, well, where are we with this? And, and so I’ve created a state of accessibility report that through my company, we’re able to run for a few years, and it’s not, you know, the state is not great.</p>\n\n\n\n<p>And I’m like, well, what can we do to change things? So, as a result of all of this, I really wanted to figure out, well, what can we do to make sure that GAAD does make a difference? And so, I came up with the idea of the GAAD pledge, which is specifically meant for open source frameworks. </p>\n\n\n\n<p>And the idea of the GAAD pledge is that an open source framework, when they are ready, takes the pledge to make accessibility a core value of the framework. Now, terms of what that actually entails are different for every single project because every project is unique. We did create a bit of a framework, which had the idea of saying, okay, you’re going to, first of all, create an accessibility statement that says that this framework is going to conform to whatever, WCAG, which is Web Content Accessibility Guidelines, to whatever WCAG level is decided and is appropriate for the framework. That there’s going to be documentation for anybody that is downloading this piece of open source project and trying to implement it, that there should be guidelines for them, that all of the examples should be accessible. </p>\n\n\n\n<p>It’s really important because even the frameworks that try to pay attention to accessibility. You’ll often see that people from the community will provide examples, and they’re inaccessible. And it’s really sad when you see that because so many people are just copy-pasting. That’s typically how it works, and they’re going to copy-paste something bad. So putting a statement around it, I think, would be really great.</p>\n\n\n\n<p>And what we’re hoping to see is that lots and lots of big open source communities decide to take the pledge. And then it’ll sort of be table stakes that any new open source projects as well look, all of these frameworks that made it, they took the pledge and therefore we should take the pledge as well.</p>\n\n\n\n<p>And so the very first year, we had React Native take the pledge, and they put a lot of effort into their accessibility. The second group to take it was Ember.js, and they always put a lot of effort into their accessibility, and they continued that effort. We’re about to announce the next one, but we’re still two weeks away.</p>\n\n\n\n<p>So I can’t say anything yet, but yeah, we’re, uh, we’re hoping for a lot more uptake on, on the gap pledge because it, it affects so many people downstream. WordPress’s what percent of the web right now? 43%? So there you go. That’s so many people. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:25:57] </strong></p>\n\n\n\n<p>So many people. Yeah, fun fact Gutenberg, our current rewriting of the editing experience in WordPress, primarily uses React. And so, I’m glad to hear that they have taken that pledge as well. </p>\n\n\n\n<p>As with any good cooking, it starts with good ingredients.</p>\n\n\n\n<p><strong>[Joe Devon 00:26:12] </strong></p>\n\n\n\n<p>You said it. That was great. I wish I was a cook, though.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:26:23] </strong></p>\n\n\n\n<p>I love it. All right. Let’s what keeps you up at night when it comes to the state of accessibility? </p>\n\n\n\n<p><strong>[Joe Devon 00:26:29] </strong></p>\n\n\n\n<p>What keeps me up at night is how to move the needle. It is such a big thing to change. And there are so many angles that you can approach this with, but at the end of the day, it’s, it’s a monster.</p>\n\n\n\n<p>It’s a monster. There are so many legacy sites out there. If you look at WebAIM, they do a yearly report on the state of accessibility as well. They call it the WebAIM Million, and they’re typically seeing 97% inaccessible, 98%. It goes up and down a little bit every year. And that’s, that’s just a huge boat to move.</p>\n\n\n\n<p>I think we need to at least get the newer, uh, newer websites and mobile apps to move. And what we’ve seen in our state of accessibility report is that only the very top companies seem to put in the effort to make their products accessible. There is a big push with the enterprise companies to do it.</p>\n\n\n\n<p>The CEOs are starting to talk about it, but what we need is the entire culture of software development to change. Or I should even say digital product development change and to move that boat is massive. And that’s I put it in my tagline in my email like that’s my mission in life, and I hope to achieve it before I die.</p>\n\n\n\n<p>So that keeps me up at night.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:27:52] </strong></p>\n\n\n\n<p>I think that would keep me up at night as well. I mean, it seems like you are really just personally mission-driven and impact-driven. Do you feel like, in the event that the work that you’ve accomplished so far is what you accomplish, you feel still like you’ve had an impact?</p>\n\n\n\n<p>I feel like you have had an impact. </p>\n\n\n\n<p><strong>[Joe Devon 00:28:13] </strong></p>\n\n\n\n<p>I’m not one of those people that tries to have a legacy or like tries to focus on what my impact is and all of that. I just try and do good work. And hopefully, it just shows at the end of the day. I’m just trying to have the impact without the accolades.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:34]</strong></p>\n\n\n\n<p>I get it. Well, Joe, thank you so much for joining us here on this episode of WP Briefing. You have been a delight to chat with.</p>\n\n\n\n<p><strong>[Joe Devon 00:28:42]</strong></p>\n\n\n\n<p>Likewise, it’s really been a pleasure to meet you, and uh, and I appreciate the opportunity.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:54] </strong></p>\n\n\n\n<p>And now it’s time for our smallest of big things. As I mentioned at the start, it is packed. Number one tomorrow, May 17th, RC3. So one of the final RCs that we’re going to have for the WordPress 6.0 release, unless something goes horribly, horribly wrong, which I don’t think it will. </p>\n\n\n\n<p>And then, two days after that, Global Accessibility Awareness Day, as I mentioned, will be on May 19th. So, this coming Thursday. </p>\n\n\n\n<p>And then next week, we have the 6.0 release. We have the WordPress 6.0 release on May 24th. </p>\n\n\n\n<p> Three days after that, WordPress turns 19 on May 27th, starting its final teenage year before we turn twenty in 2023. So that was the rapid-fire dance card for the next two weeks.</p>\n\n\n\n<p>The stuff that is happening with and around WordPress for everyone to know. As a heads up, also, many people are headed to WordCamp Europe in Porto(, Portugal). The first week of June, I am going to do a live from WordCamp Europe episode. It will not be live. I’ll just record it live. And so. You know you’ll get to hear me with my hoarsest voice and maybe singing to my computer. Cause that almost always happens at these things. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"Gutenberg Times: Three Block Theme Generators, Gutenberg 13.2, Coupons with Blocks and more – Weekend Edition 215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=21139\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://gutenbergtimes.com/three-block-theme-generators-gutenberg-13-2-coupons-with-blocks-and-more-weekend-edition-215/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16135:\"<p>Howdy, </p>\n\n\n\n<p>I can hardly wait to be in the same room with fellow contributors across many teams during Contributor Day at WordCamp Europe, collaborate on the open-source project tasks, and meet new contributors in person! </p>\n\n\n\n<p>Next week, my husband and I will fly to Porto for a two-week work-cation prior to WordCamp Europe. We will explore Portugal’s second largest city and its wider area during lunch breaks, evening strolls and weekend excursions. It’s a new way of traveling for us and we are grateful for our remote work so we can stay for a longer period of time in a city. </p>\n\n\n\n\n\n<p>And now back to the topic at hand: News and community resources around the block editor, block themes, full-site editing and more.</p>\n\n\n\n<p>Enjoy the mixture of articles and post. Have a great weekend! </p>\n\n\n\n<p>Yours, 💕<br />Birgit </p>\n\n\n\n\n<div class=\"wp-container-2 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#2-this-weeks-releases\">This week’s releases </a><ul><li><a href=\"https://gutenbergtimes.com/feed/#3-word-press-6-0-and-gutenberg-13-2\">WordPress 6.0 RC2</a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-gutenberg-13-2\">Gutenberg 13.2</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#0-block-theme-generators\">Three Block Theme Generators</a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-full-site-editing\">Full Site Editing & Plugins for site builders</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-developing-custom-blocks-and-tools\">Developing Custom Blocks and Tools</a></li><li><a href=\"https://gutenbergtimes.com/feed/#6-upcoming-word-press-social-learning-meetups\">Upcoming WordPress Social Learning Meetups</a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"2-this-weeks-releases\">This week’s releases </h2>\n\n\n\n<h3 id=\"3-word-press-6-0-and-gutenberg-13-2\">WordPress 6.0 RC2</h3>\n\n\n\n<p><a href=\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-2-rc2-now-available-for-testing/\"><strong>WordPress 6.0 Release Candidate 2 (RC2) Now Available for Testing</strong></a>. It seems everything is on track for the final release scheduled for May 24, 2022. </p>\n\n\n\n<p>Curious what WordPress 6.0 looks like? Watch this great video by <strong>Jamie Marsland </strong> with short succinct demos of the most important features for site builders and he asks <strong><a href=\"https://www.youtube.com/watch?v=gtNgk6pZBqA\">WordPress 6: The Most Exciting Update Ever?</a></strong></p>\n\n\n\n<p>Can you believe, Core Contributors already <a href=\"https://make.wordpress.org/core/2022/05/11/early-bug-scrub-schedule-for-6-1/\">started Bug Scrubs for 6.1</a>? I guess you can never start too soon. </p>\n\n\n\n<h3 id=\"4-gutenberg-13-2\">Gutenberg 13.2</h3>\n\n\n\n<p>For the first time, <strong><a href=\"https://twitter.com/revgeorge\">George Hotelling</a></strong> led the release for the Gutenberg plugin and posted the release notes: <a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\"><strong>What’s new in Gutenberg 13.2? (May 11)</strong></a>. Many PRs were Bug fixes, and not so many new features. Hotelling highlights the new <a href=\"https://make.wordpress.org/core/#save-editor-preferences\">save method for user’s editor preferences</a>. Now that the preferences (Welcome buide, Full Screen, Top Toolbar etc) are stored in the user meta table of the site, you can now access the site from any computer and it will remember the choices you made. We waited quite a while for this feature to land. </p>\n\n\n\n<p><strong><a href=\"https://twitter.com/justintadlock\">Justin Tadlock</a></strong> took the plugin for spin and he has more details in his article: <a href=\"https://wptavern.com/gutenberg-13-2-adds-persistent-user-preferences-and-a-visualizer-for-margin-and-padding-controls\">Gutenberg 13.2 Adds Persistent User Preferences and a Visualizer for Margin and Padding Controls</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Earlier this week, I was part of the <a href=\"https://wpbuilds.com/2022/05/10/this-week-in-wordpress-208/\"><strong>This Week in WordPress #208</strong></a> live show and podcast. with Daniel Schutzsmith, Nathan Wrigley, and Michelle Frechette.</p>\n\n\n\n<img />\n\n\n\n<p>We talked about FSE Testing Call 14 using the refactored List and Quote Blocks, the new feature to assign patterns to the page creation process, the Artist in Residence program by DigitalCube, introduced by Rachel Winchester and so much more. It was lovely to connect with my friends again. We had great fun. Listen in! </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 id=\"0-block-theme-generators\">Three Block Theme Generators</h2>\n\n\n\n<p>Ever we started seeing Full-site editing evolving, community members pushed the envelop and created tools for creating themes. Today, I put three of them in one space. </p>\n\n\n\n<p><a href=\"https://www.themegen.app/\"><strong>ThemeGen.App</strong></a> by <a href=\"https://twitter.com/dgwyer\"><strong>David Gwyer</strong></a> was very early and the site provides you an easy way to make all the color and settings choices via a nice web interface and then create a theme.json file. </p>\n\n\n\n<p><strong>Carolina Nymark</strong>‘s <a href=\"https://fullsiteediting.com/block-theme-generator/\"><strong>Block Theme Generator</strong></a> makes a few decisions for you. She offers visitors to download a basic block theme, and empty theme and an advanced block theme. The latter is the best teaching tool, as it includes not only a bare bones theme, but also example templates, block patterns and block styles. With help of a bare bones form, you also can select your color palette and some default settings. </p>\n\n\n\n<p>While both mentioned Block Theme Generators are aimed at the Theme developers working with code, <strong><a href=\"https://twitter.com/pootlepress\">Jamie Marsland</a> of PootlePress</strong> just built a <a href=\"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbHdSbUFVbnlGNUMtaUNwV010UnlORFN4WXJKQXxBQ3Jtc0trOUozOWRsMWZ2Ym91c25RcVB2bHJVZGlIWmFVaHhjR2lsMncxckIxQnppZlFsQnBmbkJ3aXd2QmtqN2tEbF8wLWJia192cjFSQzBydTBuUGhXTXBWcmFlSnlJbjlxbDVZVEt2OS11SEZ5eUREUS1iSQ&q=https%3A%2F%2Fwww.pootlepress.com%2Fwordpress-theme-builder%2F&v=mtINY03lycY\"><strong>Block Theme Generator</strong></a> that’s aimed at the #nocode site builder. It’s fairly new and used out of the box tools and the WordPress site editor to design every aspect of a theme that you then can export. Marsland explains <a href=\"https://www.youtube.com/watch?v=mtINY03lycY\">in this video on YouTube</a>, how he built it, why Theme Export is such a big deal, and how you can also build a theme generator for you team.</p>\n\n\n\n<h2 id=\"1-full-site-editing\">Full Site Editing & Plugins for site builders</h2>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-6-0-to-ship-new-block-locking-feature\"><strong>WordPress 6.0 To Ship New Block Locking Feature</strong></a> – <strong>Justin Tadlock</strong> gives you a sneak preview on the new feature. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Full-site editing experience is not for everyone yet. <strong><a href=\"https://twitter.com/RuthRaventos\">Ruth Raventós</a></strong>, CEO of Nelio, after explaining what FSE entails, walk you through the decision-making process on <a href=\"https://neliosoftware.com/blog/how-do-i-change-my-website-to-full-site-editing-fse/\"><strong>if your site, your online business, is suited to adopt aspects of FSE.</strong></a> It’s not a technical evaluation, rather than a strategic approach. “The first task you should do is to understand all the functionalities you want your “new” website to have and see which of them can be provided by FSE. Then, for those that are provided by plugins, evaluate if they are compatible with FSE or what alternatives you have.” Ruth Raventós wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-drop-cap\">4 (<strong>four)</strong> more days, until May 18th, 2022, to heed the <strong><a href=\"https://make.wordpress.org/test/2022/04/28/fse-program-testing-call-14-rallying-recipe-reviewers/\">FSE Program Testing Call #14: Rallying Recipe Reviewers</a>.</strong> It’s also available in <em>Italian.</em> <em>(<a href=\"https://it.wordpress.org/team/2022/05/11/chiamata-per-il-test-del-programma-fse-14-raduniamo-i-recensori-di-ricette/\">Raduniamo i recensori di ricette</a>)</em>, thanks to <a href=\"https://twitter.com/succoallapera\"><strong>Piermario Orecchioni</strong></a></p>\n\n\n\n<p><strong>Anne McCarthy</strong>, <strong>Courtney Robertson</strong> and <strong>Sarah Snow</strong> tested all the features mentioned in the call for testing together in a zoom video meeting. If you don’t have time to do the testing yourself, but want to know what’s in the pipeline you can watch this on WordPress.TV: <strong><a href=\"https://wordpress.tv/2022/05/02/testing-wordpress-together-new-interactivity-features-for-recipe-websites/\">Testing WordPress Together: New Interactivity Features for Recipe Websites </a></strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Vikas Singhal</strong> <a href=\"https://twitter.com/vikasprogrammer/status/1524633033764184066\">announced</a> that <a href=\"http://Gutena.io\">their block theme <strong>Gutena</strong></a> already supports Webfonts API that allows you to host fonts locally, with a single line in theme.json. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his latest Building with Blocks post, <strong>Justin Tadlock</strong> walks you through the process of <a href=\"https://wptavern.com/how-to-build-coupon-cards-with-wordpress-blocks\"><strong>How To Build Coupon Cards With WordPress Blocks</strong></a>. Get ready for the 2022 eCommerce season for Black Friday and Cyber Monday in the fall. Or for any other eCommerce sale you might have in mind. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/2ndKauBoy\">Bernhard Kau</a></strong>, who is not only co-organizer of this year’s WordCamp Europe but also a plugin developer, just released a new plugin: <a href=\"https://wordpress.org/plugins/campaign-archive-block-for-mailchimp/\"><strong>Campaign Archive Block for Mailchimp</strong></a></p>\n\n\n\n<p>After adding an API key in the settings, the block displays the latest newsletters from your Mailchimp account. Kau has added some display settings and a control for the numbers of campaigns to be listed. This way, you keep your visitors for one more page on your site before they head off to read you latest campaigns. A plugin that does one thing and only one thing. The best kind of block. </p>\n\n\n\n<img />\n\n\n\n<p>It’s a solid first version and if you are interesting in a short twitter exchange between Kau and myself, on possible improvements, <a href=\"https://twitter.com/2ndKauBoy/status/1525545215326658561\">you can follow along here</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Munir Kamal</strong>, developer of the EditorPlus plugin, demonstrates in this video <a href=\"https://www.youtube.com/watch?v=v52gIxyDXzg\">How to Create Animated Search Box in Gutenberg</a>. All through the plugin and a short CSS snippet added to the backend for rendering the animation. Pretty nifty! </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> reviewed one of the newest block themes: <a href=\"https://wptavern.com/catch-fse-is-a-bold-business-friendly-wordpress-block-theme\"><strong>Catch FSE Is a Bold, Business-Friendly WordPress Block Theme</strong></a></p>\n\n\n\n<h2 id=\"3-developing-custom-blocks-and-tools\">Developing Custom Blocks and Tools</h2>\n\n\n\n<p>Core contributor and Gutenberg developer <strong><a href=\"https://twitter.com/get_dave\">Dave Smith</a></strong>, gave a presentation recently on <a href=\"https://www.youtube.com/watch?v=Bqj2J1QYYoI\"><strong>Gutenberg Now, Next and How to Use it Better Today</strong></a>. </p>\n\n\n\n<p>He spoke to developers at the WordPress agency <a href=\"https://twitter.com/cornershop\">CornerShop Creative</a> who are building sites for nonprofits, small and large. The video description has time stamps so you can jump to the relevant topics. Smith also points out that the second half of the presentation was Live Q & A and he provided answers to questions, you might have too. <a href=\"https://aheadcreative.co.uk/wp-content/uploads/2022/05/Cornershop-Creative-Presentation-2022.pdf\">The slidedeck is available online.</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Liam Giddy </strong>ventured into <a href=\"https://www.advancedcustomfields.com/blog/build-business-listing-acf-blocks-query-loop-block-theme/\">building a business listing using ACF Blocks and the Query Loop Block with a block theme</a> and created this tutorial. It’s great step on the journey to switch to block theme development.</p>\n\n\n\n<h2 id=\"6-upcoming-word-press-social-learning-meetups\">Upcoming WordPress Social Learning Meetups</h2>\n\n\n\n<p><strong>May 18, 2022 – 6 pm EDT / 22:00 UTC</strong><br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/285518331/\">Sticky Styling: Getting Colors, Fonts, and Sizes to Stick</a></strong> w/ Sarah Snow</p>\n\n\n\n<p><strong>May 19, 2022 5pm EDT / 21:00 UTC</strong><br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/285412812/\"><strong>Using the Navigation Block</strong></a> w/ Wes Theron</p>\n\n\n\n<p><strong>May 19, 2022 – 2pm EDT / 18:00 UTC</strong><br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/285518331/\">Builder Basics: Working with Templates in Full Site Editing (Part 3</a></strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/285518274/\"><strong>)</strong></a> w/ Nick Diego</p>\n\n\n\n<p><strong>May 23, 2022 1pm EDT / 17:00 UTC</strong> <br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/285798142/\">Hello Blocks! Coding a custom block</a></strong> w/ Ryan Welcher</p>\n\n\n\n<p><strong>May 25, 2022 – 7pm EDT / 23:00 UTC </strong><br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/285577455/\">Design With Me: Create a Simple Website for your Small Business</a></strong> w/ Sarah Snow</p>\n\n\n\n\n<p><em>Featured Image: Skyline of Chicago by Birgit Pauli-Haack (Nov 2021)</em></p>\n\n\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 May 2022 19:47:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"WPTavern: WordSesh 2022 Kicks Off Monday, May 16, Featuring a World-Class Speaker Lineup and Hands-On Workshops\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://wptavern.com/wordsesh-2022-kicks-off-monday-may-16-featuring-a-world-class-speaker-lineup-and-hands-on-workshops\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4797:\"<p><a href=\"https://wordsesh.com/\">WordSesh 2022</a>, the live, virtual conference for WordPress professionals, is right around the corner. The event runs from May 16–20, 2022. While previous WordSesh events have always been high quality, this particular edition is jam-packed with a diverse selection of industry experts – many who have been building high impact projects with WordPress for years.</p>\n\n\n\n<img />A sampling of the speakers for WordSesh 2022\n\n\n\n<p>This year’s WordSesh will feature 20 sessions, 3 keynotes, and two in-depth workshops. On May 19, at 8PM EDT, frontend developer Ellen Bauer from Elma Studio will guide users in a workshop on how to “Convert a Classic Theme to a Block Theme.” If you are a theme developer who hasn’t taken the leap into block themes, this workshop will get you started:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Together, we will set up the header and footer in a block theme, learn to work with Templates and Template Parts, set up page contents, and dive into how Styles work.</p><p>Throughout the workshop we’ll discuss which website projects can benefit from the new FSE features the most, what limitations we are still facing, and how the future of WordPress themes will most likely look.</p></blockquote>\n\n\n\n<p>The second workshop will be given by Tiffany Bridge, Product Manager at Nexcess, on May 20. She will give attendees an overview of how to prepare their web properties for a high traffic event.</p>\n\n\n\n<p>One of the most exciting sessions on the schedule is the keynote on May 19. The team that rebuilt <a href=\"https://www.whitehouse.gov/\">WhiteHouse.gov</a> on WordPress in just six months will join the event to talk about the project. Other topics on the schedule include custom block development, headless WordPress, hacking, client services, performance, accessibility, and user experience.</p>\n\n\n\n<p>In 2021, Brian Richards, founder of <a href=\"https://wpsessions.com/\">WPSessions.com</a> and organizer of WordSesh, has transitioned the event to be more inclusive of timezones around the world. This year’s event will happen over the course of four days, with time offsets that accommodate a global audience. The first block of sessions is optimally timed for attendees across Asia and the Pacific. Day 2 is designed for attendees across Europe, Middle East, and Africa, and day 3 will cater to attendees in the Americas, Iceland, and Greenland.</p>\n\n\n\n<p>“In 2019 and 2020 I ran entirely separate events for each region, but in 2021 I brought them back together as a single event,” Richards said. “I found it was a lot easier to get people excited about and paying attention to one big WordSesh event.</p>\n\n\n\n<p>“It feels more inclusive this way, even though the separate events were also open to attendees from around the world. I think that’s primarily because there is <em>something</em> that is conveniently scheduled for someone no matter where they live. And with a single event, watching the recordings feels more akin to catching up on the pieces you missed rather than trying to watch talks for an event that was designed for somebody else.”</p>\n\n\n\n<p>The scheduling modifications seem to be working, as the last event in 2021 hosted 3,600 attendees, making WordSesh the second largest WordPress community event behind WCEU 2020. </p>\n\n\n\n<p>Richards continues to curate a high-quality speaker lineup year after year, through the help of attendee surveys, which reveal where people are spending their time, attention, and money. WordSesh pays its speakers and Richards also invests time for personal outreach. Through this combination, he said the schedule fills up fast.</p>\n\n\n\n<p>“I think paying the speakers certainly helps with recruiting such incredible presenters, but I imagine that’s more icing on the cake for most speakers,” Richards said. “Probably the biggest draw is the history WordSesh now has (this is the 9th year and 12th event, officially), helped by the ever-increasing reach of my own personal network.”</p>\n\n\n\n<p>Until 2021, Richards had been running the events entirely by himself. Last year he hired a part-time assistant and also started contracting out the video editing, which has helped him keep the event running more efficiently. It is quite a feat to have hosted WordSesh so many years running when many comparable virtual WordCamps of this caliber often rely on a large team of volunteers and organizers. </p>\n\n\n\n<p><a href=\"https://wordsesh.com/register/\">Registration for WordSesh</a> is still open and it’s <strong>free</strong> for anyone to attend. The event will be live captioned by real people and all sessions will be recorded for purchase later on WPSessions.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2022 19:35:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Post Status: WordPress Podcast and Video Picks for the Week of May 8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97445\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://poststatus.com/wordpress-podcast-and-video-picks-for-the-week-of-may-8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2661:\"<div class=\"has-background has-theme-palette-7-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Jane Genova on overcoming ageism. Courtney Robertson on Learn #WordPress. 10 lesser-known browser APIs. PHP encryption. Free FSE theme. </p></div>\n\n\n<h2 id=\"h-my-podcast-picks\">My Podcast Picks <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /></h2>\n\n\n\n<ul><li><strong>Freelancing After 50</strong>: <strong>Jane Genova</strong> <a href=\"https://anchor.fm/freelancingafter50/episodes/Episode-3-Interview-with-Jane-Genova--Veteran-Freelancer--One-of-the-Smartest-People-I-Know-e1id3lk\">on dealing with marketplace age bias</a> and her “reset” — shifting her services and mindset to fit prevailing marketing forces. </li><li><strong>WP Tavern Jukebox:</strong> <strong>Courtney Robertson</strong> <a href=\"https://wptavern.com/podcast/26-courtney-robertson-on-how-the-learn-project-is-educating-people-about-wordpress\">discusses</a> how the <strong>Learn Project</strong> educates people about WordPress.</li><li><strong>Syntax.fm</strong>: <a href=\"https://syntax.fm/show/456/10-nifty-browser-apis\">10 browser APIs</a> you might not be familiar with.</li></ul>\n\n\n\n<h2 id=\"h-my-video-picks\">My Video Picks <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f4fa.png\" alt=\"📺\" class=\"wp-smiley\" /></h2>\n\n\n\n<ul><li><strong>Best Ways To Encrypt Passwords, Keys, and More With PHP</strong>: <strong>Thomas McGee</strong> from <strong>Delicious Brains</strong> <a href=\"https://www.youtube.com/watch?v=ekesz19MhOQ\">covers hashing, secret key encryption, and envelope encryption</a>.</li><li><strong>Bricksy</strong>: A <a href=\"https://www.youtube.com/watch?v=Z_VScu1KaI0\">video tour</a> of a recently released (and free) full site editor theme.</li></ul>\n\n\n\n<div class=\"wp-container-9 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /> </p>\n\n\n\n<p>And don\'t miss <strong>the latest updates from the people making WordPress</strong>. We\'ve got you covered with <a href=\"https://poststatus.com/make-wordpress/\">This Week at WordPress.org</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2699.png\" alt=\"⚙\" class=\"wp-smiley\" /></p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2022 19:12:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Post Status: Post Status Notes #498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97447\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://poststatus.com/post-status-notes-498/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12023:\"<div class=\"wp-container-11 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Are we up or down? What should happen when a license expires? Is the block protocol worth it? Driesnote 2022. WP Engine expands. Becoming a better writer. Best backup solutions. Define your role. Reaktiv wins a spot in Inc\'s Best Workplaces. Open Source JobHub. Our passwordless future. </p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_f5fe16-0a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Joost de Valk</strong>‘s latest <a href=\"https://twitter.com/jdevalk/status/1524354975089967105\">WordPress market share analysis</a> has led to a lot of good questions that are hard to answer without better data and ways to assess it. Are we going up or down? <strong>David Bisset</strong> <a href=\"https://poststatus.com/does-market-share-matter/\">offered his take</a> and hosted a community conversation on the <a href=\"https://poststatus.com/the-state-of-wordpress-market-share/\">State of WordPress Market Share</a>.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8fc5e9-38\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Munir Kamal</strong> explains <a href=\"https://gutenberghub.com/create-scrollable-image-gallery-block/\">how to create a scrollable image gallery block</a> in the editor with an already scaffolded Gutenberg block and some basic <strong>React</strong> knowledge.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_d1e0d5-c8\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Apple</strong>, <strong>Google</strong>, and <strong>Microsoft</strong> have taken <a href=\"https://fidoalliance.org/apple-google-and-microsoft-commit-to-expanded-support-for-fido-standard-to-accelerate-availability-of-passwordless-sign-ins/\">another step towards a possible passwordless future</a>. This applies to both apps and websites, so I\'m looking forward to logging into a WordPress site without entering a password.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_c0fe17-01\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Aleksandar Vucenovic</strong> <a href=\"https://poststatus.slack.com/archives/C02GALGDLLA/p1651854889972039\">announced</a> in <strong>Post Status Slack</strong> <a href=\"https://woocommerce.com/products/pixel-manager-pro-for-woocommerce/\">the launch</a> of <strong>Pixel Manag</strong>er for <strong>WooCommerce</strong>, an extension that tracks store visitors with tracking pixels in the standard way but with “more functional layers that increase measurement accuracy.” </p>\n\n\n\n<p>Pixel Manager also finds and automatically fixes or gives you guidance about “problems in your shop setup that might lower or prevent accurate tracking.”</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_0d7648-0a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Linux</strong> <strong>New Media</strong> has launched <strong><a href=\"https://opensourcejobhub.com/\">Open Source JobHub</a></strong>, a <a href=\"https://www.zdnet.com/article/a-new-job-site-just-for-open-source-jobs-opens-its-doors/\">job site just for open source jobs</a>.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_574e02-81\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Patchstack</strong> has <a href=\"https://patchstack.com/articles/winners-of-wordpress-bug-hunt-2021/\">announced the winners</a> of their 2021 <strong>WP Bug Hunt</strong>, which resulted in “more than 1000 security reports and paid out $17,450 USD as cash” in bounties.</p>\n\n\n\n<p>In<strong> Post Status Slack</strong>, Oliver <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1652276299830169\">noted</a> they\'ve <a href=\"https://patchstack.com/alliance/\">launched a new</a> <strong>Patchstack Alliance</strong> site where you can learn about “some new special bounties” and how to get into the hunt yourself! Get in touch with Patchstack to be part of the next WP Bug Hunt challenge.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_ba507b-8d\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>Congrats to <strong>Reakitv</strong>, a <strong>WordPress VIP</strong> Partner, for becoming one of <strong>Inc</strong>‘s <a href=\"https://www.inc.com/profile/reaktiv\">Best Workplaces honorees</a> for 2022.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_0b5b4c-f5\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Neil Thanedar</strong> thinks <a href=\"https://neilthanedar.com/we-need-a-middle-class-for-startups/\">we need a “middle class” for startups</a> — those with $10M to $1B USD in annual revenue. </p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8abeb8-e9\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Eric Karkovack</strong> added to <a href=\"https://speckyboy.com/wordpress-theme-plugin-license-expires/\">the conversation about WordPress theme and plugin license expirations</a>. Eric believes there\'s a middle ground between supporting non-paying customers for free and making the user experience worse if a plugin isn\'t renewed:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“Software developers should be able to convey the importance of license renewals. But they should also make their intentions crystal clear… Users should know a developer’s policy <em>before</em> they make a purchase.”</p></blockquote>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_bac61d-75\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Hugh Lashbrooke</strong> — who is <strong>Head of Community Education</strong> at <strong>Automattic</strong> — shared <a href=\"https://www.linkedin.com/feed/update/urn:li:activity:6929625424058609664/\">how he wrote his job description and invented the title for his role</a>. Hugh advises, “If you want to change your career path, figure out what that looks like for you in your context and push for it — advocate for yourself and make it happen.”</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_e8c5ab-de\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Leonardo Losoviz</strong> wraps up his investigation of the possible benefits and costs to WordPress if it adopts the <strong>Block Protocol</strong>. While he feels the attempt at a standard is a “wonderful idea,” Leonardo has come to the conclusion <a href=\"https://masterwp.com/would-wordpress-be-better-off-by-joining-the-block-protocol/\">it might not be worth it</a>.</p>\n\n\n\n<p>Check out Leonardo\'s conversation with <strong>David Bisset</strong> on <strong>Post Status Excerpt</strong> to get some background on the Block Protocol along with Leonardo\'s first thoughts about it.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_7eedc0-c8\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>If you are looking for a backup plugin, then <a href=\"https://deliciousbrains.com/best-wordpress-backup-plugin/\">this recent product comparison</a> from <strong>Mike Davey</strong> is worth a read. </p>\n\n\n\n<p>My preference is for <a href=\"https://twitter.com/dimensionmedia/status/1524103981160714240\">server-side backups</a>, but Mike raises a good point about how we can\'t assume any backup is 100% reliable if we haven\'t tested them. The bottom line is, the more important the site, the more backup plans you should have in place.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_1c4f57-34\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>DrupalCon</strong> was held in <strong>Portland</strong> at the end of April. I\'ve always enjoyed watching <strong>Drupal</strong> founder <strong>Dries Buytaert</strong>‘s “Driesnotes,” which are his keynote speeches at DrupalCons —similar to Matt\'s “<a href=\"https://www.youtube.com/watch?v=Ig676RzJbLo&list=PLpeDXSh4nHjRye9v5rA62RG2Gg6AgwAds&index=2&t=4s\">State of the Word</a>” talks. They\'re full of interesting things to learn about this sister CMS project. </p>\n\n\n\n<p>The <a href=\"https://www.youtube.com/watch?v=Ig676RzJbLo\">2022 Driesnote</a> is available on <strong>YouTube</strong> right now.</p>\n\n\n\n<p>Big Drupal news for 2022: <strong>Drupal 10</strong> is coming out later this year, and it <a href=\"https://www.drupal.org/about/core/blog/drupal-10-will-require-php-81\">will require PHP 8.1</a>.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_057bb2-d9\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>WP Engine</strong> continues to expand! They\'ve added <a href=\"https://martechseries.com/technology/wp-engine-unveils-new-omaha-office/\">a new office</a> in <strong>Omaha</strong> where <strong>Flywheel</strong> is based. Flywheel <a href=\"https://cloud.google.com/customers/flywheel\">moved onto</a> <strong>Google Cloud</strong> a few years ago around the time Google\'s <strong>Council Bluffs</strong> <a href=\"https://www.google.com/about/datacenters/locations/council-bluffs/\">datacenter</a> came online across the river in Iowa. </p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_3adab1-6b\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Heinrich Hartmann</strong> has <a href=\"https://www.heinrichhartmann.com/posts/writing/\">some excellent suggestions</a> for engineers and really everyone who wants to become a better and more productive writer. Some tips include knowing your audience, making your text skimmable, and leveraging small writing tasks as exercise. </p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_76a8c2-b0\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>Get <a href=\"https://poststatus.com/wordpress-podcast-and-video-picks-for-the-week-of-may-8/\">David\'s picks for the week</a> from WordPress and web tech podcasts and videos.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_e17dc8-44\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-container-12 wp-block-group has-theme-palette-7-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2 id=\"h-do-you-enjoy-our-weekly-notes\"><strong>Do you enjoy our weekly notes? </strong></h2>\n\n\n\n<p>Get them and more in Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a>. We gather WordPress and WooCommerce news along with significant writing, videos, and podcast episodes from the WordPress community and beyond. Don\'t miss the latest updates from the people making WordPress in our <a href=\"https://poststatus.com/make-wordpress/\">This Week at WordPress.org</a> summaries. It\'s all in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>! <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2022 17:25:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Post Status: Does Market Share Matter?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97600\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://poststatus.com/does-market-share-matter/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6857:\"<div class=\"wp-container-15 wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-small-font-size\">By <a href=\"https://poststatus.com/author/david-bisset/\">David Bisset</a> and <a href=\"https://poststatus.com/author/dan-knauss/\">Dan Knauss</a> • May 13, 2022 <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f5d3.png\" alt=\"🗓\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Is the WordPress market share beginning to shrink? How do we assess market share? What metrics matter? It\'s time we asked these questions. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-drop-cap\">This week brought some attention to WordPress\'s market share, at least as it gets reported by <strong>W3techs</strong>. For the first time, the WordPress market share <a href=\"https://w3techs.com/technologies/history_overview/content_management/all\">appears to have declined</a> — by 0.4% since February this year. David noticed this as soon as the first numbers were published and <a href=\"https://twitter.com/dimensionmedia/status/1518633952906461185\">tweeted about it on April 25th</a>. This week, <strong>Joost de Valk</strong> <a href=\"https://joost.blog/wordpress-market-share-shrinking/\">broke down the numbers</a> and gave his take on the causes of the decline.</p>\n\n\n\n<p>You should read the whole thing, but in Joost\'s opinion, the main cause of this multi-month trend is “out innovation” from <strong>Wix</strong> and <strong>Squarespace</strong>, even though both have had almost flat growth recently. Joost feels these centralized platforms can update customer sites with enhancements and best practices faster than WordPress can.</p>\n\n\n\n<h2 id=\"h-is-pointing-fingers-at-full-site-editing-fair\">Is Pointing Fingers at Full Site Editing Fair?</h2>\n\n\n\n<p>Unsurprisingly, Full Site Editing (as distinct from Gutenberg / the block editor) has come in for a lot of renewed criticism, with Joost leading the pack:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“The Full Site Editing project is simply taking far too long. That’s causing the rest of the platform to lag behind current web trends.”</p></blockquote>\n\n\n\n<p><a href=\"https://twitter.com/jdevalk/status/1524354975089967105\">Others have suggested one or more primary causes</a>: the whole Gutenberg project, COVID, loss of in-person events, emphasis on PHP, emphasis on React/JavaScript, a decline in volunteering, and not enough core contributors. Sure, these are all possible influences in any downward trend. But it\'s an avalanche of anecdotes, speculation, axes to grind — and not a few potentially useful insights.</p>\n\n\n\n<p>A popular and reasonable opinion is that competing publishing platforms can handle some (typically simpler) use cases faster or easier than WordPress. If you don\'t care about the tool you use (or owning your own content, the GPL, open source, etc.) then WordPress isn\'t the first choice quite as clearly as it used to be for some use cases, like blogging or simple websites.</p>\n\n\n\n<h2>In Context, an Overreaction?</h2>\n\n\n\n<p>The global economic context right now is one of alarm over recession and “stagflation” indicators — flat or negative growth plus inflation. Many other CMS platforms are trending down or flattening in growth too. Under these conditions, a tiny 0.4% decline shouldn\'t ring any alarm bells.</p>\n\n\n\n<p>But as you can imagine (<a href=\"https://twitter.com/dimensionmedia/status/1524405251733921793\">and as David predicted</a>), many people are quick to offer dramatic opinions, but for others, it\'s an opportunity for the WordPress community to do some self-examination. </p>\n\n\n\n<h2>Is WordPress the iPod or the iPhone?</h2>\n\n\n\n<p><strong>Joe Casabona</strong> compares WordPress to <a href=\"https://wpreview.io/wordpress-discontinued-ipod/\">the discontinued iPod</a> — an innovative breakthrough in its day that eventually became obsolete. </p>\n\n\n\n<p>We believe WordPress <a href=\"https://twitter.com/dimensionmedia/status/1435675442200162313\">might be closer to the iPhone</a>, however. Growth stops at some point for a dominant player that is still winning. The WordPress community should stop obsessing over growth and using it as our only measure of health and success. </p>\n\n\n\n<p><strong>Brian Coords</strong> takes a similar view and suggests <a href=\"https://masterwp.com/wordpress-needs-to-start-thinking-like-a-platform-again/\">WordPress should start thinking like a platform again</a>.</p>\n\n\n\n<h2>What do we know anyway?</h2>\n\n\n\n<p>That\'s not to say a reported 0.4% drop over 2-3 months is clearly a decline at all. Will it prove a lasting trend? </p>\n\n\n\n<p>As <strong>Alex Denning</strong> <a href=\"https://getellipsis.com/blog/wordpress-shrinking-maybe/\">observes</a>, year over year <strong>W3Techs</strong> shows the overall WordPress market share is <em>up</em> 1.7%. Moreover, W3techs has been our only measure of CMS market share. Their primary data comes from <strong>Alexa</strong> rankings, <a href=\"https://www.coywolf.news/seo/amazon-alexa-rank-end-of-life/\">a defunct service</a> as of this month. Alex lays his finger on our biggest challenge:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“We had no idea why the market share was growing, and we accordingly have no idea why it’s shrinking.”</em></p></blockquote>\n\n\n\n<h2>We need to know! How can we find out?</h2>\n\n\n\n<p>There are many other things alongside market share that we ought to be researching, like indicators of the project and the community\'s health — the whole ecosystem and specific parts of it.</p>\n\n\n\n<p><strong>Jordi Cabot</strong> asked earlier this year, <a href=\"https://poststatus.com/can-five-for-the-future-fund-wordpress-research/\">What if Five for the Future funded WordPress research</a>? He also put out this call for proposals: <a href=\"https://poststatus.com/can-five-for-the-future-fund-wordpress-research#h-call-for-proposals-what-are-the-most-important-questions-to-ask\">What are the most important questions to ask</a>? </p>\n\n\n\n<h2>Tired of wandering in the dark?</h2>\n\n\n\n<p>We\'d love to hear your ideas about the questions we should be asking, the metrics we need, and how we can get them. Send them to us or bring them into <strong>Post Status Slack.</strong></p>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\"><strong>Post Status</strong> hosted and recorded a community conversation about the <a href=\"https://poststatus.com/the-state-of-wordpress-market-share/\">State of the WordPress Market Share</a> as a <strong>Comments</strong> episode on <strong>Twitter Spaces</strong> on May 13th with <strong>Joost</strong>, <strong>Alex</strong>, and <strong>Jessica Frick</strong> as invited guests.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2022 17:06:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Do The Woo Community: WooBits: Dropping My .02% About WordPress Marketshare\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=71652\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://dothewoo.io/woobits-dropping-my-02-about-wordpress-marketshare/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:440:\"<p>In light of the recent article and discussion of the drop in the WordPress marketshare, well, I felt it my duty to weigh in, ever so small.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woobits-dropping-my-02-about-wordpress-marketshare/\">WooBits: Dropping My .02% About WordPress Marketshare</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2022 09:54:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WPTavern: A Farewell from Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/a-farewell-from-justin-tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8067:\"<p class=\"has-drop-cap\">Around three years ago, I was at a crossroads. I had spent nearly my entire adult life and most of my professional career within the WordPress space. However, the responsibilities of being a solo theme/plugin shop owner were like a boulder upon my shoulders that I could no longer hold up. After 11 years in the business, I was ready to throw in the towel.</p>\n\n\n\n<p>My work was my life, and my life was my work. I was not sure if I even knew how to do anything else. I briefly considered returning to South Korea for another year-long stint teaching English as a second language. But, I had already spent years rebuilding my life and relationships back in my home state of Alabama. <em>Plus, I was not prepared to say goodbye to my cats for that long.</em></p>\n\n\n\n<p>The only other practical experience I had was gardening and farming work. I have spent many summers working watermelon fields and hauling hay under the heat of the Alabama sun, and I have piddled around in my own garden over the years. However, I was not in a financially stable position to start my own farm. It was too risky a proposition at that stage in my life.</p>\n\n\n\n<p>I was also not quite ready to let go of WordPress. There was more that I wanted to accomplish, but I still faced the reality of needing to move on from the place I was at or find some way to get more joy out of the work I was doing.</p>\n\n\n\n<p>It was not until a few months later that the writing position for WP Tavern opened. I was hesitant about it at first. I figured I had the credentials and experience to do the job, but daily writing, editing, and publishing would be unlike anything I had taken on before. Sarah Gooding, who has been the best colleague anyone could ask for, convinced me that I should pursue this job.</p>\n\n\n\n<p>It turned out to be one of the best things to ever happen to me.</p>\n\n\n\n<p>As I got into the swing of things and began to find my voice, I was once again genuinely happy to be involved with the WordPress project. Since I have been here, I have rekindled the flame I once had with our beloved platform.</p>\n\n\n\n<p>I have made wonderful friends along the way. It has been a blessing to have the Tavern and its readers in my life.</p>\n\n\n\n<p>Today, I am ready for a new challenge. I am stepping down from my role as a writer at WP Tavern.</p>\n\n\n\n<p>No, I am not ready to start that farm just yet. Y’all cannot get rid of me that easily. I will stick around the WordPress community for a while, but today is not about my new role. It is a celebration of the Tavern.</p>\n\n\n\n<p>I have published 647 stories and written 857 comments as of this post. I can only hope that, somewhere along the way, I have made an impact in some of your lives or work.</p>\n\n\n\n<p>As I leave, I have one request: be kind to one another.</p>\n\n\n\n<p>I believe we all want WordPress to be successful. We might have different opinions about how to make that happen. Sometimes, those ideas clash, but if we all treat one another with respect and have constructive discussions, things will work themselves out.</p>\n\n\n\n<p>To our readers, thank you for going on this journey with me.</p>\n\n\n\n<p>There are two remaining questions I want to answer before closing this chapter in my part of that journey. Feel free to continue reading. Otherwise, thank you for making it this far.</p>\n\n\n\n<h2>Writing About WordPress</h2>\n\n\n\n<img /><a href=\"https://wordpress.org/photos/photo/632620a981/\">Photo</a> by <a href=\"https://wordpress.org/photos/author/turtlepod/\">David Chandra Purnama</a>.\n\n\n\n<p>Someone messaged me a week or so into my employment at WP Tavern about writing for WordPress. They wanted to know how they could become a writer on WordPress-related topics and one day work in the field. At the time, I did not have a great answer to the question. Maybe I still do not, but I will take a crack at it.</p>\n\n\n\n<p>We might as well start with the advice of one of the most prolific writers in modern history, Stephen King. At the end of <em>The Stand</em>, one of my favorites from him, he answered this same question, and it has always resonated with me.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>When asked, “How do you write?” I invariably answer, “One word at a time,” and the answer is invariably dismissed. But that is all it is. It sounds too simple to be true, but consider the Great Wall of China, if you will: one stone at a time, man. That’s all. One stone at a time. But I’ve read you can see that mother— from space without a telescope.</p></blockquote>\n\n\n\n<p>I think he may be wrong about seeing the Great Wall from space (<em>Where’s a fact-checker when you need one?</em>), but it is still generally sound advice.</p>\n\n\n\n<p>I have been writing about WordPress for 17 years. Sometimes on my personal blog. At other times, I have taken one-off jobs. And, of course, I have written 100s of posts here at the Tavern. What has always helped me is sticking to topics I am passionate about. There are days when the job can be a grind (especially during slow news weeks), so you must love what you are doing to sustain any sort of career in writing.</p>\n\n\n\n<p>I have a B.A. in English with a secondary concentration in journalism. However, my education merely provided a solid foundation. It is not a prerequisite for doing the job.</p>\n\n\n\n<p>No one can teach you how to build those habits necessary for a sustainable career. They are too personal, and you can only figure out what works by practicing.</p>\n\n\n\n<p>No one can give you your voice. That is a discovery that only you can make, and writing is a discovery in and of itself.</p>\n\n\n\n<p>My advice to would-be writers is to give <a href=\"https://nanowrimo.org/\">National Novel Writing Month</a> a shot this November. It is a challenge to write 50,000 words in 30 days. I have won twice and hope to do it again this year. I guarantee that you will figure out everything you need to know about yourself as a writer if you push yourself through the challenge. It is OK to fail. Just dust yourself off and try again if you have your heart set on it.</p>\n\n\n\n<p>To the person who asked this question: I am sorry for not remembering your name. It has been over two years, and my memory is not what it once was. But, I hope you are reading now.</p>\n\n\n\n<h2>Spilling the Beans</h2>\n\n\n\n<img />Coffee Beans. <a href=\"https://wordpress.org/photos/photo/12961feeb9/\">Photo</a> by <a href=\"https://wordpress.org/photos/author/cagrimmett/\">Chuck Grimmett</a>\n\n\n\n<p>There is a question I get asked. <em>A lot.</em> Some of you probably already know what it is and have, perhaps, asked it or some variation of it yourself.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Does Matt dictate or control the content that we cover?</p></blockquote>\n\n\n\n<p>Since it is my last day on the job, I might as well let readers peek behind the curtain. And the answer is no.</p>\n\n\n\n<p><em>Sorry to let down our conspiracy-theory-loving readers, but the truth is just not that juicy.</em></p>\n\n\n\n<p>I always joke that I have only talked with “the boss” a handful of times while working here. That is pretty close to the truth (I have not actually kept count).</p>\n\n\n\n<p>From the day I arrived until today, I have had complete independence to thrive or fail by the result of my work. It felt like our small team had been left on an island to fend for ourselves at times. We must go through the same channels as other publications for information and have never been given special treatment.</p>\n\n\n\n<p>This level of autonomy is vital for journalistic integrity.</p>\n\n\n\n<p>The WordPress community will always need a publication where its writers have the independence to do their work without conflicts of interest. The Tavern has always been that place, and I do not expect it to change going forward.</p>\n\n\n\n<p>I appreciate that our readers have trusted our team to perform this job. It is a responsibility that has not been taken lightly. I am proud to have contributed in at least in some small way.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2022 22:47:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Do The Woo Community: Education, the LMS Ecosystem and WooCommerce with Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=71635\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://dothewoo.io/education-the-lms-ecosystem-and-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:428:\"<p>Ronnie Burt from Sensei LMS shares insights and thoughts from his years of experience in education, WordPress, and WooCommerce</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/education-the-lms-ecosystem-and-woocommerce/\">Education, the LMS Ecosystem and WooCommerce with Ronnie Burt</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2022 14:00:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"WPTavern: WordPress Community Attributes Declining Market Share to Performance Issues, Increased Complexity, and the Lagging Full-Site Editing Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134243\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"https://wptavern.com/wordpress-community-attributes-declining-market-share-to-performance-issues-increased-complexity-and-the-lagging-full-site-editing-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11917:\"<p>For the first time in WordPress’ nearly 19-year history, the software’s usage stats are showing signs of declining market share. Its remarkable ascension to 43.3% market share took a turn in March 2022 and usage has slowly declined since then, according to a new WordPress market share report from Joost de Valk that references <a href=\"https://w3techs.com/technologies/history_overview/content_management/all\">stats from W3Techs</a>. </p>\n\n\n\n<img />CMS usage stats since January 2011 – source: W3Techs\n\n\n\n<p>In a post titled “<a href=\"https://joost.blog/wordpress-market-share-shrinking/\">WordPress’ Market Share Is Shrinking,</a>” de Valk highlighted the numbers from the last few months, which now conclusively demonstrate a decline:</p>\n\n\n\n<img />source: <a href=\"https://joost.blog/wordpress-market-share-shrinking/\">Joost de Valk</a>\n\n\n\n<p>de Valk’s analysis elaborates on how WordPress’ market share, and that of its open source contemporaries, is being eroded by competitors like Wix and Squarespace. He attributes this change to two major factors: WordPress’ lack of focus on performance, and the complexity of the unfinished full-site editing project:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>If you look at <a href=\"http://cwvtech.report/\">cwvtech.report</a> you’ll see that in the last year, sites on Wix and Squarespace on average have improved their site speed more than WordPress sites. WordPress has a performance team now, and it has made some progress. But the reality is that it hasn’t really made big strides yet, and in my opinion, really should. Project leadership still seems unwilling to focus on performance though, which has to do with the next point:</p><p>WordPress’ full site editing project is not done yet. Anecdotally, more and more people are having a hard time deciding how to build their site on WordPress. Wix and Squarespace are simply way simpler tools to build a site. As they improve their SEO tooling, there’s less and less reason to switch over to WordPress.</p></blockquote>\n\n\n\n<p>The post inspired rampant speculation in the community, and the discussion has splintered off into different pockets across the web – various <a href=\"https://twitter.com/jdevalk/status/1524354975089967105\">Twitter threads</a>, Post Status Slack, and a <a href=\"https://www.facebook.com/groups/advancedwp/posts/5335192453209592/\">post in the Advanced WP</a> group on Facebook that has already received more than 100 comments. </p>\n\n\n\n<p>It’s not realistic to expect any CMS to make gains every month, even if it has grown steadily in the past. WordPress is still far and away the market leader, but many see the new decline in market share as a symptom of a deeper problem. No one can definitively say why WordPress is losing market share but the community has a few prevailing theories. </p>\n\n\n\n<p>Performance is one of the contributing factors that is easier to measure than many others. According to <a href=\"https://t.co/UXrPUetsXH\">data from HTTP Archive</a>, WordPress trails its closest competitors when it comes to percentage of sites with good Core Web Vitals scores.</p>\n\n\n\n<img />\n\n\n\n<p>“I’m not excited to see the percentage drop, but it confirms even more that something needs to change,” Google-sponsored contributor Felix Arntz <a href=\"https://www.facebook.com/groups/advancedwp/posts/5335192453209592/?comment_id=5335463033182534&__cft__[0]=AZXHiAZGjTdaMvv69aWrE4uqcclxVqhyYOPyNLpAN6rFHg9aXVJM5D_cSXcFPU5STYxj6mrkzp7e909jEvJgUKrPSAoI1AlPn2app0822R8UjgvsZpLbxfepE6ci8tTiWC62JubpIYAVNcgp3lYcNVzZ&__tn__=R]-R\">said</a>. “It’s also worth adding that the growth rate of other CMSs like Wix or Shopify has already long surpassed WordPress even before this. My session at WordCamp Europe is precisely going to focus on this topic.</p>\n\n\n\n<p>“All this is why we started the WordPress performance team a couple months back, we need to make more solid performance decisions out of the box for WordPress. Let’s work together so that we can turn this around over the next few years.”</p>\n\n\n\n<p>Many saw the news of WordPress’ declining market share as an opportunity to weigh in on their pet grievances about WordPress and the Gutenberg project in general, but there are some legitimate concerns about the condition of the software when it’s rolled out to millions of users.</p>\n\n\n\n<p>“Full site editing and its deployment into core before it has really been ready isn’t doing us any favors for newcomers to WordPress,” WordPress developer Daniel Schutzsmith <a href=\"https://twitter.com/schutzsmith/status/1524420452021682181\">said</a>. “It throws them off and scares them because it feels broken in many aspects.”</p>\n\n\n\n<p>WordPress’ increasing complexity is another strong factor many participants cited as a possible influence, particularly those who build websites for clients. The software has become more sophisticated, enabling users to do more things than ever before, but it’s not getting easier to use. </p>\n\n\n\n<p>“I don’t do much WP dev anymore, but after needing multiple articles and a YouTube tutorial for me to understand the new Navigation block, I knew WP was in serious trouble,” developer Alexis Rae <a href=\"https://twitter.com/TransCinderella/status/1524363595903025152?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1524363595903025152%7Ctwgr%5E%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwptavern.com%2Fwp-admin%2Fpost.php%3Fpost%3D134243action%3Dedit\">said</a>. “That 5.9 pushed out full site editing as the only option (that I can tell) while it’s a beta is insane.”</p>\n\n\n\n<p>Multiple participants in the discussions on Facebook and Twitter said they have recently been building some of their clients’ sites with other technologies to make it easier for their clients to manage their websites.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">… for the last few years, this hasn\'t been our experience and eyes are wondering towards other solutions. We\'ve already delivered sites on Webflow, and even a couple on Squarespace. That would have been unthinkable two years ago.</p>— Nick Wilmot (@nickwilmot) <a href=\"https://twitter.com/nickwilmot/status/1524416730805776384?ref_src=twsrc%5Etfw\">May 11, 2022</a></blockquote>\n</div>\n\n\n\n<p>“From working with clients I notice that the quality of the admin interface is really becoming an issue that turns people off from WordPress,” Florian Fermin <a href=\"https://www.facebook.com/groups/168889943173228/user/1498532059/?__cft__[0]=AZXHiAZGjTdaMvv69aWrE4uqcclxVqhyYOPyNLpAN6rFHg9aXVJM5D_cSXcFPU5STYxj6mrkzp7e909jEvJgUKrPSAoI1AlPn2app0822R8UjgvsZpLbxfepE6ci8tTiWC62JubpIYAVNcgp3lYcNVzZ&__tn__=R]-R\">said</a>. “On the lower end, this drives people to go to Squarespace and Wix instead. On the high end, I have now migrated multiple sites away from WordPress to CraftCMS and clients have been delighted with the clean interface it provides, and they’re confident to make small changes themselves, allowing me to put my energy in more exciting stuff.”</p>\n\n\n\n<p>WordPress gained popularity early on by being the best free software available for blogging, and then later for its flexibility as a CMS. The transition into a nocode style site builder has been difficult with extensive periods of growing pains. As most of the energy and resources put into core seem to go towards Gutenberg, other older aspects of the software have gone neglected. </p>\n\n\n\n<p>“WordPress has really developed into jack of all trades and master of none,” Fermin said. “In my experience, this has meant in the last years that when I have to recommend a CMS for the use case of a client, more and more often the answer has been something else and not WordPress.”</p>\n\n\n\n<p>WordPress used to be one of the strongest solutions on the market for building small, simple sites but competitors are making it faster and easier to launch these kinds of sites. Meanwhile, WordPress themes are going through a rocky transition towards better accommodating full-site editing features. </p>\n\n\n\n<p>“For my clients (mostly government), FSE is not the way to go,” WordPress developer Roy Tanck <a href=\"https://twitter.com/roytanck/status/1524394782176514049?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1524394782176514049%7Ctwgr%5E%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwptavern.com%2Fwp-admin%2Fpost.php%3Fpost%3D134243action%3Dedit\">said</a>. “I spend a lot of my time disabling new features now. If WP continues to become a ‘site builder,’ traditional CMS clients will likely start to look elsewhere.”</p>\n\n\n\n<p>In his conclusion, Joost de Valk contends that the full-site editing project is taking far too long. </p>\n\n\n\n<p>“That’s causing the rest of the platform to lag behind current web trends,” he said. “Without a drastic change in this approach I think WordPress will continue to lose market share for the next few years.”</p>\n\n\n\n<p>Although some may agree that the project is taking a long time to reach a polished state, much of the feedback on social media indicates that developers do not find FSE user friendly enough for their clients. </p>\n\n\n\n<p>“WordPress is just too complicated for the majority to use effectively,” development agency owner Jon Brown <a href=\"https://www.facebook.com/groups/advancedwp/posts/5335192453209592/?comment_id=5335256633203174&__cft__[0]=AZXHiAZGjTdaMvv69aWrE4uqcclxVqhyYOPyNLpAN6rFHg9aXVJM5D_cSXcFPU5STYxj6mrkzp7e909jEvJgUKrPSAoI1AlPn2app0822R8UjgvsZpLbxfepE6ci8tTiWC62JubpIYAVNcgp3lYcNVzZ&__tn__=R]-R\">said</a>.</p>\n\n\n\n<p>“WordPress ought to be way more opinionated on accessibility and performance such that users should not even have to think about them. The problem with the current WP philosophy it is ‘let’s do as little as possible to leave options for the user or make the user rely on plugins’… No! Stop that. Do more by default and then give the user the option to override that if/when necessary.”</p>\n\n\n\n<p>Brown said this applies to core WordPress but is most evident in WooCommerce, where, after ten years, “you still need 25 add-ons just to get a basic store up and running.”</p>\n\n\n\n<p>“This is why Shopify is devouring e-commerce market share,” he said.</p>\n\n\n\n<p>“And simple personal sites, way easier to setup a five-page site on Squarespace or Wix for laypeople than it is to navigate WordPress.</p>\n\n\n\n<p>“How to regain market share? Simplify.”</p>\n\n\n\n<p>Is WordPress losing touch with every day users? After two years of drastically reduced WordCamps and meetups, this is a genuine possibility. Many months before WordPress’ market share growth started leveling off, the strangely feverish push to return to in-person events during a pandemic seemed to betray an insecurity about what might happen to the community if required to continue on in isolation. WordPress usage numbers could be impacted by missing out on some of the grassroots growth and momentum that in-person events often generate. </p>\n\n\n\n<p>WordPress’ relationship with the common user seems strained at the moment. It is no longer considered one of the easiest ways to get a website off the ground. Those who are eager to see WordPress succeed and grow can likely agree at almost any point in time that WordPress is not yet easy enough to use. A veritable army of Gutenberg contributors are working day and night to make full-site editing possible, but the project cannot afford to shelve usability concerns for too much longer, or it risks becoming software that is only used by an elite, knowledgeable few.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2022 04:57:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: Gutenberg 13.2 Adds Persistent User Preferences and a Visualizer for Margin and Padding Controls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134247\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://wptavern.com/gutenberg-13-2-adds-persistent-user-preferences-and-a-visualizer-for-margin-and-padding-controls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4891:\"<p>Gutenberg 13.2 was released earlier today. While much of the developer community is gearing up for the WordPress 6.0 release in two weeks, work continues steadily on the plugin, driving future updates. The latest release is not as hefty on enhancements as previous updates but includes around four dozen bug fixes.</p>\n\n\n\n<p>Despite a heavy focus on squashing bugs, there are several welcome improvements in the plugin update. Persistent user preferences will make for fewer surprises when opening the editor. New visual updates for block spacing and the Post Comments Form block make it easier to design layouts.</p>\n\n\n\n<p>Developers should look at the early work on a <a href=\"https://github.com/WordPress/gutenberg/pull/40547\">new <code>settings</code> hook</a>. This represents one step toward creating the <a href=\"https://github.com/WordPress/gutenberg/issues/40318\">concept of “sections”</a> that can house settings and styles for block instances and descendants. Patterns are a prime example of the necessity of sections. Matias Ventura <a href=\"https://github.com/WordPress/gutenberg/issues/39281\">covered the various uses</a> in a separate open ticket.</p>\n\n\n\n<p>The latest release also <a href=\"https://github.com/WordPress/gutenberg/pull/40652\">removes spotlight mode</a> for template parts, and I say, <em>good riddance</em>. The editor already has such a mode for all blocks, and users who prefer it can enable it.</p>\n\n\n\n<h2>Persistent Editor Preferences</h2>\n\n\n\n<img />Welcome to the editor popup.\n\n\n\n<p>Have you ever visited the WordPress editor and noticed the “welcome” popup, despite dismissing it ages ago? Or, logged in with a new browser only to reconfigure settings, such as enabling top toolbar support and turning off fullscreen mode? <em>Annoying, right?</em></p>\n\n\n\n<p>This has been a <a href=\"https://github.com/WordPress/gutenberg/issues/15105\">long-standing issue</a> caused by WordPress storing user preferences in the browser. In Gutenberg 13.2, these preferences are now <a href=\"https://github.com/WordPress/gutenberg/pull/39795\">saved as user metadata</a> in the database and should no longer pose an issue.</p>\n\n\n\n<p>Sarah Gooding took a deeper dive into this problem and solution in an <a href=\"https://wptavern.com/coming-in-gutenberg-13-1-users-editor-preferences-will-be-stored-in-the-database-improving-persistence-across-sessions\">earlier post on the Tavern</a>.</p>\n\n\n\n<h2>Padding and Margin Visualizers</h2>\n\n\n\n<img />Adding margin to the Group block.\n\n\n\n<p>Landing in the pretty-neat-and-nice-to-have category is a <a href=\"https://github.com/WordPress/gutenberg/pull/40505\">new “visualizer” feature</a> for block margin and padding. Essentially, it displays a colored box, representing the space when one of the two options is adjusted. It quickly fades out and returns the canvas to its default look.</p>\n\n\n\n<p>I am a fan of this change. It draws the eyes back to the canvas and allows users to visualize how the block spacing is applied.</p>\n\n\n\n<h2>Comments Form in the Editor</h2>\n\n\n\n<img />Comments Form Block in the site editor.\n\n\n\n<p>The Post Comments Form block was simply a placeholder in the editor in past releases. This did not allow end-users to see how it would look on the front end of their sites.</p>\n\n\n\n<p>Gutenberg 13.2 updates this to show something <a href=\"https://github.com/WordPress/gutenberg/pull/40368\">closer to what it will look like </a>on the front end, at least for logged-in users. This also lets the user see how color and typography customizations will be displayed.</p>\n\n\n\n<p>This is a two-part change. The Comments Query Loop block now <a href=\"https://github.com/WordPress/gutenberg/pull/40256\">outputs the form within its default template</a>. This way, users and creators will not need to build out each part of the overall comments area.</p>\n\n\n\n<p>There is still much work to do for the Post Comments Form block in the long term. It needs a broader selection of design tools for starters. However, it could also use a revamp that provides fine-grain control over the various elements shown for logged-in and logged-out users. That may even mean splitting the form into multiple blocks. For now, the additional visualization will have to suffice.</p>\n\n\n\n<h2>Margin Support for Separators</h2>\n\n\n\n<img />Adding top and bottom margin to a Separator block.\n\n\n\n<p>The Separator block now <a href=\"https://github.com/WordPress/gutenberg/pull/40551\">supports top and bottom margins</a>. Users can adjust it from the spacing tools in the sidebar.</p>\n\n\n\n<p>It is a small change but a welcome one. Users could previously increase the space between a Separator and sibling block through other means, such as setting the margin on the sibling or using a Spacer. However, those were often unintuitive solutions. And decreasing the space sometimes seemed an impossible task.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2022 04:30:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Post Status: Getting to ‘Yes’ on Plugin “License Hell”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97406\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://poststatus.com/getting-to-yes-on-plugin-license-hell/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7620:\"<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Is there a win-win solution for plugin owners fighting churn and their professional WordPress customers, like agencies and freelancers? </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-drop-cap\">I appreciate <a href=\"https://poststatus.com/wordpress-plugin-license-renewals-and-the-challenge-of-churn/\" target=\"_blank\" rel=\"noreferrer noopener\">Rob Howard\'s response</a> to <a href=\"https://twitter.com/post_status/status/1518994407864684545\" target=\"_blank\" rel=\"noreferrer noopener\">the insightful discussion</a> that emerged on Twitter over MemberPress\'s new subscription renewal interface in the WordPress dashboard. I learned a lot, and I was reminded this controversy goes back a long way. In 2015 we wrote about unhappy customer reactions when <a href=\"https://poststatus.com/notes/jetbrains-refines-new-phpstorm-subscriptions/\" target=\"_blank\" rel=\"noreferrer noopener\">JetBrains adopted an Adobe CS payment model for PHPstorm</a>. Beyond the WordPress bubble, this sort of thing is old news.</p>\n\n\n\n<blockquote><p>Even if they hand off this responsibility to the site owner or cover it with ongoing maintenance and support services, managing license keys will still be hell for someone.</p></blockquote>\n\n\n\n<h2 id=\"h-maybe-there-s-a-win-here-for-everyone\">Maybe there\'s a win here for everyone</h2>\n\n\n\n<p>There are separate questions about design and business ethics. Is completely locking out users when there\'s not a valid support key out of step with a community ethic, i.e. “The WordPress Way?” That\'s a big and important topic, but there\'s some low-hanging fruit in the far less contentious problems Rob helpfully focused on. Maybe there is a potential win-win solution. His ideas might satisfy the two most legitimately frustrated (but seemingly opposed) perspectives in this controversy:</p>\n\n\n\n<ol><li>Plugin owners fighting subscriber churn so they can sustain their businesses.</li><li>Their customers and colleagues in the WordPress ecosystem, especially WordPress agencies and freelancers. They\'re also trying to run their businesses and don\'t want the extra work and potential embarrassments license management can create.</li></ol>\n\n\n\n<p>As Rob points out, aggressive upsells and lockouts are aimed at the mass market of common WordPress users. They\'re for people who don\'t understand what they\'ve installed or why they might pay for it. The target is not highly WordPress-literate people — especially those who are building sites professionally.</p>\n\n\n\n<p>Unfortunately, we all get the same annoyances in our WordPress dashboards anyhow.</p>\n\n\n\n<h2 id=\"h-small-agencies-and-site-builders-are-your-friends\">Small agencies and site builders are your friends</h2>\n\n\n\n<p>Site builders, small web dev teams, and WordPress agencies don\'t want their clients confused or hassled with upsells. Worse, they don\'t want a license to expire and break functionality on a client\'s site. Even if they hand off this responsibility to the site owner or cover it with ongoing maintenance and support services — something <a href=\"https://poststatus.com/notes/you-might-not-want-to-use-your-developer-licenses-for-your-clients-plugins/\" target=\"_blank\" rel=\"noreferrer noopener\">Syed Balkhi recommended in 2015</a> — managing license keys <a href=\"https://poststatus.com/notes/crate-wants-help-escape-license-key-hell/\" target=\"_blank\" rel=\"noreferrer noopener\">will still be hell</a> for someone.</p>\n\n\n\n<p>I haven\'t thought about <a href=\"https://cratewp.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Crate</a> in a long time, but it has been around for quite some time. It\'s a way to get out of “license hell” — and deal with other challenges that won\'t apply and can\'t be afforded by a lot of small to mid-sized WordPress businesses. Rob\'s <a href=\"https://wordpress.org/plugins/wp-wallet/\" target=\"_blank\" rel=\"noreferrer noopener\">WP Wallet</a> is aimed at that broader market. It sounds like a worthwhile project, along with <a href=\"https://poststatus.com/podcast/wp-notify/\" target=\"_blank\" rel=\"noreferrer noopener\">WP Notify</a> and <a href=\"https://poststatus.com/podcast/clarity/\" target=\"_blank\" rel=\"noreferrer noopener\">Clarity</a>. For those who work with WordPress on a daily basis, getting control of notifications and aggressive advertising in the WordPress back-end is universally wanted.</p>\n\n\n\n<blockquote><p> It would be fantastic if more plugin shops catered to the needs and concerns of agencies and freelancers who don\'t want their clients to ever see an upgrade notice or an upsell pretending to be one.</p></blockquote>\n\n\n\n<h2 id=\"h-is-license-hell-necessary\">Is license hell necessary?</h2>\n\n\n\n<p>It\'s not hard to see that people who want to pay for plugins (and essentially resell them to their customers) are the people you want to keep happy and maintain a good relationship with, as a plugin owner. It would be fantastic if more plugin shops catered to the needs and concerns of agencies and freelancers who don\'t want their clients to ever see an upgrade notice or an upsell pretending to be one. (Or to be locked out of anything.)</p>\n\n\n\n<blockquote><p>Educating newcomers to WordPress and shaping their expectations about your product is good for everyone.</p></blockquote>\n\n\n\n<h2 id=\"h-whiny-free-riders-are-people-and-potential-customers-too\">Whiny free-riders are people (and potential customers) too</h2>\n\n\n\n<p>I\'d also like to stick up for the frustrations of people who just don\'t understand what a support license subscription is and why they should happily pay for continuous upgrades. Yes, they often look like and act like free riders. We can\'t expect different if we don\'t market and communicate effectively to them.</p>\n\n\n\n<p>Educating newcomers to WordPress and shaping their expectations about your product is good for everyone. If customers or potential customers are upset because they\'re being pressed to repeatedly pay for something they don\'t understand (it’s not a buy-once, own-forever product!) that\'s on the seller. Rob has some good ideas for how to better communicate the proper expectations to customers. Giving options to people who want to pay one time or less frequently than an annual cycle is one solution that ought to appeal to professional WordPressers too.</p>\n\n\n\n<h2 id=\"h-product-or-service-what-am-i-paying-for-what-do-i-own\">Product or service? What am I paying for? What do I own?</h2>\n\n\n\n<p>A decade ago (and even before that) I used to keep local copies of WordPress plugins (and add-ons for other CMSes) even though I knew it was pointless because they\'d be obsolete quickly. I was treating plugins like my music collection in the early days of iTunes. I knew it was crazy, but the drive to “own” something is strong. Many of us are now paying to access music we previously owned on CDs, tapes, etc.</p>\n\n\n\n<p>This is still a new and evolving digital media culture. There are good reasons many people resist the SaaSification of everything. It\'s a model that makes sense for a lot of commercial plugins: mimic Netflix\'s marketing and sell a plugin as a service . But <a href=\"https://speckyboy.com/wordpress-theme-plugin-license-expires/\" target=\"_blank\" rel=\"noreferrer noopener\">I agree with Eric Karkovack</a> that more needs to be done to help potential customers understand the value of continuously paying for software updates. Why can\'t that involve a good user experience too?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2022 21:40:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Post Status: This Week at WordPress.org (May 9, 2022)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://poststatus.com/this-week-at-wordpress-org-may-9-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15710:\"<p class=\"has-theme-palette-7-background-color has-background\">Each week we are highlighting the news from WordPress.org that you don\'t want to miss. If you or your company create products or services that use WordPress, we\'ve got the news you need to know. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 id=\"h-news\">News</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-3/\"></a><a href=\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-2-rc2-now-available-for-testing/\">WordPress 6.0 Release Candidate 2 (RC2) Now Available for Testing</a></li><li><a href=\"https://wordpress.org/news/2022/05/the-month-in-wordpress-april-2022/\">The Month in WordPress – April 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a></li><li>New <a href=\"https://poststatus.com/planet/feed/#5ftf\">Five for the Future</a> section below! </li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_a98156-c2\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h2 id=\"h-accessibility\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul><li>Request for feedback on the <a href=\"https://make.wordpress.org/project/2022/04/01/discussion-contrib-handbook-part-1/\">WordPress Accessibility Statement</a>.</li></ul>\n\n\n\n<h2 id=\"h-central\"><a href=\"https://central.wordcamp.org\">Central</a></h2>\n\n\n\n<ul><li><a href=\"https://central.wordcamp.org/news/2022/05/wordcamp-europe-2022-is-just-around-the-corner/\">WordCamp Europe 2022 is just around the corner</a></li><li><a href=\"https://central.wordcamp.org/news/2022/05/join-the-european-wordpress-community-in-porto-portugal/\">Join the European WordPress Community in Porto, Portugal!</a></li></ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<p>Reminder: <a href=\"https://developer.wordpress.org/block-editor/contributors/versions-in-wordpress/\">Gutenberg 13.0 ships with WordPress 6.0</a>.</p>\n\n\n\n<ul><li> <a href=\"https://github.com/WordPress/performance/issues/220\">Add Site Health test for full page caching (advanced cache)</a></li><li>Proposal: <a href=\"https://github.com/WordPress/performance/issues/140\">API to facilitate more accurate sizes #140</a></li><li>Proposal: <a href=\"https://github.com/WordPress/performance/issues/24\">Regenerate existing image</a></li><li><a href=\"https://github.com/WordPress/performance/issues/289\">Research: Impact of additional WebP images on upload</a></li><li><a href=\"https://github.com/WordPress/performance/issues/290\">Research: WebP compatibility</a></li><li><a href=\"https://docs.google.com/document/d/1NzURb3u-KZTgYYHK9Gx_KPvSCX4N8Ci3oZfLsfVF7Tk/edit\">Measurement overview doc</a></li><li><a href=\"https://docs.google.com/document/d/1elY0vgrLU2373mX3jSUj_vFZeGDyhED1WMPYwzSYiVA/edit\">Capturing front-end performance metrics in WordPress doc</a> </li><li><a href=\"https://make.wordpress.org/core/2022/05/03/a-week-in-core-may-2-2022/\">A Week in Core – May 2, 2022</a></li></ul>\n\n\n\n<h3 id=\"h-devnotes\">DevNotes</h3>\n\n\n\n<p>Leading up to releasing WordPress 6.0, DevNotes and release-related information will remain.</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/05/block-locking-settings-in-wordpress-6-0/\">Block Locking Settings in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/04/wordpress-6-0-release-candidate-phase/\">WordPress 6.0 Release Candidate Phase</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/miscellaneous-dev-notes-for-wordpress-6-0/\">Miscellaneous Dev Notes for WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/block-editor-miscellaneous-dev-notes-for-wordpress-6-0/\">Block Editor miscellaneous Dev Notes for WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/page-creation-patterns-in-wordpress-6-0/\">Page creation patterns in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/global-styles-variations-in-wordpress-6-0/\">Global Styles variations in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/separator-block-updated-to-use-block-supports-color-settings/\">Separator block: Updated to use block supports color settings</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/block-markup-updates-for-image-quote-list-and-group-blocks/\">Block markup updates for image, quote, list, and group blocks</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/support-for-handling-resolution-errors-for-editor-data-module/\">Support for handling resolution errors for Editor data module</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/28/taxonomy-performance-improvements-in-wordpress-6-0/\" target=\"_blank\" rel=\"noreferrer noopener\">Taxonomy performance improvements in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/27/changes-to-do_parse_request-filter-in-wordpress-6-0/\">Changes to the do_parse_request filter in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/29/caching-improvements-in-wordpress-6-0/\">Caching improvements in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/27/new-filter-to-modify-content-images-in-wordpress-6-0/\">New filter to modify content images in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/02/media-storing-file-size-as-part-of-metadata/\">Media: storing file size as part of the metadata</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/05/updates-to-the-wordpress-create-block-templating-system/\">Updates to the @wordpress/create-block templating system</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/02/object-type-specific-registration-hooks-in-6-0/\">Object type-specific registration hooks in 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/28/taxonomy-performance-improvements-in-wordpress-6-0/\">Taxonomy performance improvements in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/02/new-features-for-working-with-patterns-and-themes-in-wordpress-6-0/\">New features for working with patterns and themes in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/02/theme-export-in-wordpress-6-0/\">Theme export in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/29/wp_user_query-now-accepts-fields-options-in-wordpress-6-0/\">WP_User_Query now accepts fields options in WordPress 6.0 </a></li><li><a href=\"https://make.wordpress.org/core/2022/05/02/performance-increase-for-sites-with-large-user-counts-now-also-available-on-single-site/\">Performance increase for sites with large user counts (now also available on a single site)</a></li></ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/2022/03/30/milana-cap-birgit-pauli-haack-courtney-engle-robertson-femy-praseeth-akira-tachibana-wordpress-release-6-0-trac-ticket-triage-for-docs/\">WordPress release 6.0 Trac ticket triage for docs</a></li><li><a href=\"https://make.wordpress.org/updates/2022/04/25/documentation-team-update-april-25-2022/\">Documentation Team Update – April 25, 2022</a></li><li><a href=\"https://make.wordpress.org/updates/2022/05/09/documentation-team-update-may-9-2022/\">Documentation Team Update – May 9, 2022</a></li></ul>\n\n\n\n<h3 id=\"h-support-docs\"><a href=\"https://wordpress.org/support/articles\">Support Docs:</a></h3>\n\n\n\n<ul><li><a href=\"https://wordpress.org/support/article/css/\">CSS</a></li></ul>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h2 id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/community/2022/04/22/wpdiversity-is-expanding-to-apac/\"><a href=\"https://make.wordpress.org/community/2022/05/11/join-the-community-team-for-a-wpdiversity-writing-sprint-may-23-to-may-30/\">Join the Community Team for a #WPDiversity Writing Sprint: May 23 to May 30</a></a></li><li><a href=\"https://make.wordpress.org/community/2022/04/22/wpdiversity-is-expanding-to-apac/\"><a href=\"https://make.wordpress.org/community/2022/05/06/report-allyship-and-diverse-speaker-workshops-april-2022/\">Report: Allyship and Diverse Speaker Workshops April 2022</a></a></li></ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/design/2022/05/09/design-share-apr-25-may-6/\">Design Share: Apr 25–May 6</a></li></ul>\n\n\n\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/hosting/2022/05/04/get-ready-for-wordpress-6-0/\">Get ready for WordPress 6.0</a></li></ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/meta/2022/04/28/proposal-make-wordpress-team-or-project-updates/\">Proposal: Make WordPress Team or Project Updates</a></li></ul>\n\n\n\n<h2 id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/mobile/2022/05/02/call-for-testing-wordpress-for-ios-19-8/\">Call for Testing: WordPress for iOS 19.8</a></li><li><a href=\"https://make.wordpress.org/mobile/2022/05/02/call-for-testing-wordpress-for-android-19-8/\">Call for Testing: WordPress for Android 19.8</a></li></ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/05/10/plugin-review-team-status-9-may-22/\">Plugin Review Team Status: 9 May ’22</a></li></ul>\n\n\n\n<h2 id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/polyglots/2022/05/02/wordpress-6-0-ready-to-be-translated/\">WordPress 6.0 ready to be translated</a></li></ul>\n\n\n\n<h2 id=\"h-project\"><a href=\"https://make.wordpress.org/project\">Project</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/project/2022/04/29/discussion-contrib-handbook-part-2/\">Discussion: Contrib Handbook, Part 2</a></li><li><a href=\"https://make.wordpress.org/project/2022/04/01/discussion-contrib-handbook-part-1/\">Discussion: Contrib Handbook, Part 1</a></li></ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2022/04/28/fse-program-testing-call-14-rallying-recipe-reviewers/\">FSE Program Testing Call #14: Rallying Recipe Reviewers</a></li></ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/themes/2022/04/28/latest-changes-in-gutenberg-themes-13-0-release/\">Latest changes in Gutenberg + Themes: 13.0 release</a></li><li><a href=\"https://make.wordpress.org/updates/2022/05/10/themes-team-update-may-10-2022/\">Themes team update May 10, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/support/2022/04/off-forum-support-requests/\">Off forum support requests</a></li></ul>\n\n\n\n<h3 id=\"h-support-articles\">Support Articles:</h3>\n\n\n\n<ul><li></li></ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/training/2022/04/19/migrating-contributor-training-to-learn-wordpress/\"></a><a href=\"https://make.wordpress.org/training/2022/05/03/may-2022-sprint/\">May 2022 Sprint</a></li><li><a href=\"https://make.wordpress.org/training/2022/05/05/the-training-team-faculty-program-is-now-live/\">The Training Team Faculty Program is now live</a></li></ul>\n\n\n\n<h4 id=\"h-workshops\">Workshops:</h4>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/workshop/understanding-the-page-editor-vs-site-editor/\">Understanding the Page Editor vs. Site Editor</a></li></ul>\n\n\n\n<h4 id=\"h-social-learning-spaces\">Social Learning Spaces:</h4>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\">Open Source Principles and WordPress</a></li><li><a href=\"https://learn.wordpress.org/?meeting=wordpress-5-9-lookback-6-0-look-ahead\">WordPress 5.9 Lookback & 6.0 Look ahead</a></li><li><a href=\"https://learn.wordpress.org/?meeting=showcasing-content-with-query-loops-2\">Showcasing Content with Query Loops</a></li></ul>\n</div>\n</div>\n\n\n\n<h2 id=\"5ftf\"><a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a></h2>\n\n\n\n<p>What\'s happening specific to Five for the Future? Provide your feedback on these posts:</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/190\">Consider launching end-to-end solution for a specific team</a></li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/182\">Tracking contributions: receiving special access</a></li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/180\">Tracking contributions: meeting attendance</a></li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/177\">Tracking Contributions: HelpScout</a></li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/176\">Tracking Contributions: Contributors share their contributions periodically. </a></li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/business-membership/\">your whole team</a> can <a href=\"https://poststatus.com/post-status-membership-club/\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2022 14:58:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: #26 – Courtney Robertson on How the Learn Project Is Educating People About WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=133875\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/podcast/26-courtney-robertson-on-how-the-learn-project-is-educating-people-about-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49272:\"<p>On the podcast today we have <a href=\"https://twitter.com/courtneyr_dev\">Courtney Robertson</a>.</p>\n\n\n\n<p>Courtney is a Developer Advocate at GoDaddy Pro who has a passion for teaching and learning, specifically about how to use WordPress.</p>\n\n\n\n<p>Her work for GoDaddy Pro involves outreach to developers but it also includes time to help contribute to WordPress as well. Courtney uses this time to assist with the <a href=\"https://make.wordpress.org/training/\">WordPress Training Team</a> as well as <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>.</p>\n\n\n\n<p>If you’re new to WordPress, or have been using it for years, there’s always something new to learn. WordPress never stands still. In the recent past the adoption of blocks and Full Site Editing has meant that the way of interacting with WordPress has changed entirely. You could of course figure out how everything in WordPress works all by yourself, but it would be great if there were freely available materials which you could use to accelerate your knowledge. That’s what Courtney is involved in and what this podcast is all about.</p>\n\n\n\n<p>We talk about the history of the project and how it was started as a way to assist people in putting on WordCamps and Meetups. Since then the scope of WordPress training has grown enormously.</p>\n\n\n\n<p>We discuss what areas of WordPress are covered by the learning materials, what constraints there are on the type of content that is made, and what formats they take.</p>\n\n\n\n<p>Who creates the content and how do they ensure that it’s up to date and of a high enough standard? Can people become certified if they complete different learning paths?</p>\n\n\n\n<p>We round off by talking about how you can become involved with the team if you’re keen to help others learn more about WordPress.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://courtneyr.dev/\">Courtney’s website</a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/training/\">WordPress Training Team</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/training/getting-started/\">What does the WordPress Training team do?</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/training/handbook/guidelines/brand-usage-guidelines/\">Brand Usage Guidelines</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/training/handbook/guidelines/promotional-guidelines/\">Promotional Guidelines</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/training/2022/01/18/training-team-goals-for-2022/\">Training Team Goals for 2022</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/training/2022/05/03/may-2022-sprint/\">May 2022 Sprint</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/Learn/projects/2?card_filter_query=label%3A%22%5Bpriority%5D+high%22#column-17929295\">Learn WordPress Github repo</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/Learn/issues/new?assignees=&labels=Awaiting+Triage%2C+%5BContent+Type%5D+Lesson+Plan&template=lesson-plan-template.md&title=Topic+-+Lesson+Plan\">Lesson Plan template</a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/lesson-plans\">Lesson Plans</a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/workshops/\">Workshops</a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/courses/\">Courses</a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/social-learning/\">Social Learning Spaces </a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/pathways-to-learn-wordpress/\">Pathways to Learn WordPress</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/training/2021/05/03/high-level-roadmap-to-learning-wordpress-development/\">High-Level Roadmap to Learning WordPress Development</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/training/2021/08/08/who-can-learn-help/\">Who can Learn WordPress help?</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/meetings/#training\">Upcoming WordPress Meetings</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/training/2021/09/27/proposal-ensuring-high-quality-video-contributions-to-learn-wordpress/\">Ensuring high-quality video contributions to Learn WordPress</a></p>\n\n\n\nTranscript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the themes, the blocks, and in this case, learning about how WordPress works. If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com forward slash feed forward slash podcast.</p>\n\n\n\n<p>And you can copy that URL into most podcasts players. If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you or your idea featured on the show. Head over to wptavern.com forward slash contact forward slash jukebox and use the contact form there.</p>\n\n\n\n<p>So on the podcast today we have Courtney Robertson. Courtney is a developer advocate at GoDaddy Pro who has a passion for teaching and learning, specifically about how to use WordPress. Her work for GoDaddy Pro involves outreach to developers, but it also includes time to help contribute to WordPress as well. Courtney uses this time to assist with the WordPress training team, as well as Learn WordPress.</p>\n\n\n\n<p>If you’re new to WordPress or have been using it for years, there’s always something new to learn. WordPress never stands still. In the recent past, the adoption of blocks and full site editing has meant that the way of interacting with WordPress has changed entirely.</p>\n\n\n\n<p>You could of course, figure out how everything in WordPress works all by yourself, but it would be great if there were freely available materials, which you could use to accelerate your knowledge. That’s what Courtney is involved in and what this podcast is all about.</p>\n\n\n\n<p>We talk about the history of the project and how it was started as a way to assist people in putting on WordCamps and meetups. Since then, the scope of WordPress training has grown enormously.</p>\n\n\n\n<p>We discuss what areas of WordPress are covered by the learning materials, what constraints there are on the types of content that is made, and what formats they take. Who creates the content and how do they ensure that it’s up to date and have a high enough standard? Can people become certified if they complete different learning paths? We round off by talking about how you can become involved with the team if you’re keen to help others learn more about WordPress.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all the links in the show notes by heading over to wptavern.com forward slash podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so, without further delay. I bring you Courtney Robertson.</p>\n\n\n\n<p>I am joined on the podcast today by Courtney Robertson. Hello Courtney.</p>\n\n\n\n<p>[00:03:29] <strong>Courtney Robertson:</strong> Hello Nathan, how are you today?</p>\n\n\n\n<p>[00:03:31] <strong>Nathan Wrigley:</strong> I’m really good. Thanks for joining us on the podcast today?</p>\n\n\n\n<p>We are going to talk about learning all about WordPress, how you might learn about the things that are going on in WordPress and potentially how you may contribute to that learning process for other people.</p>\n\n\n\n<p>But before we get into that, Courtney, I always ask a fairly generic question at the start. I want some orientation really, so that people who are listening know who you are. Would you mind just telling us a little bit about yourself and your relationship with WordPress.</p>\n\n\n\n<p>[00:03:59] <strong>Courtney Robertson:</strong> Sure. So I first found WordPress because I was teaching in a classroom in 2006. Needed both an LMS and a blog. And at that time, LMS was not an option inside of WordPress yet. WordPress was really just getting started. So I remember, I think around WordPress version two, installing it and figuring out what was going on.</p>\n\n\n\n<p>I have spent some time building sites for clients. And then I found myself back to teaching again with high school students. Teaching WordPress development this time. And it would have been around 2015 in a career technical school. Later I went on to work at a few plug-in companies. I got a lot of experience in The Events Calendar. Writing technical documents, knowledge-base articles, making sure front of sight was updated along with all of our releases.</p>\n\n\n\n<p>And then later found myself teaching WordPress development at a front end dev bootcamp. So I had both high school students and adults that were laid off due to Covid, going through a program free of charge to them. And in fact, our high school students were paid to do this. My students got to speak for WordCamp Philly, so that was really exciting.</p>\n\n\n\n<p>And then I found that I really wanted to go a level up, and make the training material that any institution could use. I found the material needed to teach WordPress development successfully, to get folks actually employed in the WordPress industry. And so an opportunity opened up at GoDaddy Pro for me as a developer advocate, and that affords me some time to continue contributing to the training team.</p>\n\n\n\n<p>[00:05:37] <strong>Nathan Wrigley:</strong> Would you be able to just elucidate a little bit more about the GoDaddy Pro angle? How does that work? Are you essentially employed by GoDaddy Pro and they allow you to have a proportion of your time over at the learn project that we’re going to be talking about later?</p>\n\n\n\n<p>[00:05:52] <strong>Courtney Robertson:</strong> Yes, that would be correct. So I am a developer advocate, which means that my internal work involves our outreach and our community efforts, specifically oriented for developers. But also this role is one that involves contributing to WordPress itself. And the avenue that I take with that is to contribute on learn.wordpress.org or the WordPress training team.</p>\n\n\n\n<p>So in companies that have folks contributing to the project. Some are full-time sponsored. Some get a certain number of hours per week, or per month, or however the company chooses to allocate that to contribute towards WordPress.</p>\n\n\n\n<p>[00:06:32] <strong>Nathan Wrigley:</strong> Now I’m guessing, and we’ll come to that a little bit later. I’m guessing that there’ll be an opportunity in this podcast to talk about how other people may become involved. Before we get to that, let’s just deal with what the whole learn project is. And again, it’s a fairly generic question.</p>\n\n\n\n<p>Would you just give us some, some understanding of what we might find, what the history of learn is over the last few years? Basically, what is the learn project all about?</p>\n\n\n\n<p>[00:06:57] <strong>Courtney Robertson:</strong> Yeah. So the team behind the learn project is the training team. And we’ve been around since 2013, and have been working on creating content that would be published eventually on learn. learn.Wordpress.org launched in 2020, during the height of Covid. So we already had a stockpile of content ready to go, and we’re able to load that up.</p>\n\n\n\n<p>Learn has several different purposes or formats. Different audiences can come to learn. So the training team began with a mission of creating material for meetup organizers. If you’re hosting a meetup and you’re doing the work of preparing the meetup, but then you also need to figure out what’s my topic and who’s presenting and all of these things.</p>\n\n\n\n<p>Well, the training team has been making lesson plans available, so that a meetup organizer already has topics at the ready. With research done, and all of the resources available. Indicating, cover this topic, here’s how to present the information. But also those same lesson plans have been used in a few different week long type of workshops.</p>\n\n\n\n<p>So we have quite a good bit of material in that regard. We also have workshops. Workshops are videos. They’re on demand, and their audience is direct learners. So somebody that wants to find out how to do the thing, at any time of day can come and watch the video. The videos could also be played, I have heard that several meetup groups have done this during a meetup or string, a series of them together.</p>\n\n\n\n<p>And then we have courses. And courses are sort of a roll-up of both of those pieces. So if you think of your years in school. You had a specific subject that you were studying. That was an entire course. And each day your instructor or presenter would have a smaller segment for just that day to cover.</p>\n\n\n\n<p>So a course would bring in some of the content from lesson plans and some of the content from workshops. And it would be self-paced, on demand. And those courses, when you complete them, do show a completion notification, I would say, on your wordpress.org profile. So if you’re looking at your wordpress.org profile and you look at the activity, you would see if somebody has completed a course.</p>\n\n\n\n<p>We have a proposal out to move those to its own designated tab. Going to give the heads up ahead of time, we’ll never call them batches because teams use badges to indicate contributors to teams in WordPress. But learn.wordpress.org is a great resource for somebody that wants to come and learn all kinds of things.</p>\n\n\n\n<p>Whether you are teaching others, or on demand learning, and you just need that one specific piece or want to go through an entire course. And at this time, I believe we’ve got five courses on getting started with WordPress, all the way up through using FSE, full site editing, to build out a site. And we have a few contributor courses that have moved over that the community team had housed previously, to help folks get onboarded with contributing.</p>\n\n\n\n<p>And then finally we have social learning spaces. And you may see those in your WordPress dashboard on the upcoming events area, but you also can find them on learn.wordpress.org. It is technically a meetup group under the hood and uses Zoom. These are sessions that happen and there are several throughout the week. Every week, there are several going on that you could swing by for about an hour. Sometimes an hour and a half or so, and learn whatever the topic is that’s being presented that day. Great folks like Daisy Olsen have been running a lot of those along with Sarah Snow. I’ve got one coming up soon with Anne and Sarah. Anne, a lot of us know, Anne McCarthy. We’ll be doing a call for testing using one of those social learning spaces.</p>\n\n\n\n<p>[00:10:31] <strong>Nathan Wrigley:</strong> That’s fabulous. I genuinely didn’t know that prime mover of the whole learn project was to assist people putting on meetups. Was the intention there just to facilitate people who were potentially, maybe trying it out for the first time. We were all in lockdown, as you said, and, and it’s quite daunting, isn’t it to</p>\n\n\n\n<p>[00:10:49] <strong>Courtney Robertson:</strong> Yeah.</p>\n\n\n\n<p>[00:10:49] <strong>Nathan Wrigley:</strong> to begin something like that, and just the process of setting one up might be daunting enough, but then to actually find material that you can talk about, was that the intention there? Just to bootstrap and kickstart more and more meetups?</p>\n\n\n\n<p>[00:11:00] <strong>Courtney Robertson:</strong> That was the intention in 2013. It has grown significantly, as you can imagine in that time. As has WordPress and the WordPress community. So in 2013, meetups were really just a new thing. And we were looking at ways to support meetup groups. And as things have evolved, we now want to help the job pipelines. We would like to provide some official guidance as to what should be covered for what skillsets.</p>\n\n\n\n<p>[00:11:29] <strong>Nathan Wrigley:</strong> It’s a really exciting time in WordPress. There’s so much happening. A lot of that centered around the new editor and full site editing and so on. So there’s definitely lots and lots of opportunities for things to be taught. I’m just wondering, in terms of the types of content that you will be putting or potentially that you will have put. Do you have any sort of constraints on the remit of the project?</p>\n\n\n\n<p>So for example, is it always going to be focused on the core of WordPress? Things that you can do inside of Core? What I’m really asking there, I suppose, in a backhanded way is do you stray into other areas, for example, things like third party plugins and things like that?</p>\n\n\n\n<p>[00:12:07] <strong>Courtney Robertson:</strong> Good question. We began our delve into third party plugins at WordCamp US in 2015. Those that have been around a while may know this. If you wanted to add some custom CSS to a site, before the customizer had it available, we needed Jetpack to do that. So as a team, we essentially indicated we want to make use of third party plugins.</p>\n\n\n\n<p>The parameters need to be that it’s in the wordpress.org repo. As things have launched, our main focus has started really with how to use WordPress to put a basic site together. However our audience for who can learn help is really vast. So we’ve formed some guidelines around third party plugins, and also for those that are hosting some social learning spaces. If somebody volunteers to host one, and many folks do volunteer to host those, we can’t be overly self-promotional, and if we are mentioning in any of our training materials, any type of plugin or something to that effect, that it be available, plugins, themes, be available through wordpress.org.</p>\n\n\n\n<p>We try to draw on the theme unit test data for our dummy content. We use the photos repo for our media. We use the showcase for showing off what WordPress is capable of doing. So we reference our own material as absolutely much as possible in that process, and have some just general guidelines for how we can cover the material safely for everybody.</p>\n\n\n\n<p>[00:13:37] <strong>Nathan Wrigley:</strong> Yeah, I feel that you’ve answered that really comprehensively. It feels very much like the same kind of constraints that we might have if we were, for example, putting on a WordCamp or something. The nature of the conversation that we could have as a presenter would feel like it’s falling under the same kind of boundaries.</p>\n\n\n\n<p>Yeah, that’s really cleared it up, thank you. Now, the project itself, the WordPress project, as I just alluded to a minute ago, it is really changed over the last few years. If you roll back the clock five or six years, the way WordPress behaved, the way that you created content is now completely different.</p>\n\n\n\n<p>And we’ve got all sorts of things which are coming down the pipe and they’re coming thick and fast. Things like full site editing and all of that kind of stuff. I’m just wondering what your priority list is? It feels to me like this question is basically asking what’s the roadmap? What kind of things that you’re prioritizing? Because there must be a limited amount of hours in everybody’s day that’s connected to the team and you’ve got to decide, okay, this feels like it matters more right now. Can you give us some idea about what are you thinking for the learn platform in the near future?</p>\n\n\n\n<p>[00:14:40] <strong>Courtney Robertson:</strong> Yeah, that’s a great question. So our team is comprised of both sponsored and self-sponsored or volunteers in all capacities. So that looks like there are a few folks that are sponsored by Automattic led by Hugh Lashbrooke, to be part of our team, as well as delightful project manager, Hauwa Abashir, and a plugin co-founder Pooja Derashri.</p>\n\n\n\n<p>And so that’s the core of our team. However, we have a lot of contributors and I say this first, because in open source, we can have some high-level type of priorities, but as you know, when it comes to people volunteering to do something, they’ll volunteer to what they want to do, and they’re not going to volunteer for what doesn’t interest them all the time.</p>\n\n\n\n<p>So with our priorities, we have a few ways of looking at priorities. The content priority is lately focused on doing as much as we can that is geared towards a release as close to release as possible. We have some great ways of trying to work a little bit into the future. So that right now we’re already preparing material that will come out with the next release.</p>\n\n\n\n<p>That would be 6.0 at the time of today’s recording. But we also have some other priorities as well, as you can imagine. We’re managing a website, a large website that is on a massive multi-site install. And so some of those other priorities look like, we just moved the team from Trello over to GitHub to help track all of the activity of what we’re creating and what our roadmap actually looks like and what our priorities are. That also helps surface our activity and contribution to the project, because that too then will help track with our .org profiles.</p>\n\n\n\n<p>We have some needs, some really big needs coming up. There is ideas around merging lesson plans and workshops. So that would be the instructional materials as well as the video that coincides with it, that would need to develop a resourcing. We would like to do a little bit more with the UX. We had a UX audit come back and we would like to do some more with the front of site. But again, that too would need some developer lift.</p>\n\n\n\n<p>And at this time our theme is not block-based and in our case, that could be helpful for us to help lay out that content in a way that would be more beneficial for learners as they come in. To find our roadmap, there will be lots of show notes available. To find our roadmaps, we have a few places, and I know that seems a little tricky. Go to make.wordpress.org/training, and from there, you’ll find a big blue box that talks about the training team’s goals for 2022. One of the next goals aside from content is a needs analysis. So that means actually talking to the WordPress community and saying, everything from a hobbyist, a small business owner to a large scale enterprise level agency.</p>\n\n\n\n<p>What do you need for training your staff? How can we help you reach those goals? What do you think the highest priority of content should be? And in what order should that happen? Get the feedback of what actually matters. And what’s going to be most beneficial. Who’s using this and how can we make it better?</p>\n\n\n\n<p>We also have sprints, and those sprints are, what are we working on just this month that is both content or the other annual goal type of projects? And so each month we’ll publish at the beginning of the month, what we’re doing this month, and at the end of the month, we’ll post a recap. How did it go? What did we get done? And we have our issues in GitHub and there’ll be some links available for those too. So if you want to see what’s the highest priority thing that I can contribute to, you could go right to our GitHub repo that shows you exactly that issue.</p>\n\n\n\n<p>[00:18:23] <strong>Nathan Wrigley:</strong> I have to say Courtney, you’ve done a fabulous job of giving me links. Virtually everything that Courtney is mentioning is going to be referenced in the show notes. So firstly Bravo, thank you for making my life easier and doing that. That’s brilliant. But just to say if you are curious about any of these bits, you’ll be able to find a portion in the show notes, which relates to each of the questions that we’re asking and in most cases there’s several links to follow through there.</p>\n\n\n\n<p>I’m just going to ask a question related to what we’ve just talked about, and that is, I’m going to use an example, and the example I’m using is the BBC, which is the British Broadcasting Corporation. The BBC is funded by tax payers essentially. We all have to contribute if we have a television set, and because of the fact that we’re all contributing there’s a thing called the BBC charter, and the BBC charter, now it may be imperfect, but it’s what they got. The charter compels the BBC to make programming for everybody.</p>\n\n\n\n<p>So it may be that there’s a giant audience for this type of program, and there’s a considerably smaller audience for this type of programming, but the charter, in theory, compels the BBC to make programming despite the fact that the audience may be smaller. You can see where I’m going with this probably. I’m just wondering if you have any of those kinds of things. Does it always come down to the numbers? In other words, if you can see that there’s a giant need for this, because everybody’s clamoring for this kind of tutorial or whatever, well, that’s obviously important, but there may be something over here, a bit of an edge case, really truly crucial to the people who need it, though their numbers may be small. I’m just wondering if there’s any those, kind of, bits that fit into the bigger jigsaw.</p>\n\n\n\n<p>[00:20:02] <strong>Courtney Robertson:</strong> They do. Those are areas that we would often allow the individual that has such an idea for that topic to help develop. Because again, open source, we allow the contributors that would like to do something. If they say this is the one thing that I am willing to do, then, okay then, we’ll work with that.</p>\n\n\n\n<p>That said we do have some priorities as you indicated, but some things will work across multiple pathways. And so by a learning pathway, what I mean is, if you think about who can learn help, and there’s actually a post that is cross-referenced to something that Josepha had helped create. I want to say it was about two years ago.</p>\n\n\n\n<p>When you think about all the edge cases of who can WordPress help, how is WordPress used? Josepha and Mark Uraine wrote a piece on make WordPress updates awhile ago about care and influence, a theory about the WordPress community. And it’s this broken down idea that we have, Core, central folks contributing. Then we have contributors on the project. We have extenders that are using WordPress. That will be what we’re doing right now. That’d be like a podcast about WordPress. Users of sites and also visitors of sites. And so when you break that down into actual kinds of careers or professions, or even just hobbyists, right?</p>\n\n\n\n<p>That is a lot of things. In the extenders category you have podcasters and you have newsletters, and you’ve got people that use WordPress for marketing purposes. Some are developers, some are in quality assurance. Some are support staff at companies. So who can learn help? Well, there’s a lot of varying needs like that.</p>\n\n\n\n<p>And I could see a lot of those edge cases that you mention, still applying to a lot of people. So learns really important. I think that learn is a great tool to help folks into not just the community in terms of events, but the community in terms of understanding what can I do with WordPress? And if WordPress is related to my profession, what do I need to know, and how can I best leverage, what learn has to offer to help me get there.</p>\n\n\n\n<p>[00:22:11] <strong>Nathan Wrigley:</strong> Yeah, thank you. Okay, let’s move on to the people who may be asking those questions of you. If I was to come to you and I had a particular topic in mind, and there was something that was really troubling me, and I wanted to get to the bottom of it. Are there any ways that I can ask, I don’t know, beg, plead maybe the right words for certain content to be created?</p>\n\n\n\n<p>[00:22:31] <strong>Courtney Robertson:</strong> Yes. So one of the ways is that if you need a little bit of extra help in doing that, if you are able to get to the make WordPress Slack and the training team inside of that, and you can find the link again from the training team site at make.wordpress.org/training. We are glad to give a little extra hand holding through that process.</p>\n\n\n\n<p>The other thing that we welcome folks to do is, go to our GitHub repo and submit a topic as a lesson plan idea. That does not mean that you need to create the lesson plan. If you would like to help create that or create a workshop, you may absolutely do that. But if it’s just, I have this one idea, this one thing, or I have got a vision for a course, and I could tell you every step along the way of what needs to go into the course, we are happy to work with you in that process.</p>\n\n\n\n<p>So we would begin with starting an issue in our GitHub repo and to be clear, if you’re not accustomed to GitHub, it’s about on par with submitting a form or a comment on a site. So our way of submitting an issue will look similar to that. You’ll get some preloaded template that asks you to fill in a little bit more information for us. And then we’ve got that idea of ready to go.</p>\n\n\n\n<p>[00:23:44] <strong>Nathan Wrigley:</strong> Yeah, GetHub can be very intimidating to look at can’t it, if you’re there for the time, but like you say, it’s merely a, a set of comments, so, oh, that’s really helpful, thank you. In terms of who is making the content, how the content is made, what does that look like? I’m going to sort of cross two questions here, and we’ll get onto learning paths and things like that, but just wondering, who’s actually putting the content together.</p>\n\n\n\n<p>Do you have particular panel, do you give certain members of the team the job of going away and create a video for that particular thing based upon these guidelines? Is it always the same people or can other people contribute their content? In other words, could I contribute my content? And if that was the case, are there any guidelines that would be helpful to know about?</p>\n\n\n\n<p>I mean, there’s obviously going to be things which are out of the remit, boundaries that I shouldn’t cross and probably ways that you would prefer me to curate that content.</p>\n\n\n\n<p>[00:24:35] <strong>Courtney Robertson:</strong> Yeah, absolutely. I would love to have you create a video. I love listening to your voice. Anyone is most welcome to help create that content. In fact, when learn launched, because we had this stockpile of lesson plans over the years, I counted nearly 200 contributors, at the launch of learn that had contributed over the years to the training team. That’s a staggering number for the work that we did.</p>\n\n\n\n<p>And I think back at all of those WordCamps when we had contributor days and all the folks that we met. It was great. So we have lots of people help create the content. But as you can imagine, during Covid, a lot of activity came to an absolute halt. I myself just resurfaced within contributing during that time, and none of the folks were around or available then. Literally no meetings had happened for several months and I had a hard time finding folks. We’ve grown since then, a lot. And the folks that are contributing these days, as I mentioned, there is a contingent of folks by Automattic that are contributing.</p>\n\n\n\n<p>I am there a good bit as well by making content, but we have a lot of people that are not sponsored. And I had spent about seven years in that category myself. And so I want to be very thoughtful. We’ve got a lot of folks that are absolutely delightful to work with. Speaking highly of my team reps as well.</p>\n\n\n\n<p>They do contribute so much in the way of content and proofreading. We open up opportunities to help folks proofread the material that goes out or create some feedback for others that are creating that content. So anybody is welcome to help come and make this stuff too.</p>\n\n\n\n<p>[00:26:12] <strong>Nathan Wrigley:</strong> In terms of the guidelines though, what would cut muster for inclusion? Presumably there’s barriers in terms of, okay, that’s too short. That’s far too long. The quality of the audio there is too poor. I think we probably could have covered the topic in half the time or whatever it may be. There are probably guidelines for keeping the quality high.</p>\n\n\n\n<p>[00:26:31] <strong>Courtney Robertson:</strong> That is true. We are working on improving that quality, and we do have a post that I did not provide a link to it ahead of time, and I will dig that back out for you. But it is basically the idea when we first launched, we’re new, in terms of creating videos. We’re new in terms of creating courses and let’s get going and learn as we go, what we’re doing.</p>\n\n\n\n<p>Our earliest videos, we learned a lot about needing to keep content current with revisions. That’s a really big struggle. When WordPress ships a big update, we have to come back and revise things. Also we have learned a good bit about, if we need the person’s video, their face on screen or not, about how to create these videos.</p>\n\n\n\n<p>The kind of quality that we’re looking for. We are flexible still within those parameters. In fact, one of our highest videos, I think was done during a contributor session for WordCamp India. And there was a bit of background it. So we’re learning. As we make learn, we’re learning and we would love to have lots of global representation. We would love to have a high quality production to it, but we’ll help each other get through that process.</p>\n\n\n\n<p>[00:27:43] <strong>Nathan Wrigley:</strong> I love the meta there. We’re learning to learn. That’s brilliant. The different formats that you do, actually no, I’ll come back to that in a moment. I’m going to ask about the way that your team meets, because we’re currently talking about people contributing their time, and you mentioned that you can go and do things like contribute in GitHub with comments and so on.</p>\n\n\n\n<p>But I’m just wondering if you became much more involved in the team and you were there regularly, not just committing a piece of content once in a while, but really digging into the team and trying to help out on a regular basis. It would be quite helpful to know what that might look like. Where do you hang out? Where do you do the work?</p>\n\n\n\n<p>[00:28:17] <strong>Courtney Robertson:</strong> Sure. So, forgive my American mindset about time, but on Tuesdays at noon Eastern time. On Thursdays at 7:30 AM Eastern or, oh, I forget exactly what time it is for Pooja, but she runs an APAC specific time zone meeting. And so it’s the same time and option available for both of these meetings. Those happen by the way, all in Slack, those are entirely Slack based chat messages, as you would find across the 20 now different WordPress teams. We conduct our meetings through Slack. We have coffee hours as a get to know folks session. Those are delightful to stop by and see. We’re running those Fridays at 9:00 AM Eastern. However, we are open to exploring alternative times for that.</p>\n\n\n\n<p>We’ve got some folks that are traveling that are our normals that help conduct these. So we’ll give it a few more weeks before we start looking into different time zones. We do those through Zoom. We find that that generally meets the most accessible needs and we have the accessibility team rep often join us too. So that’s delightful. And then you can find us, hopefully in the near future at a WordCamp close to you at a contributor day.</p>\n\n\n\n<p>[00:29:31] <strong>Nathan Wrigley:</strong> That would be nice.</p>\n\n\n\n<p>[00:29:32] <strong>Courtney Robertson:</strong> Yes.</p>\n\n\n\n<p>[00:29:33] <strong>Nathan Wrigley:</strong> Let’s hope that’s true. Now my understanding is that broadly speaking people fall into different types of learners. You may be kinesthetic, or you may be auditory or visual or what have you. That is going to inevitably lead to people, desiring different types of content. And you mentioned a moment ago, you called it learning paths, I think you said. What different formats have you got? I mean it may be that that is still to be explored. Maybe you’re going to invest time and effort into different things in the future, but whether you’ve got it live at the moment or whether it’s just a, an aspiration, tell us the thinking behind that.</p>\n\n\n\n<p>[00:30:06] <strong>Courtney Robertson:</strong> Yeah. Our content types, are lesson plans, workshops, courses, and social learning spaces. Our audience is quite vast, but then if you break it down into an individual, an individual may learn in different methods. So some folks really like videos. Some people really like to read, like it’s a book. And so our courses approach different learning styles.</p>\n\n\n\n<p>And the more that we can do that, the better. Our courses do suggest projects to extend upon what you’ve already learned. So often that would look like doing the work along with the course, and that would be delivered both in text and video form. And then having a suggested, now here’s a challenge to try on your own. To give you that hands-on experience without being guided. The more ways that we can continue to help cater to individual learning styles, the better.</p>\n\n\n\n<p>Also along those lines my teaching hat background comes in here. It really matters to me that we are available in the global space. And so that also looks like translation opportunities, because one of the things about learning styles is that, if you think about folks in, you and I both speak English. English second language individuals, that would be a student in a school whose first language was not English often needs a little extra support when they’re just beginning to be immersed English.</p>\n\n\n\n<p>And so, I don’t find it to be particularly reasonable or fair that somebody that is not primarily English is only presented training materials in English. We need a lot of support around getting the content available in as many languages as we possibly can. We also need then to help work on the initiatives that WordPress has to be multi-lingual.</p>\n\n\n\n<p>So at this time that’s on the roadmap, but it’s not until I think phase four in the Gutenberg project to be fully multilingual. So that presents a challenge then on Learn, because how do we make our courses available in different languages? We need some help.</p>\n\n\n\n<p>[00:32:08] <strong>Nathan Wrigley:</strong> Well, let’s hope that somebody listening to this is, uh, is going to step in and assist you with that. Just a thing, I may be jumping the gun here, and it may be something that you’re unable to talk about. You mentioned in our exchanges prior to recording that there was potentially in the future, some path towards certification. So I’m guessing, you know, you put the time in, and as a result, you are handed something in exchange to prove that you pass the test, if you like. You achieved what it was and you got through it all. Just tell us the thinking on that, even if none of it’s particularly concrete right now.</p>\n\n\n\n<p>[00:32:42] <strong>Courtney Robertson:</strong> Yeah. So this is a podcast for WP Tavern. If you’re interested in the history of WordPress entertaining the idea of certification, you may search the archives here. I will say that certification as we see it. I also had some questions about several years ago, I would say, but what changed my mind first and foremost was that when I was teaching in the bootcamp and I presented to my leaders, here’s what individuals need to be job ready, and here’s the timeframe that that could be delivered in and what would be adequate for the amount of each programming language, plus then how WordPress pulls that together. It wasn’t provided, it was a challenge then to get individuals placed for jobs.</p>\n\n\n\n<p>The resourcing for such material wasn’t readily available. So having a definitive here is what it would take to being basically job ready as a common industry accepted standard suddenly became a high priority in my mind. I realized, oh, if that was in place, it would be really easy to point to and say, here’s what folks need to be able to do. And here’s a pathway for how to learn that.</p>\n\n\n\n<p>So at this time we are not ready to begin starting a certification initiative. We are looking in quarter four of this year. So the last three months of 2022, of beginning, a discovery session. A discovery session means to, again, talk to folks about what they need, what their concerns are. Also look at other open source projects and see what worked and what didn’t work.</p>\n\n\n\n<p>I’ve been checking in with the folks that help form the certification over at Joomla. And I’m learning a bit about what has and has not worked for them. I’m keeping loose eyes on what Drupal is doing, but I think there’s something to learn from other open source initiatives that are not even about a content management system.</p>\n\n\n\n<p>So look at how do they do this? What have they learned? How would that potentially work for us? Would that work for us? What other concerns does the community have? So, disclaimer, folks. Yes, this is a hot topic. Yes, it’s had a history. We’re interested. We want to talk. That’s where we’re at at this time. We want to talk about it and the conversations happening starting around October of 2022.</p>\n\n\n\n<p>[00:34:59] <strong>Nathan Wrigley:</strong> Oh, a perfect time for us to release this then. You’ve got the people thinking about that in time for October. That’s fabulous. You mentioned earlier about resources for the learn project. And again, I don’t know if you’ve got an insight to deliver here. I’m just wondering how it is, how it is all funded essentially. Now you mentioned that your seconded from GoDaddy, forgive me the word wasn’t seconded it was whatever it was. GoDaddy provide you with the financial support so that you can lend your time to the project. What other resources are brought to bear. You mentioned that other people were seconded, there were volunteers and so on, but</p>\n\n\n\n<p>[00:35:37] <strong>Courtney Robertson:</strong> Yeah.</p>\n\n\n\n<p>[00:35:37] <strong>Nathan Wrigley:</strong> Is there anything else? Are there pots of money, which you can dip into provided by, I don’t know, sponsorship or different organizations who contribute to the project.</p>\n\n\n\n<p>[00:35:47] <strong>Courtney Robertson:</strong> Wouldn’t that be delightful if I just had unlimited money to use on this. Oh, where could we go? So our team does have some resources provided for our team. In addition to, there are contributors across multiple other organizations, I will say as well, that do periodically pop by for some contribution to the project as well.</p>\n\n\n\n<p>But we do have some resources. So a lot of teams in WordPress use Helpscout. Even Slack itself is a paid Slack instance, and I could be mistaken, but I believe that a lot of that financial work overhead is through Automattic. I would love to be corrected if so. We are using Sensei Pro, which is a learning management system. It is a plugin. The pro version just recently released, but that is owned by Automattic. Sensei has been an Automattic product for about 10 years. We do have an access through VideoPress. Should we need it? And VideoPress for WordPress TV is also how we embed our videos. So again, those two are provided through Automattic with Jetpack.</p>\n\n\n\n<p>Meetups that would run through WordCamp central. We recently received both WP Sandbox and Insta WP as options that we can use. So when somebody is going through a course, when we’re new to learning WordPress, the hardest challenge is to get a WordPress environment set up. And with both of these tools, we are able to, whether it is social learning spaces or courses or something to that effect. We’re able to very quickly get folks a single link that takes them to WordPress install. That’s got today’s theme, plugin and some demo content ready to go so they can get to work on doing the activity, not be stumped by how to set WordPress up. So those are fantastic resources that we do have available at this time.</p>\n\n\n\n<p>[00:37:30] <strong>Nathan Wrigley:</strong> Thank you very much. Is there anything else that I failed to ask you? Obviously, you know, you’ve really deeply embedded in this project and I’ve asked the questions that I wish to ask, but quite happy for you to tell us about something that I missed.</p>\n\n\n\n<p>[00:37:43] <strong>Courtney Robertson:</strong> Sure, I mentioned that we focused in early on, on just getting started using WordPress, but we make space for all of these other types of things that folks might want to learn how to do with WordPress. There’s really almost no limit, other than if we’re mentioning a plugin or a theme, keep it within WordPress dot org, so other people can access it and use it.</p>\n\n\n\n<p>But we do have some beginning workings of a developer content roadmap. I began forming this when I was planning what I needed to do at the front end dev bootcamp. I looked at it like at what point along the journey from installing WordPress and activating Hello Dolly to I’m going to build a multi-site WordPress instance, that power s thousands of sub-sites or something like that.</p>\n\n\n\n<p>How do you learn how to do all of these things? How do you begin learning? At what point do you learn APIs? What about build tools like Webpack. Those that are high into development with no, oh yeah, at some point I learned this and that, and what logically would happen with that?</p>\n\n\n\n<p>So we do have a higher level, how to learn everything from just getting started all the way through, I want you to do the most complex possible things available there. And I’m really excited that we will soon be joined by Jonathan Bossenger, as a developer educator. He is coming in again, sponsored by Automattic.</p>\n\n\n\n<p>And will be contributing developer oriented content. So that, that roadmap that I began laying down while at the bootcamp will hopefully come into play with creating more dev oriented content. If you’re interested in seeing what is everything in a logical order, again, challenge, we, we need dev resourcing to help develop the site as well here.</p>\n\n\n\n<p>So we have a pathway that is everything that we have made available. And it’s in a logical order, but it’s just a table at this time until we can get some more development on the site. So there’s a learn pathway link that I can provide. And then finally, again, the call-out is there, contribute, contribute.</p>\n\n\n\n<p>We love to partner with folks along the way. I know this is a lot. I’m coming in as a former second generation computer teacher. So I have a bit of a runway and I’ve been working with the project since 2013. We’ve talked about a lot today. It seems a lot of a lot. We’re happy to help slow it down and connect you with exactly where you need to go. Because again, our team is made up of a lot of folks that think like teachers.</p>\n\n\n\n<p>[00:40:16] <strong>Nathan Wrigley:</strong> In the course of this podcast, we’ve mentioned so much as you described, just to reiterate, if you’ve been listening to this podcast and you, you know, you’re maybe listening to it on your headphones whilst you’re driving the car or something like that. Don’t forget that the show notes will have all the links that Courtney’s provided and hopefully you’ll be able to get to the exact thing that piqued your interest. However Courtney, there’s one thing missing off those show notes, and that would be how we might contact you. If somebody has a need to speak to you on the back of this podcast, what’s the preferred way or ways of getting in touch?</p>\n\n\n\n<p>[00:40:51] <strong>Courtney Robertson:</strong> Yeah, so to help lighten the load, if it is specific to the training team or learn, please swing through the channel inside of make.wordpress.org/training. You’ll find our link to get to our Slack channel there. That helps the right folks get connected with you, so if it’s a general team question. If you would like to find me specifically courtneyr_dev on Twitter, Courtney Robertson on LinkedIn, courtneyr.dev is my website. You can find everywhere I am there.</p>\n\n\n\n<p>[00:41:19] <strong>Nathan Wrigley:</strong> Courtney Robertson thank you for joining us on the podcast today. I’ve really enjoyed it.</p>\n\n\n\n<p>[00:41:24] <strong>Courtney Robertson:</strong> Delightful, thanks for having me.</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2022 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WordCamp Central: WordCamp Europe 2022 is just around the corner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=3147947\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://central.wordcamp.org/news/2022/05/wordcamp-europe-2022-is-just-around-the-corner/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2817:\"<p>Only a few weeks left to join the European WordPress Communities and celebrate the 10th anniversary of WCEU.</p>\n\n\n\n<p>Nearing WordCamp Europe 2022 – the first in-person flagship WordCamp since the pandemic, things are getting exciting backstage. </p>\n\n\n\n<p>Celebrating the 10th anniversary of WordCamp Europe makes WCEU 2022 the best way to welcome back in-person events. So, what are the things you can expect from WordCamp Europe 2022? We’re listing all the updates, so keep reading!</p>\n\n\n\n<h2>The Speakers are already announced</h2>\n\n\n\n<a href=\"https://central.wordcamp.org/files/2022/05/a80d3e34-d1b9-acb5-517b-679649bce52f.jpg\"><img /></a>\n\n\n\n<p>An amazing lineup of speakers covering topics such as Business, Design, Gutenberg, Development, Accessibility, Headless, and more have been announced. For details, find out more <a href=\"https://europe.wordcamp.org/2022/news/\">here</a>.</p>\n\n\n\n<h2>The Schedule is posted on the WCEU 2022 website</h2>\n\n\n\n<a href=\"https://central.wordcamp.org/files/2022/05/82037f4d-c46a-d54f-1a64-b0941c532787.jpg\"><img /></a>\n\n\n\n<p>After announcing a wide range of great speakers in the past few weeks, the full schedule of WCEU 2022 is now revealed. There will be 40+ exciting sessions & workshops along with a fun and amazing After Party. Click <a href=\"https://europe.wordcamp.org/2022/schedule/\">here</a> if you can’t wait and want to check out the complete event schedule.</p>\n\n\n\n<h2>And the Contributor day is on!</h2>\n\n\n\n<a href=\"https://central.wordcamp.org/files/2022/05/96a88be8-1253-323b-2481-46de89879ef4.jpg\"><img /></a>\n\n\n\n<p>Contributor Day will take place, as usual, one day before the main WordCamp Europe event, on Thursday 2nd June 2022, at the same venue as the rest of the camp – the Super Bock Arena in Porto. It is a full day of contributing and networking with other passionate WordPressers! In order to participate at Contributor Day, please complete this <a href=\"https://europe.wordcamp.org/2022/contributor-day/\">registration form</a>.</p>\n\n\n\n<h2>HOORAY!</h2>\n\n\n\n<p>So only a few weeks to go before WordCamp Europe 2022.</p>\n\n\n\n<p>The organizing team behind the scenes of WordCamp Europe 2022 can’t wait to meet you! Everyone is giving their best efforts to make sure you will enjoy an amazing event.</p>\n\n\n\n<p><em><strong>WordCamp Europe 2022 takes place 2- 4 June in Porto, Portugal.</strong></em><br />For more information, check the <a rel=\"noreferrer noopener\" href=\"https://europe.wordcamp.org/2022\" target=\"_blank\">WCEU website</a>.</p>\n\n\n\n<p><strong>Fired up and ready to be a part of the WordCamp Europe family?</strong></p>\n\n\n\n<div class=\"wp-container-1 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://europe.wordcamp.org/2022/tickets/\">Grab your ticket</a></div>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2022 08:13:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Timi Wahalahti\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Catch FSE Is a Bold, Business-Friendly WordPress Block Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134226\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/catch-fse-is-a-bold-business-friendly-wordpress-block-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7710:\"<p>And another theme shop hops on the block bandwagon. Catch Themes’ first block-based theme, <a href=\"https://wordpress.org/themes/catch-fse/\">Catch FSE</a>, landed on WordPress.org over the weekend.</p>\n\n\n\n<p>The company is one of the most prolific authors in the official WordPress theme directory, touting a <a href=\"https://wordpress.org/themes/author/catchthemes/\">total of 109 themes</a>. There are only a few others with such an impressive body of work, at least in sheer numbers. Averaging over 10 new releases each year for the last decade is no small feat, and that just accounts for the company’s free themes.</p>\n\n\n\n<p>At a time when WordPress is still in a transitioning phase between classic, PHP-based themes and those built entirely from blocks, the community needs leaders in the space pushing the project forward.</p>\n\n\n\n<p>With WordPress 6.0’s slew of features, I expect we will see more and more authors join the ride.</p>\n\n\n\n<p>When reviewing new themes, I typically install them a few days ahead of time and test them off and on. Then, I decide if they are worth sharing with the Tavern audience. However, in this case, I am going in blind. Well, not <em>entirely</em> blind. I am familiar enough with some of Catch Themes’ past work to know the company has produced some well-designed projects. Plus, I had quickly peeked at the demo.</p>\n\n\n\n<p>My immediate reaction after installing and activating Catch FSE was disappointment. The homepage did not look like the theme’s screenshot or what was <a href=\"https://fse.catchthemes.com/catch-fse/\">shown in the demo</a>. Instead of the business-friendly layout I expected, I gazed upon a standard blog post listing.</p>\n\n\n\n<img />Default homepage blog posts.\n\n\n\n<p>This should not be happening in the block themes era.</p>\n\n\n\n<p>Theme authors are not entirely at fault for this problem. Those who have submitted their designs to WordPress.org have been conditioned over the years to do this. This was a necessity in the classic theme era because users did not have the same control as they do now over their homepages. The site editor gives them that freedom, and it also breaks the shackles that have been holding theme authors back for years.</p>\n\n\n\n<p>Now is the time to be bold. Now is the time for theme authors to put their signature on their work, showcasing their design skills with those custom homepages they have always wanted to provide out of the box. Now is the time to break free of those draconian guidelines from an era that block-based themes are leaving behind.</p>\n\n\n\n<p>Catch Themes, if you are reading this, I want to see a <code>front-page.html</code> template in version 2.0 that outputs the following:</p>\n\n\n\n<img />Homepage design from the Catch FSE demo.\n\n\n\n<p>Give users an immediate solution instead of forcing them to create a new page, select a template, and move into the template editor to customize it.</p>\n\n\n\n<p>A blog post listing is a perfectly acceptable default for a theme, and Catch FSE’s works well enough—<em>those gradient “read more” buttons are also sweet</em>. However, if the screenshot and demo showcase a custom homepage, that is what I expect to see upon activation. And, based on my somewhat educated guess, it is also what the average user will expect.</p>\n\n\n\n<p>After tinkering around with the theme for a while longer, I realized how well-designed it was. The typography made for an enjoyable reading experience. Each template was well laid out. The footer “widgets” even felt right. Catch FSE was suddenly making a beeline toward the top of my favorite themes list this year.</p>\n\n\n\n<p>And, I must take another moment to appreciate the gradient used for buttons in the theme, as shown in this screenshot of the About Us pattern:</p>\n\n\n\n<img />“About Us” block pattern.\n\n\n\n<p>Those who have followed me long enough know that I often dislike dark designs. Automattic’s Livro made me <a href=\"https://wptavern.com/automattics-livro-is-a-minimal-block-theme-for-writers\">rethink my position</a> earlier this year. With Catch FSE, I am moving beyond merely tolerating such designs to enjoying them. <em>Well, some of them. Let’s not get crazy.</em></p>\n\n\n\n<p>What Catch FSE does as well as any theme is offer a well-designed set of block patterns. In total, it ships 15 that users can pick and choose from.</p>\n\n\n\n<img />Inserting a call-to-action pattern in the page editor.\n\n\n\n<p>From a development perspective, other theme authors should take notes. Following the DRY principle, Catch FSE routinely reuses its own patterns in its templates and parts.</p>\n\n\n\n<p>The theme registers 10 block styles, but it is impossible to know what most of them do without trying them out first. The user-facing label simply reads “Theme Style” for eight of them. <em>What does that even mean? If it is <strong>the</strong> theme style, should it not be the default?</em></p>\n\n\n\n<p>Most are generally design variations for the various blocks they are attached to. They might alter the typography, colors, or other styles, as shown in the following screenshot of the Blockquote block with the “Theme Style” assigned to it:</p>\n\n\n\n<img />Assigning a custom style to the Blockquote block.\n\n\n\n<p>That is actually a well-designed Blockquote style, but I would have never known it was something I would want to use if I had not been digging. Custom block styles suffer from a bit of a discoverability problem by default, and cryptic names for them are doing users no favors.</p>\n\n\n\n<p>Most of the issues I had with the theme were around the comments list design. However, it is not yet using the new Comments Query Loop block shipping with WordPress 6.0. In a future release, I would like to see the author put more time into bringing it up to par with the rest of the theme’s design. At the moment, it feels like a feature that was tacked on as an afterthought.</p>\n\n\n\n<p>Catch FSE is a freemium theme with a commercial <a href=\"https://catchthemes.com/fse-pro-plugin/\">add-on plugin</a> that offers three custom blocks and 10 patterns. I like seeing the upsells focused purely on value-adds.</p>\n\n\n\n<p>I have often said that the next generation of freemium themes cannot be like the last. Developers will need to focus on enticing users with solutions to their problems instead of nickel-and-diming customers, locking necessary features behind a paywall. The block system is changing the game, and when most users can flesh out their site designs via the built-in WordPress site editor, the old-school upsells will not cut it.</p>\n\n\n\n<p>Turnkey, plug-n-play solutions are needed. I may be so far off-base that I am not even in the ballpark, but I foresee block patterns being a central part of that. Once commercial theme authors figure out how to market and build with these new tools, we will see an explosion of growth in the block-based themes space.</p>\n\n\n\n<p>Catch Themes’ 10 commercial patterns represent a start, but I imagine the company will need to continue pushing limits to see a worthwhile return on its premium upsell. Now is the time for experimentation while the field is wide open.</p>\n\n\n\n<p><em>My biggest nit-pick?</em> The name.</p>\n\n\n\n<p><strong>Attention all developers:</strong> Can we stop naming themes “Something FSE” and “Guten Something”? It is confusing and makes it tough to remember which project is which. Take some time to come up with something that stands out in the crowd.</p>\n\n\n\n<p>Catch FSE is a bold and beautiful business-ready theme, but it needed a name to match its personality. I only hope folks remember it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2022 03:27:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: WPSiteSync Shuts Down, Commercial Extensions Now Available on GitHub\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134205\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wptavern.com/wpsitesync-shuts-down-commercial-extensions-now-available-on-github\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4898:\"<p><a href=\"https://wpsitesync.com/\">WPSiteSync</a>, a content syncing plugin from the team behind DesktopServer, has discontinued support for its free, core plugin and commercial extensions. The plugin lets users sync specific content, such as posts, pages, featured images, and taxonomies, without having to migrate the entire database. Commercial <a href=\"https://wpsitesync.com/downloads/\">extensions</a> allowed users to sync things like WooCommerce products, Gutenberg blocks, EDD product information, custom post types, Beaver Builder projects, and more.</p>\n\n\n\n<p>It has been nine months since the <a href=\"https://wordpress.org/plugins/wpsitesynccontent/\">WPSiteSync plugin</a> was updated and more than a year since a major release. After six years, the ServerPress team has published a statement explaining their reasons for shutting down:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>After a lot of consideration and discussion, we have concluded that we will no longer be updating WPSiteSync and its Premium Extensions. This was a difficult decision for us to make as we know that many of you rely on it in order to enhance your WordPress Workflow. The decision was made due to the fact that with each extension being dependent on the code of the plugin that it supports, we could not keep up with their changes as we enhanced our library, and frankly, there was not as much demand for it as we had hoped. Additionally, we found that our time supporting WPSiteSync took away from our ability to move our flagship product, DesktopServer, forward.</p></blockquote>\n\n\n\n<p>The ServerPress team plans to integrate some of WPSiteSync’s functionality into its DestopServer product and is making the current iteration of the plugin and all of its commercial extensions <a href=\"https://github.com/ServerPress\">available for free on GitHub</a>. </p>\n\n\n\n<p>PublishPress founder Steve Burge, whose business followed a similar monetization path, commented that WPSiteSync chose “an honorable and honest way to end the commercial life of a WordPress plugin.” He said his company considered a similar set of features “but it seemed as daunting as they describe.” </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">This is an honorable and honest way to end the commercial life of a WordPress plugin: <a href=\"https://t.co/DQ1dKnjvMC\">https://t.co/DQ1dKnjvMC</a><br /><br />(We\'d considered a similar set of features for PublishPress, but it seemed as daunting as they describe)</p>— Steve Burge (@SteveJBurge) <a href=\"https://twitter.com/SteveJBurge/status/1523748197943848962?ref_src=twsrc%5Etfw\">May 9, 2022</a></blockquote>\n</div>\n\n\n\n<p>The free core with commercial extensions business model can work well, but it can also stretch a development team thin if they are also responsible for a flagship product on top of maintaining such a diverse set of extensions. Keeping up with changes in Gutenberg, WooCommerce, Beaver Builder, EDD, and many other fast-moving plugins is an ambitious endeavor. It’s easy to see how the support and maintenance of these extensions could become untenable.</p>\n\n\n\n<p>“Just as an example, the Advanced Custom Fields extension might take X number of hours to code and then they might make one small change in how it writes to the database and then our extension would lose its functionality,” ServerPress Operations Director Marc Benzakein told the Tavern. “This often meant that instead of continually sticking with a production schedule, we would have to change our focus to support the ACF plugin. The more plugins WPSiteSync supported, the more untenable it became and the more man-hours it took to support it.” </p>\n\n\n\n<p>Benzakein also said another reason ServerPress decided not to sell is because they are exploring the idea of approaching it from a more manageable direction, to have WPSiteSync features available as an integration into their other workflow tool. </p>\n\n\n\n<p>WPSiteSync has hovered at approximately 3,000 active installs for the past two years. Putting the plugin and extensions on GitHub gives WPSiteSync and its extensions the opportunity to be forked and supported by a new team with more incentive and resources. Shutting down may be disappointing for current users and customers, but, after so long without updates, it’s better that the software is officially released to the public for a chance at new life.</p>\n\n\n\n<p>Customers who purchased WPSiteSync’s “Premium Bundle” within the last 30 days can request a refund. </p>\n\n\n\n<p>“We will support our current customers as far as we can,” Benzakein said. “By and large the plugin and its extensions still work and the core plugin, which is available on the repo, will likely continue to work for some time as well.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 May 2022 22:15:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Post Status: Celebrate Small Businesses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97393\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://poststatus.com/celebrate-small-businesses/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1128:\"<p class=\"has-drop-cap\">There are 455,000,000+ websites running WordPress. There are a <em>lot</em> of small businesses supporting those sites! Our Post Status community represents a number of those companies and my guess is that most of you receiving our newsletter own or work with small businesses as well.<br /><br />In May we <a href=\"https://www.sba.gov/national-small-business-week\">celebrate small businesses</a> in the United States to honor everyone who is stepping out on that ledge. We can honor them by choosing to shop differently this month, by sending notes of thanks to those who support us, or by sharing our small business story with others. Would you like to share your small business story with us? We would love to add it to our blog this month! (Just comment here, <a href=\"https://poststatus.com/contact\">use our contact form</a>, or reach out on Twitter: <a href=\"https://twitter.com/LindseyMillerWP\">@LindseyMillerWP</a>.)<br /><br />I hope you take some time to recognize and celebrate others who are on this path with us.</p>\n\n\n\n<p class=\"has-text-align-right\"><strong>– Lindsey Miller</strong></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 May 2022 19:45:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Lindsey Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 26 May 2022 12:44:46 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 26 May 2022 12:30:10 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20200914090403\";}','no'),(8529,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8530,'admin_email_lifespan','0','yes'),(8531,'disallowed_keys','','no'),(8532,'comment_previously_approved','1','yes'),(8533,'auto_plugin_theme_update_emails','a:0:{}','no'),(8534,'auto_update_core_dev','enabled','yes'),(8535,'auto_update_core_minor','enabled','yes'),(8536,'auto_update_core_major','unset','yes'),(8537,'wp_force_deactivated_plugins','a:0:{}','yes'),(9354,'_site_transient_timeout_theme_roots','1653571597','no'),(9355,'_site_transient_theme_roots','a:4:{s:11:\"hotelmaster\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(9380,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1653569815;s:7:\"checked\";a:4:{s:11:\"hotelmaster\";s:4:\"3.12\";s:12:\"twentytwenty\";s:3:\"2.0\";s:15:\"twentytwentyone\";s:3:\"1.6\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.0.zip\";s:8:\"requires\";s:3:\"4.7\";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.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.6.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.2.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(9360,'user_count','2','no'),(9336,'_site_transient_timeout_browser_f0f466a59a9efd2032e38b07d3447d1c','1654173883','no'),(9337,'_site_transient_browser_f0f466a59a9efd2032e38b07d3447d1c','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"100.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(9338,'_site_transient_timeout_php_check_6a93f292d9a273c004fc36e1f86d97b3','1654173883','no'),(9339,'_site_transient_php_check_6a93f292d9a273c004fc36e1f86d97b3','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'),(9340,'_transient_timeout_aip_version','1653612283','no'),(9341,'_transient_aip_version','2022.2','no'),(9342,'_site_transient_timeout_community-events-2c30432af8ca04fb28dcd1cfdca8704e','1653612285','no'),(9343,'_site_transient_community-events-2c30432af8ca04fb28dcd1cfdca8704e','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"188.170.87.0\";}s:6:\"events\";a:0:{}}','no'),(9344,'_transient_timeout_feed_126d1ca39d75da07beec8b892738427b','1653612285','no'),(9345,'_transient_feed_126d1ca39d75da07beec8b892738427b','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Блог | WordPress.org Русский\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://ru.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Русский\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 21 May 2022 20:05:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"ru-RU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.1-alpha-53448\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Блог | WordPress.org Русский\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://ru.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Люди WordPress: Мехер Бала\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://ru.wordpress.org/news/2022/05/people-of-wordpress-meher-bala/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 21 May 2022 20:05:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Люди WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:19:\"people-of-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2437\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:594:\"В серии статей «Люди WordPress» мы делимся вдохновляющими историями о том, как WordPress и его глобальное сообщество меняют жизни людей к лучшему. В этом месяце мы рассказываем о разработчике WordPress из Индии и давней участнице проекта, и о том, как он помог ей не только построить карьеру, но и найти единомышленников и свое место в […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:24485:\"\n<p>В серии статей «Люди WordPress» мы делимся вдохновляющими историями о том, как WordPress и его глобальное сообщество меняют жизни людей к лучшему. В этом месяце мы рассказываем о разработчике WordPress из Индии и давней участнице проекта, и о том, как он помог ей не только построить карьеру, но и найти единомышленников и свое место в местном и глобальном сообществе.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg\" alt=\"Мехер на фоне окна с видом на деревья\" /><figcaption>Мехер на фоне окна с видом на деревья</figcaption></figure></div>\n\n\n<p>WordPress дает возможность Мехер Бала, фронтенд-разработчику и одному из активных участников сообщества Индии, делать значимые вещи. Используя эту CMS для разработки веб-сайтов для коммерческих и благотворительных организаций по всему миру и способствуя реализации их стремлений, она преодолела собственные барьеры и открыла способ помогать другим.</p>\n\n\n\n<p>Мехер нашла свое призвание и приобрела новые навыки благодаря WordPress, и теперь вдохновляет других женщин на карьеру в сфере информационных технологий. </p>\n\n\n\n<h2>Открывая двери для карьеры в области технологий</h2>\n\n\n\n<p>В детстве Мехер был поставлен диагноз дислексия (трудности с чтением письменных текстов) и дискалькулия (трудности с пониманием чисел и математических функций). При поддержке родителей и репетитора она смогла преодолеть эти препятствия на пути к получению образования. Тогда она не только нашла методы решения собственных трудностей, но и закалила характер, выработав стойкость и решимость, чтобы справляться с препятствиями, то и дело возникающими на жизненном пути.</p>\n\n\n\n<p>В школе у неё появилась возможность заменить один предмет на изучение компьютера в качестве альтернативы. Это открыло ей мир новых возможностей и путь для будущей карьеры. </p>\n\n\n\n<p>Она начала изучать не только то, что может предложить Интернет, но и то, как он работает, включая новые и увлекательные концепции электронной почты и веб-сайтов. Её отец купил первый в семье настольный компьютер, чтобы она могла заниматься дома.</p>\n\n\n\n<p>Отец Мехер хотел превратить ее любовь к компьютерам в нечто такое, что могло бы сослужить ей хорошую службу в будущем. В 2005 году он записал ее на краткосрочные компьютерные курсы у одного из мировых поставщиков ИТ-услуг. Наставник курса был настолько впечатлен ее успеваемостью, что посоветовал ей записаться на четырехлетний курс.</p>\n\n\n\n<p>Она училась разработке программного обеспечения параллельно с обучением в колледже коммерции. Оглядываясь назад, она отметила, что ей понравился этот вызов — справляться с двойной нагрузкой, и он хорошо подготовил ее к тому, чтобы продолжать изучать программное обеспечение, уже работая разработчиком. За три года она изучила C#, C, C++, HTML, Java и .NET.</p>\n\n\n\n<p>После окончания колледжа она оказалась перед дилеммой выбора между коммерцией и ИТ. Что выбрать? Ей предстояло пройти обязательную годичную технологическую стажировку, и выбор специализации на этот год стал определяющим.</p>\n\n\n\n<p>В 2009 году, в день своего рождения, Мехер предложили пройти стажировку. В первый же день стажировки ее познакомили с WordPress. Ее первоначальным заданием было изменить внешний вид и оформление административной панели WordPress всего за шесть часов. И у нее сразу возникла проблема — она никогда раньше не работала с WordPress!</p>\n\n\n\n<p>«Я уставилась на демонстрационную доску и подумала, что поставленная задача невыполнима и трудно уложиться в срок. Я подумала, что мой руководитель шутит, так как не знала, что может сделать с WordPress разработчик и как он может быть использован. Эта задача открыла мне глаза». </p>\n\n\n\n<p>Мехер использовала свои исследовательские навыки, чтобы узнать больше об использовании WordPress. Она нашла плагин, который помог ей выполнить поставленную задачу. Она уложилась в срок, и это зажгло в ней интерес, который до сих пор только крепнет.</p>\n\n\n\n<h2>Заново открывая WordPress</h2>\n\n\n\n<p>Через пять лет после первого знакомства с WordPress Мехер поручили возглавить международный WordPress проект. Она колебалась — за эти пять лет она отошла от работы с WordPress, но это была отличная возможность возглавить команду и повести ее за собой. </p>\n\n\n\n<p>Она решила обновить свои навыки работы с WordPress, снова полагаясь на силу своих исследовательских способностей и решимость. В процессе работы она также научила свою команду всему, что касается WordPress, вдохновляя многих из них на дальнейшее развитие своих навыков работы с этой CMS.</p>\n\n\n\n<p>Успех этого проекта стал поворотным моментом для Мехер и новым витком карьеры в качестве разработчика, специализирующегося на WordPress.</p>\n\n\n\n<p>Став руководителем команды, Мехер вскоре обнаружила, что не всегда можно сразу получить ответы на все вопросы. Она обнаружила, что поиск в Интернете дает практические решения, но редко объясняет теорию, стоящую за ними.</p>\n\n\n\n<p>Поэтому она отправилась на поиски группы WordPress, которая помогла бы ей расширить объем и глубину собственных знаний.</p>\n\n\n\n<h2>Сообщество и его возможности для обучения разработчиков</h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg\" alt=\"Мехер на WordCamp Nagpur в 2017 году\" /><figcaption>Мехер наслаждается участием в WordCamp Nagpur в 2017 году</figcaption></figure></div>\n\n\n<p>В 2015 году, просматривая Facebook, Мехер наткнулась на рекламу мероприятия под названием WordCamp Mumbai, которое проходило за два дня до этого. Она углубилась в поиск, чтобы узнать, что такое WordCamp, и о людях, стоящих за ним. Она решила присоединиться к группе WordPress Mumbai Meetup.</p>\n\n\n\n<p>Ее первый опыт участия во встрече не был любовью с первого взгляда. Ей показалось, что темы были для продвинутых пользователей, а позднее вечернее время встреч плохо ей подходило.</p>\n\n\n\n<p>Но через несколько месяцев на митапе планировалась тема, которая могла помочь ей решить проблему в одном из ее текущих проектов. Она выкроила время и пришла на встречу, получив ряд ценных советов. Спикер нашел время, чтобы поговорить с отдельными участниками. Когда он подошел к Мехер, она воспользовалась возможностью задать несколько вопросов о проблемах своего проекта.</p>\n\n\n\n<p>После этого она посетила еще несколько митапов и познакомилась с людьми, стоящими за этой группой, как раз когда они заговорили о подготовке WordCamp Mumbai 2016.</p>\n\n\n\n<h2>Путь в WordCamp</h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg\" alt=\"Мехер на фото с табличкой WordCamp Mumbai 2016\" /><figcaption>Мехер открывает для себя WordCamps в Мумбаи в 2016 году</figcaption></figure></div>\n\n\n<p>Мехер проявила интерес к участию в предстоящем WordCamp Mumbai и взяла на себя не очень сложные организационные задачи.</p>\n\n\n\n<p>Сначала она думала, что WordCamp — это формальная конференция с участием около 100 человек. Поэтому в первый день WordCamp Mumbai 2016 она была удивлена, увидев так много энтузиастов WordCamp, присутствующих на конференции и наслаждающихся непринужденной и дружелюбной обстановкой.</p>\n\n\n\n<p>После этого замечательного опыта Мехер посетила еще много встреч, вызываясь волонтером там, где это было необходимо. На последующих конференциях WordCamp она уже брала на себя более сложные и ответственные задачи, постепенно вникая во все нюансы организации конференций. </p>\n\n\n\n<p>В последующие годы на каждом мероприятии она брала на себя новую роль, такую как проверка спикеров и спонсоров, координация волонтеров. Это позволило ей узнать больше о том, что должен делать организатор, начиная с планирования и заканчивая проведением, чтобы WordCamp стал успешным мероприятием.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg\" alt=\"Групповое фото команды WordCamp Mumbai 2017\" /><figcaption>С командой на WordCamp Mumbai в 2017 году</figcaption></figure></div>\n\n\n<p>Мехер благодарна за свой путь в WordPress, которому способствовало мумбайское сообщество. Он был полон прекрасных сюрпризов. </p>\n\n\n\n<p>Когда люди спрашивают, почему она решила профессионально специализироваться на WordPress, Мехер отвечает, что пользователей без технических навыков легко обучить работе с WordPress, и при этом CMS имеет широкие возможности кастомизации. Как разработчик WordPress она удаленно работает в глобальных компаниях над созданием веб-сайтов, и решает разнообразные нестандартные задачи, приобретая новые навыки с каждым проектом.</p>\n\n\n\n<h2>Сообщество делает WordPress особенным</h2>\n\n\n\n<p>Мехер говорит, что одни из ее самых запоминающихся моментов в WordPress связаны с особыми дружескими отношениями, возможностями попробовать что-то новое и участием в развитии сообщества. </p>\n\n\n\n<p>WordPress позволил ей исследовать разные уголки Индии, найти новых друзей на местном и международном уровне, а также поощрять женщин участвовать в митапах и мероприятиях по всей Индии. </p>\n\n\n\n<p>Большой мечтой для Мехер стало стать организатором WordCamp Mumbai и показать другим, чего можно достичь, работая вместе над проектом с открытым исходным кодом. В 2019 году ее мечта сбылась, но и теперь она продолжает участвовать в международных конференциях WordCamp и митапах как организатор и волонтер.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg\" alt=\"Мехер выступает на WordCamp Mumbai 2019\" /><figcaption>Выход на сцену WordCamp Mumbai в 2019 году</figcaption></figure></div>\n\n\n<p>Горя желанием поделиться с другими людьми, особенно женщинами, теми возможностями, которые открывает WordPress, она вложила много времени и усилий в организацию <a href=\"https://wptranslationday.org/\" target=\"_blank\" rel=\"noreferrer noopener\">двух глобальных мероприятий WordPress Translation Day</a> длительностью в месяц, а также мероприятий для участников сообщества в Индии. </p>\n\n\n\n<p>Мехер сказала: «Впервые я познакомилась с переводом на одной из встреч, которая была организована в поддержку WordPress Translation Day. Я поняла, что это еще один способ поддержать местные сообщества и донести до них возможности WordPress, внося свой вклад на языках гуджарати и хинди. Я и представить себе не могла, что через несколько лет стану глобальным организатором самого мероприятия!».</p>\n\n\n\n<p>Стремясь постоянно учиться как разработчик и демонстрировать то, во что она верит — ценность и возможности роста сообщества открытого кода, Мехер уделяет время и энергию Команде маркетинга (Marketing Team), где она является представителем команды, команде обучения (Training Team) и команде разработки ядра (Core Team), внося свой вклад в выпуск релизов. </p>\n\n\n\n<p><a href=\"https://make.wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Все команды WordPress</a></p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>«В начале своего пути разработчика программного обеспечения я всегда думала, что C++ и Java — это единственные навыки, необходимые для успешной карьеры. Когда я начала углубленно изучать WordPress, я поняла потенциал и силу WordPress в веб-разработке.»</p></blockquote>\n\n\n\n<p>Став частью сообщества WordPress, Мехер узнала, что он рассчитан на гораздо большее, чем создание блогов. Она начала изучать его различные возможности, создала свою первую тему и в итоге стала специалистом по фронтенду.</p>\n\n\n\n<p>Сейчас Мехер работает консультантом и фронтенд-разработчиком в международном агентстве, специализирующемся на WordPress. На вопрос, что, по ее мнению, самое лучшее в работе разработчика WordPress, Мехер ответила следующее:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>«Благодаря WordPress у меня есть возможность создавать уникальные нестандартные веб-сайты и работать удаленно в глобальных компаниях по разработке веб-сайтов, которые поощряют вас мыслить нестандартно. Всегда есть возможность совершенствовать свои навыки кодирования и изучать новые техники с каждым релизом».</p></blockquote>\n\n\n\n<p>Она считает, что нет предела тому, как вы можете использовать WordPress и с чем его комбинировать, чтобы находить решения для больших и малых проектов.</p>\n\n\n\n<p>Если вы зарабатываете на жизнь с помощью WordPress, ее совет от чистого сердца: старайтесь внести свой вклад в развитие WordPress.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>«Я уверена, что вы узнаете или научитесь чему-то новому и, безусловно, обретете друзей по всему миру. Нет ничего постыдного в совершении ошибок, ведь на них можно учиться и развивать свои навыки дальше. Вы также можете помогать другим, когда они развивают свои навыки».</p></blockquote>\n\n\n\n<p>Мехер добавила: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>«Не позволяйте вещам, которые кажутся вам трудными, мешать вашему успеху»</p></blockquote>\n\n\n\n<h2>Поделитесь историями</h2>\n\n\n\n<p>Помогите поделиться этой и другими историями о людях, которые вносят свой вклад в развитие проекта с открытым исходным кодом и развивают сообщество WordPress. </p>\n\n\n\n<p>Читайте эту и другие истории серии «<a href=\"https://wordpress.org/news/category/interviews/\" target=\"_blank\" rel=\"noreferrer noopener\">People of WordPress</a>» (на английском) или «<a href=\"https://ru.wordpress.org/news/category/people-of-wordpress/\" target=\"_blank\" rel=\"noreferrer noopener\">Люди WordPress</a>» (на русском).</p>\n\n\n\n<h2>Авторы и редакторы</h2>\n\n\n\n<p>Спасибо Абе Такор (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Ларисе Мурильо (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Мэри Баум (<a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>), Хлое Брингманн (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) и Мэг Филлипс (<a href=\"https://profiles.wordpress.org/megphillips91/\">@megphillips91</a>) за интервью, написание и работу над изображениями для этой статьи. Спасибо Мехер Бала (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>) за то, что поделилась своим опытом, а также Джозефе Хаден Чомфоси (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>) и Тоферу ДеРозиа (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) за поддержку этой серии.<br>Перевод на русский: Ольга Глеклер (<a href=\"https://profiles.wordpress.org/oglekler/\">@oglekler</a>)</p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\" style=\"grid-template-columns:25% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://ru.wordpress.org/files/2021/03/heropress-logo.png\" alt=\"\" class=\"wp-image-2268 size-full\" /></figure><div class=\"wp-block-media-text__content\">\n<p>Эта статья основана на первоначальной публикации HeroPress.com, инициативе, ориентированной на людей в сообществе WordPress, созданной Тофером ДеРозиа <a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>.</p>\n\n\n\n<p>Читайте эту и другие истории серии «<a href=\"https://wordpress.org/news/category/interviews/\">People of WordPress</a>» (на английском) или «<a href=\"https://ru.wordpress.org/news/category/people-of-wordpress/\">Люди WordPress</a>» (на русском).</p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Основные моменты выступления State of the Word 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://ru.wordpress.org/news/2021/12/highlights-from-state-of-the-word-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Dec 2021 13:25:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Новости\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2400\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:733:\"Посмотреть на WordPress.TV с субтитрами на русском языке. 14 декабря 2021 состоялось ежегодное выступление со-основателя WordPress Мэтта Мулленвега. Мероприятие прошло в Нью Йорке с небольшой аудиторией (требовалось подтверждение вакцинации). По словам Мэтта присутствовали как те, «кто добирался самолетом, поездом и на автомобиле», так и те (виртуально), кто наблюдал за живым стримом онлайн, из дома, с […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5962:\"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"612\" height=\"345\" src=\"https://www.youtube.com/embed/OpiH_P9aGhQ?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=ru-RU&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<div class=\"wp-container-2 wp-block-columns\">\n<div class=\"wp-container-1 wp-block-column\" style=\"flex-basis:100%\">\n<p class=\"has-text-align-center\"><a rel=\"noreferrer noopener\" href=\"https://wordpress.tv/2021/12/15/matt-mullenweg-2021-state-of-the-word/\" target=\"_blank\">Посмотреть на WordPress.TV с субтитрами на русском языке</a>.</p>\n</div>\n</div>\n\n\n\n<p>14 декабря 2021 состоялось ежегодное выступление со-основателя WordPress Мэтта Мулленвега. Мероприятие прошло в Нью Йорке с небольшой аудиторией (требовалось подтверждение вакцинации). По словам Мэтта присутствовали как те, «кто добирался самолетом, поездом и на автомобиле», так и те (виртуально), кто наблюдал за живым стримом онлайн, из дома, с работы или с иного места. В одиннадцати странах более 300 зрителей вместе могли наблюдать выступление онлайн в 26 местах подготовленных организаторами.</p>\n\n\n\n<p>Выступление Мэтта явилось значимым событием для сообщества WordPress, также как и первый, спустя длительное время очный <a rel=\"noreferrer noopener\" href=\"https://sevilla.wordcamp.org/2021/\" target=\"_blank\">WordCamp в Севилье</a> (Испания). </p>\n\n\n\n<p>Вы можете <a rel=\"noreferrer noopener\" href=\"https://wordpress.tv/2021/12/15/matt-mullenweg-2021-state-of-the-word/\" target=\"_blank\">посмотреть выступление (с субтитрами на русском языке) на WordPress.TV</a>. </p>\n\n\n\n<p>Как и на выступлениях в предыдущие годы Мэтт Мулленвег затронул широкий ряд тем касательно прошлого, настоящего и будущего WordPress, к примеру основные моменты касались роста числа <a href=\"https://make.wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">участников сообщества</a>, <a rel=\"noreferrer noopener\" href=\"https://ru.wordpress.org/team/handbook/translations/\" target=\"_blank\">переводчиков</a>, ключевых этапов разработки предстоящего выпуска WordPress 5.9, а также образовательной инициативы <a href=\"https://learn.wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Learn WordPress</a>.</p>\n\n\n\n<p>Касательно предстоящего выпуска WordPress были продемонстрированы несколько видеороликов с примерами полного редактирования сайта, паттернами блоков, расширенного управления изображениями, а также глобальными возможностями стилизации. </p>\n\n\n\n<p>Мэтт также напомнил о будущих фазах развития редактора блоков в направлении совместной работы над публикациями и многоязычности, он также упомянул о том, что каждый может внести свой вклад в развитие WordPress различными способами, от создания новых возможностей, до тестирования, обучения других и популяризации WordPress в обществе.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Чем больше людей станут использовать WordPress, тем лучше он от этого станет.</p></blockquote>\n\n\n\n<p>Он также затронул такие темы как развитие глобальной сети в целом (Web3) и приобретение активов (на ряде слайдов в презентации).</p>\n\n\n\n<p>После выступления состоялась одночасовая <a rel=\"noreferrer noopener\" href=\"https://wordpress.tv/2021/12/15/matt-mullenweg-state-of-the-word-2021-qa/\" target=\"_blank\">сессия вопросов и ответов</a>, на которой Мэтт ответил на ряд вопросов, часть из которых были подготовлены заранее, так и поступили из зала или от участников живого стрима.</p>\n\n\n\n<p class=\"has-text-align-center\"><a rel=\"noreferrer noopener\" href=\"https://wordpress.tv/2021/12/15/matt-mullenweg-2021-state-of-the-word/\" target=\"_blank\">Посмотреть на WordPress.TV с субтитрами на русском языке</a>.</p>\n\n\n\n<div class=\"wp-container-3 wp-block-buttons\"></div>\n\n\n\n<p>Вы можете принять участие в обсуждении выступления используя хэш-тег <a rel=\"noreferrer noopener\" href=\"https://twitter.com/hashtag/ILoveWP\" target=\"_blank\">#ILoveWP в Twitter</a>. </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Люди WordPress: Девин Мейстри\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://ru.wordpress.org/news/2021/12/people-of-wordpress-devin-maeztri/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Dec 2021 10:15:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Люди WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:19:\"people-of-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2382\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:688:\"В серии статей «Люди WordPress» мы делимся вдохновляющими историями о том, как WordPress и его глобальное сообщество меняют жизни людей к лучшему. В этом месяце мы рассказываем о переводчице, которая использует WordPress для освещения добрых дел и помогает людям в своем регионе использовать преимущества платформы с открытым исходным кодом. Девин Мейстри обнаружила, что поездка на […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:24211:\"\n<p>В серии статей «Люди WordPress» мы делимся вдохновляющими историями о том, как WordPress и его глобальное сообщество меняют жизни людей к лучшему. В этом месяце мы рассказываем о переводчице, которая использует WordPress для освещения добрых дел и помогает людям в своем регионе использовать преимущества платформы с открытым исходным кодом.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://ru.wordpress.org/files/2021/12/devin-with-her-cat-scaled-1.jpg\"><img loading=\"lazy\" width=\"768\" height=\"1024\" src=\"https://ru.wordpress.org/files/2021/12/devin-with-her-cat-scaled-1-768x1024.jpg\" alt=\"Девин изображена с одной из своих кошек\" class=\"wp-image-2384\" srcset=\"https://ru.wordpress.org/files/2021/12/devin-with-her-cat-scaled-1-768x1024.jpg 768w, https://ru.wordpress.org/files/2021/12/devin-with-her-cat-scaled-1-225x300.jpg 225w, https://ru.wordpress.org/files/2021/12/devin-with-her-cat-scaled-1.jpg 1152w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a><figcaption>Девин изображена с одной из своих кошек</figcaption></figure></div>\n\n\n\n<p>Девин Мейстри обнаружила, что поездка на WordCamp может изменить жизнь. Каждое следующее мероприятие для нее — очередной шаг на пути к открытию для себя сообщества WordPress и его многочисленных возможностей.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Влюбиться в WordPress не так уж сложно, если вы можете испытать его на себе. Для меня это был WordCamp</p></blockquote>\n\n\n\n<p>В 2016 году, не особо размышляя, Девин стала волонтером на WordCamp Denpasar, Бали. Это был ее первый опыт участия в мероприятиях WordPress. </p>\n\n\n\n<p>Здесь она сделала удивительное открытие: «WordCamp объединяет людей, которые вносят вклад в сообщество, не получая прямой выгоды от WordPress».</p>\n\n\n\n<p>С каждым следующим WordCamp все становилось только интересней и Девин поняла, что хочет посещать мероприятия WordPress чаще. Она стала постоянным участником митапов в Убуде и Джакарте, а позже — соорганизатором этих митапов и WordCamp Jakarta в 2017 и 2019 годах. </p>\n\n\n\n<p>Вдохновленная тем, что могут предложить мероприятия WordCamp и как они объединяют людей несмотря на национальные границы, она присоединилась к команде организаторов WordCamp Asia 2020. К сожалению, это оказалось первым крупным мероприятием WordPress, которое было отменено в связи с пандемией COVID-19. </p>\n\n\n\n<p>Девин надеется, что WordCamp Asia состоится в скором будущем. Помимо возможности получить новые знания о WordPress и обмена опытом, которые являются неотъемлемой частью любого WordCamp, она считает, что столько масштабное мероприятие может стать наглядным примером, как WordCamp способствует международному туризму и культурному обмену везде, где проводится.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://ru.wordpress.org/files/2021/12/wcasia_2020_organizers_in_wceu_2019.jpeg\"><img loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://ru.wordpress.org/files/2021/12/wcasia_2020_organizers_in_wceu_2019.jpeg\" alt=\"Девин на фото с другими организаторами WordCamp Asia на WordCamp Europe в 2019 году\" class=\"wp-image-2386\" srcset=\"https://ru.wordpress.org/files/2021/12/wcasia_2020_organizers_in_wceu_2019.jpeg 1024w, https://ru.wordpress.org/files/2021/12/wcasia_2020_organizers_in_wceu_2019-300x300.jpeg 300w, https://ru.wordpress.org/files/2021/12/wcasia_2020_organizers_in_wceu_2019-150x150.jpeg 150w, https://ru.wordpress.org/files/2021/12/wcasia_2020_organizers_in_wceu_2019-768x768.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a><figcaption>Организаторы WordCamp Asia 2020 на WordCamp Europe 2019. Девин — вторая слева в первом ряду. Фото: Аба Такор</figcaption></figure></div>\n\n\n\n<h2 id=\"wordpress-как-платформа-для-развития-местного-бизнеса\">WordPress как платформа для развития местного бизнеса</h2>\n\n\n\n<p>После посещения нескольких мероприятий у Девин возникли вопросы: «На WordCamps и Meetups вы слышите истории о том, как WordPress обогащает интернет. Как он меняет жизнь многих людей, как помогает мечтам сбываться. Это заставило меня задуматься: если WordPress настолько мощный инструмент, почему в Индонезии ни так много людей имеющих веб сайты и не так много использует WordPress? Почему ни так много талантливых индонезийских пользователей, разработчиков WordPress, дизайнеров и владельцев бизнеса принимают участие в проектах WordPress.org? Языковой барьер для меня стал главным ответом».</p>\n\n\n\n<p>Девин нашла решение — сделать WordPress доступным на основном местном языке. Она говорит: «Я считаю, что чем больше контента будет переведено на индонезийский язык, тем больше индонезийских пользователей WordPress увидят, что WordPress — это не просто платформа для ведения блогов или система управления контентом. Они поймут, что это огромное сообщество программного обеспечения открытым исходным кодом, которое работает сообща, чтобы сделать Интернет лучше. Чем больше плагинов и тем будет переведено, тем легче будет работа разработчиков и дизайнеров. Чем больше людей увидят, как WordPress может улучшить их жизнь, тем лучше станет экосистема для владельцев бизнеса».</p>\n\n\n\n<h2 id=\"вдохновление-собственным-примером\">Вдохновление собственным примером</h2>\n\n\n\n<p>Поговорив с другими людьми о том, как WordPress может быть более полезным в Индонезии, Девин почувствовала, что должна взять на себя личное обязательство возродить проект Polyglots в Индонезии. С помощью еще одного добровольного помощника и благодаря продвижению проекта местная команда «Полиглотов» стала больше, и интерес к переводу WordPress вырос. Она также взяла на себя обязанности главного редактора переводов (GTE) для индонезийского языка.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://ru.wordpress.org/files/2021/12/featured-img-used-for-devin-pow2.jpg\"><img loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://ru.wordpress.org/files/2021/12/featured-img-used-for-devin-pow2-1024x515.jpg\" alt=\"Девин Мейстри — номинант WordPress Polyglosts Особая признательность\" class=\"wp-image-2388\" srcset=\"https://ru.wordpress.org/files/2021/12/featured-img-used-for-devin-pow2-1024x515.jpg 1024w, https://ru.wordpress.org/files/2021/12/featured-img-used-for-devin-pow2-300x151.jpg 300w, https://ru.wordpress.org/files/2021/12/featured-img-used-for-devin-pow2-768x386.jpg 768w, https://ru.wordpress.org/files/2021/12/featured-img-used-for-devin-pow2.jpg 1247w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<p>Благодаря усилиям Девин и других редакторов переводов Индонезия приняла участие в WordPress Translation Day в 2020 году, а в 2021 году проводила спринты и обучающие сессии в течение всех 30 дней мероприятия.</p>\n\n\n\n<p>Ее энтузиазм и преданность делу помощи другим в переводе WordPress на местном уровне и по продвижению глобального сообщества были отмечены в номинации WordPress Polyglosts «Особая признательность» в 2021 году.</p>\n\n\n\n<h2 id=\"диверсификация-сообщества\">Диверсификация сообщества</h2>\n\n\n\n<p>Занимаясь переводами, Девин заметила, что в сообществе WordPress в Индонезии не так много женщин. Часто она оказывалась единственной женщиной на каком-либо мероприятии.</p>\n\n\n\n<p>Поэтому вместе с несколькими членами сообщества она основала местное сообщество Perempuan WordPress. Эта группа открыта для всех желающих, но приоритет отдается женщинам в качестве докладчиков на мероприятиях.</p>\n\n\n\n<p>Девин пошла дальше и поддержала работу группы по диверсификации спикеров (Diversity Speaker Training group) в Команде сообщества (Community Team), переводя материалы и продвигая инициативы группы в Индонезии. Она стремится поощрять других к участию в этой инициативе, которая помогает увеличить разнообразие докладчиков на митапах и WordCamp.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://ru.wordpress.org/files/2021/12/devin-at-wc-jakarta2019.png\"><img loading=\"lazy\" width=\"600\" height=\"534\" src=\"https://ru.wordpress.org/files/2021/12/devin-at-wc-jakarta2019.png\" alt=\"Девин — организатор WordCamp Jakarta 2019\" class=\"wp-image-2389\" srcset=\"https://ru.wordpress.org/files/2021/12/devin-at-wc-jakarta2019.png 600w, https://ru.wordpress.org/files/2021/12/devin-at-wc-jakarta2019-300x267.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a><figcaption>Девин — организатор WordCamp Jakarta 2019</figcaption></figure></div>\n\n\n\n<p>В своей профессиональной деятельности Девин выступает за WordPress как инструмент для людей с самыми разными навыками. Она не пишет код, но широко использует платформу для своих проектов. В 2014 году она зарегистрировала бесплатный аккаунт на WordPress.com, чтобы сохранять и делиться заметками о том, что она видела или о чем думала, когда ехала на работу в общественном транспорте. Этот сайт не превратился в блог, но познакомил ее с широкими возможностями платформы.</p>\n\n\n\n<h2 id=\"wordpress-для-поддержки-талантов-и-развития-инициатив\">WordPress для поддержки талантов и развития инициатив</h2>\n\n\n\n<p>Имея опыт работы в экологическом активизме, Девин принимала участие в международном развитии организаций, занимаясь всем от политики до конкретных кампаний. </p>\n\n\n\n<p>Она работала с политиками и организовывала конференции и встречи. Это означало — много писать, переводить и работать с людьми на местах, на которых влияла политика. «Моя работа на местах обычно включала в себя исследования, организацию общественных движений и расширение прав и возможностей сообщества», — отметила она.</p>\n\n\n\n<p>Опыт проведения мероприятий вдохновил Девин на участие в митапах и WordCamp, делиться с другими своей энергией, чтобы задумано реализовывалось. Как и в своей профессиональной деятельности, она почувствовала, что WordPress — это возможность работать и делиться с людьми тем, что может изменить чью-то жизнь к лучшему.</p>\n\n\n\n<p>«Для меня все идет от сердца. Я делаю то, к чему испытываю сильные чувства. То, что зовет меня, и то, что у меня хорошо получается, но при этом дает мне возможность учиться и становиться лучше. WordPress может быть идеальным местом для этого».</p>\n\n\n\n<p>Во время между сменой работы, Девин предложили стать волонтером на WordCamp Denpasar 2016. С некоторой помощью она создала себе онлайн-резюме (CV), научилась управлять сайтом на WordPress, ориентироваться в wp-admin и делать контент привлекательным для потенциальных работодателей. </p>\n\n\n\n<p>В результате она получила работу в качестве организатора кампании по продвижению онлайн и оффлайн. Эта кампания была детищем группы университетских друзей в Америке, которым собрались выйти на мировой уровень, и в ней использовался WordPress. </p>\n\n\n\n<p>Девин работала вместе со специалистом по продвижению и помогала формировать содержимое, призывы к действию (CTA) и пользовательский опыт (UX). Ей также пришлось работать с бэкендом для внесения корректировок. Поскольку компания была глобальной, все материалы разрабатывались на английском и Девин плотно работала с переводчиками и контролировала их работу.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://ru.wordpress.org/files/2021/12/cat-watching-translation-scaled-1.jpg\"><img loading=\"lazy\" width=\"1024\" height=\"768\" src=\"https://ru.wordpress.org/files/2021/12/cat-watching-translation-scaled-1.jpg\" alt=\"Одна из кошек Девин наблюдает за онлайн-трансляцией событий WPTranslationDay 2021.\" class=\"wp-image-2391\" srcset=\"https://ru.wordpress.org/files/2021/12/cat-watching-translation-scaled-1.jpg 1024w, https://ru.wordpress.org/files/2021/12/cat-watching-translation-scaled-1-300x225.jpg 300w, https://ru.wordpress.org/files/2021/12/cat-watching-translation-scaled-1-768x576.jpg 768w, https://ru.wordpress.org/files/2021/12/cat-watching-translation-scaled-1-440x330.jpg 440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a><figcaption>Кошка Девин стала постоянной участницей публикаций в социальных сетях о #WPTranslationDay 2021</figcaption></figure></div>\n\n\n\n<p>В конце 2018 года она оставила свою работу в качестве организатора кампаний, чтобы сосредоточиться на фриланс проектах и проводить больше времени, внося свой вклад в сообщество WordPress. Она также выступила с инициативой помощи уличным кошкам в Джакарте. </p>\n\n\n\n<p>Девин сказала: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Итак, я занята тем, что помогаю этим кошкам, а также учусь собирать средства с помощью веб-сайта. Я учусь использовать онлайн-формы, настраивать платежные системы, работать над SEO и делать другие новые вещи, которые мне необходимо изучить для развития моей инициативы. У меня есть привилегия учиться непосредственно у личного гуру. Того самого человека, который убедил меня стать волонтером на WordCamp Denpasar, и за которого я вышла замуж в 2018 году.</p></blockquote>\n\n\n\n<h2 id=\"wordpress-дает-возможность-учиться-всем\">WordPress дает возможность учиться всем</h2>\n\n\n\n<p>Девин нравится участие в жизни сообщества WordPress, поэтому она с удовольствием снялась для серии видеороликов, завершивших мероприятия в рамках Translation Day 2021.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-вставить-обработчик wp-block-embed-вставить-обработчик\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"612\" height=\"345\" src=\"https://www.youtube.com/embed/VsiQzdmAz8g?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=ru-RU&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>В этом коротком ролике Девин рассказывает о переводах (открывается в новой вкладке на YouTube).</p>\n\n\n\n<p>Она также активно участвует в работе других команд Сообщества WordPress и решила стать представителем команды Сообщества (Community Team Deputy), чтобы поддерживать встречи в новых городах Индонезии и, возможно, будущие мероприятия WordCamp. </p>\n\n\n\n<p>Она говорит: «Мне нравится в WordPress то, что он очень гостеприимен и открыт для таких людей, как я, которые совсем не пишут код. В то же время, он открывает мне новый взгляд на мир».</p>\n\n\n\n<p>Девин верит в силу WordPress, которая дает «каждому шанс научиться новому» и позволяет ей вносить свой вклад и делиться своими знаниями и опытом. «Внося свой вклад, я надеюсь изменить чью-то жизнь к лучшему. Я надеюсь, что они почувствуют пользу от использования WordPress и захотят внести свой вклад, чтобы создать более здоровое сообщество WordPress».</p>\n\n\n\n<h2 id=\"авторы-и-редакторы\">Авторы и редакторы</h2>\n\n\n\n<p>Спасибо Абе Такор (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) и Мери Баум (<a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>) за проведение интервью и написание данной статьи, и Девин Мейстри (<a href=\"https://profiles.wordpress.org/devinmaeztri/\">@devinmaeztri</a>) за то, что поделилась своей историей. Спасибо Мехер Бала (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>) за работу над фотографиями и Хлое Брингманн (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) и Коллис Кларк (<a href=\"https://profiles.wordpress.org/callye/\">@callye</a>) за редактуру. </p>\n\n\n\n<p>Спасибо Джозефе Хайден (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>) и Тоферу ДеРозиа (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) за поддержку данной серии.<br>Перевод на русский: Ольга Глеклер (<a href=\"https://profiles.wordpress.org/oglekler/\">@oglekler</a>)</p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\" style=\"grid-template-columns:25% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://ru.wordpress.org/files/2021/03/heropress-logo.png\" alt=\"\" class=\"wp-image-2268 size-full\" /></figure><div class=\"wp-block-media-text__content\">\n<p>Эта статья основана на первоначальной публикации HeroPress.com, инициативе, ориентированной на людей в сообществе WordPress, созданной Тофером ДеРозиа <a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>.</p>\n\n\n\n<p>Читайте эту и другие истории серии «<a href=\"https://wordpress.org/news/category/interviews/\">People of WordPress</a>» (на английском) или «<a href=\"https://ru.wordpress.org/news/category/people-of-wordpress/\">Люди WordPress</a>» (на русском).</p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"Ежегодный опрос пользователей и участников разработки WordPress 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://ru.wordpress.org/news/2021/11/2021-annual-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Nov 2021 09:16:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:14:\"Новости\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:25:\"Общие вопросы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2373\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:715:\"Каждый год сообщество WordPress проводит ежегодный опрос для пользователей и участников сообщества. Ключевые выводы и тенденции, выявляемые в результате этого опроса, часто отражаются в ежегодном обращении State of the Word, публикуются в общедоступных блогах проекта и могут влиять на направление и стратегию проекта WordPress. Проще говоря: этот опрос помогает тем, кто создает WordPress, больше узнать […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5922:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" width=\"768\" height=\"342\" src=\"https://ru.wordpress.org/files/2019/11/image-12-1.png\" alt=\"\" class=\"wp-image-2145 size-full\" srcset=\"https://ru.wordpress.org/files/2019/11/image-12-1.png 768w, https://ru.wordpress.org/files/2019/11/image-12-1-300x134.png 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure><div class=\"wp-block-media-text__content\">\n<p style=\"font-size:18px\">Каждый год сообщество WordPress проводит ежегодный опрос для пользователей и участников сообщества. </p>\n</div></div>\n\n\n\n<p>Ключевые выводы и тенденции, выявляемые в результате этого опроса, часто отражаются в ежегодном обращении <a href=\"https://wordpress.tv/tag/state-of-the-word/\" target=\"_blank\" rel=\"noreferrer noopener\">State of the Word</a>, публикуются в общедоступных блогах проекта и могут влиять на направление и стратегию проекта WordPress.</p>\n\n\n\n<p>Проще говоря: этот опрос помогает тем, кто создает WordPress, больше узнать о том, как и кем используется программное обеспечение. Опрос также помогает руководителям проектов с открытым исходным кодом WordPress больше узнать об опыте наших участников.</p>\n\n\n\n<p>В этом году мы также предлагаем пройти вам этот опрос</p>\n\n\n\n<div class=\"wp-container-4 wp-block-buttons\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-russian\" target=\"_blank\" rel=\"noreferrer noopener\">На русском</a></div>\n\n\n\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-english\" target=\"_blank\" rel=\"noreferrer noopener\">On english</a></div>\n</div>\n\n\n\n<p>как и в прошлом году, предлагаются и другие языки — <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-french\">французский</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-german\">немецкий</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-spanish\">испанский</a> и <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-japanese\">японский</a>. Это пять наиболее используемых языков, помимо английского, основываясь на количестве загрузок программного обеспечения WordPress. Возможно в 2022 году будут добавлены и другие.</p>\n\n\n\n<p>Сбор данных осуществляется в полном соответствии с <a rel=\"noreferrer noopener\" href=\"https://ru.wordpress.org/about/privacy/\" target=\"_blank\">политикой конфиденциальности WordPress.org</a>: все данные будут анонимизированы и не будут ассоциироваться с IP-адресами и адресами e-mail.</p>\n\n\n\n<p>Опрос открыт до конца 2021 года, его результаты будут опубликованы позже в блоге WordPress.org. В следующем году у опроса будет новый формат, который позволит наиболее эффективно использовать потраченное на него ваше время.</p>\n\n\n\n<h2 id=\"результаты-опроса-2020-г\">Результаты опроса 2020 г.</h2>\n\n\n\n<p>В опросе 2020 года было собрано более 17000 ответов, что представляет собой самый высокий объем за четыре года и в три раза больше, чем в предыдущем году. В первый год опроса (2015) было собрано более 50 000 ответов. Учитывая охват и распространение WordPress, мы еще не достигли значительного числа участников. Принимая участие в опросе 2021 года, подумайте о том, чтобы поделиться ссылкой в социальных сетях с коллегами и друзьями, которые используют WordPress. Получение отзывов от большего числа людей, пользующихся WordPress, укрепит наш проект.</p>\n\n\n\n<div class=\"wp-container-5 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/files/2021/11/WordPress.org-2020-Annual-Survey.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">PDF-файл с результатами опроса 2020г.</a></div>\n</div>\n\n\n\n<p>Результаты опроса 2020 года показывают, что пандемия оказала серьезное влияние на то, как мы работаем как сообщество. Из-за небольшого количества очных мероприятий многим членам сообщества по-прежнему сложно сбалансировать вклад сообщества со своими личными и профессиональными обязательствами.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Люди WordPress: Йордан Суарес\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://ru.wordpress.org/news/2021/10/people-of-wordpress-yordan-soares/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Oct 2021 15:49:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Люди WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:19:\"people-of-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2362\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:804:\"WordPress — программное обеспечение с открытым исходным кодом, поддерживаемое волонтерами. В серии «Люди WordPress» мы рассказываем, как WordPress меняет жизни людей к лучшему.В Международный день переводчика и заключительный день празднования Переводов WordPress 2021, мы представляем историю человека, оказавшего большое влияние на команду переводчиков (Polyglots) WordPress. За пределами программного обеспечения, знакомство с сообществом WordPress Открыв для […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:19502:\"\n<p>WordPress — программное обеспечение с открытым исходным кодом, поддерживаемое волонтерами. В серии «Люди WordPress» мы рассказываем, как WordPress меняет жизни людей к лучшему.<br>В Международный день переводчика и заключительный день <a href=\"https://wptranslationday.org/\">празднования Переводов WordPress 2021</a>, мы представляем историю человека, оказавшего большое влияние на<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/polyglots/\" target=\"_blank\"> команду переводчиков (Polyglots) WordPress</a>.</p>\n\n\n\n<h2>За пределами программного обеспечения, знакомство с сообществом WordPress</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://ru.wordpress.org/files/2021/10/yordan-min-300x300@2x.jpg\"><img loading=\"lazy\" width=\"600\" height=\"600\" src=\"https://ru.wordpress.org/files/2021/10/yordan-min-300x300@2x.jpg\" alt=\"\" class=\"wp-image-2364\" srcset=\"https://ru.wordpress.org/files/2021/10/yordan-min-300x300@2x.jpg 600w, https://ru.wordpress.org/files/2021/10/yordan-min-300x300@2x-300x300.jpg 300w, https://ru.wordpress.org/files/2021/10/yordan-min-300x300@2x-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></figure></div>\n\n\n\n<p>Открыв для себя WordPress, Йордан Суарес из Венесуэлы (Южная Америка) нашел друзей, сообщество и новые возможности. Он и представить себе не мог, что за разработкой WordPress стоит огромное международное движение единомышленников.</p>\n\n\n\n<p>Йордан вспоминает: «Когда я начал пользоваться WordPress, я понятия не имел о том, что стоит за этим программным обеспечением или выходит за его пределы. Я знал, что есть кто-то, кто заставляет все это работать, но я даже отдаленно не мог представить, всех тех людей, которые делают WordPress не просто инструментом для разработки веб-сайтов, а целым движением, которые объединяются, чтобы делиться, создавать и изменять мир к лучшему»</p>\n\n\n\n<h2>Превратите хобби в работу</h2>\n\n\n\n<p>По началу Йордан работал в технической поддержке и прокладывал компьютерные сети для малого и среднего бизнеса. В 2005 году веб-разработка и программирование были для него просто хобби, но когда он познакомился с CSS и его динамическими возможностями, то открыл для себя совершенно новый карьерный путь.</p>\n\n\n\n<p>В 2010 году благодаря другу Йордан познакомился с WordPress и для него открылось будущее, которое он и представить себе не мог. Он перестал использовать какие-либо другие системы управления контентом (CMS) и сосредоточился на изучении возможностей WordPress.</p>\n\n\n\n<p>Три года спустя, в 2013 году, Йордан с несколькими друзьями основал рекламное агентство. Они ни только снимали рекламные ролики для местных радио- и телеканалов, но и с помощью WordPress создали более 15 веб-сайтов для компаний, которые ранее недооценивали важность присутствия в Интернете.</p>\n\n\n\n<p>Йордан комментирует: «Мы работали почти четыре года, пока в конце 2017 года экономический кризис в Венесуэле не стал настолько остро, что мы решили закрыть агентство, перестав получать прибыль. Подводя итоги того периода, я думаю, что мы изменили взгляд предпринимателей на интернет-бизнес в городе».</p>\n\n\n\n<h2>Работа фрилансером полный рабочий день</h2>\n\n\n\n<p>Год спустя, в 2018 году, Йордан целиком посвятил себя работе веб-разработчика на фрилансе. Его первыми клиентами стали агентства и друзья, эмигрировавшие в другие страны. Позже он начал работать на фриланс-биржах.</p>\n\n\n\n<p>В то время быть фрилансером в Венесуэле было довольно сложной задачей. Первостепенной трудностью было получение справедливого вознаграждения. Но помимо этого ухудшающиеся условия в стране с постоянными отключениями электричества и Интернета усложняли ситуацию.</p>\n\n\n\n<p>Тогда Йордан жил в Гуаренасе, где ситуация была относительно лучше чем в других городах, и ему удалось найти достаточно стабильное электроснабжение и адекватную скоростью Интернета, достаточные для работы над проектами.</p>\n\n\n\n<h2>Знакомство с сообществом WordPress</h2>\n\n\n\n<p>«Конечно, если бы я не познакомился с сообществом, я бы продолжал работать самостоятельно, как волк-одиночка, выполняя обычную работу по решению проблем для случайных клиентов, чтобы оплачивать собственные счета», — признается Йордан.</p>\n\n\n\n<p>Живя в Гуаренасе, Йордан почувствовал стабильность в работе, нашел новых друзей и знакомых. Он начал искать ко-воркинг или местные IT-группы, и именно тогда познакомился с сообществом WordPress в Каракасе.</p>\n\n\n\n<p>Не раздумывая он зарегистрировался на оффлайн встречу. Как только мероприятие завершилось, он подошел поговорить с одним из организаторов и предложил свою помощь. Йордан загорелся желанием помочь в разработке рекламных материалов, управлении социальными сетями и организации мероприятий.</p>\n\n\n\n<p>Благодаря последующим мероприятиям он познакомился с людьми, живущими в соседних городах.</p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\" style=\"grid-template-columns:27% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" width=\"240\" height=\"600\" src=\"https://ru.wordpress.org/files/2021/10/WP_Guarenas-Guatire-120x300-1.png\" alt=\"\" class=\"wp-image-2366 size-full\" srcset=\"https://ru.wordpress.org/files/2021/10/WP_Guarenas-Guatire-120x300-1.png 240w, https://ru.wordpress.org/files/2021/10/WP_Guarenas-Guatire-120x300-1-120x300.png 120w\" sizes=\"(max-width: 240px) 100vw, 240px\" /></figure><div class=\"wp-block-media-text__content\">\n<p>Несколькими месяцами позже, вместе с другими пользователями WordPress в своем регионе, возникла идея создать новый митап Гуаренас-Гуатире и в декабре 2019 года они подали заявку на рассмотрение команды сообщества WordPress.</p>\n\n\n\n<p>После получения необходимых разрешений команда Гуаренас-Гуатире приступила к планированию будущих встреч.</p>\n\n\n\n<p>В течение первого квартала 2020 года, Йордан и его коллеги организовали пять офлайн встреч, но из-за начавшейся пандемии и вынужденной изоляции личные встречи пришлось прекратить. Однако сообщество Гуаренас-Гуатире искало возможности продолжить общение и при поддержке спонсоров начало проводить онлайн-мероприятия под названием «WordPress a la medianoche» (WordPress в полночь).</p>\n\n\n\n<p>Формат этих мероприятий был вдохновлен Алексисом Арналом, который предложил встретиться в полночь, чтобы максимально использовать скорость интернета, которая обычно несколько улучшается в это время.</p>\n</div></div>\n\n\n\n<p>На момент написания статьи Йордан и его команда организовали уже 16 мероприятий «WordPress a la medianoche», каждое из которых посетили до 50 человек. Эти впечатляющие результаты для сравнительно молодого митапа позволили поддерживать обмен информацией в это трудное время.</p>\n\n\n\n<p>Один из плюсов онлайн-мероприятий — это возможность приглашать людей из других стран и проводить встречи в партнерстве с другими митапами. Примером может служить специальное мероприятие по переводу с Хавьером Эстебаном, членом группы переводчиков из Испании. Во встрече также с радостью приняли участие переводчики из Мексики, Коста-Рики, Перу и Колумбии.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://ru.wordpress.org/files/2021/10/wp-translation-2020.jpg\"><img loading=\"lazy\" width=\"1024\" height=\"390\" src=\"https://ru.wordpress.org/files/2021/10/wp-translation-2020.jpg\" alt=\"\" class=\"wp-image-2367\" srcset=\"https://ru.wordpress.org/files/2021/10/wp-translation-2020.jpg 1024w, https://ru.wordpress.org/files/2021/10/wp-translation-2020-300x114.jpg 300w, https://ru.wordpress.org/files/2021/10/wp-translation-2020-768x293.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a><figcaption>Йордан (на фото внизу слева) выступает на мероприятиях WordPress Translation Day 2020</figcaption></figure></div>\n\n\n\n<h2>Укрепленный сообществом</h2>\n\n\n\n<p>Йордан уверен, что продолжил бы работать самостоятельно, даже если бы не познакомился с сообществом WordPress.</p>\n\n\n\n<p>Он говорит: «К счастью, это было не так, и я смог получить много трансформирующего опыта, открывшего мне значение слов «сообщество» и «волонтерство»».</p>\n\n\n\n<p>Йордан почувствовал поддержку сообщества, и это побудило его участвовать во многих других мероприятиях в новых для себя качествах, включая роль управляющего локалью <a href=\"https://translate.wordpress.org/locale/es-ve/\">Венесуэло-испанской локали</a>, модератора <a href=\"https://make.wordpress.org/tv/\">WordPress.tv</a> и участника <a href=\"https://make.wordpress.org/support/\">Форума поддержки</a>, помогая людям с техническими проблемами. Он также разработал бесплатные плагины для официального каталога WordPress и <a href=\"https://wordpress.tv/speakers/yordan-soares/\">выступил на различных мероприятии</a>, включая <a href=\"https://spain.wordcamp.org/2020/session/actualizaciones-automaticas-para-tus-plugins-y-temas-personalizados/\">WordCamp Spain 2020</a>.</p>\n\n\n\n<p>«Все это имеет эффект бумеранга», — объясняет Йордан. Этот опыт помог ему вырасти в личном и профессиональном плане, получая удовольствие от своего вклада в экосистему WordPress. Йордану нравится помогать людям, когда они в этом нуждаются, и он считает это двусторонним процессом обучения.</p>\n\n\n\n<p>«Сначала, когда я рассказывал своей семье и друзьям о сообществе и о работе, которую я делал, они спрашивали меня:«Что ты получаешь взамен?» Возможно, они ожидали, что я скажу им определенную сумму, но ответ более сложный», — объясняет Йордан, — «Приятно знать, что вы помогли улучшить экосистему WordPress, средство, который вы используете, в работе и которое позволяет вам себя обеспечить».</p>\n\n\n\n<p>На своем пути Йордан встретил много замечательных людей с общими интересами и ценностями, и самое приятное то, что многие из этих людей теперь его друзья, деловые партнеры или клиенты.</p>\n\n\n\n<p>В то же время он приобрел новые навыки и опыт, которые придали ему уверенности в трудных жизненных ситуациях.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://ru.wordpress.org/files/2021/10/special-acknowledgement-yordansoares.png\"><img loading=\"lazy\" width=\"1024\" height=\"538\" src=\"https://ru.wordpress.org/files/2021/10/special-acknowledgement-yordansoares.png\" alt=\"\" class=\"wp-image-2368\" srcset=\"https://ru.wordpress.org/files/2021/10/special-acknowledgement-yordansoares.png 1024w, https://ru.wordpress.org/files/2021/10/special-acknowledgement-yordansoares-300x158.png 300w, https://ru.wordpress.org/files/2021/10/special-acknowledgement-yordansoares-768x404.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure></div>\n\n\n\n<p>В рамках <a href=\"https://wordpress.org/news/2021/09/join-us-for-wordpress-translation-day-global-events-in-september-2021/\">празднования Дня переводов WordPress 2021</a> года Йордан был номинирован за его вклад в работу команды переводчиков (полиглотов) WordPress. Полный список номинаций и рассказы о номинантах будут опубликованы в октябре и ноябре 2021 на сайте <a href=\"https://wptranslationday.org/\">WordPress Translation Day</a>. Ознакомьтесь с заключительными мероприятиями <a href=\"https://make.wordpress.org/polyglots/2021/09/30/30-days-of-translation-celebration/\">Международного дня переводчиков</a>.</p>\n\n\n\n<h2>Авторы и редакторы</h2>\n\n\n\n<p>Спасибо Абе Такор (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Ларисе Мурильо (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Майде Батул (<a href=\"https://profiles.wordpress.org/maedahbatool/\">@maedahbatool</a>), Хлое Брингманн (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) и Налини Такор (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">@nalininonstopnewsuk</a>) за работу над этой публикацией. Спасибо Йордану Суаресу (<a href=\"https://profiles.wordpress.org/yordansoares/\">@yordansoares</a>) за то, что он поделился своей историей, а также Джозефе Хаден (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>) и Тоферу ДеРозиа (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) за поддержку серии. Логотип WordPress Guarenas-Guatire на этой странице был разработан <a href=\"https://profiles.wordpress.org/bragnieljimenez/\">Брагьелем Хименесом</a>.<br>Перевод на русский: Ольга Глеклер (<a href=\"https://profiles.wordpress.org/oglekler/\">@oglekler</a>)</p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\" style=\"grid-template-columns:25% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://ru.wordpress.org/files/2021/03/heropress-logo.png\" alt=\"\" class=\"wp-image-2268 size-full\" /></figure><div class=\"wp-block-media-text__content\">\n<p>Эта статья основана на первоначальной публикации HeroPress.com, инициативе, ориентированной на людей в сообществе WordPress, созданной Тофером ДеРозиа <a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>.</p>\n\n\n\n<p>Читайте эту и другие истории серии «<a href=\"https://wordpress.org/news/category/interviews/\">People of WordPress</a>» (на английском) или «<a href=\"https://ru.wordpress.org/news/category/people-of-wordpress/\">Люди WordPress</a>» (на русском).</p>\n</div></div>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:79:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WordPress Translation Day 2021 — Переводим WordPress вместе!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"https://ru.wordpress.org/news/2021/09/wordpress-translation-day-2021-%d0%bf%d0%b5%d1%80%d0%b5%d0%b2%d0%be%d0%b4%d0%b8%d0%bc-wordpress-%d0%b2%d0%bc%d0%b5%d1%81%d1%82%d0%b5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://ru.wordpress.org/news/2021/09/wordpress-translation-day-2021-%d0%bf%d0%b5%d1%80%d0%b5%d0%b2%d0%be%d0%b4%d0%b8%d0%bc-wordpress-%d0%b2%d0%bc%d0%b5%d1%81%d1%82%d0%b5/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Sep 2021 07:17:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:14:\"Новости\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:25:\"Общие вопросы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WPTD\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2355\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:653:\"11 сентября 2021 в 12:00 по Москве на YouTube пройдет, ставший уже традиционным, стрим c Денисом Янчевским по переводу плагинов и тем для WordPress на русский язык. Планируемая продолжительность мероприятия — 3 часа. Присоединиться к стриму Перевод — отличный шанс внести свой вклад в развитие WordPress. Для участия не обязательно быть разработчиком и безупречно знать […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Denis Yanchevskiy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5902:\"\n<figure class=\"wp-block-image size-large\"><a href=\"https://ru.wordpress.org/files/2021/09/wptd2021-logo-hashtag-onwhite.jpg\"><img loading=\"lazy\" width=\"1024\" height=\"640\" src=\"https://ru.wordpress.org/files/2021/09/wptd2021-logo-hashtag-onwhite-1024x640.jpg\" alt=\"\" class=\"wp-image-2356\" srcset=\"https://ru.wordpress.org/files/2021/09/wptd2021-logo-hashtag-onwhite-1024x640.jpg 1024w, https://ru.wordpress.org/files/2021/09/wptd2021-logo-hashtag-onwhite-300x188.jpg 300w, https://ru.wordpress.org/files/2021/09/wptd2021-logo-hashtag-onwhite-768x480.jpg 768w, https://ru.wordpress.org/files/2021/09/wptd2021-logo-hashtag-onwhite.jpg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<p>11 сентября 2021 в 12:00 по Москве на YouTube пройдет, ставший уже традиционным, стрим c <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/denisco/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/denisco/\" target=\"_blank\">Денисом Янчевским</a> по переводу плагинов и тем для WordPress на русский язык. Планируемая продолжительность мероприятия — 3 часа.</p>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=tcg2bzFIX30\" data-type=\"URL\" data-id=\"https://www.youtube.com/watch?v=tcg2bzFIX30\" target=\"_blank\" rel=\"noreferrer noopener\">Присоединиться к стриму</a></p>\n\n\n\n<p>Перевод — отличный шанс внести свой вклад в развитие WordPress. Для участия не обязательно быть разработчиком и безупречно знать английский язык — достаточно базовых знаний и желания учиться. Это также позволит пообщаться с единомышленниками и узнать новые темы и плагины.</p>\n\n\n\n<p>Стримы проходят в дружеской атмосфере, с возможностью пообщаться в чате или голосом. Плагины и темы для перевода можно предложить в комментариях к стриму. На данный момент проведено <a href=\"https://ru.wordpress.org/team/category/%D1%81%D1%82%D1%80%D0%B8%D0%BC%D1%8B/\" data-type=\"URL\" data-id=\"https://ru.wordpress.org/team/category/%D1%81%D1%82%D1%80%D0%B8%D0%BC%D1%8B/\" target=\"_blank\" rel=\"noreferrer noopener\">более 20 стримов</a> и переведено несколько десятков плагинов (в том числе Gutenberg). Наиболее активные участники получили статус редакторов переводов с возможностью переводить плагины и темы без дополнительной проверки и проверять переводы других участников.</p>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=tcg2bzFIX30\" target=\"_blank\" rel=\"noreferrer noopener\">Присоединиться к стриму</a></p>\n\n\n\n<p>Для координации и обсуждения вопросов можно воспользоваться:</p>\n\n\n\n<ul><li>каналом <code>translations</code> в <a rel=\"noreferrer noopener\" href=\"https://ruwp.slack.com/\" target=\"_blank\">Slack-группе русскоязычного сообщества WordPress</a> (при регистрации введите адрес вида <code>username@chat.wordpress.org</code>, где <code>username</code> — ваш логин на WordPress.org).</li><li>группой по <a rel=\"noreferrer noopener\" href=\"https://t.me/wp_translate\" data-type=\"URL\" data-id=\"https://t.me/wp_translate\" target=\"_blank\">переводам WordPress в Telegram</a>.</li></ul>\n\n\n\n<p>Чтобы составить представление о мероприятии, можно посмотреть как оно проходило в <a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=RMcDQvlBRSM\" data-type=\"URL\" data-id=\"https://www.youtube.com/watch?v=RMcDQvlBRSM\" target=\"_blank\">прошлом году</a>.</p>\n\n\n\n<p><strong>Полезные ресурсы</strong></p>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" href=\"https://ru.wordpress.org/team/handbook/translations/\" target=\"_blank\">Как перевести тему или плагин?</a></li><li><a rel=\"noreferrer noopener\" href=\"https://codex.wordpress.org/Вниманию_переводчиков#.D0.A1.D1.82.D0.B8.D0.BB.D1.8C_.D0.BF.D0.B5.D1.80.D0.B5.D0.B2.D0.BE.D0.B4.D0.B0\" target=\"_blank\">Рекомендации по стилю перевода</a></li><li><a rel=\"noreferrer noopener\" href=\"https://codex.wordpress.org/Вниманию_переводчиков#.D0.9A.D0.B0.D0.BA_.D1.81.D0.B4.D0.B5.D0.BB.D0.B0.D1.82.D1.8C_.D1.85.D0.BE.D1.80.D0.BE.D1.88.D0.B8.D0.B9_.D0.BF.D0.B5.D1.80.D0.B5.D0.B2.D0.BE.D0.B4.3F\" target=\"_blank\">Как сделать хороший перевод</a></li><li><a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/locale/ru/default/glossary\" target=\"_blank\">Словарь терминов</a></li><li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/polyglots/handbook/about/get-involved/first-steps/\" target=\"_blank\">Первые шаги переводчика</a></li><li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/\" target=\"_blank\">Как работать с сайтом translate.wordpress.org (GlotPress)</a></li><li><a href=\"https://wptranslationday.org/\" data-type=\"URL\" data-id=\"https://wptranslationday.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Официальный сайт WordPress Translation Day</a></li></ul>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:176:\"https://ru.wordpress.org/news/2021/09/wordpress-translation-day-2021-%d0%bf%d0%b5%d1%80%d0%b5%d0%b2%d0%be%d0%b4%d0%b8%d0%bc-wordpress-%d0%b2%d0%bc%d0%b5%d1%81%d1%82%d0%b5/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Запуск каталога паттернов блоков WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://ru.wordpress.org/news/2021/07/the-wordpress-pattern-directory-is-live/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jul 2021 18:46:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:14:\"Новости\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:25:\"Общие вопросы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2343\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:557:\"В WordPress 5.8 появилась встроенная поддержка каталога паттернов, в который была добавлена коллекция красивых и полезных паттернов созданных дизайнерами сообщества. All patterns on the homepage Patterns in the Images categoryCategory The ‘category’ taxonomy lets you group posts / content together that share a common bond. Categories are pre-defined and broad ranging. Single pattern page, default […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5798:\"\n<p>В WordPress 5.8 появилась встроенная поддержка <a rel=\"noreferrer noopener\" href=\"https://ru.wordpress.org/patterns/\" data-type=\"URL\" data-id=\"https://ru.wordpress.org/patterns/\" target=\"_blank\">каталога паттернов</a>, в который была добавлена коллекция красивых и полезных паттернов созданных дизайнерами сообщества. </p>\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\">\n<ul class=\"blocks-gallery-grid\">\n<li class=\"blocks-gallery-item\">\n<figure><a href=\"https://i1.wp.com/make.wordpress.org/meta/files/2021/07/grid-home.jpg?ssl=1\"><img loading=\"lazy\" class=\"wp-image-19596\" src=\"https://i1.wp.com/make.wordpress.org/meta/files/2021/07/grid-home.jpg?resize=776%2C776&ssl=1\" alt=\"\" width=\"776\" height=\"776\" data-id=\"19596\" data-full-url=\"https://i1.wp.com/make.wordpress.org/meta/files/2021/07/grid-home.jpg?resize=776%2C776&ssl=1\" data-link=\"https://make.wordpress.org/meta/?attachment_id=19596#main\" data-recalc-dims=\"1\" /></a>\n<figcaption class=\"blocks-gallery-item__caption\">All patterns on the homepage</figcaption>\n</figure>\n</li>\n<li class=\"blocks-gallery-item\">\n<figure><a href=\"https://i1.wp.com/make.wordpress.org/meta/files/2021/07/grid-category-images.jpg?ssl=1\"><img loading=\"lazy\" class=\"wp-image-19595\" src=\"https://i1.wp.com/make.wordpress.org/meta/files/2021/07/grid-category-images.jpg?resize=776%2C776&ssl=1\" alt=\"\" width=\"776\" height=\"776\" data-id=\"19595\" data-full-url=\"https://i1.wp.com/make.wordpress.org/meta/files/2021/07/grid-category-images.jpg?resize=776%2C776&ssl=1\" data-link=\"https://make.wordpress.org/meta/?attachment_id=19595#main\" data-recalc-dims=\"1\" /></a>\n<p> </p>\n<figcaption class=\"blocks-gallery-item__caption\">Patterns in the Images <span class=\"glossary-item-container\">category<span class=\"glossary-item-hidden-content\"><span class=\"glossary-item-header\">Category</span> <span class=\"glossary-item-description\">The ‘category’ taxonomy lets you group posts / content together that share a common bond. Categories are pre-defined and broad ranging.</span></span></span></figcaption>\n</figure>\n</li>\n<li class=\"blocks-gallery-item\">\n<figure><a href=\"https://i0.wp.com/make.wordpress.org/meta/files/2021/07/single-960.jpg?ssl=1\"><img loading=\"lazy\" class=\"wp-image-19598\" src=\"https://i0.wp.com/make.wordpress.org/meta/files/2021/07/single-960.jpg?resize=617%2C1024&ssl=1\" alt=\"\" width=\"617\" height=\"1024\" data-id=\"19598\" data-full-url=\"https://make.wordpress.org/meta/files/2021/07/single-960.jpg\" data-link=\"https://make.wordpress.org/meta/?attachment_id=19598#main\" data-recalc-dims=\"1\" /></a>\n<p> </p>\n<figcaption class=\"blocks-gallery-item__caption\">Single pattern page, default preview</figcaption>\n</figure>\n</li>\n<li class=\"blocks-gallery-item\">\n<figure><a href=\"https://i0.wp.com/make.wordpress.org/meta/files/2021/07/single-480.jpg?ssl=1\"><img loading=\"lazy\" class=\"wp-image-19597\" src=\"https://i0.wp.com/make.wordpress.org/meta/files/2021/07/single-480.jpg?resize=617%2C1024&ssl=1\" alt=\"\" width=\"617\" height=\"1024\" data-id=\"19597\" data-full-url=\"https://make.wordpress.org/meta/files/2021/07/single-480.jpg\" data-link=\"https://make.wordpress.org/meta/?attachment_id=19597#main\" data-recalc-dims=\"1\" /></a>\n<p> </p>\n<figcaption class=\"blocks-gallery-item__caption\">Single pattern page, small screen preview</figcaption>\n</figure>\n</li>\n</ul>\n</figure>\n<p>Попробуйте найти и использовать понравившиеся вам паттерны на своем сайте, Вы можете просматривать паттерны по категориям, а также добавлять понравившееся в избранное. Нажмите кнопку скопировать и вставьте скопированный код паттерна в запись на вашем сайте, чтобы использовать паттерн.</p>\n<p>.</p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https://i2.wp.com/make.wordpress.org/meta/files/2021/07/copy-paste-demo.gif?ssl=1\"><img loading=\"lazy\" class=\"wp-image-19606\" src=\"https://i2.wp.com/make.wordpress.org/meta/files/2021/07/copy-paste-demo.gif?resize=444%2C255&ssl=1\" alt=\"\" width=\"444\" height=\"255\" data-recalc-dims=\"1\" /></a></figure>\n<p>В настоящее время мы реализовали <a href=\"https://github.com/WordPress/pattern-directory/milestone/1\">первый этап</a> создания каталога паттернов, с ограниченным набором паттернов, следующим этапом станет открытие в каталоге возможности принимать паттерны от всех, также как в каталогах плагинов и тем. Вы можете помочь своим участием в реализации второго этапа на <a href=\"https://github.com/WordPress/pattern-directory/\">GitHub</a>.</p>\n<p>Вы также можете помочь <a href=\"https://translate.wordpress.org/projects/patterns/core/\">переводом</a>, <a href=\"https://github.com/WordPress/pattern-directory/issues\">тестированием и сообщением о проблемах</a>, и обсуждением в <a href=\"https://make.wordpress.org/meetings/#meta\">Meta Team chat.</a></p>\n<p>Список благодарностей участникам можно посмотреть в <a href=\"https://make.wordpress.org/meta/2021/07/20/the-wordpress-pattern-directory-is-live/\">оригинальной публикации</a> на английском языке.</p>\n</div>\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WP Moscow #17, в очном формате + трансляция\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://ru.wordpress.org/news/2021/07/wp-moscow-17/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jul 2021 13:51:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:14:\"Новости\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:25:\"Общие вопросы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2332\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:722:\"Друзья, пробуем новый формат, живая встреча (для тех у кого есть qr-код и прививка) + качественная (в плане картинки и звука) онлайн-трансляция. Первый доклад будет состоять из 2-х блоков «Обзор инструментов создания гутенберг-блоков», «Гутенберг как конструктор для создания лендингов». И пройдет в режиме мастер-класса / диалога / демонстрации процесса создания и работы с блоками. Докладчик: […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2735:\"\n<p>Друзья, пробуем новый формат, живая встреча (для тех у кого есть qr-код и прививка) + качественная (в плане картинки и звука) онлайн-трансляция.</p>\n\n\n\n<h2>Первый доклад будет состоять из 2-х блоков</h2>\n\n\n\n<ul><li><strong>«Обзор инструментов создания гутенберг-блоков»,</strong></li><li><strong>«Гутенберг как конструктор для создания лендингов».</strong></li></ul>\n\n\n\n<p>И пройдет в режиме мастер-класса / диалога / демонстрации процесса создания и работы с блоками.</p>\n\n\n\n<p>Докладчик: Николай Миронов / <a href=\"http://www.wpfolio.ru/\" target=\"_blank\" rel=\"noreferrer noopener\">www.wpfolio.ru</a></p>\n\n\n\n<p>Тема 2-го и 3-го докладов уточняется, присылайте ваши заявки на nikolay@wpfolio.ru</p>\n\n\n\n<p>Митапы проходят благодаря вашей поддержке. Станьте спонсором и информация о вас / вашей компании появится <a href=\"https://www.meetup.com/ru-RU/wordpress-moscow/events/279121737\" data-type=\"URL\" data-id=\"https://www.meetup.com/ru-RU/wordpress-moscow/events/279121737\" target=\"_blank\" rel=\"noreferrer noopener\">на странице мероприятия на meetup.com</a>, на сайте <a href=\"https://wpmoscow.ru\" data-type=\"URL\" data-id=\"https://wpmoscow.ru\" target=\"_blank\" rel=\"noreferrer noopener\">wpmoscow.ru</a>, на слайдах во время трансляции / перерывах между докладами.<br><a rel=\"noreferrer noopener\" href=\"https://wpmoscow.ru/donate-next-meetup/\" target=\"_blank\">https://wpmoscow.ru/donate-next-meetup/</a></p>\n\n\n\n<p>Ссылка на онлайн-трансляцию появится в нашей группе VK (<a rel=\"noreferrer noopener\" href=\"https://vk.com/wpmeetup\" target=\"_blank\">https://vk.com/wpmeetup</a>) и Телеграм-канале (<a rel=\"noreferrer noopener\" href=\"https://t.me/wpmeetup\" target=\"_blank\">https://t.me/wpmeetup</a>)</p>\n\n\n\n<p><strong>Дата начала:</strong> 08.07.2021 19:00:00<br><strong>Дата завершения:</strong> 08.07.2021 21:00:00</p>\n\n\n\n<p></p>\n\n\n\n<div class=\"wp-container-6 wp-block-buttons\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://www.meetup.com/wordpress-moscow/events/279121737/\">Записаться на конференцию</a></div>\n</div>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Люди WordPress: Тияна Андреич\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://ru.wordpress.org/news/2021/06/people-of-wordpress-tijana-andrejic/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Jun 2021 09:09:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Люди WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:19:\"people-of-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2306\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:658:\"WordPress — программное обеспечение с открытым исходным кодом, поддерживаемое волонтерами. В серии «Люди WordPress» мы рассказываем, как WordPress меняет жизни людей к лучшему. В этом месяце, пришедшемся на WordCamp Europe, мы беседуем с Тияной Андреич из Белграда, Сербия, о ее пути фитнес-тренера в мир WordPress и какие возможности она открыла как фрилансер и сотрудник крупной […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:25343:\"\n<p>WordPress — программное обеспечение с открытым исходным кодом, поддерживаемое волонтерами. В серии «Люди WordPress» мы рассказываем, как WordPress меняет жизни людей к лучшему.</p>\n\n\n\n<p>В этом месяце, пришедшемся на WordCamp Europe, мы беседуем с Тияной Андреич из Белграда, Сербия, о ее пути фитнес-тренера в мир WordPress и какие возможности она открыла как фрилансер и сотрудник крупной компании.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic_Featured-Img_1.jpg\"><img loading=\"lazy\" width=\"1024\" height=\"627\" src=\"https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic_Featured-Img_1.jpg\" alt=\"Тияна Андреич, портретное изображение\" class=\"wp-image-2308\" srcset=\"https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic_Featured-Img_1.jpg 1024w, https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic_Featured-Img_1-300x184.jpg 300w, https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic_Featured-Img_1-768x470.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure></div>\n\n\n\n<p>Будучи профессиональным менеджером с высшим образованием в области организационных наук и сертифицированным инструктором по фитнесу, Тияна является упорным и целеустремленным человеком.</p>\n\n\n\n<p>В 2016 году, оставив работу фитнес-тренера, Тияна окунулась в мир IT. Начав с копирайта и дизайна, она сконцентрировала свои усилия в области SEO и стала независимым специалистом.</p>\n\n\n\n<p>Ни так давно Тияна оставила фриланс и устроилась специалистом службы технической поддержки в хостинговую компанию, где открыла для себя преимущества работы в команде. Она поняла, что тесные рабочие отношения с коллегами не только помогают добиться успеха в делах, но и ускоряют личностный рост.</p>\n\n\n\n<p>Тияна надеется, что, поделившись своей историей, она сможет помочь другим, кто-либо только начинает свою карьеру, либо хочет сменить сферу деятельности. Она описывает возможности, которые открыла для себя в сообществе WordPress как «огромное прозрение», особенно мир фриланса.<br>Она выделяет 5 вещей, которые помогли ей начать карьеру фрилансера. Давайте рассмотрим их.</p>\n\n\n\n<h2>5 шагов чтобы начать карьеру фрилансера</h2>\n\n\n\n<h3>Каковы ваши мотивы?</h3>\n\n\n\n<p>«Почему я это делаю?» — это первый вопрос, который задает себе Тияна, прежде чем начинать что-то новое. Она считает, что самоанализ и честность позволяют ей правильно определять свои приоритеты. Она также взвешивает причины таких стремлений, как желание иметь гибкий график и профессиональный рост.</p>\n\n\n\n<p>Тияна оценивает причины, чтобы сделать правильный выбор, например, стать ли фрилансером, что помогает ей найти подходящую работу и путь развития или альтернативные варианты.</p>\n\n\n\n<p>Она рекомендует другим использовать аналогичный подход. Если после изучения всех целей и мотивов фриланс по-прежнему остается лучшим решением, Тияна считает, что следующим шагом должно стать получение навыков, связанных с WordPress.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-4.jpg\"><img loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-4-1024x683.jpg\" alt=\"WordCamp Europe 2019, групповая фотография\" class=\"wp-image-2312\" srcset=\"https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-4-1024x683.jpg 1024w, https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-4-300x200.jpg 300w, https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-4-768x512.jpg 768w, https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-4-1536x1024.jpg 1536w, https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-4.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure></div>\n\n\n\n<h3>Развивайте навыки, связанные с WordPress</h3>\n\n\n\n<p>Вы можете спросить: «Почему именно WordPress?».</p>\n\n\n\n<p>WordPress используется более чем 40% сайтов по всеми миру, которым требуется различные специалисты, список которых далеко не ограничивается разработчиками. Тияна выделяет популярные направления:</p>\n\n\n\n<ul><li>Сборка сайтов (создание сайтов без программирования)</li><li>Разработка (разработка сайтов, тем и плагинов)</li><li>Веб-дизайн (разработка макетов сайтов, редактирование изображений или создание онлайн-инфографики)</li><li>Поддержка клиентов (помощь людям с их сайтами)</li><li>Обслуживание (WordPress, темы и плагины поддерживаются и регулярно обновляются)</li><li>Обучение WordPress (помощь клиентам в использовании платформы или обучение других веб-профессионалов)</li><li>Копирайт</li><li>Работа в области доступности (специалист по доступности следит за соблюдением стандартов и предлагает решения для обеспечения удобства сайтов для людей с ограниченными возможностями)</li><li>SEO (улучшение результатов поиска и восприятия контента)</li><li>Аналитика (анализ статистики, особенно важно для интернет-магазинов)</li><li>Управление контентом (добавление нового контента и редактирование существующих материалов)</li><li>Миграция сайтов (перенос сайтов с одного сервера на другой)</li><li>Веб-безопасность</li></ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-3.jpg\"><img loading=\"lazy\" width=\"1024\" height=\"682\" src=\"https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-3-1024x682.jpg\" alt=\"WordCamp Белград 2017, групповая фотография\" class=\"wp-image-2315\" srcset=\"https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-3-1024x682.jpg 1024w, https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-3-300x200.jpg 300w, https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-3-768x512.jpg 768w, https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-3-1536x1023.jpg 1536w, https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-3.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure></div>\n\n\n\n<p>Тияна добавляет: «Еще одна причина, по которой WordPress отлично подходит для фрилансеров, — это сильное сообщество, которое существует вокруг этой системы управления контентом (CMS)». Конференции WordCamp и митапы — это способ получать актуальную информацию и возможность лично задавать вопросы специалистам.</p>\n\n\n\n<p>В прошлом году эти мероприятия проводились в основном в Интернете. Организаторы прилагают значительные усилия, чтобы приблизить их по уровню ощущений к тому, что дают личные встречи. Самым большим преимуществом онлайн формата является то, что мы можем посещать мероприятия со всего мира, даже если часто в эти нелегкие времена нам трудно найти достаточно времени, чтобы глубоко погрузиться в этот новый опыт. Со времени первого митапа Тияны она не только посетила множество мероприятий сообщества WordPress, но и стала спикером.</p>\n\n\n\n<h3>Планируйте наперед</h3>\n\n\n\n<p>Чтобы стать фрилансером, нужно время. Для Тияны успех пришел с правильным планированием и следованием ее плану «приобрести или улучшить соответствующие навыки, которые позволят выделиться на рынке фриланса». Она твердо убеждена, что обучение и профессиональный рост открывает больше возможностей для бизнеса.</p>\n\n\n\n<p>Если вы подумываете о карьере фрилансера, она советует улучшить соответствующие навыки или развить новые навыки, связанные с вашими хобби, поскольку «нет ничего лучше, чем заниматься любимым делом». В тех случаях, когда нельзя использовать предыдущий опыт и знания, она предлагает выбрать «работу с более короткой кривой обучения и строить свои знания на ее основе».</p>\n\n\n\n<p>Тияна начинала как копирайтер, а затем стала экспертом по поисковой оптимизации. Она подчеркивает, что существует множество альтернативных путей, так, те, кто хотят стать разработчиком, могут начать со сборки сайтов.</p>\n\n\n\n<p>Она также напоминает: «Неплохо проанализировать рынок, прежде чем начинать процесс обучения». Тияна также рекомендует проверить последние тенденции и думать о будущем навыков, которые планируется развивать.</p>\n\n\n\n<p>Посетите новый сайт <a href=\"https://learn.wordpress.org/\">Learn WordPress.org</a>, чтобы найти интересующие вас темы. На этой недавно созданной платформе сообщество WordPress объединяет материалы для тех, кто хочет начать и совершенствовать свои навыки, предоставляет планы уроков для преподавателей WordPress и всех планирующих свое профессиональное развитие самостоятельно. Там также есть материалы для желающих принять участие в организации мероприятий или стать самостоятельным организатором.</p>\n\n\n\n<p>Тияна подчеркивает, что есть множество мест, где фрилансеры могут найти клиентов. В самом сообществе WordPress есть место, где компании и отдельные владельцы сайтов публикуют свои объявления о вакансиях — <a href=\"https://jobs.wordpress.net/\">Jobs.WordPress.net</a>.</p>\n\n\n\n<h3>Ура, пора получить первую фриланс-работу</h3>\n\n\n\n<p>Как прагматичный человек, Тияна рекомендует: «Отложите деньги, прежде чем полностью уйти во фриланс. Как альтернативный вариант, попробуйте фриланс несколько часов в неделю, чтобы узнать, нравится ли вам это. Хотя некоторые люди действительно любят рисковать, дважды подумайте, прежде чем принимать какие-либо необратимые решения».</p>\n\n\n\n<p>Она предлагает следующий чек-лист:</p>\n\n\n\n<ul><li>использовать фриланс-платформу</li><li>трижды проверить резюме</li><li>профессионально представить себя</li><li>пополнить портфолио презентабельными примерами</li><li>использовать видеоматериалы</li></ul>\n\n\n\n<p>«Имея видеоматериалы, ваши клиенты будут видеть вас не как список навыков и предыдущего опыта, а как реального человека, обладающего этими навыками и опытом и предоставляющего им определенные услуги».</p>\n\n\n\n<p>Она добавляет: «При выборе первого работодателя имейте детальную стратегию. Выбирайте первого работодателя с умом, очень мудро. Я не могу переоценить, насколько это важно».</p>\n\n\n\n<p>Когда Тияна выбирала свой первый фриланс-заказ, она рассматривала следующие аспекты:</p>\n\n\n\n<ul><li>Как оценили работодателя другие фрилансеры, работавшие на него ранее?</li><li>Как работодатель оценивает других фрилансеров?</li><li>Сколько денег он уже потратил на платформе?</li><li>Количество заявок на определенный вид работ и количество фрилансеров, которые уже высказали желание выполнить конкретную работу.</li></ul>\n\n\n\n<p>«Первая работа — это не только деньги. Не жадничайте на своем первом заказе. Если вы получите хорошие рекомендации, ваша вторая работа может принести в два-три раза больше. И ваша третья работа может дать и в пять раз. Это был мой опыт».</p>\n\n\n\n<h3>Фриланс — это ответственность</h3>\n\n\n\n<p>Тияна напоминает: «Свобода часто сопровождается ответственностью, когда дело доходит до фриланса, ключевую роль играет индивидуальная ответственность».</p>\n\n\n\n<p>Она советует не браться за работу, если вы не можете уложиться в срок и у вас нет надежного человека, который сможет вам помочь в случае необходимости.</p>\n\n\n\n<p>Несоблюдение сроков будет стоить вашему клиенту денег и повлияет на отзыв, который клиент захочет оставить о вашей работе, и это может оказать большое влияние на ваши будущие возможности и успехи во фрилансе в целом.</p>\n\n\n\n<p>Она добавляет: «Это может начать нисходящую спираль в вашей карьере. Однако все мы люди, и могут случаться непредсказуемые вещи. Если по какой-то причине вы не можете своевременно завершить работу, немедленно сообщите об этом клиенту, чтобы у него было достаточно времени, чтобы нанять кого-то другого».</p>\n\n\n\n<p>Тияна также подчеркнула важность четкого определения ожиданий перед тем как взяться работу, как того, что клиент хочет получить в результате, так и того, что вы ждете от него в процессе.</p>\n\n\n\n<p>Наконец, она также отмечает, что если вы работаете из дома, ваши друзья и семья должны относиться к вам так, как если бы вы находились в офисе. Она советует: «Сообщите им о своем рабочем графике».</p>\n\n\n\n<p>Она надеется, что эти основные рекомендации будут полезны при начале карьеры фрилансера, как помогли ей, несмотря на то, что универсального рецепта для всех не существует.</p>\n\n\n\n<p>Тияна подчеркивает: «Просто важно оставаться сосредоточенным на своих целях и быть открытым для новых возможностей». Фриланс был не единственным способом, которым она могла достичь своих целей, но это была важная часть ее пути и она помогала ей приобрести уверенность в своих способностях, чтобы сделать следующий большой шаг в своей жизни.</p>\n\n\n\n<p>Будучи фрилансером, ей не хватало тесных отношений с коллегами и командной работы, которые она нашла в организации, где теперь работает. Коллеги описывают ее как «Ходячая и говорящая совокупность суперсил: спортивный медик и фитнес-профессионал, SEO-эксперт, блоггер, дизайнер и приемная мать для котят».</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-1.jpg\"><img loading=\"lazy\" width=\"1024\" height=\"682\" src=\"https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-1-1024x682.jpg\" alt=\"WordCamp Белград 2017, ресепшн\" class=\"wp-image-2316\" srcset=\"https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-1-1024x682.jpg 1024w, https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-1-300x200.jpg 300w, https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-1-768x512.jpg 768w, https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-1-1536x1023.jpg 1536w, https://ru.wordpress.org/files/2021/06/2021-07-Tijana-Andrejic-1.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure></div>\n\n\n\n<p>Если вы планируете начать свою карьеру в качестве фрилансера, пройдите курсы, предлагаемые на <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a>, обратитесь в компании, с которыми вам будет интересно работать, и помните, что проект WordPress открывает множество возможностей.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/\">Команды WordPress.org</a> — чем они занимаются, когда и где встречаются.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> — бесплатная платформа, чтобы расширить свои знания и навыки работы с WordPress и узнать о сообществе вокруг нее.</p>\n\n\n\n<p>Трехдневная онлайн-конференция <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe 2021</a> проходит с 7 по 9 июня 2021 года. Вы можете узнать больше о том, как принять участие в развитии WordPress в сессиях, которые пройдут в прямом эфире, а также из опубликованных на сайте мероприятия материалов.</p>\n\n\n\n<h2>Авторы и редакторы</h2>\n\n\n\n<p>Спасибо Тияне Андреич (<a href=\"https://profiles.wordpress.org/andtijana/\">@andtijana</a>) за ее #ContributorStory.</p>\n\n\n\n<p>Спасибо Ольге Глеклер (<a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>), Абе Такор (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Хлое Брингманн (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Сурендре Такор (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>) и Мехер Бала (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>) за работу над серией «Люди WordPress». Спасибо Джозефе Хаден (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>) и Тоферу ДеРозиа (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) создавшему HeroPress.</p>\n\n\n\n<p>Перевод на русский: Ольга Глеклер</p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\" style=\"grid-template-columns:25% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://ru.wordpress.org/files/2021/03/heropress-logo.png\" alt=\"\" class=\"wp-image-2268 size-full\" /></figure><div class=\"wp-block-media-text__content\">\n<p>Эта статья основана на первоначальной публикации HeroPress.com, инициативе, ориентированной на людей в сообществе WordPress, созданной Тофером ДеРозиа <a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>.</p>\n\n\n\n<p>Читайте эту и другие истории серии «<a href=\"https://wordpress.org/news/category/interviews/\">People of WordPress</a>» (на английском) или «<a href=\"https://ru.wordpress.org/news/category/people-of-wordpress/\">Люди WordPress</a>» (на русском).</p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Люди WordPress: Тайлер Лау\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://ru.wordpress.org/news/2021/04/people-of-wordpress-tyler-lau/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Apr 2021 19:35:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Люди WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:19:\"people-of-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2292\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:643:\"WordPress — программное обеспечение с открытым исходным кодом, поддерживаемое волонтерами. В серии «Люди WordPress» мы рассказываем, как WordPress меняет жизни людей к лучшему. Принять себя и пройденный путь Сегодня мы беседуем с Тайлером Лау из США о его работе по развитию отношений в области маркетинга и роли WordPress в его жизни. Читайте дальше, чтобы узнать […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15092:\"\n<p>WordPress — программное обеспечение с открытым исходным кодом, поддерживаемое волонтерами. В серии «Люди WordPress» мы рассказываем, как WordPress меняет жизни людей к лучшему.</p>\n\n\n\n<h2>Принять себя и пройденный путь</h2>\n\n\n\n<p>Сегодня мы беседуем с Тайлером Лау из США о его работе по развитию отношений в области маркетинга и роли WordPress в его жизни.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-thumb.jpg\" alt=\"\" /></figure>\n\n\n\n<p>Читайте дальше, чтобы узнать его историю, демонстрирующую, как уроки, полученные в результате негативного жизненного опыта, позволяют добиться профессионального успеха.</p>\n\n\n\n<h2>Предпринимательское мышление</h2>\n\n\n\n<p>Тайлер вспоминает, что он всегда умел замечать бизнес-возможности. Еще будучи старательным семилетним мальчиком, он уже находил способы продавать и зарабатывать во время школьных каникул.</p>\n\n\n\n<p>Хотя у многих предпринимателей есть похожие истории, на пути Тайлера было много поворотов, прежде чем он открыл для себя WordPress и добился с ним успеха.</p>\n\n\n\n<p>В поисках личной и профессиональной свободы его привлек WordPress и сообщество людей сформированное этой системой управления контентом, где он в конце концов смог объединить свои разносторонние деловые интересы и навыки работы с людьми в профессиональной маркетинговой работе.</p>\n\n\n\n<h2>Использовать навыки, чтобы найти свой путь</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-2.jpg\" alt=\"\" /></figure>\n\n\n\n<p>В настоящее время Тайлер — специалист по построению маркетинговых отношений в Канзасе, США. Его обязанности распространяются на широкий спектр электронных ресурсов и продуктов и находят применение его разнообразным деловым и человеческим качествам.</p>\n\n\n\n<p>Его навыки усиливаются креативностью и способностью к адаптации. Тайлер говорит, что одна из причин, по которой он всегда ищет новые проекты — синдром дефицита внимания и гиперактивности (СДВГ), диагностированный у него в 2005 году.</p>\n\n\n\n<p>В индустрии, созданной программистами и разработчиками, которые часто обладают выдающимися способностями к фокусировке внимания, Тайлер чувствовал, что человеку с СДВГ будет сложно стать своим. Однако, он обнаружил, что в сообществе WordPress каждый может найти свои место и применение своим способностям. Талант Тайлера в общении с людьми, и это привело к появлению множества возможностей и обязанностей в его профессиональной жизни. Его навыки также позволили ему принимать участие в жизни сообщества WordPress и вносить свой вклад в качестве спикера и волонтера, а также в течение многочисленных дней участников-волонтеров (Contributor days).</p>\n\n\n\n<h2>Построение отношений как карьера</h2>\n\n\n\n<p>Большая часть опыта Тайлера приходилась на ресторанную индустрию, и его резюме вовсе не указывало на карьеру в сфере технологий. Но сфера услуг на самом деле хорошо подготовила его ко всему, за что бы он ни брался.</p>\n\n\n\n<p>Когда он находится на различных мероприятиях по работе, то знакомится с людьми со всего мира и налаживает с ними отношения. Как экстраверту, ему это нравится, и он не может представить себе работу, где бы он был изолирован от новых знакомств и общения с другими людьми.</p>\n\n\n\n<p>Понимание людей и способность работать в любых условиях — его ключевые компетенции. Социальные навыки и такт полезны для построения сообщества и нашли применение в пространстве WordPress, а в жизни Тайлера в разное время они были непременными условиями выживания.</p>\n\n\n\n<h2>Истинный смысл свободы</h2>\n\n\n\n<p>В сообществе WordPress часто затрагивается понятие свободы. WordPress построен на GPL (General Public License или Открытое лицензионное соглашение), бесплатном программном обеспечении и ценностях открытого исходного кода. Фактически, каждый может работать удаленно или быть сам себе начальником, чтобы получить больше свободы в работе и жизни. Тайлер чувствует, что он никогда не вписывался в традиционные рабочие шаблоны. Он обнаружил, что его сильное стремление к свободе, перекликается со свободой и возможностями, которые, по его мнению, WordPress предоставляет ему и тысячам других.</p>\n\n\n\n<p>Тайлер описывает, как в 2013 году его «внутренний оппортунист» навлек на него проблемы. Оставив колледж из-за аневризмы мозга, он нуждался в капитале для финансирования своего первого стартапа. Он рассказывает, что нашел быстрый, но незаконный способ заработать деньги. Параллельно между сменами официантом он работал над прототипами своего первого продукта. Компания быстро росла, и чтобы защитить свои патенты и вывести исследования и разработки на новый уровень, ему пришлось много работать. Все пошло прахом, когда в результате своих незаконных действий, он попал в тюрьму.</p>\n\n\n\n<p>Он вспоминает, что встреча с другими заключенными показала ему, насколько хорошо его положение, относительно большинства. Он был образованным, обеспеченным, любимым и знал, что у него есть будущее после освобождения. Он узнал, что многие заключенные так и не закончили среднюю школу и не умеют пользоваться компьютером. Находясь внутри, Тайлер преподавал естественные науки, математику, письмо, чтение и общественные науки. Он понимал, что из-за отсутствия навыков и поддержки многие заключенные окажутся в плачевной ситуации после освобождения. Он говорит, что там нелегко получить психологическую поддержку и профессиональную подготовку, необходимые для благополучной жизни после тюрьмы.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>«Свобода — это нечто большее, чем просто быть по другую сторону. Вам также необходимо чувство собственного достоинства и наличие гражданских прав»</p></blockquote>\n\n\n\n<p> Он считал, что его целеустремленность и поддержка близких были достаточными, чтобы он смог приступить к следующей (законной) бизнес-задаче, как только сможет.</p>\n\n\n\n<h2>Позитивное движение вперед</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2021/04/FF50DF21-38AA-4778-B465-C2DF0B441AD7.jpeg\" alt=\"\" /></figure>\n\n\n\n<p>Идея о том, что ваше прошлое не определяет вас, и вы можете принять его, является силой движущей Тайлера вперед.</p>\n\n\n\n<p>Он описывает себя как особенного человека во многих отношениях. Он вспоминает, как политика влияла на его жизнь начиная со дня его рождения. Отец Тайлера — китайский визуальный антрополог, полудиссидент, его мать — профессор искусства, покинувшая свою родную страну, Японию, чтобы освободиться от традиционных японских гендерных ролей. Тайлер чувствует, что унаследовал большую часть этого бесстрашия.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>«Я никогда не вписывался, но это то, что позволяет мне адаптироваться к большинству ситуаций и общаться практически с кем угодно. Я принимаю свое эклектичное, диссонирующее прошлое и вижу красоту в человеке, которым меня сделал полученный опыт»</em></p></blockquote>\n\n\n\n<p>Теперь он нашел применение полученным навыкам в сообществе WordPress и за его пределами.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>«Независимо от ваших физических способностей, проблем с психическим здоровьем, воспитания и даже ваших стычек с законом, никому не запрещается занять свое место в индустрии WordPress».</p></blockquote>\n\n\n\n<h2>Авторы и редакторы</h2>\n\n\n\n<p>Спасибо Тайлеру Лау (<a href=\'https://profiles.wordpress.org/tylermaximus/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tylermaximus</a>) за его #ContributorStory.</p>\n\n\n\n<p>Спасибо Ларисе Мурильо (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Сурендре Такор (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), Ольге Глеклер (<a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>), Мехер Бала (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Иветт Сонневельд (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), Абе Такор (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Джозефе Хаден, Хлое Брингманн (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>) и Тоферу ДеРозиа (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) за работу над серией «Люди WordPress».</p>\n\n\n\n<p>Перевод на русский: Ольга Глеклер</p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\" style=\"grid-template-columns:25% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://ru.wordpress.org/files/2021/03/heropress-logo.png\" alt=\"\" class=\"wp-image-2268 size-full\" /></figure><div class=\"wp-block-media-text__content\">\n<p>Эта статья основана на первоначальной публикации HeroPress.com, инициативе, ориентированной на людей в сообществе WordPress, созданной Тофером ДеРозиа <a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>.</p>\n\n\n\n<p>Читайте эту и другие истории серии «<a href=\"https://wordpress.org/news/category/interviews/\">People of WordPress</a>» (на английском) или «<a href=\"https://ru.wordpress.org/news/category/people-of-wordpress/\">Люди WordPress</a>» (на русском).</p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:35:\"https://ru.wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 26 May 2022 12:44:45 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Sat, 21 May 2022 20:05:03 GMT\";s:4:\"link\";s:61:\"<https://ru.wordpress.org/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20200914090403\";}','no'),(9350,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1653612287','no'),(9351,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1653569087','no'),(9352,'_transient_timeout_dash_v2_f69de0bbfe7eaa113146875f40c02000','1653612287','no'),(9353,'_transient_dash_v2_f69de0bbfe7eaa113146875f40c02000','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ru.wordpress.org/news/2022/05/people-of-wordpress-meher-bala/\'>Люди WordPress: Мехер Бала</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://dothewoo.io/what-is-a-wordpress-developer/\'>Do The Woo Community: Woo DevChat, What is a WordPress Developer with Zach, Till and Carl</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/this-week-at-wordpress-org-may-23-2022/\'>Post Status: This Week at WordPress.org (May 23, 2022)</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-com-announces-new-starter-plan-for-5-month\'>WPTavern: WordPress.com Announces New Starter Plan For $5/Month</a></li></ul></div>','no'),(9378,'_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/ru_RU/wordpress-6.0.zip\";s:6:\"locale\";s:5:\"ru_RU\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:63:\"https://downloads.wordpress.org/release/ru_RU/wordpress-6.0.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:\"6.0\";s:7:\"version\";s:3:\"6.0\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1653569814;s:15:\"version_checked\";s:3:\"6.0\";s:12:\"translations\";a:0:{}}','no'),(9379,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1653569815;s:8:\"response\";a:5:{s:35:\"advanced-iframe/advanced-iframe.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/advanced-iframe\";s:4:\"slug\";s:15:\"advanced-iframe\";s:6:\"plugin\";s:35:\"advanced-iframe/advanced-iframe.php\";s:11:\"new_version\";s:6:\"2022.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/advanced-iframe/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/advanced-iframe.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/advanced-iframe/assets/icon-128x128.png?rev=1028488\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/advanced-iframe/assets/banner-772x250.png?rev=676815\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.2\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";s:3:\"5.4\";}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.2.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.0\";s:12:\"requires_php\";b:0;}s:23:\"loco-translate/loco.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/loco-translate\";s:4:\"slug\";s:14:\"loco-translate\";s:6:\"plugin\";s:23:\"loco-translate/loco.php\";s:11:\"new_version\";s:5:\"2.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/loco-translate/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/loco-translate.2.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/loco-translate/assets/icon-256x256.png?rev=1000676\";s:2:\"1x\";s:67:\"https://ps.w.org/loco-translate/assets/icon-128x128.png?rev=1000676\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/loco-translate/assets/banner-772x250.jpg?rev=745046\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"6.0.0\";s:12:\"requires_php\";s:6:\"5.6.20\";s:14:\"upgrade_notice\";s:54:\"<ul>\n<li>Various improvements and bug fixes</li>\n</ul>\";}s:31:\"custom-css-js/custom-css-js.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/custom-css-js\";s:4:\"slug\";s:13:\"custom-css-js\";s:6:\"plugin\";s:31:\"custom-css-js/custom-css-js.php\";s:11:\"new_version\";s:4:\"3.39\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/custom-css-js/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/custom-css-js.3.39.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/custom-css-js/assets/icon-128x128.png?rev=1303730\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/custom-css-js/assets/banner-1544x500.png?rev=1770945\";s:2:\"1x\";s:68:\"https://ps.w.org/custom-css-js/assets/banner-772x250.png?rev=1303730\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:3:\"6.0\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:45:\"wp-google-map-plugin/wp-google-map-plugin.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:34:\"w.org/plugins/wp-google-map-plugin\";s:4:\"slug\";s:20:\"wp-google-map-plugin\";s:6:\"plugin\";s:45:\"wp-google-map-plugin/wp-google-map-plugin.php\";s:11:\"new_version\";s:5:\"4.3.0\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/wp-google-map-plugin/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-google-map-plugin.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wp-google-map-plugin/assets/icon-256x256.png?rev=2679116\";s:2:\"1x\";s:73:\"https://ps.w.org/wp-google-map-plugin/assets/icon-128x128.png?rev=2679116\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/wp-google-map-plugin/assets/banner-772x250.png?rev=2679116\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";s:6:\"tested\";s:5:\"6.0.0\";s:12:\"requires_php\";b:0;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{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:7:\"5.5.6.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.5.5.6.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:5:\"1.4.6\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/duplicator.1.4.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2605836\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2605835\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2085472\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{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:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3107 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,5,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(4,5,'_mail','a:8:{s:7:\"subject\";s:24:\"HotelZM \"[your-subject]\"\";s:6:\"sender\";s:43:\"HotelZM <wordpress@hotelzm1.florianweb.com>\";s:4:\"body\";s:176:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on HotelZM (http://hotelzm1.florianweb.com)\";s:9:\"recipient\";s:19:\"floranzz1@gmail.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;}'),(5,5,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:24:\"HotelZM \"[your-subject]\"\";s:6:\"sender\";s:43:\"HotelZM <wordpress@hotelzm1.florianweb.com>\";s:4:\"body\";s:118:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on HotelZM (http://hotelzm1.florianweb.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: floranzz1@gmail.com\";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','ru_RU'),(9,3510,'_wp_attached_file','2015/03/photodune-2232283-hotel-room-with-bed-and-wooden-m.jpg'),(10,3510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1140;s:6:\"height\";i:760;s:4:\"file\";s:62:\"2015/03/photodune-2232283-hotel-room-with-bed-and-wooden-m.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"photodune-2232283-hotel-room-with-bed-and-wooden-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"photodune-2232283-hotel-room-with-bed-and-wooden-m-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"photodune-2232283-hotel-room-with-bed-and-wooden-m-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:63:\"photodune-2232283-hotel-room-with-bed-and-wooden-m-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:62:\"photodune-2232283-hotel-room-with-bed-and-wooden-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:62:\"photodune-2232283-hotel-room-with-bed-and-wooden-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:62:\"photodune-2232283-hotel-room-with-bed-and-wooden-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:62:\"photodune-2232283-hotel-room-with-bed-and-wooden-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:62:\"photodune-2232283-hotel-room-with-bed-and-wooden-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:62:\"photodune-2232283-hotel-room-with-bed-and-wooden-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:62:\"photodune-2232283-hotel-room-with-bed-and-wooden-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:62:\"photodune-2232283-hotel-room-with-bed-and-wooden-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:62:\"photodune-2232283-hotel-room-with-bed-and-wooden-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:62:\"photodune-2232283-hotel-room-with-bed-and-wooden-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3511,'_wp_attached_file','2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m.jpg'),(12,3511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1140;s:6:\"height\";i:757;s:4:\"file\";s:78:\"2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:78:\"photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:78:\"photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:78:\"photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:79:\"photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:78:\"photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:78:\"photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:78:\"photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:78:\"photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:78:\"photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:78:\"photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:78:\"photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:78:\"photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:78:\"photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:78:\"photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3512,'_wp_attached_file','2015/03/photodune-3973259-hotel-room-m.jpg'),(14,3512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:787;s:4:\"file\";s:42:\"2015/03/photodune-3973259-hotel-room-m.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"photodune-3973259-hotel-room-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"photodune-3973259-hotel-room-m-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"photodune-3973259-hotel-room-m-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"photodune-3973259-hotel-room-m-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:42:\"photodune-3973259-hotel-room-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:42:\"photodune-3973259-hotel-room-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:42:\"photodune-3973259-hotel-room-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:42:\"photodune-3973259-hotel-room-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:42:\"photodune-3973259-hotel-room-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:42:\"photodune-3973259-hotel-room-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:42:\"photodune-3973259-hotel-room-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:42:\"photodune-3973259-hotel-room-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:42:\"photodune-3973259-hotel-room-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:42:\"photodune-3973259-hotel-room-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3513,'_wp_attached_file','2015/03/photodune-3973289-hotel-room-m.jpg'),(16,3513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1140;s:6:\"height\";i:760;s:4:\"file\";s:42:\"2015/03/photodune-3973289-hotel-room-m.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"photodune-3973289-hotel-room-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"photodune-3973289-hotel-room-m-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"photodune-3973289-hotel-room-m-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"photodune-3973289-hotel-room-m-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:42:\"photodune-3973289-hotel-room-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:42:\"photodune-3973289-hotel-room-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:42:\"photodune-3973289-hotel-room-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:42:\"photodune-3973289-hotel-room-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:42:\"photodune-3973289-hotel-room-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:42:\"photodune-3973289-hotel-room-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:42:\"photodune-3973289-hotel-room-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:42:\"photodune-3973289-hotel-room-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:42:\"photodune-3973289-hotel-room-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:42:\"photodune-3973289-hotel-room-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3514,'_wp_attached_file','2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m.jpg'),(18,3514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1140;s:6:\"height\";i:760;s:4:\"file\";s:73:\"2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:73:\"photodune-4076311-interior-of-modern-comfortable-hotel-room-m-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:73:\"photodune-4076311-interior-of-modern-comfortable-hotel-room-m-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:74:\"photodune-4076311-interior-of-modern-comfortable-hotel-room-m-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:73:\"photodune-4076311-interior-of-modern-comfortable-hotel-room-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:73:\"photodune-4076311-interior-of-modern-comfortable-hotel-room-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:73:\"photodune-4076311-interior-of-modern-comfortable-hotel-room-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:73:\"photodune-4076311-interior-of-modern-comfortable-hotel-room-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:73:\"photodune-4076311-interior-of-modern-comfortable-hotel-room-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:73:\"photodune-4076311-interior-of-modern-comfortable-hotel-room-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:73:\"photodune-4076311-interior-of-modern-comfortable-hotel-room-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:73:\"photodune-4076311-interior-of-modern-comfortable-hotel-room-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:73:\"photodune-4076311-interior-of-modern-comfortable-hotel-room-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:73:\"photodune-4076311-interior-of-modern-comfortable-hotel-room-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3515,'_wp_attached_file','2015/03/photodune-1176751-interior-design-of-modern-living-room-m.jpg'),(20,3515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:576;s:4:\"file\";s:69:\"2015/03/photodune-1176751-interior-design-of-modern-living-room-m.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"photodune-1176751-interior-design-of-modern-living-room-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"photodune-1176751-interior-design-of-modern-living-room-m-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:69:\"photodune-1176751-interior-design-of-modern-living-room-m-768x442.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:69:\"photodune-1176751-interior-design-of-modern-living-room-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:69:\"photodune-1176751-interior-design-of-modern-living-room-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:69:\"photodune-1176751-interior-design-of-modern-living-room-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:69:\"photodune-1176751-interior-design-of-modern-living-room-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:69:\"photodune-1176751-interior-design-of-modern-living-room-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:69:\"photodune-1176751-interior-design-of-modern-living-room-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:69:\"photodune-1176751-interior-design-of-modern-living-room-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:69:\"photodune-1176751-interior-design-of-modern-living-room-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:69:\"photodune-1176751-interior-design-of-modern-living-room-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:69:\"photodune-1176751-interior-design-of-modern-living-room-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3516,'_wp_attached_file','2015/03/photodune-2516147-palm-van-m.jpg'),(22,3516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:796;s:4:\"file\";s:40:\"2015/03/photodune-2516147-palm-van-m.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"photodune-2516147-palm-van-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"photodune-2516147-palm-van-m-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"photodune-2516147-palm-van-m-768x611.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:40:\"photodune-2516147-palm-van-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:40:\"photodune-2516147-palm-van-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:40:\"photodune-2516147-palm-van-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:40:\"photodune-2516147-palm-van-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:40:\"photodune-2516147-palm-van-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:40:\"photodune-2516147-palm-van-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:40:\"photodune-2516147-palm-van-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:40:\"photodune-2516147-palm-van-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:40:\"photodune-2516147-palm-van-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:40:\"photodune-2516147-palm-van-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3517,'_wp_attached_file','2015/03/photodune-2650397-sailing-m.jpg'),(24,3517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1140;s:6:\"height\";i:760;s:4:\"file\";s:39:\"2015/03/photodune-2650397-sailing-m.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"photodune-2650397-sailing-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"photodune-2650397-sailing-m-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"photodune-2650397-sailing-m-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"photodune-2650397-sailing-m-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:39:\"photodune-2650397-sailing-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:39:\"photodune-2650397-sailing-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:39:\"photodune-2650397-sailing-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:39:\"photodune-2650397-sailing-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:39:\"photodune-2650397-sailing-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:39:\"photodune-2650397-sailing-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:39:\"photodune-2650397-sailing-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:39:\"photodune-2650397-sailing-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:39:\"photodune-2650397-sailing-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:39:\"photodune-2650397-sailing-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3518,'_wp_attached_file','2015/03/photodune-7751505-luxury-home-with-swimming-pool-m.jpg'),(26,3518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:798;s:4:\"file\";s:62:\"2015/03/photodune-7751505-luxury-home-with-swimming-pool-m.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"photodune-7751505-luxury-home-with-swimming-pool-m-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"photodune-7751505-luxury-home-with-swimming-pool-m-768x519.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:63:\"photodune-7751505-luxury-home-with-swimming-pool-m-1024x693.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:62:\"photodune-7751505-luxury-home-with-swimming-pool-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:62:\"photodune-7751505-luxury-home-with-swimming-pool-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:62:\"photodune-7751505-luxury-home-with-swimming-pool-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:62:\"photodune-7751505-luxury-home-with-swimming-pool-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:62:\"photodune-7751505-luxury-home-with-swimming-pool-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:62:\"photodune-7751505-luxury-home-with-swimming-pool-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:62:\"photodune-7751505-luxury-home-with-swimming-pool-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:62:\"photodune-7751505-luxury-home-with-swimming-pool-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:62:\"photodune-7751505-luxury-home-with-swimming-pool-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:62:\"photodune-7751505-luxury-home-with-swimming-pool-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3519,'_wp_attached_file','2015/03/photodune-1231437-tropical-pool-bar-m.jpg'),(28,3519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:691;s:4:\"file\";s:49:\"2015/03/photodune-1231437-tropical-pool-bar-m.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"photodune-1231437-tropical-pool-bar-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"photodune-1231437-tropical-pool-bar-m-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"photodune-1231437-tropical-pool-bar-m-768x531.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:49:\"photodune-1231437-tropical-pool-bar-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:49:\"photodune-1231437-tropical-pool-bar-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:49:\"photodune-1231437-tropical-pool-bar-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:49:\"photodune-1231437-tropical-pool-bar-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:49:\"photodune-1231437-tropical-pool-bar-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:49:\"photodune-1231437-tropical-pool-bar-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:49:\"photodune-1231437-tropical-pool-bar-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:49:\"photodune-1231437-tropical-pool-bar-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:49:\"photodune-1231437-tropical-pool-bar-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:49:\"photodune-1231437-tropical-pool-bar-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3520,'_wp_attached_file','2015/03/photodune-3267349-niagara-falls-ontario-canada-m.jpg'),(30,3520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:60:\"2015/03/photodune-3267349-niagara-falls-ontario-canada-m.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"photodune-3267349-niagara-falls-ontario-canada-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"photodune-3267349-niagara-falls-ontario-canada-m-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"photodune-3267349-niagara-falls-ontario-canada-m-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:60:\"photodune-3267349-niagara-falls-ontario-canada-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:60:\"photodune-3267349-niagara-falls-ontario-canada-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:60:\"photodune-3267349-niagara-falls-ontario-canada-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:60:\"photodune-3267349-niagara-falls-ontario-canada-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:60:\"photodune-3267349-niagara-falls-ontario-canada-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:60:\"photodune-3267349-niagara-falls-ontario-canada-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:60:\"photodune-3267349-niagara-falls-ontario-canada-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:60:\"photodune-3267349-niagara-falls-ontario-canada-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:60:\"photodune-3267349-niagara-falls-ontario-canada-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:60:\"photodune-3267349-niagara-falls-ontario-canada-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3521,'_wp_attached_file','2015/03/photodune-1576481-relaxing-m.jpg'),(32,3521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:670;s:4:\"file\";s:40:\"2015/03/photodune-1576481-relaxing-m.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"photodune-1576481-relaxing-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"photodune-1576481-relaxing-m-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"photodune-1576481-relaxing-m-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:40:\"photodune-1576481-relaxing-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:40:\"photodune-1576481-relaxing-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:40:\"photodune-1576481-relaxing-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:40:\"photodune-1576481-relaxing-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:40:\"photodune-1576481-relaxing-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:40:\"photodune-1576481-relaxing-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:40:\"photodune-1576481-relaxing-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:40:\"photodune-1576481-relaxing-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:40:\"photodune-1576481-relaxing-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:40:\"photodune-1576481-relaxing-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3522,'_wp_attached_file','2015/03/Fotolia_33275049_Subscription_Monthly_XXL.jpg'),(34,3522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:53:\"2015/03/Fotolia_33275049_Subscription_Monthly_XXL.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_33275049_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Fotolia_33275049_Subscription_Monthly_XXL-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Fotolia_33275049_Subscription_Monthly_XXL-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_33275049_Subscription_Monthly_XXL-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_33275049_Subscription_Monthly_XXL-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_33275049_Subscription_Monthly_XXL-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:53:\"Fotolia_33275049_Subscription_Monthly_XXL-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:53:\"Fotolia_33275049_Subscription_Monthly_XXL-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:53:\"Fotolia_33275049_Subscription_Monthly_XXL-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:53:\"Fotolia_33275049_Subscription_Monthly_XXL-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:53:\"Fotolia_33275049_Subscription_Monthly_XXL-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:53:\"Fotolia_33275049_Subscription_Monthly_XXL-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_33275049_Subscription_Monthly_XXL-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3523,'_wp_attached_file','2015/03/Fotolia_34317913_Subscription_Monthly_XXL.jpg'),(36,3523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:53:\"2015/03/Fotolia_34317913_Subscription_Monthly_XXL.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_34317913_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Fotolia_34317913_Subscription_Monthly_XXL-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Fotolia_34317913_Subscription_Monthly_XXL-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_34317913_Subscription_Monthly_XXL-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_34317913_Subscription_Monthly_XXL-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_34317913_Subscription_Monthly_XXL-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:53:\"Fotolia_34317913_Subscription_Monthly_XXL-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:53:\"Fotolia_34317913_Subscription_Monthly_XXL-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:53:\"Fotolia_34317913_Subscription_Monthly_XXL-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:53:\"Fotolia_34317913_Subscription_Monthly_XXL-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:53:\"Fotolia_34317913_Subscription_Monthly_XXL-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:53:\"Fotolia_34317913_Subscription_Monthly_XXL-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_34317913_Subscription_Monthly_XXL-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3524,'_wp_attached_file','2015/03/Fotolia_34636860_Subscription_Monthly_XXL.jpg'),(38,3524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:53:\"2015/03/Fotolia_34636860_Subscription_Monthly_XXL.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_34636860_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Fotolia_34636860_Subscription_Monthly_XXL-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Fotolia_34636860_Subscription_Monthly_XXL-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_34636860_Subscription_Monthly_XXL-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_34636860_Subscription_Monthly_XXL-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_34636860_Subscription_Monthly_XXL-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:53:\"Fotolia_34636860_Subscription_Monthly_XXL-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:53:\"Fotolia_34636860_Subscription_Monthly_XXL-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:53:\"Fotolia_34636860_Subscription_Monthly_XXL-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:53:\"Fotolia_34636860_Subscription_Monthly_XXL-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:53:\"Fotolia_34636860_Subscription_Monthly_XXL-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:53:\"Fotolia_34636860_Subscription_Monthly_XXL-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_34636860_Subscription_Monthly_XXL-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3525,'_wp_attached_file','2015/03/Fotolia_44778217_Subscription_Monthly_XXL.jpg'),(40,3525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:53:\"2015/03/Fotolia_44778217_Subscription_Monthly_XXL.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Fotolia_44778217_Subscription_Monthly_XXL-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Fotolia_44778217_Subscription_Monthly_XXL-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_44778217_Subscription_Monthly_XXL-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_44778217_Subscription_Monthly_XXL-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_44778217_Subscription_Monthly_XXL-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:53:\"Fotolia_44778217_Subscription_Monthly_XXL-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:53:\"Fotolia_44778217_Subscription_Monthly_XXL-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:53:\"Fotolia_44778217_Subscription_Monthly_XXL-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:53:\"Fotolia_44778217_Subscription_Monthly_XXL-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:53:\"Fotolia_44778217_Subscription_Monthly_XXL-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:53:\"Fotolia_44778217_Subscription_Monthly_XXL-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_44778217_Subscription_Monthly_XXL-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3526,'_wp_attached_file','2015/03/Fotolia_16820650_Subscription_Monthly_XL.jpg'),(42,3526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:606;s:4:\"file\";s:52:\"2015/03/Fotolia_16820650_Subscription_Monthly_XL.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Fotolia_16820650_Subscription_Monthly_XL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Fotolia_16820650_Subscription_Monthly_XL-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Fotolia_16820650_Subscription_Monthly_XL-768x465.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:52:\"Fotolia_16820650_Subscription_Monthly_XL-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:52:\"Fotolia_16820650_Subscription_Monthly_XL-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:52:\"Fotolia_16820650_Subscription_Monthly_XL-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:52:\"Fotolia_16820650_Subscription_Monthly_XL-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:52:\"Fotolia_16820650_Subscription_Monthly_XL-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:52:\"Fotolia_16820650_Subscription_Monthly_XL-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:52:\"Fotolia_16820650_Subscription_Monthly_XL-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:52:\"Fotolia_16820650_Subscription_Monthly_XL-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:52:\"Fotolia_16820650_Subscription_Monthly_XL-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:52:\"Fotolia_16820650_Subscription_Monthly_XL-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3527,'_wp_attached_file','2015/03/Fotolia_18408743_Subscription_Monthly_XXL.jpg'),(44,3527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:760;s:4:\"file\";s:53:\"2015/03/Fotolia_18408743_Subscription_Monthly_XXL.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_18408743_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Fotolia_18408743_Subscription_Monthly_XXL-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Fotolia_18408743_Subscription_Monthly_XXL-768x584.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_18408743_Subscription_Monthly_XXL-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_18408743_Subscription_Monthly_XXL-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_18408743_Subscription_Monthly_XXL-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:53:\"Fotolia_18408743_Subscription_Monthly_XXL-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:53:\"Fotolia_18408743_Subscription_Monthly_XXL-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:53:\"Fotolia_18408743_Subscription_Monthly_XXL-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:53:\"Fotolia_18408743_Subscription_Monthly_XXL-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:53:\"Fotolia_18408743_Subscription_Monthly_XXL-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:53:\"Fotolia_18408743_Subscription_Monthly_XXL-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_18408743_Subscription_Monthly_XXL-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3528,'_wp_attached_file','2015/03/Fotolia_15185646_Subscription_Monthly_XXL.jpg'),(46,3528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:760;s:4:\"file\";s:53:\"2015/03/Fotolia_15185646_Subscription_Monthly_XXL.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Fotolia_15185646_Subscription_Monthly_XXL-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Fotolia_15185646_Subscription_Monthly_XXL-768x584.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_15185646_Subscription_Monthly_XXL-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_15185646_Subscription_Monthly_XXL-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:53:\"Fotolia_15185646_Subscription_Monthly_XXL-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:53:\"Fotolia_15185646_Subscription_Monthly_XXL-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:53:\"Fotolia_15185646_Subscription_Monthly_XXL-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:53:\"Fotolia_15185646_Subscription_Monthly_XXL-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:53:\"Fotolia_15185646_Subscription_Monthly_XXL-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:53:\"Fotolia_15185646_Subscription_Monthly_XXL-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:53:\"Fotolia_15185646_Subscription_Monthly_XXL-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_15185646_Subscription_Monthly_XXL-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(47,3529,'_wp_attached_file','2015/03/photodune-396585-spa-m.jpg'),(48,3529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:787;s:4:\"file\";s:34:\"2015/03/photodune-396585-spa-m.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"photodune-396585-spa-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"photodune-396585-spa-m-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"photodune-396585-spa-m-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"photodune-396585-spa-m-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:34:\"photodune-396585-spa-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:34:\"photodune-396585-spa-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:34:\"photodune-396585-spa-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:34:\"photodune-396585-spa-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:34:\"photodune-396585-spa-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:34:\"photodune-396585-spa-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:34:\"photodune-396585-spa-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:34:\"photodune-396585-spa-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:34:\"photodune-396585-spa-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:34:\"photodune-396585-spa-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(49,3530,'_wp_attached_file','2015/03/photodune-1177463-spa-woman-hot-stones-massage-m.jpg'),(50,3530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:815;s:4:\"file\";s:60:\"2015/03/photodune-1177463-spa-woman-hot-stones-massage-m.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"photodune-1177463-spa-woman-hot-stones-massage-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"photodune-1177463-spa-woman-hot-stones-massage-m-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"photodune-1177463-spa-woman-hot-stones-massage-m-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"photodune-1177463-spa-woman-hot-stones-massage-m-1024x707.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:60:\"photodune-1177463-spa-woman-hot-stones-massage-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:60:\"photodune-1177463-spa-woman-hot-stones-massage-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:60:\"photodune-1177463-spa-woman-hot-stones-massage-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:60:\"photodune-1177463-spa-woman-hot-stones-massage-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:60:\"photodune-1177463-spa-woman-hot-stones-massage-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:60:\"photodune-1177463-spa-woman-hot-stones-massage-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:60:\"photodune-1177463-spa-woman-hot-stones-massage-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:60:\"photodune-1177463-spa-woman-hot-stones-massage-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:60:\"photodune-1177463-spa-woman-hot-stones-massage-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:60:\"photodune-1177463-spa-woman-hot-stones-massage-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(51,3531,'_wp_attached_file','2015/03/photodune-2673580-brown-sofas-the-lobby-m.jpg'),(52,3531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:787;s:4:\"file\";s:53:\"2015/03/photodune-2673580-brown-sofas-the-lobby-m.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"photodune-2673580-brown-sofas-the-lobby-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"photodune-2673580-brown-sofas-the-lobby-m-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"photodune-2673580-brown-sofas-the-lobby-m-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"photodune-2673580-brown-sofas-the-lobby-m-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:53:\"photodune-2673580-brown-sofas-the-lobby-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:53:\"photodune-2673580-brown-sofas-the-lobby-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:53:\"photodune-2673580-brown-sofas-the-lobby-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:53:\"photodune-2673580-brown-sofas-the-lobby-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:53:\"photodune-2673580-brown-sofas-the-lobby-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:53:\"photodune-2673580-brown-sofas-the-lobby-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:53:\"photodune-2673580-brown-sofas-the-lobby-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:53:\"photodune-2673580-brown-sofas-the-lobby-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:53:\"photodune-2673580-brown-sofas-the-lobby-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:53:\"photodune-2673580-brown-sofas-the-lobby-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(53,3532,'_wp_attached_file','2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m.jpg'),(54,3532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:783;s:4:\"file\";s:61:\"2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"photodune-2681114-penthouse-room-on-a-sunny-day-m-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"photodune-2681114-penthouse-room-on-a-sunny-day-m-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"photodune-2681114-penthouse-room-on-a-sunny-day-m-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:61:\"photodune-2681114-penthouse-room-on-a-sunny-day-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:61:\"photodune-2681114-penthouse-room-on-a-sunny-day-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:61:\"photodune-2681114-penthouse-room-on-a-sunny-day-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:61:\"photodune-2681114-penthouse-room-on-a-sunny-day-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:61:\"photodune-2681114-penthouse-room-on-a-sunny-day-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:61:\"photodune-2681114-penthouse-room-on-a-sunny-day-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:61:\"photodune-2681114-penthouse-room-on-a-sunny-day-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:61:\"photodune-2681114-penthouse-room-on-a-sunny-day-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:61:\"photodune-2681114-penthouse-room-on-a-sunny-day-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:61:\"photodune-2681114-penthouse-room-on-a-sunny-day-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(55,3533,'_wp_attached_file','2015/03/photodune-3290449-concierges-holding-the-cart-and-posing-m.jpg'),(56,3533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:785;s:4:\"file\";s:70:\"2015/03/photodune-3290449-concierges-holding-the-cart-and-posing-m.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"photodune-3290449-concierges-holding-the-cart-and-posing-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"photodune-3290449-concierges-holding-the-cart-and-posing-m-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:70:\"photodune-3290449-concierges-holding-the-cart-and-posing-m-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:71:\"photodune-3290449-concierges-holding-the-cart-and-posing-m-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:70:\"photodune-3290449-concierges-holding-the-cart-and-posing-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:70:\"photodune-3290449-concierges-holding-the-cart-and-posing-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:70:\"photodune-3290449-concierges-holding-the-cart-and-posing-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:70:\"photodune-3290449-concierges-holding-the-cart-and-posing-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:70:\"photodune-3290449-concierges-holding-the-cart-and-posing-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:70:\"photodune-3290449-concierges-holding-the-cart-and-posing-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:70:\"photodune-3290449-concierges-holding-the-cart-and-posing-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:70:\"photodune-3290449-concierges-holding-the-cart-and-posing-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:70:\"photodune-3290449-concierges-holding-the-cart-and-posing-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:70:\"photodune-3290449-concierges-holding-the-cart-and-posing-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(57,3534,'_wp_attached_file','2015/03/photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m.jpg'),(58,3534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:787;s:4:\"file\";s:76:\"2015/03/photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:76:\"photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:76:\"photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:77:\"photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:76:\"photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:76:\"photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:76:\"photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:76:\"photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:76:\"photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:76:\"photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:76:\"photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:76:\"photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:76:\"photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:76:\"photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(59,3539,'_wp_attached_file','2013/12/140H.jpg'),(60,3539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:787;s:4:\"file\";s:16:\"2013/12/140H.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"140H-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"140H-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"140H-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"140H-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:16:\"140H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:16:\"140H-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:16:\"140H-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:16:\"140H-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:16:\"140H-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:16:\"140H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:16:\"140H-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"140H-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:16:\"140H-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:16:\"140H-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(61,3540,'_wp_attached_file','2013/12/156H.jpg'),(62,3540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:787;s:4:\"file\";s:16:\"2013/12/156H.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"156H-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"156H-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"156H-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"156H-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:16:\"156H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:16:\"156H-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:16:\"156H-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:16:\"156H-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:16:\"156H-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:16:\"156H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:16:\"156H-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"156H-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:16:\"156H-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:16:\"156H-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(63,3541,'_wp_attached_file','2013/12/157H.jpg'),(64,3541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:787;s:4:\"file\";s:16:\"2013/12/157H.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"157H-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"157H-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"157H-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"157H-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:16:\"157H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:16:\"157H-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:16:\"157H-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:16:\"157H-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:16:\"157H-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:16:\"157H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:16:\"157H-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"157H-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:16:\"157H-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:16:\"157H-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(65,3542,'_wp_attached_file','2013/12/161H.jpg'),(66,3542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:787;s:4:\"file\";s:16:\"2013/12/161H.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"161H-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"161H-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"161H-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"161H-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:16:\"161H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:16:\"161H-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:16:\"161H-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:16:\"161H-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:16:\"161H-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:16:\"161H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:16:\"161H-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"161H-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:16:\"161H-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:16:\"161H-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(67,3543,'_wp_attached_file','2013/12/113H1.jpg'),(68,3543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:787;s:4:\"file\";s:17:\"2013/12/113H1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"113H1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"113H1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"113H1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"113H1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:17:\"113H1-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:17:\"113H1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:17:\"113H1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:17:\"113H1-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:17:\"113H1-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:17:\"113H1-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:17:\"113H1-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:17:\"113H1-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:17:\"113H1-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:17:\"113H1-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(69,3544,'_wp_attached_file','2013/12/115H.jpg'),(70,3544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:787;s:4:\"file\";s:16:\"2013/12/115H.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"115H-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"115H-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"115H-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"115H-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:16:\"115H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:16:\"115H-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:16:\"115H-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:16:\"115H-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:16:\"115H-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:16:\"115H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:16:\"115H-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"115H-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:16:\"115H-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:16:\"115H-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(71,3545,'_wp_attached_file','2013/12/118H.jpg'),(72,3545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:787;s:4:\"file\";s:16:\"2013/12/118H.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"118H-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"118H-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"118H-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"118H-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:16:\"118H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:16:\"118H-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:16:\"118H-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:16:\"118H-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:16:\"118H-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:16:\"118H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:16:\"118H-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"118H-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:16:\"118H-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:16:\"118H-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(73,3546,'_wp_attached_file','2013/12/121H.jpg'),(74,3546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:787;s:4:\"file\";s:16:\"2013/12/121H.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"121H-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"121H-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"121H-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"121H-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:16:\"121H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:16:\"121H-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:16:\"121H-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:16:\"121H-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:16:\"121H-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:16:\"121H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:16:\"121H-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"121H-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:16:\"121H-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:16:\"121H-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(75,3547,'_wp_attached_file','2013/12/159H.jpg'),(76,3547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:787;s:4:\"file\";s:16:\"2013/12/159H.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"159H-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"159H-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"159H-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"159H-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:16:\"159H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:16:\"159H-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:16:\"159H-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:16:\"159H-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:16:\"159H-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:16:\"159H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:16:\"159H-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"159H-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:16:\"159H-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:16:\"159H-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(77,3548,'_wp_attached_file','2013/11/114H.jpg'),(78,3548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:787;s:4:\"file\";s:16:\"2013/11/114H.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"114H-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"114H-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"114H-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"114H-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:16:\"114H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:16:\"114H-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:16:\"114H-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:16:\"114H-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:16:\"114H-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:16:\"114H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:16:\"114H-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"114H-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:16:\"114H-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:16:\"114H-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(79,3549,'_wp_attached_file','2013/11/160H.jpg'),(80,3549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:787;s:4:\"file\";s:16:\"2013/11/160H.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"160H-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"160H-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"160H-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"160H-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:16:\"160H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:16:\"160H-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:16:\"160H-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:16:\"160H-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:16:\"160H-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:16:\"160H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:16:\"160H-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"160H-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:16:\"160H-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:16:\"160H-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(81,3550,'_wp_attached_file','2013/11/162H.jpg'),(82,3550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:758;s:4:\"file\";s:16:\"2013/11/162H.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"162H-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"162H-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"162H-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"162H-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:16:\"162H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:16:\"162H-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:16:\"162H-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:16:\"162H-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:16:\"162H-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:16:\"162H-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:16:\"162H-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"162H-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:16:\"162H-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:16:\"162H-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(83,3581,'_wp_attached_file','2013/12/contact-bg.jpg'),(84,3581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:764;s:4:\"file\";s:22:\"2013/12/contact-bg.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"contact-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"contact-bg-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"contact-bg-768x391.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"contact-bg-1024x522.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:22:\"contact-bg-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:22:\"contact-bg-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:22:\"contact-bg-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:22:\"contact-bg-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:22:\"contact-bg-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:22:\"contact-bg-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:22:\"contact-bg-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"contact-bg-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:22:\"contact-bg-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:22:\"contact-bg-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(85,3586,'_wp_attached_file','2015/03/single-room-slider-1.jpg'),(86,3586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:330;s:4:\"file\";s:32:\"2015/03/single-room-slider-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"single-room-slider-1-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"single-room-slider-1-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-1-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-1-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:32:\"single-room-slider-1-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-1-440x330.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:32:\"single-room-slider-1-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-1-500x330.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:32:\"single-room-slider-1-700x330.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-1-600x330.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(87,3587,'_wp_attached_file','2015/03/single-room-slider-2.jpg'),(88,3587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:330;s:4:\"file\";s:32:\"2015/03/single-room-slider-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"single-room-slider-2-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"single-room-slider-2-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-2-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-2-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:32:\"single-room-slider-2-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-2-440x330.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:32:\"single-room-slider-2-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-2-500x330.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:32:\"single-room-slider-2-700x330.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-2-600x330.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(89,3588,'_wp_attached_file','2015/03/single-room-slider-3.jpg'),(90,3588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:330;s:4:\"file\";s:32:\"2015/03/single-room-slider-3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"single-room-slider-3-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"single-room-slider-3-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-3-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-3-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-3-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:32:\"single-room-slider-3-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-3-440x330.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:32:\"single-room-slider-3-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-3-500x330.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:32:\"single-room-slider-3-700x330.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-3-600x330.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(91,3589,'_wp_attached_file','2015/03/single-room-slider-4.jpg'),(92,3589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:330;s:4:\"file\";s:32:\"2015/03/single-room-slider-4.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"single-room-slider-4-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"single-room-slider-4-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-4-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-4-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-4-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:32:\"single-room-slider-4-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-4-440x330.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:32:\"single-room-slider-4-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-4-500x330.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:32:\"single-room-slider-4-700x330.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-4-600x330.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93,3590,'_wp_attached_file','2015/03/single-room-slider-5.jpg'),(94,3590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:330;s:4:\"file\";s:32:\"2015/03/single-room-slider-5.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"single-room-slider-5-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"single-room-slider-5-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-5-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-5-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-5-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:32:\"single-room-slider-5-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-5-440x330.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:32:\"single-room-slider-5-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-5-500x330.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:32:\"single-room-slider-5-700x330.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-5-600x330.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(95,3591,'_wp_attached_file','2015/03/single-room-slider-6.jpg'),(96,3591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:330;s:4:\"file\";s:32:\"2015/03/single-room-slider-6.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"single-room-slider-6-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"single-room-slider-6-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-6-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-6-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-6-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:32:\"single-room-slider-6-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-6-440x330.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:32:\"single-room-slider-6-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-6-500x330.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:32:\"single-room-slider-6-700x330.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-6-600x330.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(97,3592,'_wp_attached_file','2015/03/single-room-slider-7.jpg'),(98,3592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:330;s:4:\"file\";s:32:\"2015/03/single-room-slider-7.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"single-room-slider-7-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"single-room-slider-7-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-7-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-7-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-7-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:32:\"single-room-slider-7-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-7-440x330.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:32:\"single-room-slider-7-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-7-500x330.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:32:\"single-room-slider-7-700x330.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-7-600x330.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(99,3593,'_wp_attached_file','2015/03/single-room-slider-8.jpg'),(100,3593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:330;s:4:\"file\";s:32:\"2015/03/single-room-slider-8.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"single-room-slider-8-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"single-room-slider-8-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-8-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-8-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-8-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:32:\"single-room-slider-8-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-8-440x330.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:32:\"single-room-slider-8-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-8-500x330.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:32:\"single-room-slider-8-700x330.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-8-600x330.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(101,3594,'_wp_attached_file','2015/03/single-room-slider-9.jpg'),(102,3594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:330;s:4:\"file\";s:32:\"2015/03/single-room-slider-9.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"single-room-slider-9-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"single-room-slider-9-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-9-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-9-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:32:\"single-room-slider-9-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:32:\"single-room-slider-9-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-9-440x330.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:32:\"single-room-slider-9-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"single-room-slider-9-500x330.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:32:\"single-room-slider-9-700x330.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:32:\"single-room-slider-9-600x330.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(103,3652,'_wp_attached_file','2015/03/bg-pattern.png'),(104,3652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:28;s:6:\"height\";i:48;s:4:\"file\";s:22:\"2015/03/bg-pattern.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(105,3689,'_wp_attached_file','2013/11/testimonial-1.jpg'),(106,3689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2013/11/testimonial-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"testimonial-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(107,3690,'_wp_attached_file','2013/11/testimonial-2.jpg'),(108,3690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2013/11/testimonial-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"testimonial-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(109,3691,'_wp_attached_file','2013/11/testimonial-3.jpg'),(110,3691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2013/11/testimonial-3.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"testimonial-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(111,3692,'_wp_attached_file','2013/11/testimonial-4.jpg'),(112,3692,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2013/11/testimonial-4.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"testimonial-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(113,3693,'_wp_attached_file','2013/11/testimonial-5.jpg'),(114,3693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2013/11/testimonial-5.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"testimonial-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(115,3694,'_wp_attached_file','2013/11/testimonial-6.jpg'),(116,3694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2013/11/testimonial-6.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"testimonial-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(117,3700,'_wp_attached_file','2015/03/footer-banner-1.jpg'),(118,3700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:155;s:6:\"height\";i:87;s:4:\"file\";s:27:\"2015/03/footer-banner-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"footer-banner-1-150x87.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(119,3701,'_wp_attached_file','2015/03/footer-banner-2.jpg'),(120,3701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:155;s:6:\"height\";i:87;s:4:\"file\";s:27:\"2015/03/footer-banner-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"footer-banner-2-150x87.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(121,3714,'_wp_attached_file','2013/12/mockup-1.png'),(122,3714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:625;s:4:\"file\";s:20:\"2013/12/mockup-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"mockup-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"mockup-1-120x300.png\";s:5:\"width\";i:120;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:20:\"mockup-1-250x330.png\";s:5:\"width\";i:250;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:20:\"mockup-1-250x400.png\";s:5:\"width\";i:250;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:20:\"mockup-1-250x300.png\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:20:\"mockup-1-250x340.png\";s:5:\"width\";i:250;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:20:\"mockup-1-250x550.png\";s:5:\"width\";i:250;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:20:\"mockup-1-250x330.png\";s:5:\"width\";i:250;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:20:\"mockup-1-250x380.png\";s:5:\"width\";i:250;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"mockup-1-250x550.png\";s:5:\"width\";i:250;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:20:\"mockup-1-250x400.png\";s:5:\"width\";i:250;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:20:\"mockup-1-250x388.png\";s:5:\"width\";i:250;s:6:\"height\";i:388;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:{}}}'),(123,3738,'_wp_attached_file','2015/03/bg-service.jpg'),(124,3738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2015/03/bg-service.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-service-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"bg-service-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"bg-service-768x295.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"bg-service-1024x394.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:22:\"bg-service-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:22:\"bg-service-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:22:\"bg-service-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:22:\"bg-service-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:22:\"bg-service-440x500.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:22:\"bg-service-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:22:\"bg-service-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"bg-service-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:22:\"bg-service-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-service-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(125,3745,'_wp_attached_file','2015/03/awards-logo.jpg'),(126,3745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:548;s:6:\"height\";i:78;s:4:\"file\";s:23:\"2015/03/awards-logo.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"awards-logo-150x78.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"awards-logo-300x43.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:22:\"awards-logo-400x78.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:22:\"awards-logo-400x78.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:22:\"awards-logo-400x78.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:22:\"awards-logo-440x78.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"awards-logo-500x78.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(127,3746,'_wp_attached_file','2015/03/service-1.jpg'),(128,3746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2015/03/service-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"service-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"service-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:21:\"service-1-500x330.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:21:\"service-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:21:\"service-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:21:\"service-1-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:21:\"service-1-440x500.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:21:\"service-1-500x330.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:21:\"service-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:21:\"service-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:21:\"service-1-500x400.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:21:\"service-1-500x388.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(129,3751,'_wp_attached_file','2015/03/service-2.jpg'),(130,3751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2015/03/service-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"service-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"service-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:21:\"service-2-500x330.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:21:\"service-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:21:\"service-2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:21:\"service-2-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:21:\"service-2-440x500.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:21:\"service-2-500x330.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:21:\"service-2-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:21:\"service-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:21:\"service-2-500x400.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:21:\"service-2-500x388.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(131,3755,'_wp_attached_file','2015/03/slider-1.jpg'),(132,3755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:871;s:4:\"file\";s:20:\"2015/03/slider-1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider-1-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-1-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:20:\"slider-1-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:20:\"slider-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:20:\"slider-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:20:\"slider-1-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:20:\"slider-1-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:20:\"slider-1-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:20:\"slider-1-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"slider-1-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:20:\"slider-1-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-1-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3767,'_wp_attached_file','2015/04/slider-2.jpg'),(134,3767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2015/04/slider-2.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-2-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider-2-768x414.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-2-1024x551.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:20:\"slider-2-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:20:\"slider-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:20:\"slider-2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:20:\"slider-2-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:20:\"slider-2-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:20:\"slider-2-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:20:\"slider-2-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"slider-2-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:20:\"slider-2-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-2-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3768,'_wp_attached_file','2015/04/slider-3.jpg'),(136,3768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2015/04/slider-3.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-3-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider-3-768x414.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-3-1024x551.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:20:\"slider-3-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:20:\"slider-3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:20:\"slider-3-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:20:\"slider-3-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:20:\"slider-3-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:20:\"slider-3-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:20:\"slider-3-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"slider-3-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:20:\"slider-3-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-3-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3787,'_wp_attached_file','2015/04/booking-management.png'),(138,3787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1321;s:6:\"height\";i:918;s:4:\"file\";s:30:\"2015/04/booking-management.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"booking-management-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"booking-management-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"booking-management-768x534.png\";s:5:\"width\";i:768;s:6:\"height\";i:534;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"booking-management-1024x712.png\";s:5:\"width\";i:1024;s:6:\"height\";i:712;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:30:\"booking-management-750x330.png\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:30:\"booking-management-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:30:\"booking-management-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:30:\"booking-management-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:30:\"booking-management-440x550.png\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:30:\"booking-management-750x330.png\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:30:\"booking-management-980x380.png\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"booking-management-500x550.png\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:30:\"booking-management-700x400.png\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:30:\"booking-management-600x388.png\";s:5:\"width\";i:600;s:6:\"height\";i:388;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,3793,'_wp_attached_file','2015/04/logo-light.png'),(140,3793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:499;s:6:\"height\";i:163;s:4:\"file\";s:22:\"2015/04/logo-light.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-light-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"logo-light-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:22:\"logo-light-400x163.png\";s:5:\"width\";i:400;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:22:\"logo-light-400x163.png\";s:5:\"width\";i:400;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:22:\"logo-light-400x163.png\";s:5:\"width\";i:400;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:22:\"logo-light-440x163.png\";s:5:\"width\";i:440;s:6:\"height\";i:163;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:{}}}'),(141,3950,'_wp_attached_file','2015/05/slider-4.jpg'),(142,3950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:650;s:4:\"file\";s:20:\"2015/05/slider-4.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-4-300x130.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider-4-768x333.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-4-1024x444.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:20:\"slider-4-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:20:\"slider-4-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:20:\"slider-4-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:20:\"slider-4-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:20:\"slider-4-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:20:\"slider-4-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:20:\"slider-4-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"slider-4-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:20:\"slider-4-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-4-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(143,3951,'_wp_attached_file','2015/04/slider-1.jpg'),(144,3951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2015/04/slider-1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-1-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider-1-768x336.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-1-1024x448.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:20:\"slider-1-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:20:\"slider-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:20:\"slider-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:20:\"slider-1-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:20:\"slider-1-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:20:\"slider-1-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:20:\"slider-1-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"slider-1-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:20:\"slider-1-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-1-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(145,3952,'_wp_attached_file','2015/04/slider-31.jpg'),(146,3952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:700;s:4:\"file\";s:21:\"2015/04/slider-31.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider-31-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider-31-768x414.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider-31-1024x551.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:21:\"slider-31-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:21:\"slider-31-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:21:\"slider-31-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:21:\"slider-31-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:21:\"slider-31-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:21:\"slider-31-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:21:\"slider-31-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:21:\"slider-31-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:21:\"slider-31-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-31-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(147,3953,'_wp_attached_file','2015/04/slider-21.jpg'),(148,3953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:700;s:4:\"file\";s:21:\"2015/04/slider-21.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider-21-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider-21-768x414.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider-21-1024x551.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:21:\"slider-21-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:21:\"slider-21-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:21:\"slider-21-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:21:\"slider-21-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:21:\"slider-21-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:21:\"slider-21-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:21:\"slider-21-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:21:\"slider-21-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:21:\"slider-21-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-21-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(149,3957,'_wp_attached_file','2015/03/hostel-service-1.png'),(150,3957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:131;s:6:\"height\";i:131;s:4:\"file\";s:28:\"2015/03/hostel-service-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(151,3958,'_wp_attached_file','2015/03/hostel-service-2.png'),(152,3958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:131;s:6:\"height\";i:131;s:4:\"file\";s:28:\"2015/03/hostel-service-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(153,3959,'_wp_attached_file','2015/03/hostel-service-3.png'),(154,3959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:131;s:6:\"height\";i:131;s:4:\"file\";s:28:\"2015/03/hostel-service-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(155,3960,'_wp_attached_file','2015/03/hostel-service-4.png'),(156,3960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:131;s:6:\"height\";i:131;s:4:\"file\";s:28:\"2015/03/hostel-service-4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(157,3961,'_wp_attached_file','2015/03/hostel-service-5.png'),(158,3961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:131;s:6:\"height\";i:131;s:4:\"file\";s:28:\"2015/03/hostel-service-5.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(159,3962,'_wp_attached_file','2015/03/hostel-service-6.png'),(160,3962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:131;s:6:\"height\";i:131;s:4:\"file\";s:28:\"2015/03/hostel-service-6.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(161,3963,'_wp_attached_file','2015/03/hostel-service-bg.jpg'),(162,3963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1000;s:4:\"file\";s:29:\"2015/03/hostel-service-bg.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"hostel-service-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"hostel-service-bg-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"hostel-service-bg-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"hostel-service-bg-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:29:\"hostel-service-bg-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:29:\"hostel-service-bg-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:29:\"hostel-service-bg-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:29:\"hostel-service-bg-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:29:\"hostel-service-bg-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:29:\"hostel-service-bg-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:29:\"hostel-service-bg-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"hostel-service-bg-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:29:\"hostel-service-bg-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:29:\"hostel-service-bg-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(163,3964,'_wp_attached_file','2015/03/hostel-skill-bg.jpg'),(164,3964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2015/03/hostel-skill-bg.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"hostel-skill-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"hostel-skill-bg-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"hostel-skill-bg-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"hostel-skill-bg-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:27:\"hostel-skill-bg-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:27:\"hostel-skill-bg-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:27:\"hostel-skill-bg-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:27:\"hostel-skill-bg-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:27:\"hostel-skill-bg-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:27:\"hostel-skill-bg-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:27:\"hostel-skill-bg-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"hostel-skill-bg-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:27:\"hostel-skill-bg-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:27:\"hostel-skill-bg-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(165,3978,'_wp_attached_file','2015/08/photodune-1183283-hotel-room-s.jpg'),(166,3978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:975;s:6:\"height\";i:615;s:4:\"file\";s:42:\"2015/08/photodune-1183283-hotel-room-s.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"photodune-1183283-hotel-room-s-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"photodune-1183283-hotel-room-s-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"photodune-1183283-hotel-room-s-768x484.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:42:\"photodune-1183283-hotel-room-s-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:42:\"photodune-1183283-hotel-room-s-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:42:\"photodune-1183283-hotel-room-s-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:42:\"photodune-1183283-hotel-room-s-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:42:\"photodune-1183283-hotel-room-s-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:42:\"photodune-1183283-hotel-room-s-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:42:\"photodune-1183283-hotel-room-s-975x380.jpg\";s:5:\"width\";i:975;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:42:\"photodune-1183283-hotel-room-s-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:42:\"photodune-1183283-hotel-room-s-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:42:\"photodune-1183283-hotel-room-s-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(167,3979,'_wp_attached_file','2015/08/photodune-1183292-hotel-room-s.jpg'),(168,3979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:972;s:6:\"height\";i:617;s:4:\"file\";s:42:\"2015/08/photodune-1183292-hotel-room-s.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"photodune-1183292-hotel-room-s-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"photodune-1183292-hotel-room-s-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"photodune-1183292-hotel-room-s-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:42:\"photodune-1183292-hotel-room-s-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:42:\"photodune-1183292-hotel-room-s-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:42:\"photodune-1183292-hotel-room-s-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:42:\"photodune-1183292-hotel-room-s-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:42:\"photodune-1183292-hotel-room-s-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:42:\"photodune-1183292-hotel-room-s-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:42:\"photodune-1183292-hotel-room-s-972x380.jpg\";s:5:\"width\";i:972;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:42:\"photodune-1183292-hotel-room-s-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:42:\"photodune-1183292-hotel-room-s-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:42:\"photodune-1183292-hotel-room-s-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(169,3784,'post-option','{\"coupon-code\":\"FA0898\",\"coupon-amount\":\"100\",\"coupon-expiry\":\"2024-04-13\",\"coupon-discount-type\":\"percent\",\"coupon-discount-amount\":\"25\",\"specify-room\":\"\"}'),(170,3784,'gdlr-coupon-code','FA0898'),(171,3784,'gdlr-coupon-num','4'),(172,3786,'post-option','{\"coupon-code\":\"SP0786\",\"coupon-amount\":\"50\",\"coupon-expiry\":\"2024-04-23\",\"coupon-discount-type\":\"percent\",\"coupon-discount-amount\":\"15\",\"specify-room\":\"\"}'),(173,3786,'gdlr-coupon-code','SP0786'),(174,3786,'gdlr-coupon-num','4'),(175,3977,'hostel_paid_not_available','a:0:{}'),(176,3977,'hostel_booking_not_available','a:0:{}'),(177,3977,'_edit_last','1'),(178,3977,'_thumbnail_id','3513'),(179,3977,'post-option','{\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"6\",\"room-type\":\"dorm\",\"room-base-price-weekend\":\"35\",\"room-base-price\":\"50\",\"special-season-pricing\":\"[]\",\"facilities-and-services\":\"[{|gq2|title|gq2|:|gq2|Bathroom|gq2|,|gq2|value|gq2|:|gq2|Shared|gq2|},{|gq2|title|gq2|:|gq2|Max|gq2|,|gq2|value|gq2|:|gq2|6 Guests|gq2|},{|gq2|title|gq2|:|gq2|Common Room|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Wifi|gq2|,|gq2|value|gq2|:|gq2|Free|gq2|},{|gq2|title|gq2|:|gq2|Breakfast|gq2|,|gq2|value|gq2|:|gq2|Included|gq2|},{|gq2|title|gq2|:|gq2|Lockers|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Bookshelf|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Kitchen|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|}]\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"[[3593,3589,3588,3590,3594],{|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3593|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-8-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3594|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-9-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3593,3589,3587,3588,3586],{|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3593|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-8-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(180,3977,'gdlr_room_amount','6'),(181,3977,'gdlr_room_type','dorm'),(182,3980,'_wp_attached_file','2015/08/photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m.jpg'),(183,3980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:855;s:4:\"file\";s:68:\"2015/08/photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:69:\"photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:68:\"photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:68:\"photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:68:\"photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:68:\"photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:68:\"photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:68:\"photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:68:\"photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:68:\"photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:68:\"photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:68:\"photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3992,'_wp_attached_file','2015/08/single-room-slider-10.jpg'),(185,3992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:330;s:4:\"file\";s:33:\"2015/08/single-room-slider-10.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"single-room-slider-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"single-room-slider-10-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"single-room-slider-10-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:33:\"single-room-slider-10-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:33:\"single-room-slider-10-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:33:\"single-room-slider-10-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:33:\"single-room-slider-10-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:33:\"single-room-slider-10-440x330.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:33:\"single-room-slider-10-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:33:\"single-room-slider-10-500x330.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:33:\"single-room-slider-10-700x330.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:33:\"single-room-slider-10-600x330.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3993,'_wp_attached_file','2015/08/single-room-slider-11.jpg'),(187,3993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:330;s:4:\"file\";s:33:\"2015/08/single-room-slider-11.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"single-room-slider-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"single-room-slider-11-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"single-room-slider-11-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:33:\"single-room-slider-11-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:33:\"single-room-slider-11-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:33:\"single-room-slider-11-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:33:\"single-room-slider-11-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:33:\"single-room-slider-11-440x330.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:33:\"single-room-slider-11-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:33:\"single-room-slider-11-500x330.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:33:\"single-room-slider-11-700x330.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:33:\"single-room-slider-11-600x330.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,3994,'_wp_attached_file','2015/08/single-room-slider-12.jpg'),(189,3994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:330;s:4:\"file\";s:33:\"2015/08/single-room-slider-12.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"single-room-slider-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"single-room-slider-12-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"single-room-slider-12-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:33:\"single-room-slider-12-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:33:\"single-room-slider-12-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:33:\"single-room-slider-12-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:33:\"single-room-slider-12-400x330.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:33:\"single-room-slider-12-440x330.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:33:\"single-room-slider-12-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:33:\"single-room-slider-12-500x330.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:33:\"single-room-slider-12-700x330.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:33:\"single-room-slider-12-600x330.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,4003,'_wp_attached_file','2015/08/awards-logo-dark.jpg'),(191,4003,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:539;s:6:\"height\";i:81;s:4:\"file\";s:28:\"2015/08/awards-logo-dark.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"awards-logo-dark-150x81.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"awards-logo-dark-300x45.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:27:\"awards-logo-dark-400x81.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:27:\"awards-logo-dark-400x81.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:27:\"awards-logo-dark-400x81.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:27:\"awards-logo-dark-440x81.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"awards-logo-dark-500x81.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,4006,'_wp_attached_file','2015/08/slider-1.jpg'),(193,4006,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2015/08/slider-1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-1-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:20:\"slider-1-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:20:\"slider-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:20:\"slider-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:20:\"slider-1-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:20:\"slider-1-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:20:\"slider-1-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:20:\"slider-1-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"slider-1-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:20:\"slider-1-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-1-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,4007,'_wp_attached_file','2015/08/slider-2.jpg'),(195,4007,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2015/08/slider-2.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider-2-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-2-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:20:\"slider-2-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:20:\"slider-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:20:\"slider-2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:20:\"slider-2-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:20:\"slider-2-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:20:\"slider-2-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:20:\"slider-2-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"slider-2-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:20:\"slider-2-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-2-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,4008,'_wp_attached_file','2015/08/slider-3.jpg'),(197,4008,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2015/08/slider-3.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-3-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider-3-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-3-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:20:\"slider-3-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:20:\"slider-3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:20:\"slider-3-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:20:\"slider-3-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:20:\"slider-3-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:20:\"slider-3-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:20:\"slider-3-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"slider-3-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:20:\"slider-3-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-3-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,4022,'_wp_attached_file','2015/08/shutterstock_104637488-2.jpg'),(199,4022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:851;s:4:\"file\";s:36:\"2015/08/shutterstock_104637488-2.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"shutterstock_104637488-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"shutterstock_104637488-2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"shutterstock_104637488-2-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"shutterstock_104637488-2-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:36:\"shutterstock_104637488-2-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:36:\"shutterstock_104637488-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:36:\"shutterstock_104637488-2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:36:\"shutterstock_104637488-2-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:36:\"shutterstock_104637488-2-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:36:\"shutterstock_104637488-2-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:36:\"shutterstock_104637488-2-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:36:\"shutterstock_104637488-2-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:36:\"shutterstock_104637488-2-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:36:\"shutterstock_104637488-2-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,4023,'_wp_attached_file','2015/08/photodune-4681753-kitchen-m.jpg'),(201,4023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:822;s:4:\"file\";s:39:\"2015/08/photodune-4681753-kitchen-m.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"photodune-4681753-kitchen-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"photodune-4681753-kitchen-m-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"photodune-4681753-kitchen-m-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"photodune-4681753-kitchen-m-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:39:\"photodune-4681753-kitchen-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:39:\"photodune-4681753-kitchen-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:39:\"photodune-4681753-kitchen-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:39:\"photodune-4681753-kitchen-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:39:\"photodune-4681753-kitchen-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:39:\"photodune-4681753-kitchen-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:39:\"photodune-4681753-kitchen-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:39:\"photodune-4681753-kitchen-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:39:\"photodune-4681753-kitchen-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:39:\"photodune-4681753-kitchen-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,4025,'_wp_attached_file','2015/08/photodune-5458722-loft-m.jpg'),(203,4025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:36:\"2015/08/photodune-5458722-loft-m.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"photodune-5458722-loft-m-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"photodune-5458722-loft-m-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"photodune-5458722-loft-m-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"photodune-5458722-loft-m-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:36:\"photodune-5458722-loft-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:36:\"photodune-5458722-loft-m-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:36:\"photodune-5458722-loft-m-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:36:\"photodune-5458722-loft-m-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:36:\"photodune-5458722-loft-m-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:36:\"photodune-5458722-loft-m-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:36:\"photodune-5458722-loft-m-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:36:\"photodune-5458722-loft-m-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:36:\"photodune-5458722-loft-m-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:36:\"photodune-5458722-loft-m-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(204,4026,'_wp_attached_file','2015/08/shutterstock_154585508.jpg'),(205,4026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:34:\"2015/08/shutterstock_154585508.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_154585508-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_154585508-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_154585508-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_154585508-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:34:\"shutterstock_154585508-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:34:\"shutterstock_154585508-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:34:\"shutterstock_154585508-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:34:\"shutterstock_154585508-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:34:\"shutterstock_154585508-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:34:\"shutterstock_154585508-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:34:\"shutterstock_154585508-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:34:\"shutterstock_154585508-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:34:\"shutterstock_154585508-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_154585508-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(206,4027,'_wp_attached_file','2015/08/photodune-1183292-hotel-room-s1.jpg'),(207,4027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:972;s:6:\"height\";i:617;s:4:\"file\";s:43:\"2015/08/photodune-1183292-hotel-room-s1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"photodune-1183292-hotel-room-s1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"photodune-1183292-hotel-room-s1-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"photodune-1183292-hotel-room-s1-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:43:\"photodune-1183292-hotel-room-s1-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:43:\"photodune-1183292-hotel-room-s1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:43:\"photodune-1183292-hotel-room-s1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:43:\"photodune-1183292-hotel-room-s1-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:43:\"photodune-1183292-hotel-room-s1-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:43:\"photodune-1183292-hotel-room-s1-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:43:\"photodune-1183292-hotel-room-s1-972x380.jpg\";s:5:\"width\";i:972;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:43:\"photodune-1183292-hotel-room-s1-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:43:\"photodune-1183292-hotel-room-s1-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:43:\"photodune-1183292-hotel-room-s1-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(208,4033,'_wp_attached_file','2015/08/service-testimonial-bg.jpg'),(209,4033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2015/08/service-testimonial-bg.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"service-testimonial-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"service-testimonial-bg-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"service-testimonial-bg-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"service-testimonial-bg-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:34:\"service-testimonial-bg-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:34:\"service-testimonial-bg-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:34:\"service-testimonial-bg-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:34:\"service-testimonial-bg-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:34:\"service-testimonial-bg-440x550.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:34:\"service-testimonial-bg-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:34:\"service-testimonial-bg-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:34:\"service-testimonial-bg-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:34:\"service-testimonial-bg-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:34:\"service-testimonial-bg-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(210,4066,'_wp_attached_file','2015/08/logo-hostel.png'),(211,4066,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:406;s:6:\"height\";i:80;s:4:\"file\";s:23:\"2015/08/logo-hostel.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-hostel-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"logo-hostel-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:22:\"logo-hostel-400x80.png\";s:5:\"width\";i:400;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:22:\"logo-hostel-400x80.png\";s:5:\"width\";i:400;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:22:\"logo-hostel-400x80.png\";s:5:\"width\";i:400;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:{}}}'),(212,4069,'_wp_attached_file','2015/08/page-title-transparent.jpg'),(213,4069,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2015/08/page-title-transparent.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"page-title-transparent-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"page-title-transparent-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"page-title-transparent-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"page-title-transparent-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:34:\"page-title-transparent-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:34:\"page-title-transparent-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:34:\"page-title-transparent-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:34:\"page-title-transparent-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:34:\"page-title-transparent-440x400.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:34:\"page-title-transparent-750x330.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:34:\"page-title-transparent-980x380.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:34:\"page-title-transparent-500x400.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:34:\"page-title-transparent-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:34:\"page-title-transparent-600x388.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(214,4092,'_wp_attached_file','2015/08/awards-logo-dark-2.jpg'),(215,4092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:539;s:6:\"height\";i:81;s:4:\"file\";s:30:\"2015/08/awards-logo-dark-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"awards-logo-dark-2-150x81.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"awards-logo-dark-2-300x45.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:29:\"awards-logo-dark-2-400x81.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:29:\"awards-logo-dark-2-400x81.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:29:\"awards-logo-dark-2-400x81.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:29:\"awards-logo-dark-2-440x81.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"awards-logo-dark-2-500x81.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(336,3983,'hostel_paid_not_available','a:0:{}'),(337,3983,'hostel_booking_not_available','a:0:{}'),(338,3983,'_edit_last','1'),(339,3983,'_thumbnail_id','3510'),(340,3983,'post-option','{\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"6\",\"room-type\":\"dorm\",\"room-base-price-weekend\":\"35\",\"room-base-price\":\"50\",\"special-season-pricing\":\"[]\",\"facilities-and-services\":\"[{|gq2|title|gq2|:|gq2|Bathroom|gq2|,|gq2|value|gq2|:|gq2|Shared|gq2|},{|gq2|title|gq2|:|gq2|Max|gq2|,|gq2|value|gq2|:|gq2|6 Guests|gq2|},{|gq2|title|gq2|:|gq2|Common Room|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Wifi|gq2|,|gq2|value|gq2|:|gq2|Free|gq2|},{|gq2|title|gq2|:|gq2|Breakfast|gq2|,|gq2|value|gq2|:|gq2|Included|gq2|},{|gq2|title|gq2|:|gq2|Lockers|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Bookshelf|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Kitchen|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|}]\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"[[3590,3589,3588,3593,3594],{|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3593|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-8-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3594|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-9-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3590,3589,3588,3587,3586],{|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(341,3983,'gdlr_room_amount','6'),(342,3983,'gdlr_room_type','dorm'),(343,3983,'_dp_original','3977'),(344,3984,'hostel_paid_not_available','a:0:{}'),(345,3984,'hostel_booking_not_available','a:0:{}'),(346,3984,'_edit_last','1'),(347,3984,'_thumbnail_id','3514'),(348,3984,'post-option','{\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"8\",\"room-type\":\"dorm\",\"room-base-price-weekend\":\"28\",\"room-base-price\":\"45\",\"special-season-pricing\":\"[]\",\"facilities-and-services\":\"[{|gq2|title|gq2|:|gq2|Bathroom|gq2|,|gq2|value|gq2|:|gq2|Shared|gq2|},{|gq2|title|gq2|:|gq2|Max|gq2|,|gq2|value|gq2|:|gq2|8 Guests|gq2|},{|gq2|title|gq2|:|gq2|Common Room|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Wifi|gq2|,|gq2|value|gq2|:|gq2|Free|gq2|},{|gq2|title|gq2|:|gq2|Breakfast|gq2|,|gq2|value|gq2|:|gq2|Included|gq2|},{|gq2|title|gq2|:|gq2|Lockers|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Bookshelf|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Kitchen|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|}]\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"[[3594,3589,3588,3590,3593],{|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3593|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-8-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3594|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-9-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3594,3589,3588,3587,3586],{|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3594|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-9-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(349,3984,'gdlr_room_amount','8'),(350,3984,'gdlr_room_type','dorm'),(351,3984,'_dp_original','3983'),(352,3985,'hostel_paid_not_available','a:0:{}'),(353,3985,'hostel_booking_not_available','a:0:{}'),(354,3985,'_edit_last','1'),(355,3985,'_thumbnail_id','3978'),(356,3985,'post-option','{\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"8\",\"room-type\":\"dorm\",\"room-base-price-weekend\":\"28\",\"room-base-price\":\"45\",\"special-season-pricing\":\"[]\",\"facilities-and-services\":\"[{|gq2|title|gq2|:|gq2|Bathroom|gq2|,|gq2|value|gq2|:|gq2|Shared|gq2|},{|gq2|title|gq2|:|gq2|Max|gq2|,|gq2|value|gq2|:|gq2|8 Guests|gq2|},{|gq2|title|gq2|:|gq2|Common Room|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Wifi|gq2|,|gq2|value|gq2|:|gq2|Free|gq2|},{|gq2|title|gq2|:|gq2|Breakfast|gq2|,|gq2|value|gq2|:|gq2|Included|gq2|},{|gq2|title|gq2|:|gq2|Lockers|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Bookshelf|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Kitchen|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|}]\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"[[],{|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3593|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-8-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3594|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-9-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3978|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/08/photodune-1183283-hotel-room-s-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3994,3588,3587,3586,3589],{|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3994|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/08/single-room-slider-12-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(357,3985,'gdlr_room_amount','8'),(358,3985,'gdlr_room_type','dorm'),(359,3985,'_dp_original','3984'),(360,3986,'hostel_paid_not_available','a:0:{}'),(361,3986,'hostel_booking_not_available','a:0:{}'),(362,3986,'_edit_last','1'),(363,3986,'_thumbnail_id','3979'),(364,3986,'post-option','{\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"3\",\"room-type\":\"private\",\"room-base-price-weekend\":\"100\",\"room-base-price\":\"120\",\"special-season-pricing\":\"[]\",\"facilities-and-services\":\"[{|gq2|title|gq2|:|gq2|Bathroom|gq2|,|gq2|value|gq2|:|gq2|Ensuite|gq2|},{|gq2|title|gq2|:|gq2|Max|gq2|,|gq2|value|gq2|:|gq2|3 Guests|gq2|},{|gq2|title|gq2|:|gq2|Common Room|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Wifi|gq2|,|gq2|value|gq2|:|gq2|Free|gq2|},{|gq2|title|gq2|:|gq2|Breakfast|gq2|,|gq2|value|gq2|:|gq2|Included|gq2|},{|gq2|title|gq2|:|gq2|Lockers|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Bookshelf|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Kitchen|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|}]\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"[[],{|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3593|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-8-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3594|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-9-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3978|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/08/photodune-1183283-hotel-room-s-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3993,3589,3588,3586,3587],{|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3993|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/08/single-room-slider-11-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(365,3986,'gdlr_room_amount','3'),(366,3986,'gdlr_room_type','private'),(367,3986,'_dp_original','3985'),(368,3987,'hostel_paid_not_available','a:0:{}'),(369,3987,'hostel_booking_not_available','a:0:{}'),(370,3987,'_edit_last','1'),(371,3987,'_thumbnail_id','3980'),(372,3987,'post-option','{\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"2\",\"room-type\":\"private\",\"room-base-price-weekend\":\"90\",\"room-base-price\":\"115\",\"special-season-pricing\":\"[]\",\"facilities-and-services\":\"[{|gq2|title|gq2|:|gq2|Bathroom|gq2|,|gq2|value|gq2|:|gq2|Ensuite|gq2|},{|gq2|title|gq2|:|gq2|Max|gq2|,|gq2|value|gq2|:|gq2|2 Guests|gq2|},{|gq2|title|gq2|:|gq2|Common Room|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Wifi|gq2|,|gq2|value|gq2|:|gq2|Free|gq2|},{|gq2|title|gq2|:|gq2|Breakfast|gq2|,|gq2|value|gq2|:|gq2|Included|gq2|},{|gq2|title|gq2|:|gq2|Lockers|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Bookshelf|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|},{|gq2|title|gq2|:|gq2|Kitchen|gq2|,|gq2|value|gq2|:|gq2|Yes|gq2|}]\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"[[],{|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3593|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-8-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3594|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-9-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3978|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/08/photodune-1183283-hotel-room-s-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3992,3589,3588,3586],{|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3992|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/hostel/wp-content/uploads/2015/08/single-room-slider-10-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(373,3987,'gdlr_room_amount','2'),(374,3987,'gdlr_room_type','private'),(375,3987,'_dp_original','3986'),(376,29,'above-sidebar','[]'),(377,29,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"news\",\"tag\":\"\",\"num-excerpt\":\"42\",\"num-fetch\":\"6\",\"blog-style\":\"blog-full\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"post-thumbnail-size\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"enable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(378,29,'below-sidebar','[]'),(379,29,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"disable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(380,84,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption Lines Here\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(381,84,'above-sidebar','[]'),(382,84,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-1.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3689|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|John Dow|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Head Chef|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-2.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3690|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Ricardo Goff|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Layers|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-3.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3691|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Jennifer Dawn|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Lawyer|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-4.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3692|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Paul Smith|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Doctor|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-5.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3693|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Alan Christier|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Accountant|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-6.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3694|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Joan Coal|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Sales Manager|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|}]\",\"title-type\":\"left\",\"title\":\"Rounded Style With Carousel\",\"caption\":\"\",\"testimonial-columns\":\"3\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"round-style\",\"margin-bottom\":\"80px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"no-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"75px\",\"padding-bottom\":\"15px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-1.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3689|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|John Doe |gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Head Chef|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-2.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3690|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Ricardo Goff|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Lawyer|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-3.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3691|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Jennifer Dawn|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Doctor|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-4.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3692|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Paul Smith|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Doctor|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-5.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3693|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Alan Christier|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Accountant|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-6.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3694|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Joan Coal|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Sales Manager|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|}]\",\"title-type\":\"left\",\"title\":\"Box Style With Carousel\",\"caption\":\"\",\"testimonial-columns\":\"3\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"box-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ededed\",\"skin\":\"no-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"35px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-1.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3689|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|John Doe|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Head Cheff|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-2.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3690|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Ricardo Goff|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Lawyer|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-3.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3691|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Jennifer Dawn|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Dentist|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-4.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3692|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Paul Smith|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Doctor|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-5.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3693|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Alan Christier|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Accountant|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/testimonial-6.jpg|gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2|3694|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Joan Coal|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Sales Manager|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cum sociis natoque penatus et maed pognis dis parturient montes, scettur aieo ridiculus mus. Etiam portaem maleyo io suada magna mollis euismod.|gq2|}]\",\"title-type\":\"left\",\"title\":\"Plain Style With Carousel\",\"caption\":\"\",\"testimonial-columns\":\"3\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"plain-style\",\"margin-bottom\":\"80px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"no-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"5px\"}}]'),(383,84,'below-sidebar','[]'),(384,84,'gdlr_room_amount',''),(385,84,'gdlr_max_people',''),(386,100,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(387,100,'above-sidebar','[]'),(388,100,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"portfolio-style\":\"classic-portfolio\",\"num-fetch\":\"9\",\"num-excerpt\":\"23\",\"portfolio-size\":\"1/3\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"disable\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"20px\"}}]'),(389,100,'below-sidebar','[]'),(390,116,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(391,116,'above-sidebar','[]'),(392,116,'content-with-sidebar','[]'),(393,116,'below-sidebar','[]'),(394,116,'_post_restored_from','a:3:{s:20:\"restored_revision_id\";i:134;s:16:\"restored_by_user\";i:1;s:13:\"restored_time\";i:1385927197;}'),(395,120,'gdlr_max_people',''),(396,120,'gdlr_room_amount',''),(397,120,'below-sidebar','[]'),(398,120,'content-with-sidebar','[]'),(399,120,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(400,120,'above-sidebar','[]'),(401,149,'content-with-sidebar',''),(402,149,'above-sidebar',''),(403,149,'below-sidebar',''),(404,149,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(405,156,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(406,156,'above-sidebar',''),(407,156,'content-with-sidebar',''),(408,156,'below-sidebar',''),(409,203,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(410,203,'above-sidebar',''),(411,203,'content-with-sidebar',''),(412,203,'below-sidebar',''),(413,211,'gdlr_max_people',''),(414,211,'gdlr_room_amount',''),(415,211,'_edit_last','1'),(416,211,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(417,211,'above-sidebar',''),(418,211,'content-with-sidebar',''),(419,211,'below-sidebar',''),(420,218,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(421,218,'above-sidebar','[]'),(422,218,'content-with-sidebar','[]'),(423,218,'below-sidebar','[]'),(424,236,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(425,236,'above-sidebar',''),(426,236,'content-with-sidebar',''),(427,236,'below-sidebar',''),(428,245,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(429,245,'above-sidebar',''),(430,245,'content-with-sidebar',''),(431,245,'below-sidebar',''),(432,258,'gdlr_max_people',''),(433,258,'gdlr_room_amount',''),(434,258,'_edit_last','1'),(435,258,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(436,258,'above-sidebar',''),(437,258,'content-with-sidebar',''),(438,258,'below-sidebar',''),(439,285,'gdlr_max_people',''),(440,285,'gdlr_room_amount',''),(441,285,'_edit_last','1'),(442,285,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(443,285,'above-sidebar',''),(444,285,'content-with-sidebar',''),(445,285,'below-sidebar',''),(446,296,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(447,296,'above-sidebar',''),(448,296,'content-with-sidebar',''),(449,296,'below-sidebar',''),(450,428,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(451,428,'above-sidebar',''),(452,428,'content-with-sidebar',''),(453,428,'below-sidebar',''),(464,456,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(465,456,'above-sidebar',''),(466,456,'content-with-sidebar',''),(467,456,'below-sidebar',''),(468,640,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(469,640,'above-sidebar',''),(470,640,'content-with-sidebar',''),(471,640,'below-sidebar',''),(472,653,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(473,653,'above-sidebar','[]'),(474,653,'content-with-sidebar','[]'),(475,653,'below-sidebar','[]'),(476,653,'gdlr_max_people',''),(477,653,'gdlr_room_amount',''),(478,687,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(479,687,'above-sidebar',''),(480,687,'content-with-sidebar',''),(481,687,'below-sidebar',''),(482,705,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(483,705,'above-sidebar',''),(484,705,'content-with-sidebar',''),(485,705,'below-sidebar',''),(486,705,'gdlr_max_people',''),(487,705,'gdlr_room_amount',''),(488,784,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(489,784,'above-sidebar',''),(490,784,'content-with-sidebar',''),(491,784,'below-sidebar',''),(492,797,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(493,797,'above-sidebar',''),(494,797,'content-with-sidebar',''),(495,797,'below-sidebar',''),(496,797,'_oembed_93dd239732fea1ddc48ef4302e8e7fa6','<iframe src=\"//player.vimeo.com/video/9178386\" width=\"640\" height=\"424\" frameborder=\"0\" title=\"TypoElements\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(497,797,'_oembed_a605d4988a6a696c4a172648407463b9','<iframe width=\"960\" height=\"540\" src=\"http://www.youtube.com/embed/SZEflIVnhH8?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(498,824,'above-sidebar','[]'),(499,824,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"icon\":\"\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"blog\",\"tag\":\"\",\"num-excerpt\":\"42\",\"num-fetch\":\"6\",\"blog-style\":\"blog-full\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"post-thumbnail-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(500,824,'below-sidebar','[]'),(501,824,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"navigation-area\":\"top\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(502,824,'_dp_original','16'),(503,828,'above-sidebar','[]'),(504,828,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"icon\":\"\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"blog\",\"tag\":\"\",\"num-excerpt\":\"35\",\"num-fetch\":\"6\",\"blog-style\":\"blog-full\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"post-thumbnail-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(505,828,'below-sidebar','[]'),(506,828,'post-option','{\"sidebar\":\"both-sidebar\",\"left-sidebar\":\"blog-left\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"navigation-area\":\"top\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(507,828,'_dp_original','16'),(508,836,'above-sidebar','[]'),(509,836,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"fit-row\",\"tag\":\"\",\"num-excerpt\":\"20\",\"num-fetch\":\"7\",\"blog-style\":\"blog-1-4\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"enable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(510,836,'below-sidebar','[]'),(511,836,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(512,836,'_dp_original','825'),(513,878,'above-sidebar','[]'),(514,878,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"fit-row\",\"tag\":\"\",\"num-excerpt\":\"30\",\"num-fetch\":\"8\",\"blog-style\":\"blog-1-3\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"enable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(515,878,'below-sidebar','[]'),(516,878,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"page-title-style\":\"large-center\",\"show-title\":\"enable\",\"page-caption\":\"Big Page Title Style\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(517,878,'_dp_original','836'),(518,880,'above-sidebar','[]'),(519,880,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"fit-row\",\"tag\":\"\",\"num-excerpt\":\"25\",\"num-fetch\":\"5\",\"blog-style\":\"blog-1-2\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(520,880,'below-sidebar','[]'),(521,880,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(522,880,'_dp_original','836'),(523,882,'above-sidebar','[]'),(524,882,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"fit-row\",\"tag\":\"\",\"num-excerpt\":\"50\",\"num-fetch\":\"6\",\"blog-style\":\"blog-1-1\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"large\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(525,882,'below-sidebar','[]'),(526,882,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog-left\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(527,882,'_dp_original','880'),(528,887,'above-sidebar','[]'),(529,887,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"icon\":\"\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"blog,fit-row\",\"tag\":\"\",\"num-excerpt\":\"25\",\"num-fetch\":\"12\",\"blog-style\":\"blog-1-2\",\"blog-layout\":\"masonry\",\"thumbnail-size\":\"large\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"20px\"}}]'),(530,887,'below-sidebar','[]'),(531,887,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"navigation-area\":\"top\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(532,887,'_dp_original','880'),(533,888,'above-sidebar','[]'),(534,888,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"blog,fit-row\",\"tag\":\"\",\"num-excerpt\":\"30\",\"num-fetch\":\"12\",\"blog-style\":\"blog-1-3\",\"blog-layout\":\"masonry\",\"thumbnail-size\":\"large\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"enable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"20px\"}}]'),(535,888,'below-sidebar','[]'),(536,888,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(537,888,'_dp_original','878'),(538,889,'above-sidebar','[]'),(539,889,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"blog,fit-row\",\"tag\":\"\",\"num-excerpt\":\"30\",\"num-fetch\":\"12\",\"blog-style\":\"blog-1-4\",\"blog-layout\":\"masonry\",\"thumbnail-size\":\"large\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"enable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(540,889,'below-sidebar','[]'),(541,889,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(542,889,'_dp_original','836'),(543,906,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(544,906,'above-sidebar','[]'),(545,906,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"portfolio-style\":\"classic-portfolio\",\"num-fetch\":\"6\",\"num-excerpt\":\"22\",\"portfolio-size\":\"1/2\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"disable\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(546,906,'below-sidebar','[]'),(547,906,'_dp_original','100'),(548,908,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(549,908,'above-sidebar','[]'),(550,908,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"portfolio-style\":\"classic-portfolio\",\"num-fetch\":\"8\",\"num-excerpt\":\"25\",\"portfolio-size\":\"1/4\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"disable\",\"thumbnail-size\":\"portrait\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"20px\"}}]'),(551,908,'below-sidebar','[]'),(552,908,'_dp_original','906'),(553,910,'post-option','{\"sidebar\":\"both-sidebar\",\"left-sidebar\":\"portfolio-left\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(554,910,'above-sidebar','[]'),(555,910,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"portfolio-style\":\"classic-portfolio\",\"num-fetch\":\"6\",\"num-excerpt\":\"33\",\"portfolio-size\":\"1/1\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"disable\",\"thumbnail-size\":\"large\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(556,910,'below-sidebar','[]'),(557,910,'_dp_original','906'),(558,915,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"portfolio-left\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"page-title-style\":\"large-center\",\"show-title\":\"enable\",\"page-caption\":\"Big Page Title Style\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(559,915,'above-sidebar','[]'),(560,915,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"portfolio-style\":\"modern-portfolio\",\"num-fetch\":\"9\",\"num-excerpt\":\"20\",\"portfolio-size\":\"1/3\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"disable\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(561,915,'below-sidebar','[]'),(562,915,'_dp_original','910'),(563,918,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"portfolio-left\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"navigation-area\":\"top\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(564,918,'above-sidebar','[]'),(565,918,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"icon\":\"\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"portfolio-style\":\"modern-portfolio\",\"num-fetch\":\"8\",\"portfolio-size\":\"1/2\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"disable\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(566,918,'below-sidebar','[]'),(567,918,'_dp_original','915'),(568,920,'post-option','{\"sidebar\":\"both-sidebar\",\"left-sidebar\":\"portfolio-left\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(569,920,'above-sidebar','[]'),(570,920,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"portfolio-style\":\"modern-portfolio\",\"num-fetch\":\"6\",\"portfolio-size\":\"1/1\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"disable\",\"thumbnail-size\":\"large\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(571,920,'below-sidebar','[]'),(572,920,'_dp_original','918'),(573,922,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"portfolio-left\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(574,922,'above-sidebar','[]'),(575,922,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"portfolio-style\":\"modern-portfolio\",\"num-fetch\":\"12\",\"num-excerpt\":\"20\",\"portfolio-size\":\"1/4\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"disable\",\"thumbnail-size\":\"portrait\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"40px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#f1f1f1\",\"skin\":\"no-skin\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"0px\"}}]'),(576,922,'below-sidebar','[]'),(577,922,'_dp_original','920'),(578,947,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(579,947,'above-sidebar','[]'),(580,947,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"all\",\"tag\":\"\",\"portfolio-style\":\"classic-portfolio\",\"num-fetch\":\"8\",\"num-excerpt\":\"20\",\"portfolio-size\":\"1/4\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"enable\",\"thumbnail-size\":\"portrait\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"30px\"}}]'),(581,947,'below-sidebar','[]'),(582,947,'_dp_original','908'),(583,949,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(584,949,'above-sidebar','[]'),(585,949,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"all\",\"tag\":\"\",\"portfolio-style\":\"classic-portfolio\",\"num-fetch\":\"9\",\"num-excerpt\":\"20\",\"portfolio-size\":\"1/3\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"enable\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(586,949,'below-sidebar','[]'),(587,949,'_dp_original','947'),(588,952,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(589,952,'above-sidebar','[]'),(590,952,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"all\",\"tag\":\"\",\"portfolio-style\":\"classic-portfolio\",\"num-fetch\":\"6\",\"num-excerpt\":\"20\",\"portfolio-size\":\"1/2\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"enable\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(591,952,'below-sidebar','[]'),(592,952,'_dp_original','949'),(593,954,'post-option','{\"sidebar\":\"both-sidebar\",\"left-sidebar\":\"portfolio-left\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(594,954,'above-sidebar','[]'),(595,954,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"all\",\"tag\":\"\",\"portfolio-style\":\"classic-portfolio\",\"num-fetch\":\"6\",\"num-excerpt\":\"33\",\"portfolio-size\":\"1/1\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"enable\",\"thumbnail-size\":\"large\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(596,954,'below-sidebar','[]'),(597,954,'_dp_original','952'),(598,956,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"portfolio-left\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(599,956,'above-sidebar','[]'),(600,956,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"all\",\"tag\":\"\",\"portfolio-style\":\"modern-portfolio\",\"num-fetch\":\"8\",\"num-excerpt\":\"20\",\"portfolio-size\":\"1/4\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"enable\",\"thumbnail-size\":\"portrait\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"30px\"}}]'),(601,956,'below-sidebar','[]'),(602,956,'_dp_original','922'),(603,956,'gdlr_room_amount',''),(604,956,'gdlr_max_people',''),(605,962,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"portfolio-left\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(606,962,'above-sidebar','[]'),(607,962,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"all\",\"tag\":\"\",\"portfolio-style\":\"modern-portfolio\",\"num-fetch\":\"9\",\"num-excerpt\":\"20\",\"portfolio-size\":\"1/3\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"enable\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"margin-bottom\":\"30px\"}}]'),(608,962,'below-sidebar','[]'),(609,962,'_dp_original','915'),(610,962,'gdlr_room_amount',''),(611,962,'gdlr_max_people',''),(612,964,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"portfolio-left\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"navigation-area\":\"top\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(613,964,'above-sidebar','[]'),(614,964,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"icon\":\"\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"all\",\"tag\":\"\",\"portfolio-style\":\"modern-portfolio\",\"num-fetch\":\"6\",\"portfolio-size\":\"1/2\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"enable\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(615,964,'below-sidebar','[]'),(616,964,'_dp_original','918'),(617,965,'post-option','{\"sidebar\":\"both-sidebar\",\"left-sidebar\":\"portfolio-left\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"navigation-area\":\"top\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(618,965,'above-sidebar','[]'),(619,965,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"icon\":\"\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"all\",\"tag\":\"\",\"portfolio-style\":\"modern-portfolio\",\"num-fetch\":\"6\",\"portfolio-size\":\"1/1\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"enable\",\"thumbnail-size\":\"large\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(620,965,'below-sidebar','[]'),(621,965,'_dp_original','920'),(622,1017,'post-option','{\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(623,1017,'above-sidebar',''),(624,1017,'content-with-sidebar',''),(625,1017,'below-sidebar',''),(626,1039,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(627,1039,'above-sidebar','[]'),(628,1039,'content-with-sidebar','[]'),(629,1039,'below-sidebar','[]'),(630,1045,'gdlr_max_people',''),(631,1045,'gdlr_room_amount',''),(632,1045,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(633,1045,'above-sidebar',''),(634,1045,'content-with-sidebar',''),(635,1045,'below-sidebar',''),(636,1084,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(637,1084,'above-sidebar',''),(638,1084,'content-with-sidebar',''),(639,1084,'below-sidebar',''),(640,1084,'_dp_original','1045'),(641,1084,'_post_restored_from','a:3:{s:20:\"restored_revision_id\";i:1090;s:16:\"restored_by_user\";i:1;s:13:\"restored_time\";i:1386581004;}'),(642,1122,'gdlr_max_people',''),(643,1122,'gdlr_room_amount',''),(644,1122,'_edit_last','1'),(645,1122,'below-sidebar','[]'),(646,1122,'_dp_original','1062'),(647,1122,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Example Of About Us Page\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(648,1122,'above-sidebar','[]'),(649,1122,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"\",\"title\":\"Tortor Tellus Cras\",\"style\":\"type-1\",\"content\":\"<p>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condi mentum nibh.</p>\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"\",\"title\":\"Dolor Fusce Ligula\",\"style\":\"type-1\",\"content\":\"<p>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condi mentum nibh.</p>\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"\",\"title\":\"Inceptos Dolor Mollis\",\"style\":\"type-1\",\"content\":\"<p>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condi mentum nibh.</p>\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"no-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"65px\",\"padding-bottom\":\"25px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Feature Media\",\"type\":\"feature-media\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"video-url\":\"\",\"image\":\"\",\"thumbnail-size\":\"thumbnail\",\"title-type\":\"left\",\"title\":\"Story About US\",\"caption\":\"\",\"align\":\"left\",\"content\":\"<p>Cras mattis consectetur purus sit amet fermentum. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Maecenas sed diam eget risus varius blandit sit amet non magna. Cras justo odio, dapibus ac facilisis in. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Cras mattis consectetur purus sit amet fermentum. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Vivamus sagittis lacus vel augue laoreet rutrum.</p>\",\"button-text\":\"Learn More\",\"button-link\":\"\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/2\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"\",\"margin-bottom\":\"80px\"}},{\"item-type\":\"item\",\"item-builder-title\":\"Skill Bar\",\"type\":\"skill-bar\",\"option\":{\"page-item-id\":\"\",\"content\":\"Social Networks\",\"percent\":\"100\",\"size\":\"small\",\"icon\":\"icon-picture\",\"text-color\":\"#ffffff\",\"background-color\":\"#e9e9e9\",\"progress-color\":\"#1abc9c\",\"margin-bottom\":\"40px\"}},{\"item-type\":\"item\",\"item-builder-title\":\"Skill Bar\",\"type\":\"skill-bar\",\"option\":{\"page-item-id\":\"\",\"content\":\"Business Planning\",\"percent\":\"80\",\"size\":\"small\",\"icon\":\"icon-code\",\"text-color\":\"#ffffff\",\"background-color\":\"#e9e9e9\",\"progress-color\":\"#1abc9c\",\"margin-bottom\":\"40px\"}},{\"item-type\":\"item\",\"item-builder-title\":\"Skill Bar\",\"type\":\"skill-bar\",\"option\":{\"page-item-id\":\"\",\"content\":\"Art & Design\",\"percent\":\"85\",\"size\":\"small\",\"icon\":\"\",\"text-color\":\"#ffffff\",\"background-color\":\"#e9e9e9\",\"progress-color\":\"#1abc9c\",\"margin-bottom\":\"40px\"}}],\"option\":{},\"size\":\"1/2\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3581\",\"background-mobile\":\"\",\"background-speed\":\"0.2\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"90px\",\"padding-bottom\":\"50px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column2-5\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"\",\"margin-bottom\":\"0px\"}},{\"item-type\":\"item\",\"item-builder-title\":\"Image / Frame\",\"type\":\"image-frame\",\"option\":{\"page-item-id\":\"\",\"image-id\":\"3714\",\"thumbnail-size\":\"full\",\"link-type\":\"none\",\"url\":\"\",\"frame-type\":\"none\",\"frame-background\":\"#dddddd\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"2/5\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column2-5\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"List With Icon\",\"type\":\"icon-with-list\",\"option\":{\"page-item-id\":\"\",\"icon-with-list\":\"[{|gq2|gdl-tab-icon|gq2|:|gq2|fa-rotate-right|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Condimentum Porta Aenean|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cras justo odio, dapibus ac facilisis in, egestas eget quam. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cum sociis natoque penatibus et magnis dis parturient montes.|gq2|},{|gq2|gdl-tab-icon|gq2|:|gq2|fa-circle-o-notch|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Etiam Justo Ullamcorper|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cras justo odio, dapibus ac facilisis in, egestas eget quam. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cum sociis natoque penatibus et magnis dis parturient montes.|gq2|},{|gq2|gdl-tab-icon|gq2|:|gq2|fa-heart-o|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Inceptos Vulputate Fusce|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cras justo odio, dapibus ac facilisis in, egestas eget quam. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cum sociis natoque penatibus et magnis dis parturient montes.|gq2|},{|gq2|gdl-tab-icon|gq2|:|gq2|fa-star-o|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Dapibus Mattis Parturient|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cras justo odio, dapibus ac facilisis in, egestas eget quam. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cum sociis natoque penatibus et magnis dis parturient montes.|gq2|}]\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"align\":\"left\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"3/5\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#f4f4f4\",\"skin\":\"no-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"115px\",\"padding-bottom\":\"65px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<div style=|gq2|text-align: right; margin-right: 30px; margin-top: 33px;|gq2|>[gdlr_icon type=|gq2|fa-bell|gq2| size=|gq2|58px|gq2| color=|gq2|#ffffff|gq2|]</div>\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/5\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Stunning Text\",\"type\":\"stunning-text\",\"option\":{\"page-item-id\":\"\",\"title\":\"Commodo Tellus Sit Sem\",\"caption\":\"Nullam id dolor id nibh ultricies vehicula ut id elit. Aenean lacinia bibendum nulla sed consectetur. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sed odio dui. Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Curabitur blandit tempus porttitor. Vestibulum id ligula porta felis euismod semper. \",\"button-text\":\"Buy Now\",\"button-link\":\"\",\"style\":\"normal\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"4/5\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#1abc9c\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"90px\",\"padding-bottom\":\"60px\"}}]'),(650,1122,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"\",\"title\":\"Tortor Tellus Cras\",\"style\":\"type-1\",\"content\":\"<p>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condi mentum nibh.</p>\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"\",\"title\":\"Dolor Fusce Ligula\",\"style\":\"type-1\",\"content\":\"<p>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condi mentum nibh.</p>\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"\",\"title\":\"Inceptos Dolor Mollis\",\"style\":\"type-1\",\"content\":\"<p>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condi mentum nibh.</p>\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"no-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"65px\",\"padding-bottom\":\"25px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Feature Media\",\"type\":\"feature-media\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"video-url\":\"\",\"image\":\"\",\"thumbnail-size\":\"thumbnail\",\"title-type\":\"left\",\"title\":\"Story About US\",\"caption\":\"\",\"align\":\"left\",\"content\":\"<p>Cras mattis consectetur purus sit amet fermentum. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Maecenas sed diam eget risus varius blandit sit amet non magna. Cras justo odio, dapibus ac facilisis in. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Cras mattis consectetur purus sit amet fermentum. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Vivamus sagittis lacus vel augue laoreet rutrum.</p>\",\"button-text\":\"Learn More\",\"button-link\":\"\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/2\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"\",\"margin-bottom\":\"80px\"}},{\"item-type\":\"item\",\"item-builder-title\":\"Skill Bar\",\"type\":\"skill-bar\",\"option\":{\"page-item-id\":\"\",\"content\":\"Social Networks\",\"percent\":\"100\",\"size\":\"small\",\"icon\":\"icon-picture\",\"text-color\":\"#ffffff\",\"background-color\":\"#e9e9e9\",\"progress-color\":\"#1abc9c\",\"margin-bottom\":\"40px\"}},{\"item-type\":\"item\",\"item-builder-title\":\"Skill Bar\",\"type\":\"skill-bar\",\"option\":{\"page-item-id\":\"\",\"content\":\"Business Planning\",\"percent\":\"80\",\"size\":\"small\",\"icon\":\"icon-code\",\"text-color\":\"#ffffff\",\"background-color\":\"#e9e9e9\",\"progress-color\":\"#1abc9c\",\"margin-bottom\":\"40px\"}},{\"item-type\":\"item\",\"item-builder-title\":\"Skill Bar\",\"type\":\"skill-bar\",\"option\":{\"page-item-id\":\"\",\"content\":\"Art & Design\",\"percent\":\"85\",\"size\":\"small\",\"icon\":\"\",\"text-color\":\"#ffffff\",\"background-color\":\"#e9e9e9\",\"progress-color\":\"#1abc9c\",\"margin-bottom\":\"40px\"}}],\"option\":{},\"size\":\"1/2\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3581\",\"background-mobile\":\"\",\"background-speed\":\"0.2\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"90px\",\"padding-bottom\":\"50px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column2-5\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"\",\"margin-bottom\":\"0px\"}},{\"item-type\":\"item\",\"item-builder-title\":\"Image / Frame\",\"type\":\"image-frame\",\"option\":{\"page-item-id\":\"\",\"image-id\":\"3714\",\"thumbnail-size\":\"full\",\"link-type\":\"none\",\"url\":\"\",\"frame-type\":\"none\",\"frame-background\":\"#dddddd\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"2/5\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column2-5\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"List With Icon\",\"type\":\"icon-with-list\",\"option\":{\"page-item-id\":\"\",\"icon-with-list\":\"[{|gq2|gdl-tab-icon|gq2|:|gq2|fa-rotate-right|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Condimentum Porta Aenean|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cras justo odio, dapibus ac facilisis in, egestas eget quam. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cum sociis natoque penatibus et magnis dis parturient montes.|gq2|},{|gq2|gdl-tab-icon|gq2|:|gq2|fa-circle-o-notch|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Etiam Justo Ullamcorper|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cras justo odio, dapibus ac facilisis in, egestas eget quam. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cum sociis natoque penatibus et magnis dis parturient montes.|gq2|},{|gq2|gdl-tab-icon|gq2|:|gq2|fa-heart-o|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Inceptos Vulputate Fusce|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cras justo odio, dapibus ac facilisis in, egestas eget quam. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cum sociis natoque penatibus et magnis dis parturient montes.|gq2|},{|gq2|gdl-tab-icon|gq2|:|gq2|fa-star-o|gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Dapibus Mattis Parturient|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Cras justo odio, dapibus ac facilisis in, egestas eget quam. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cum sociis natoque penatibus et magnis dis parturient montes.|gq2|}]\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"align\":\"left\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"3/5\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#f4f4f4\",\"skin\":\"no-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"115px\",\"padding-bottom\":\"65px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<div style=|gq2|text-align: right; margin-right: 30px; margin-top: 33px;|gq2|>[gdlr_icon type=|gq2|fa-bell|gq2| size=|gq2|58px|gq2| color=|gq2|#ffffff|gq2|]</div>\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/5\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Stunning Text\",\"type\":\"stunning-text\",\"option\":{\"page-item-id\":\"\",\"title\":\"Commodo Tellus Sit Sem\",\"caption\":\"Nullam id dolor id nibh ultricies vehicula ut id elit. Aenean lacinia bibendum nulla sed consectetur. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sed odio dui. Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Curabitur blandit tempus porttitor. Vestibulum id ligula porta felis euismod semper. \",\"button-text\":\"Buy Now\",\"button-link\":\"\",\"style\":\"normal\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"4/5\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#1abc9c\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"90px\",\"padding-bottom\":\"60px\"}}]'),(651,1235,'post-option','{\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(652,1235,'above-sidebar',''),(653,1235,'content-with-sidebar',''),(654,1235,'below-sidebar',''),(655,1236,'post-option','{\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(656,1236,'above-sidebar',''),(657,1236,'content-with-sidebar',''),(658,1236,'below-sidebar',''),(659,1237,'post-option','{\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(660,1237,'above-sidebar',''),(661,1237,'content-with-sidebar',''),(662,1237,'below-sidebar',''),(663,1238,'post-option','{\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(664,1238,'above-sidebar',''),(665,1238,'content-with-sidebar',''),(666,1238,'below-sidebar',''),(667,1239,'post-option','{\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(668,1239,'above-sidebar',''),(669,1239,'content-with-sidebar',''),(670,1239,'below-sidebar',''),(671,1241,'post-option','{\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(672,1241,'above-sidebar',''),(673,1241,'content-with-sidebar',''),(674,1241,'below-sidebar',''),(675,1400,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"shortcodes\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Shortcode Usage\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(676,1400,'above-sidebar',''),(677,1400,'content-with-sidebar',''),(678,1400,'below-sidebar',''),(679,1490,'below-sidebar',''),(680,1490,'content-with-sidebar',''),(681,1490,'above-sidebar',''),(682,1490,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"Features\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(683,1493,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"Features\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(684,1493,'above-sidebar',''),(685,1493,'content-with-sidebar',''),(686,1493,'below-sidebar',''),(687,1499,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"Features\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(688,1499,'above-sidebar',''),(689,1499,'content-with-sidebar',''),(690,1499,'below-sidebar',''),(691,1503,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"Features\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(692,1503,'above-sidebar',''),(693,1503,'content-with-sidebar',''),(694,1503,'below-sidebar',''),(695,1510,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"Features\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(696,1510,'above-sidebar',''),(697,1510,'content-with-sidebar',''),(698,1510,'below-sidebar',''),(699,1513,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"Features\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(700,1513,'above-sidebar',''),(701,1513,'content-with-sidebar',''),(702,1513,'below-sidebar',''),(703,1516,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"Features\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(704,1516,'above-sidebar',''),(705,1516,'content-with-sidebar',''),(706,1516,'below-sidebar',''),(707,1519,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"Features\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(708,1519,'above-sidebar',''),(709,1519,'content-with-sidebar',''),(710,1519,'below-sidebar',''),(711,1522,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"Features\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(712,1522,'above-sidebar',''),(713,1522,'content-with-sidebar',''),(714,1522,'below-sidebar',''),(715,1525,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"Features\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(716,1525,'above-sidebar',''),(717,1525,'content-with-sidebar',''),(718,1525,'below-sidebar',''),(719,1566,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"Features\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(720,1566,'above-sidebar',''),(721,1566,'content-with-sidebar',''),(722,1566,'below-sidebar',''),(723,1629,'_edit_last','1'),(724,1629,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"contact\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(725,1629,'above-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<p>[put_wpgm id=1]</p>\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#dddddd\",\"border-bottom-color\":\"#dddddd\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}}]'),(726,1629,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<p>[gdlr_space height=|gq2|-22px|gq2|] [gdlr_heading tag=|gq2|h5|gq2| font_weight=|gq2|bold|gq2| ]Please fulfil the form below. [/gdlr_heading] [gdlr_space height=|gq2|25px|gq2|] [contact-form-7 id=|gq2|4|gq2| title=|gq2|Contact form 1|gq2|]</p>\",\"margin-bottom\":\"60px\"}}]'),(727,1629,'below-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Box Icon\",\"type\":\"box-icon-item\",\"option\":{\"page-item-id\":\"\",\"icon\":\"fa-envelope\",\"icon-position\":\"top\",\"icon-type\":\"circle\",\"icon-color\":\"#ffffff\",\"icon-background\":\"#1abc9c\",\"title\":\"Contact By Email\",\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua.</p>\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Box Icon\",\"type\":\"box-icon-item\",\"option\":{\"page-item-id\":\"\",\"icon\":\"fa-phone\",\"icon-position\":\"top\",\"icon-type\":\"circle\",\"icon-color\":\"#ffffff\",\"icon-background\":\"#1abc9c\",\"title\":\"Contact By Phone\",\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua.</p>\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Box Icon\",\"type\":\"box-icon-item\",\"option\":{\"page-item-id\":\"\",\"icon\":\"fa-home\",\"icon-position\":\"top\",\"icon-type\":\"circle\",\"icon-color\":\"#ffffff\",\"icon-background\":\"#1abc9c\",\"title\":\"Come To See Us\",\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua.</p>\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3581\",\"background-mobile\":\"\",\"background-speed\":\"0.2\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"no-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#dddddd\",\"border-bottom-color\":\"#dddddd\",\"padding-top\":\"100px\",\"padding-bottom\":\"50px\"}}]'),(728,1629,'gdlr_max_people',''),(729,1629,'gdlr_room_amount',''),(730,1631,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<p>[gdlr_space height=|gq2|-22px|gq2|] [gdlr_heading tag=|gq2|h5|gq2| font_weight=|gq2|bold|gq2| ]Пожалуйста, заполните форму ниже.[/gdlr_heading] [gdlr_space height=|gq2|25px|gq2|] [contact-form-7 id=|gq2|4109|gq2| title=|gq2|Contact form 1|gq2|]</p>\",\"margin-bottom\":\"60px\"}}]'),(731,1631,'below-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<p>[put_wpgm id=1]</p>\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#d8d8d8\",\"border-bottom-color\":\"#dddddd\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}}]'),(732,1631,'_dp_original','1629'),(733,1631,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"contact\",\"right-sidebar\":\"contact\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(734,1631,'above-sidebar','[]'),(735,1746,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"navigation-area\":\"top\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(736,1746,'above-sidebar',''),(737,1746,'content-with-sidebar',''),(738,1746,'below-sidebar',''),(739,1746,'_oembed_53b7e0ff108cb393cb40417487e5cb86','<iframe width=\"960\" height=\"720\" src=\"http://www.youtube.com/embed/sdHsTucReyM?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(740,1748,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"navigation-area\":\"top\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(741,1748,'above-sidebar',''),(742,1748,'content-with-sidebar',''),(743,1748,'below-sidebar',''),(744,1748,'_oembed_1875d746e37e763f649b02e88df855d4','<iframe width=\"960\" height=\"720\" src=\"http://www.youtube.com/embed/J9quTjBHlqk?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(745,1750,'_oembed_e813578ae6ea72ba2759275a173fc325','<iframe width=\"960\" height=\"720\" src=\"http://www.youtube.com/embed/t1xRpig24z0?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(746,1750,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"navigation-area\":\"top\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(747,1750,'above-sidebar',''),(748,1750,'content-with-sidebar',''),(749,1750,'below-sidebar',''),(750,1752,'_oembed_45782dbb2d90fcb16c92b02631da914c','<iframe width=\"960\" height=\"720\" src=\"http://www.youtube.com/embed/JaevNeYibbU?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(751,1752,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"navigation-area\":\"top\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(752,1752,'above-sidebar',''),(753,1752,'content-with-sidebar',''),(754,1752,'below-sidebar',''),(755,1754,'_oembed_d43d7c666fdfbcd06bd57ae9251964b7','<iframe width=\"960\" height=\"720\" src=\"http://www.youtube.com/embed/yZewyVkUccE?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(756,1754,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"navigation-area\":\"top\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(757,1754,'above-sidebar',''),(758,1754,'content-with-sidebar',''),(759,1754,'below-sidebar',''),(760,2009,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(761,2009,'above-sidebar','[]'),(762,2009,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"portfolio-style\":\"classic-portfolio-no-space\",\"num-fetch\":\"6\",\"num-excerpt\":\"20\",\"portfolio-size\":\"1/2\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"disable\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(763,2009,'below-sidebar','[]'),(764,2009,'_dp_original','906'),(765,2010,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"page-title-style\":\"large-center\",\"show-title\":\"enable\",\"page-caption\":\"Big Page Title Style\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(766,2010,'above-sidebar','[]'),(767,2010,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"portfolio-style\":\"classic-portfolio-no-space\",\"num-fetch\":\"9\",\"num-excerpt\":\"20\",\"portfolio-size\":\"1/3\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"disable\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"20px\"}}]'),(768,2010,'below-sidebar','[]'),(769,2010,'_dp_original','100'),(770,2011,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(771,2011,'above-sidebar','[]'),(772,2011,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"portfolio-style\":\"classic-portfolio-no-space\",\"num-fetch\":\"8\",\"num-excerpt\":\"18\",\"portfolio-size\":\"1/4\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"disable\",\"thumbnail-size\":\"portrait\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}}]'),(773,2011,'below-sidebar','[]'),(774,2011,'_dp_original','908'),(775,2023,'_dp_original','918'),(776,2023,'below-sidebar','[]'),(777,2023,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"icon\":\"\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"portfolio-style\":\"modern-portfolio-no-space\",\"num-fetch\":\"6\",\"portfolio-size\":\"1/2\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"disable\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(778,2023,'above-sidebar','[]'),(779,2023,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"portfolio-left\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(780,2024,'_dp_original','915'),(781,2024,'below-sidebar','[]'),(782,2024,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"portfolio-style\":\"modern-portfolio-no-space\",\"num-fetch\":\"9\",\"num-excerpt\":\"20\",\"portfolio-size\":\"1/3\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"disable\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#f5f5f5\",\"skin\":\"no-skin\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"0px\"}}]'),(783,2024,'above-sidebar','[]'),(784,2024,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"portfolio-left\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(785,2025,'above-sidebar','[]'),(786,2025,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Portfolio\",\"type\":\"portfolio\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View All Works\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"portfolio-style\":\"modern-portfolio-no-space\",\"num-fetch\":\"12\",\"num-excerpt\":\"20\",\"portfolio-size\":\"1/4\",\"portfolio-layout\":\"fitRows\",\"portfolio-filter\":\"disable\",\"thumbnail-size\":\"portrait\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"60px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#f5f5f5\",\"skin\":\"no-skin\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"0px\"}}]'),(787,2025,'below-sidebar','[]'),(788,2025,'_dp_original','922'),(789,2025,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"portfolio-left\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(790,2033,'above-sidebar','[]'),(791,2033,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"icon\":\"\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"fit-row\",\"tag\":\"\",\"num-excerpt\":\"35\",\"num-fetch\":\"10\",\"blog-style\":\"blog-medium\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(792,2033,'below-sidebar','[]'),(793,2033,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(794,2033,'_dp_original','16'),(795,2034,'above-sidebar','[]'),(796,2034,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"fit-row\",\"tag\":\"\",\"num-excerpt\":\"35\",\"num-fetch\":\"6\",\"blog-style\":\"blog-medium\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"enable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(797,2034,'below-sidebar','[]'),(798,2034,'post-option','{\"sidebar\":\"both-sidebar\",\"left-sidebar\":\"blog-left\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(799,2034,'_dp_original','828'),(800,2035,'above-sidebar','[]'),(801,2035,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"icon\":\"\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"fit-row\",\"tag\":\"\",\"num-excerpt\":\"35\",\"num-fetch\":\"8\",\"blog-style\":\"blog-medium\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(802,2035,'below-sidebar','[]'),(803,2035,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(804,2035,'_dp_original','824'),(805,2036,'above-sidebar','[]'),(806,2036,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"fit-row\",\"tag\":\"\",\"num-excerpt\":\"100\",\"num-fetch\":\"5\",\"blog-style\":\"blog-medium\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"enable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(807,2036,'below-sidebar','[]'),(808,2036,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\"}'),(809,2036,'_dp_original','825'),(810,3150,'below-sidebar',''),(811,3150,'content-with-sidebar',''),(812,3150,'above-sidebar',''),(813,3150,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"Features\",\"right-sidebar\":\"Features\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(814,3163,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(815,3163,'above-sidebar','[]'),(816,3163,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3511,3518,3510,3529,3542,3526,3524,3512],{|gq2|3510|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2232283-hotel-room-with-bed-and-wooden-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3524|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34636860_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3526|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_16820650_Subscription_Monthly_XL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3529|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-396585-spa-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3542|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/12/161H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size\",\"gallery-style\":\"grid\",\"gallery-columns\":\"2\",\"num-fetch\":\"8\",\"show-caption\":\"yes\",\"margin-bottom\":\"20px\"}}]'),(817,3163,'below-sidebar','[]'),(818,3163,'_dp_original','1598'),(819,3163,'gdlr_room_amount',''),(820,3163,'gdlr_max_people',''),(821,3603,'_edit_last','1'),(822,3603,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"room\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(823,3603,'gdlr_room_amount',''),(824,3603,'gdlr_max_people',''),(825,3603,'above-sidebar','[]'),(826,3603,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Hotel & Apartment Room\",\"type\":\"room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Посмотреть все номера\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"room-style\":\"classic\",\"enable-carousel\":\"disable\",\"room-size\":\"3\",\"num-fetch\":\"9\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}}]'),(827,3603,'below-sidebar','[]'),(828,3605,'_edit_last','1'),(829,3605,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"room\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Captions line here\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(830,3605,'gdlr_room_amount',''),(831,3605,'gdlr_max_people',''),(832,3605,'above-sidebar','[]'),(833,3605,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room\",\"type\":\"hostel-room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View all rooms\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"room-style\":\"classic\",\"enable-carousel\":\"disable\",\"room-size\":\"2\",\"num-fetch\":\"8\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"20px\"}}]'),(834,3605,'below-sidebar','[]'),(835,3605,'_dp_original','3603'),(836,3614,'_edit_last','1'),(837,3614,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"room\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Captions line here\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(838,3614,'gdlr_room_amount',''),(839,3614,'gdlr_max_people',''),(840,3614,'above-sidebar','[]'),(841,3614,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room\",\"type\":\"hostel-room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View all rooms\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"room-style\":\"classic\",\"enable-carousel\":\"disable\",\"room-size\":\"1\",\"num-fetch\":\"4\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"post-thumbnail-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"20px\"}}]'),(842,3614,'below-sidebar','[]'),(843,3614,'_dp_original','3605'),(844,3616,'_edit_last','1'),(845,3616,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"room\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Captions line here\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(846,3616,'gdlr_room_amount',''),(847,3616,'gdlr_max_people',''),(848,3616,'above-sidebar','[]'),(849,3616,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room\",\"type\":\"hostel-room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View all rooms\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"room-style\":\"classic\",\"enable-carousel\":\"disable\",\"room-size\":\"4\",\"num-fetch\":\"8\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"20px\"}}]'),(850,3616,'below-sidebar','[]'),(851,3616,'_dp_original','3614'),(852,3619,'_edit_last','1'),(853,3619,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"room\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Captions line here\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(854,3619,'gdlr_room_amount',''),(855,3619,'gdlr_max_people',''),(856,3619,'above-sidebar','[]'),(857,3619,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room\",\"type\":\"hostel-room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View all rooms\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"room-style\":\"modern\",\"enable-carousel\":\"disable\",\"room-size\":\"1\",\"num-fetch\":\"6\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"post-thumbnail-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"20px\"}}]'),(858,3619,'below-sidebar','[]'),(859,3619,'_dp_original','3616'),(860,3621,'_edit_last','1'),(861,3621,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"room\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Captions line here\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(862,3621,'gdlr_room_amount',''),(863,3621,'gdlr_max_people',''),(864,3621,'above-sidebar','[]'),(865,3621,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room\",\"type\":\"hostel-room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View all rooms\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"room-style\":\"modern\",\"enable-carousel\":\"disable\",\"room-size\":\"2\",\"num-fetch\":\"8\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"20px\"}}]'),(866,3621,'below-sidebar','[]'),(867,3621,'_dp_original','3619'),(868,3803,'_wp_page_template','default'),(869,4106,'_wp_page_template','default'),(870,56,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-caption\":\"Caption placed here\",\"header-background\":\"\",\"clients\":\"Envato\",\"skills\":\"HTML, CSS, JQUERY\",\"website\":\"http://envato.com\",\"thumbnail-type\":\"feature-image\",\"thumbnail-link\":\"current\",\"thumbnail-url\":\"\",\"thumbnail-new-tab\":\"enable\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"thumbnail-type\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"\"}'),(871,56,'_thumbnail_id','3549'),(872,59,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-caption\":\"Caption placed here\",\"header-background\":\"\",\"clients\":\"Google\",\"skills\":\"Illustrator, Photoshop\",\"website\":\"http://google.com\",\"thumbnail-type\":\"feature-image\",\"thumbnail-link\":\"current-post\",\"thumbnail-url\":\"\",\"thumbnail-new-tab\":\"enable\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"thumbnail-type\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"\"}'),(873,59,'_thumbnail_id','3550'),(874,64,'_thumbnail_id','3547'),(875,64,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-caption\":\"Caption placed here\",\"header-background\":\"\",\"clients\":\"Apple\",\"skills\":\"Illustrator, Photoshop, \",\"website\":\"http://apple.com\",\"thumbnail-type\":\"feature-image\",\"thumbnail-link\":\"url\",\"thumbnail-url\":\"http://goodlayers.com\",\"thumbnail-new-tab\":\"enable\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"thumbnail-type\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"\"}'),(876,64,'_wp_old_slug','ut-sollicitudin-nibh'),(877,70,'gdlr_room_amount',''),(878,70,'gdlr_max_people',''),(879,70,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-caption\":\"Caption placed here\",\"header-background\":\"\",\"clients\":\"Samsung\",\"skills\":\"Photoshop, Illustrator\",\"website\":\"http://samsung.com\",\"thumbnail-type\":\"feature-image\",\"thumbnail-link\":\"current-post\",\"thumbnail-url\":\"\",\"thumbnail-new-tab\":\"enable\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"thumbnail-type\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3070,3072,3073,3071],{|gq2|60|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/Fotolia_18408743_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|103|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/Fotolia_33064312_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|106|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/card01-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|764|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/gal-thumnb-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1982|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/photodune-1176751-interior-design-of-modern-living-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1985|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/photodune-4426243-livingroom-with-furniture-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1986|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/photodune-6147544-brainstorming-ideas-with-coffee-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1997|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/alfa_bank-girl_card-1024x768-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2427|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/12/v-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2451|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/photodune-5347441-the-brooklyn-bridge-in-new-york-city-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2452|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2756|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/12/11717888334_0f0c046582_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3070|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/12/photodune-6745606-man-wristwatch-calendar-key-and-glasses-on-a-old-table-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3071|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/12/photodune-7770665-two-white-coffee-mug-with-diy-decoration-on-vintage-effect-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3072|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/12/photodune-8522811-speaker-at-business-conference-and-presentation-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3073|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/12/photodune-8523683-speaker-at-business-convention-and-presentation-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(880,70,'_thumbnail_id','3546'),(881,102,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-caption\":\"Caption placed here\",\"header-background\":\"\",\"clients\":\"Envato\",\"skills\":\"HTML, CSS, JQUERY\",\"website\":\"http://envato.com\",\"thumbnail-type\":\"feature-image\",\"thumbnail-link\":\"current\",\"thumbnail-url\":\"\",\"thumbnail-new-tab\":\"enable\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"thumbnail-type\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"\"}'),(882,102,'_dp_original','56'),(883,102,'_wp_old_slug','consectetur-adipisici-elit-2'),(884,102,'_thumbnail_id','3548'),(885,3623,'_edit_last','1'),(886,3623,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"room\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Captions line here\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(887,3623,'gdlr_room_amount',''),(888,3623,'gdlr_max_people',''),(889,3623,'above-sidebar','[]'),(890,3623,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room\",\"type\":\"hostel-room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View all rooms\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"room-style\":\"modern\",\"enable-carousel\":\"disable\",\"room-size\":\"3\",\"num-fetch\":\"9\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"20px\"}}]'),(891,3623,'below-sidebar','[]'),(892,3623,'_dp_original','3621'),(893,3625,'_edit_last','1'),(894,3625,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"room\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Captions line here\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(895,3625,'gdlr_room_amount',''),(896,3625,'gdlr_max_people',''),(897,3625,'above-sidebar','[]'),(898,3625,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room\",\"type\":\"hostel-room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View all rooms\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"room-style\":\"medium\",\"enable-carousel\":\"disable\",\"room-size\":\"3\",\"num-fetch\":\"6\",\"num-excerpt\":\"35\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"20px\"}}]'),(899,3625,'below-sidebar','[]'),(900,3625,'_dp_original','3623'),(901,3649,'_edit_last','1'),(902,3649,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"room\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Captions line here\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(903,3649,'gdlr_room_amount',''),(904,3649,'gdlr_max_people',''),(905,3649,'above-sidebar','[]'),(906,3649,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room\",\"type\":\"hostel-room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View all rooms\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"room-style\":\"modern\",\"enable-carousel\":\"disable\",\"room-size\":\"4\",\"num-fetch\":\"8\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"20px\"}}]'),(907,3649,'below-sidebar','[]'),(908,3649,'_dp_original','3623'),(909,3664,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(910,3664,'above-sidebar','[]'),(911,3664,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3511,3518,3510,3529,3542,3526,3524,3512],{|gq2|3510|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2232283-hotel-room-with-bed-and-wooden-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3524|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34636860_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3526|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_16820650_Subscription_Monthly_XL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3529|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-396585-spa-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3542|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/12/161H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size\",\"gallery-style\":\"grid\",\"gallery-columns\":\"2\",\"num-fetch\":\"8\",\"show-caption\":\"no\",\"margin-bottom\":\"40px\"}}]'),(912,3664,'below-sidebar','[]'),(913,3664,'_dp_original','3163'),(914,3664,'gdlr_room_amount',''),(915,3664,'gdlr_max_people',''),(916,3667,'below-sidebar','[]'),(917,3667,'gdlr_room_amount',''),(918,3667,'gdlr_max_people',''),(919,3667,'_dp_original','3664'),(920,3667,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3511,3518,3510,3529,3542,3526,3524,3512,3532],{|gq2|3510|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2232283-hotel-room-with-bed-and-wooden-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3524|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34636860_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3526|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_16820650_Subscription_Monthly_XL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3529|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-396585-spa-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3542|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/12/161H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size\",\"gallery-style\":\"grid\",\"gallery-columns\":\"3\",\"num-fetch\":\"9\",\"show-caption\":\"no\",\"margin-bottom\":\"40px\"}}]'),(921,3667,'above-sidebar','[]'),(922,3667,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(923,3670,'below-sidebar','[]'),(924,3670,'gdlr_room_amount',''),(925,3670,'gdlr_max_people',''),(926,3670,'_dp_original','3667'),(927,3670,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(928,3670,'above-sidebar','[]'),(929,3670,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3511,3518,3510,3529,3542,3526,3524,3512,3532],{|gq2|3510|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2232283-hotel-room-with-bed-and-wooden-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3524|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34636860_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3526|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_16820650_Subscription_Monthly_XL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3529|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-396585-spa-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3542|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/12/161H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size\",\"gallery-style\":\"grid\",\"gallery-columns\":\"3\",\"num-fetch\":\"9\",\"show-caption\":\"yes\",\"margin-bottom\":\"40px\"}}]'),(930,3672,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(931,3672,'above-sidebar','[]'),(932,3672,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3511,3518,3510,3529,3542,3526,3524,3512],{|gq2|3510|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2232283-hotel-room-with-bed-and-wooden-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3524|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34636860_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3526|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_16820650_Subscription_Monthly_XL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3529|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-396585-spa-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3542|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/12/161H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size\",\"gallery-style\":\"grid\",\"gallery-columns\":\"4\",\"num-fetch\":\"8\",\"show-caption\":\"yes\",\"margin-bottom\":\"40px\"}}]'),(933,3672,'_dp_original','3670'),(934,3672,'gdlr_room_amount',''),(935,3672,'below-sidebar','[]'),(936,3672,'gdlr_max_people',''),(937,3674,'below-sidebar','[]'),(938,3674,'gdlr_room_amount',''),(939,3674,'gdlr_max_people',''),(940,3674,'_dp_original','3672'),(941,3674,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3511,3518,3510,3529,3542,3526,3524,3512],{|gq2|3510|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2232283-hotel-room-with-bed-and-wooden-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3524|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34636860_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3526|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_16820650_Subscription_Monthly_XL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3529|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-396585-spa-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3542|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/12/161H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size\",\"gallery-style\":\"grid\",\"gallery-columns\":\"4\",\"num-fetch\":\"8\",\"show-caption\":\"no\",\"margin-bottom\":\"40px\"}}]'),(942,3674,'above-sidebar','[]'),(943,3674,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(944,3676,'below-sidebar','[]'),(945,3676,'gdlr_room_amount',''),(946,3676,'gdlr_max_people',''),(947,3676,'_dp_original','3674'),(948,3676,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(949,3676,'above-sidebar','[]'),(950,3676,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3511,3518,3510,3529,3542,3526,3524,3512,3533,3534],{|gq2|3510|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2232283-hotel-room-with-bed-and-wooden-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3524|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34636860_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3526|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_16820650_Subscription_Monthly_XL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3529|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-396585-spa-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3533|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3290449-concierges-holding-the-cart-and-posing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3534|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3542|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/12/161H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size\",\"gallery-style\":\"grid\",\"gallery-columns\":\"5\",\"num-fetch\":\"10\",\"show-caption\":\"no\",\"margin-bottom\":\"40px\"}}]'),(951,3678,'below-sidebar','[]'),(952,3678,'gdlr_room_amount',''),(953,3678,'gdlr_max_people',''),(954,3678,'_dp_original','3676'),(955,3678,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"portfolio\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(956,3678,'above-sidebar','[]'),(957,3678,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3511,3518,3510,3529,3542,3526,3524,3512,3533,3534],{|gq2|3510|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2232283-hotel-room-with-bed-and-wooden-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3524|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34636860_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3526|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_16820650_Subscription_Monthly_XL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3529|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-396585-spa-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3533|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3290449-concierges-holding-the-cart-and-posing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3534|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3542|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/12/161H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size\",\"gallery-style\":\"grid\",\"gallery-columns\":\"5\",\"num-fetch\":\"10\",\"show-caption\":\"yes\",\"margin-bottom\":\"40px\"}}]'),(958,3720,'_oembed_3435a94e71817c00c089dc8f308bf60d','{{unknown}}'),(959,3720,'below-sidebar','[]'),(960,3720,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Master Slider\",\"type\":\"master-slider\",\"option\":{\"page-item-id\":\"\",\"id\":\"5\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hotel & Apartment Room\",\"type\":\"room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши номера\",\"caption\":\"\",\"right-text\":\"Посмотреть все номера\",\"right-text-link\":\"\",\"category\":\"room\",\"tag\":\"\",\"room-style\":\"modern-no-space\",\"enable-carousel\":\"enable\",\"room-size\":\"3\",\"num-fetch\":\"8\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4267\",\"icon\":\"\",\"title\":\"WI - FI\",\"style\":\"type-2\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4266\",\"icon\":\"\",\"title\":\"ПАРКОВКА\",\"style\":\"type-2\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4265\",\"icon\":\"\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-2\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4264\",\"icon\":\"\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-2\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4263\",\"icon\":\"\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-2\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4262\",\"icon\":\"\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-2\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3963\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-service\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"15px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<p style=|gq2|text-align: center;|gq2|>[gdlr_button href=|gq2|https://book-wizard.otelms.com/|gq2| target=|gq2|_self|gq2| size=|gq2|medium|gq2| border_color=|gq2|#999999|gq2|]Забронировать сейчас[/gdlr_button]</p>\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#f5f5f5\",\"skin\":\"gdlr-skin-light-grey\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"50px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|}]\",\"title-type\":\"center\",\"title\":\"Отзывы наших гостей\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#1abc9c\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"45px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"2800\",\"caption\":\"Гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"35000\",\"caption\":\"Рабочих часов\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"99.9%\",\"caption\":\"Довольных гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"100%\",\"caption\":\"Вернутся снова\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3964\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"190px\",\"padding-bottom\":\"120px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3518,3519,3521,3517,3514,3512,3511,3523,3525],{|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3517|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2650397-sailing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3521|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1576481-relaxing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3523|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34317913_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"left-divider\",\"title\":\"Галерея\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size-2\",\"gallery-style\":\"grid\",\"with-featured\":\"enable\",\"gallery-columns\":\"4\",\"num-fetch\":\"\",\"show-caption\":\"no\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/2\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"left-divider\",\"title\":\"Наши новости\",\"caption\":\"\",\"right-text\":\"Все новости\",\"right-text-link\":\"/news/\",\"category\":\"news\",\"tag\":\"\",\"num-excerpt\":\"17\",\"num-fetch\":\"3\",\"blog-style\":\"blog-widget\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"thumbnail\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"disable\",\"enable-sticky\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{},\"size\":\"1/2\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"\",\"background\":\"#ffffff\",\"skin\":\"\",\"show-section\":\"\",\"border\":\"\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"40px\"}}]'),(961,3720,'above-sidebar','[]'),(962,3720,'gdlr_max_people',''),(963,3720,'gdlr_room_amount',''),(964,3720,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"disable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(965,3720,'_edit_last','2'),(966,3781,'above-sidebar',''),(967,3781,'content-with-sidebar',''),(968,3781,'below-sidebar',''),(969,3781,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(970,4015,'_edit_last','1'),(971,4015,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(972,4015,'above-sidebar','[]'),(973,4015,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Title\",\"type\":\"title\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши услуги\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"no-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"30px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"4267\",\"icon\":\"fa-wifi\",\"title\":\"WI - FI\",\"style\":\"type-3\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-key\",\"title\":\"ПАРКОВКА\",\"style\":\"type-3\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-coffee\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-3\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-paw\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-3\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-car\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-3\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-puzzle-piece\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-3\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"gdlr-skin-services-amp-facilities\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"30px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|}]\",\"title-type\":\"center\",\"title\":\"Testimonial\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"4033\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-service-testimonial\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"150px\",\"padding-bottom\":\"100px\"}}]'),(3032,4324,'above-sidebar','[]'),(3033,4324,'below-sidebar','[]'),(3034,4324,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Title\",\"type\":\"title\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши услуги\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"no-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"30px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"4267\",\"icon\":\"fa-coffee\",\"title\":\"WI - FI\",\"style\":\"type-3\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-book\",\"title\":\"ПАРКОВКА\",\"style\":\"type-3\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-puzzle-piece\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-3\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-music\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-3\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-wifi\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-3\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-key\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-3\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"gdlr-skin-services-amp-facilities\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"30px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|}]\",\"title-type\":\"center\",\"title\":\"Testimonial\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"4033\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-service-testimonial\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"150px\",\"padding-bottom\":\"100px\"}}]'),(974,4015,'below-sidebar','[]'),(975,4082,'_edit_last','1'),(976,4082,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(977,4082,'above-sidebar','[]'),(978,4082,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room\",\"type\":\"hostel-room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View all rooms\",\"right-text-link\":\"\",\"category\":\"hostel-rooms\",\"tag\":\"\",\"room-style\":\"classic\",\"enable-carousel\":\"disable\",\"room-size\":\"3\",\"num-fetch\":\"8\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"small-grid-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}}]'),(979,4082,'below-sidebar','[]'),(989,67,'gdlr_room_amount',''),(990,67,'gdlr_max_people',''),(991,67,'_thumbnail_id','3545'),(992,67,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-caption\":\"Caption placed here\",\"header-background\":\"\",\"clients\":\"Samsung\",\"skills\":\"Photograph\",\"website\":\"http://samsung.com\",\"thumbnail-type\":\"feature-image\",\"thumbnail-link\":\"current\",\"thumbnail-url\":\"\",\"thumbnail-new-tab\":\"enable\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"[[],{|gq2|12|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/photodune-248725-st-julians-bay-malta-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|13|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/photodune-4791527-golden-gate-bridge-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|14|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/photodune-409201-japan-gate-torii-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|60|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/Fotolia_18408743_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|66|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|none|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/Keep-Calm-Poster-Large-150x150.png|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|68|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/photodune-2542896-new-york-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3512,3511,3510],{|gq2|13|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/photodune-4791527-golden-gate-bridge-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|68|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/photodune-2542896-new-york-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|109|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/photodune-2650397-sailing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|766|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/gal-thumnb-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1970|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/roskilde_dribbble-150x150.png|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1981|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/photodune-1176006-orange-wall-interior-design-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1983|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/photodune-4480648-office-supplies-gadgets-and-coffee-cup-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1987|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/photodune-6590781-product-launch-flat-illustration-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2758|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/8278086121_bae400020c_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2759|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/8310509478_9668a30ce9_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2760|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/8430918900_39077126e2_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2763|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/6241020467_f128716344_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3075|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/12/photodune-8795200-overhead-of-essentials-hipster-boy-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3077|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/12/photodune-8861171-young-creative-woman-working-at-office-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3095|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/11/photodune-157455-old-vintage-camera-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3510|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2232283-hotel-room-with-bed-and-wooden-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(993,74,'_thumbnail_id','3543'),(994,74,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-caption\":\"Caption placed here\",\"header-background\":\"\",\"clients\":\"Apple\",\"skills\":\"Adobe Creative\",\"website\":\"http://apple.com\",\"thumbnail-type\":\"feature-image\",\"thumbnail-link\":\"current-post\",\"thumbnail-url\":\"\",\"thumbnail-new-tab\":\"enable\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"video\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"https://www.youtube.com/watch?v=tDvBwPzJ7dY\",\"inside-thumbnail-slider\":\"\"}'),(995,74,'_wp_old_slug','maecenas-mi-libero'),(996,76,'gdlr_room_amount',''),(997,76,'gdlr_max_people',''),(998,76,'_thumbnail_id','3544'),(999,76,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-caption\":\"Caption placed here\",\"header-background\":\"\",\"clients\":\"GoodLayers\",\"skills\":\"Illustration, Logo\",\"website\":\"http://goodlayers.com\",\"thumbnail-type\":\"feature-image\",\"thumbnail-link\":\"current\",\"thumbnail-url\":\"\",\"thumbnail-new-tab\":\"enable\",\"thumbnail-video\":\"http://www.youtube.com/watch?v=Ow2Shb_nkOw\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"stack-image\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"https://www.youtube.com/watch?v=tDvBwPzJ7dY\",\"inside-thumbnail-slider\":\"[[3543,3542,3541],{|gq2|2750|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/12/4460269637_ee09dd1f89_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2755|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/12/13412804195_74cd6a1e60_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2759|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/8310509478_9668a30ce9_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2765|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/12/photodune-2497009-vintage-train-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3069|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/12/photodune-6745585-modern-creative-workspace-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3070|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/12/photodune-6745606-man-wristwatch-calendar-key-and-glasses-on-a-old-table-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3071|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/12/photodune-7770665-two-white-coffee-mug-with-diy-decoration-on-vintage-effect-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3093|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/11/13349065283_64d09b067c_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3094|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/11/6426608875_186070f8ca_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3541|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/12/157H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3542|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/12/161H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3543|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/12/113H1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(1000,76,'_wp_old_slug','sed-auctor-orci'),(1001,76,'_wp_old_slug','video-thumbnail'),(1002,79,'_thumbnail_id','3542'),(1003,79,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-caption\":\"Caption placed here\",\"header-background\":\"\",\"clients\":\"Envato\",\"skills\":\"Photoshop, CSS\",\"website\":\"http://envato.com\",\"thumbnail-type\":\"slider\",\"thumbnail-link\":\"current-post\",\"thumbnail-url\":\"\",\"thumbnail-new-tab\":\"enable\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"[[3542,3550,3549],{|gq2|14|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/photodune-409201-japan-gate-torii-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|860|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/photodune-2927692-colorful-cookies-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|990|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/beachballin-150x150.png|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|991|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/tapwall-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1991|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/history-dribbble-big-150x150.png|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1993|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/beachballin-150x150.png|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1994|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/Flipclock_large-150x150.png|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2416|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|none|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/12/photodune-6590781-product-launch-flat-illustration-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2420|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/12/photodune-1176006-orange-wall-interior-design-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2433|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/dribbleshot1_large-150x150.png|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2540|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/port-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2541|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/port-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2542|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/port-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2744|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2014/05/photodune-3835092-little-airliner-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2748|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2014/06/8245632244_f26259c9f9_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2750|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/12/4460269637_ee09dd1f89_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2763|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/6241020467_f128716344_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3069|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/12/photodune-6745585-modern-creative-workspace-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3076|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/12/photodune-8797753-multiethnic-people-with-startup-business-talking-in-a-cafe-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3078|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/11/book07-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3082|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/11/card18-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3542|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/12/161H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3543|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/12/113H1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3549|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/160H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3550|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/162H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"inside-thumbnail-type\":\"thumbnail-type\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"\"}'),(1004,79,'_wp_old_slug','phasellus-non-felis'),(1005,79,'gdlr_room_amount',''),(1006,79,'gdlr_max_people',''),(1010,867,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-title\":\"\",\"page-caption\":\"\"}'),(1011,867,'_dp_original','858'),(1012,867,'_thumbnail_id','3533'),(1013,867,'gdlr_room_amount',''),(1014,867,'gdlr_max_people',''),(1027,931,'_thumbnail_id','3541'),(1028,931,'_edit_last','1'),(1029,931,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-caption\":\"Caption placed here\",\"header-background\":\"\",\"clients\":\"Envato\",\"skills\":\"Photoshop, CSS\",\"website\":\"http://envato.com\",\"thumbnail-type\":\"feature-image\",\"thumbnail-link\":\"video\",\"thumbnail-url\":\"http://www.youtube.com/watch?v=Ow2Shb_nkOw\",\"thumbnail-new-tab\":\"enable\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"thumbnail-type\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"\"}'),(1030,931,'_dp_original','79'),(1031,931,'_wp_old_slug','integer-legentibus-quisque'),(1032,932,'gdlr_room_amount',''),(1033,932,'gdlr_max_people',''),(1034,932,'_thumbnail_id','3540'),(1035,932,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-caption\":\"Caption placed here\",\"header-background\":\"\",\"clients\":\"GoodLayers\",\"skills\":\"Photoshop, illustrator, Light Room\",\"website\":\"http://goodlayers.com\",\"thumbnail-type\":\"feature-image\",\"thumbnail-link\":\"current-post\",\"thumbnail-url\":\"\",\"thumbnail-new-tab\":\"enable\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"stack-image\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3549,3547,3545,3544],{|gq2|2755|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/12/13412804195_74cd6a1e60_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2756|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/12/11717888334_0f0c046582_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2757|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/12/9514752555_0374b08302_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|2761|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|none|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/8568412976_3798aee39d_o-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3079|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/11/card01-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3080|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/11/card02-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3081|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/11/card04-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3082|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/thekeynote/wp-content/uploads/2013/11/card18-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3544|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/12/115H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3545|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/12/118H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3547|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/12/159H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3548|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/114H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3549|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2013/11/160H-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(1036,932,'_dp_original','931'),(1037,932,'_wp_old_slug','curabitur-est-gravida'),(1038,933,'_thumbnail_id','3539'),(1039,933,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-caption\":\"Caption placed here\",\"header-background\":\"\",\"clients\":\"Apple\",\"skills\":\"Photoshop, illustrator, Light Room\",\"website\":\"http://apple.com\",\"thumbnail-type\":\"feature-image\",\"thumbnail-link\":\"current\",\"thumbnail-url\":\"\",\"thumbnail-new-tab\":\"enable\",\"thumbnail-video\":\"http://www.youtube.com/watch?v=tDvBwPzJ7dY\",\"thumbnail-slider\":\"[[1983,1981,1973],{|gq2|1973|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/11/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1981|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/photodune-1176006-orange-wall-interior-design-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1983|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/photodune-4480648-office-supplies-gadgets-and-coffee-cup-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"inside-thumbnail-type\":\"thumbnail-type\",\"inside-thumbnail-image\":\"2124\",\"inside-thumbnail-video\":\"http://www.youtube.com/watch?v=tDvBwPzJ7dY\",\"inside-thumbnail-slider\":\"[[1985,1983,1981,1973,1971],{|gq2|65|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/Flipclock_large-150x150.png|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|66|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/Keep-Calm-Poster-Large-150x150.png|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|103|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/Fotolia_33064312_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|106|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/card01-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|109|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/photodune-2650397-sailing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|764|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/gal-thumnb-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|765|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/gal-thumnb-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|766|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/gal-thumnb-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|769|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/gal-thumnb-7-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|853|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/photodune-2516147-palm-van-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1971|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/appicontemplatev2-150x150.png|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1973|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/11/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1981|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/photodune-1176006-orange-wall-interior-design-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1983|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/photodune-4480648-office-supplies-gadgets-and-coffee-cup-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|1985|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/12/photodune-4426243-livingroom-with-furniture-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(1040,933,'_dp_original','932'),(1041,933,'_wp_old_slug','gistoriarum-dapibus'),(1042,2211,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-title\":\"\",\"page-caption\":\"\"}'),(1043,2211,'_thumbnail_id','3521'),(1044,2211,'gdlr_room_amount',''),(1045,2211,'gdlr_max_people',''),(1052,4108,'_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>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(1053,4108,'_mail',''),(1054,4108,'_mail_2',''),(1055,4108,'_messages','a:21:{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:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(1056,4108,'_additional_settings',''),(1057,4108,'_locale','en_US'),(1065,862,'_thumbnail_id','3523'),(1067,862,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-title\":\"\",\"page-caption\":\"\"}'),(1068,862,'_dp_original','859'),(1081,3584,'hotel_paid_not_available','a:0:{}'),(1082,3584,'hotel_booking_not_available','a:0:{}'),(1083,3584,'_thumbnail_id','3532'),(1084,3584,'post-option','{\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"30\",\"ical-sync-url\":\"\",\"max-people\":\"2\",\"block-room-date\":\"\",\"room-base-price-weekend\":\"65\",\"room-base-price\":\"50\",\"room-base-price-number-people\":\"1\",\"adult-price-weekend\":\"30\",\"children-price-weekend\":\"20\",\"adult-price-weekday\":\"20\",\"children-price-weekday\":\"15\",\"special-season-pricing\":\"[]\",\"consecutive-night-discount\":\"[]\",\"fas-img\":\"\",\"fas-img-url\":\"\",\"facilities-and-services\":\"[{|gq2|title|gq2|:|gq2|Кровать|gq2|,|gq2|value|gq2|:|gq2|двуспальная или две односпальные кровати|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Макс. кол-во человек|gq2|,|gq2|value|gq2|:|gq2|2|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Вид|gq2|,|gq2|value|gq2|:|gq2|на территорию отеля|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Площадь комнаты|gq2|,|gq2|value|gq2|:|gq2|18 кв.м|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|}]\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3587,3588,3589,3590,3586],{|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3530|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1177463-spa-woman-hot-stones-massage-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3531|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2673580-brown-sofas-the-lobby-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(1085,3584,'gdlr_room_amount','30'),(1086,3584,'gdlr_max_people','2'),(1087,3584,'_wp_old_slug','junior-suite'),(1088,3595,'hotel_paid_not_available','a:0:{}'),(1089,3595,'hotel_booking_not_available','a:0:{}'),(1090,3595,'post-option','{\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"90\",\"ical-sync-url\":\"\",\"max-people\":\"4\",\"block-room-date\":\"\",\"room-base-price-weekend\":\"100\",\"room-base-price\":\"80\",\"room-base-price-number-people\":\"2\",\"adult-price-weekend\":\"30\",\"children-price-weekend\":\"20\",\"adult-price-weekday\":\"30\",\"children-price-weekday\":\"20\",\"special-season-pricing\":\"[]\",\"consecutive-night-discount\":\"[]\",\"fas-img\":\"\",\"fas-img-url\":\"\",\"facilities-and-services\":\"[{|gq2|title|gq2|:|gq2|Кровать|gq2|,|gq2|value|gq2|:|gq2|двуспальная или две односпальные кровати|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Макс. кол-во человек|gq2|,|gq2|value|gq2|:|gq2|4|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Вид|gq2|,|gq2|value|gq2|:|gq2|на территорию отеля|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Площадь комнаты|gq2|,|gq2|value|gq2|:|gq2|18 кв.м|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|}]\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3592,3588,3589,3590,3586],{|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3530|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1177463-spa-woman-hot-stones-massage-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3531|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2673580-brown-sofas-the-lobby-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3592|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-7-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(1091,3595,'_thumbnail_id','3512'),(1092,3595,'_dp_original','3584'),(1093,3595,'gdlr_max_people','4'),(1094,3595,'gdlr_room_amount','90'),(1095,3595,'_wp_old_slug','superior-room-two-double'),(1096,3596,'hotel_paid_not_available','a:0:{}'),(1097,3596,'hotel_booking_not_available','a:0:{}'),(1098,3596,'_dp_original','3595'),(1099,3596,'gdlr_max_people','3'),(1100,3596,'gdlr_room_amount','120'),(1101,3596,'_thumbnail_id','3511'),(1102,3596,'post-option','{\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"120\",\"ical-sync-url\":\"\",\"max-people\":\"3\",\"block-room-date\":\"\",\"room-base-price-weekend\":\"120\",\"room-base-price\":\"90\",\"room-base-price-number-people\":\"2\",\"adult-price-weekend\":\"30\",\"children-price-weekend\":\"20\",\"adult-price-weekday\":\"\",\"children-price-weekday\":\"20\",\"special-season-pricing\":\"[]\",\"consecutive-night-discount\":\"[]\",\"fas-img\":\"\",\"fas-img-url\":\"\",\"facilities-and-services\":\"[{|gq2|title|gq2|:|gq2|Кровать|gq2|,|gq2|value|gq2|:|gq2|1 King Bed|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Макс. кол-во человек|gq2|,|gq2|value|gq2|:|gq2|3|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Вид|gq2|,|gq2|value|gq2|:|gq2|на территорию отеля|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Площадь комнаты|gq2|,|gq2|value|gq2|:|gq2|18 кв.м|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|}]\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3592,3588,3589,3590,3586],{|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3530|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1177463-spa-woman-hot-stones-massage-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3531|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2673580-brown-sofas-the-lobby-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3592|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-7-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(1103,3596,'_wp_old_slug','standard-room-one-king'),(1118,3599,'hotel_paid_not_available','a:0:{}'),(1119,3599,'hotel_booking_not_available','a:0:{}'),(1120,3599,'_thumbnail_id','3514'),(1121,3599,'post-option','{\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"120\",\"ical-sync-url\":\"\",\"max-people\":\"3\",\"block-room-date\":\"\",\"room-base-price-weekend\":\"230\",\"room-base-price\":\"190\",\"room-base-price-number-people\":\"2\",\"adult-price-weekend\":\"50\",\"children-price-weekend\":\"30\",\"adult-price-weekday\":\"40\",\"children-price-weekday\":\"20\",\"special-season-pricing\":\"[]\",\"consecutive-night-discount\":\"[]\",\"fas-img\":\"\",\"fas-img-url\":\"\",\"facilities-and-services\":\"[{|gq2|title|gq2|:|gq2|Кровать|gq2|,|gq2|value|gq2|:|gq2|двуспальная или две односпальные кровати|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Макс. кол-во человек|gq2|,|gq2|value|gq2|:|gq2|3|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Вид|gq2|,|gq2|value|gq2|:|gq2|на территорию отеля|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Площадь комнаты|gq2|,|gq2|value|gq2|:|gq2|18 кв.м|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|}]\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3594,3588,3589,3590,3586],{|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3530|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1177463-spa-woman-hot-stones-massage-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3531|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2673580-brown-sofas-the-lobby-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3592|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-7-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3594|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-9-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(1122,3599,'gdlr_room_amount','120'),(1123,3599,'gdlr_max_people','3'),(1124,3599,'_dp_original','3598'),(1125,3599,'_wp_old_slug','deluxe-room-king-bed'),(1133,3601,'hotel_paid_not_available','a:0:{}'),(1134,3601,'hotel_booking_not_available','a:0:{}'),(1135,3601,'_thumbnail_id','3510'),(1136,3601,'post-option','{\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"120\",\"ical-sync-url\":\"\",\"max-people\":\"3\",\"block-room-date\":\"\",\"room-base-price-weekend\":\"120\",\"room-base-price\":\"90\",\"room-base-price-number-people\":\"2\",\"adult-price-weekend\":\"50\",\"children-price-weekend\":\"30\",\"adult-price-weekday\":\"40\",\"children-price-weekday\":\"20\",\"special-season-pricing\":\"[]\",\"consecutive-night-discount\":\"[]\",\"fas-img\":\"\",\"fas-img-url\":\"\",\"facilities-and-services\":\"[{|gq2|title|gq2|:|gq2|Кровать|gq2|,|gq2|value|gq2|:|gq2|двуспальная или две односпальные кровати|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Макс. кол-во человек|gq2|,|gq2|value|gq2|:|gq2|3|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Вид|gq2|,|gq2|value|gq2|:|gq2|на территорию отеля|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Площадь комнаты|gq2|,|gq2|value|gq2|:|gq2|18 кв.м|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|}]\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3588,3589,3590,3586,3514],{|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3530|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1177463-spa-woman-hot-stones-massage-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3531|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2673580-brown-sofas-the-lobby-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3592|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-7-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(1137,3601,'gdlr_room_amount','120'),(1138,3601,'gdlr_max_people','3'),(1139,3601,'_dp_original','3600'),(1140,3602,'hotel_paid_not_available','a:0:{}'),(1141,3602,'hotel_booking_not_available','a:0:{}'),(1142,3602,'_thumbnail_id','3513'),(1143,3602,'post-option','{\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"120\",\"ical-sync-url\":\"\",\"max-people\":\"4\",\"block-room-date\":\"\",\"room-base-price-weekend\":\"400\",\"room-base-price\":\"300\",\"room-base-price-number-people\":\"3\",\"adult-price-weekend\":\"70\",\"children-price-weekend\":\"50\",\"adult-price-weekday\":\"60\",\"children-price-weekday\":\"40\",\"special-season-pricing\":\"[]\",\"consecutive-night-discount\":\"[]\",\"fas-img\":\"\",\"fas-img-url\":\"\",\"facilities-and-services\":\"[{|gq2|title|gq2|:|gq2|Кровать|gq2|,|gq2|value|gq2|:|gq2|двуспальная или две односпальные кровати|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Макс. кол-во человек|gq2|,|gq2|value|gq2|:|gq2|4|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Вид|gq2|,|gq2|value|gq2|:|gq2|на территорию отеля|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|},{|gq2|title|gq2|:|gq2|Площадь комнаты|gq2|,|gq2|value|gq2|:|gq2|18 кв.м|gq2|,|gq2|img|gq2|:|gq2||gq2|,|gq2|img_url|gq2|:|gq2||gq2|}]\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3593,3588,3589,3590,3586],{|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3530|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1177463-spa-woman-hot-stones-massage-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3531|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2673580-brown-sofas-the-lobby-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3592|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|none|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-7-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3593|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-8-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(1144,3602,'gdlr_room_amount','120'),(1145,3602,'gdlr_max_people','4'),(1146,3602,'_dp_original','3601'),(1147,4058,'post-option','{\"service-type\":\"parking-service\",\"price\":\"12\",\"per\":\"guest\",\"car\":\"car\",\"unit\":\"night\"}'),(1148,4058,'_edit_last','1'),(1149,4059,'_edit_last','1'),(1150,4059,'post-option','{\"service-type\":\"regular-service\",\"price\":\" 15\",\"per\":\"guest\",\"car\":\"car\",\"unit\":\"night\"}'),(1151,4061,'_edit_last','1'),(1152,4061,'post-option','{\"service-type\":\"regular-service\",\"price\":\"9\",\"per\":\"group\",\"car\":\"car\",\"unit\":\"trip\"}'),(1153,4109,'_form','<p>Ваше имя (обязательно)<br />\n [text* your-name] </p>\n\n<p>Ваш email (обязательно)<br />\n [email* your-email] </p>\n\n<p>Тема сообщения<br />\n [text your-subject] </p>\n\n<p>Ваше сообщение<br />\n [textarea your-message] </p>\n\n<p>[submit \"Отправить\"]</p>'),(1154,4109,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:43:\"[your-name] <wordpress@demo.goodlayers.com>\";s:9:\"recipient\";s:8:\"ss@ss.ss\";s:4:\"body\";s:204:\"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 Hotel Master - Hostel (http://demo.goodlayers.com/hotelmaster/hostel)\";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;}'),(1155,4109,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:53:\"Hotel Master - Hostel <wordpress@demo.goodlayers.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:146:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Hotel Master - Hostel (http://demo.goodlayers.com/hotelmaster/hostel)\";s:18:\"additional_headers\";s:18:\"Reply-To: ss@ss.ss\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1156,4109,'_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:45:\"Формат даты некорректен.\";s:14:\"date_too_early\";s:74:\"Введённая дата слишком далеко в прошлом.\";s:13:\"date_too_late\";s:74:\"Введённая дата слишком далеко в будущем.\";s:13:\"upload_failed\";s:90:\"При загрузке файла произошла неизвестная ошибка.\";s:24:\"upload_file_type_invalid\";s:81:\"Вам не разрешено загружать файлы этого типа.\";s:21:\"upload_file_too_large\";s:39:\"Файл слишком большой.\";s:23:\"upload_failed_php_error\";s:67:\"При загрузке файла произошла ошибка.\";s:14:\"invalid_number\";s:47:\"Формат числа некорректен.\";s:16:\"number_too_small\";s:68:\"Число меньше минимально допустимого.\";s:16:\"number_too_large\";s:70:\"Число больше максимально допустимого.\";s:23:\"quiz_answer_not_correct\";s:69:\"Неверный ответ на проверочный вопрос.\";s:17:\"captcha_not_match\";s:35:\"Код введен неверно.\";s:13:\"invalid_email\";s:62:\"Неверно введён электронный адрес.\";s:11:\"invalid_url\";s:53:\"Введён некорректный URL адрес.\";s:11:\"invalid_tel\";s:70:\"Введён некорректный телефонный номер.\";}'),(1157,4109,'_additional_settings',''),(1158,4109,'_locale','en_US'),(1159,4110,'_menu_item_type','post_type'),(1160,4110,'_menu_item_menu_item_parent','0'),(1161,4110,'_menu_item_object_id','29'),(1162,4110,'_menu_item_object','page'),(1163,4110,'_menu_item_target',''),(1164,4110,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1165,4110,'_menu_item_xfn',''),(1166,4110,'_menu_item_url',''),(1167,4110,'_gdlr_mega_menu_item','mega_menu'),(1168,4110,'_gdlr_mega_menu_section','1/1'),(3022,4321,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"disable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(2857,4293,'below-sidebar','[]'),(2858,4293,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Master Slider\",\"type\":\"master-slider\",\"option\":{\"page-item-id\":\"\",\"id\":\"5\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hotel & Apartment Room\",\"type\":\"room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши номера\",\"caption\":\"\",\"right-text\":\"Посмотреть все номера\",\"right-text-link\":\"\",\"category\":\"room\",\"tag\":\"\",\"room-style\":\"modern-no-space\",\"enable-carousel\":\"enable\",\"room-size\":\"3\",\"num-fetch\":\"8\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4267\",\"icon\":\"\",\"title\":\"WI - FI\",\"style\":\"type-2\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4266\",\"icon\":\"\",\"title\":\"ПАРКОВКА\",\"style\":\"type-2\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4265\",\"icon\":\"\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-2\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4264\",\"icon\":\"\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-2\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4263\",\"icon\":\"\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-2\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4262\",\"icon\":\"\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-2\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3963\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-service\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"15px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room Availability\",\"type\":\"hostel-availability\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"ЗАБРОНИРОВАТЬ НОМЕР\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#f5f5f5\",\"skin\":\"gdlr-skin-light-grey\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"50px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|}]\",\"title-type\":\"center\",\"title\":\"Отзывы наших гостей\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#1abc9c\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"45px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"2800\",\"caption\":\"Гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"35000\",\"caption\":\"Рабочих часов\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"99.9%\",\"caption\":\"Довольных гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"100%\",\"caption\":\"Вернутся снова\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3964\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"190px\",\"padding-bottom\":\"120px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3518,3519,3521,3517,3514,3512,3511,3523,3525],{|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3517|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2650397-sailing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3521|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1576481-relaxing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3523|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34317913_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"left-divider\",\"title\":\"Галерея\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size-2\",\"gallery-style\":\"grid\",\"with-featured\":\"enable\",\"gallery-columns\":\"4\",\"num-fetch\":\"\",\"show-caption\":\"no\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/2\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"left-divider\",\"title\":\"Наши новости\",\"caption\":\"\",\"right-text\":\"Все новости\",\"right-text-link\":\"/news/\",\"category\":\"news\",\"tag\":\"\",\"num-excerpt\":\"17\",\"num-fetch\":\"3\",\"blog-style\":\"blog-widget\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"thumbnail\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"disable\",\"enable-sticky\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{},\"size\":\"1/2\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"\",\"background\":\"#ffffff\",\"skin\":\"\",\"show-section\":\"\",\"border\":\"\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"40px\"}}]'),(2859,4293,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"disable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(1669,4161,'_menu_item_type','post_type'),(1670,4161,'_menu_item_menu_item_parent','0'),(1671,4161,'_menu_item_object_id','149'),(1672,4161,'_menu_item_object','page'),(1673,4161,'_menu_item_target',''),(1674,4161,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1675,4161,'_menu_item_xfn',''),(1676,4161,'_menu_item_url',''),(1677,4161,'_gdlr_mega_menu_item',''),(1678,4162,'_menu_item_type','post_type'),(1679,4162,'_menu_item_menu_item_parent','0'),(1680,4162,'_menu_item_object_id','784'),(1681,4162,'_menu_item_object','page'),(1682,4162,'_menu_item_target',''),(1683,4162,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1684,4162,'_menu_item_xfn',''),(1685,4162,'_menu_item_url',''),(1686,4162,'_gdlr_mega_menu_item',''),(1687,4163,'_menu_item_type','post_type'),(1688,4163,'_menu_item_menu_item_parent','0'),(1689,4163,'_menu_item_object_id','156'),(1690,4163,'_menu_item_object','page'),(1691,4163,'_menu_item_target',''),(1692,4163,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1693,4163,'_menu_item_xfn',''),(1694,4163,'_menu_item_url',''),(1695,4163,'_gdlr_mega_menu_item',''),(1696,4164,'_menu_item_type','post_type'),(1697,4164,'_menu_item_menu_item_parent','0'),(1698,4164,'_menu_item_object_id','1017'),(1699,4164,'_menu_item_object','page'),(1700,4164,'_menu_item_target',''),(1701,4164,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1702,4164,'_menu_item_xfn',''),(1703,4164,'_menu_item_url',''),(1704,4164,'_gdlr_mega_menu_item',''),(1705,4165,'_menu_item_type','post_type'),(1706,4165,'_menu_item_menu_item_parent','0'),(1707,4165,'_menu_item_object_id','203'),(1708,4165,'_menu_item_object','page'),(1709,4165,'_menu_item_target',''),(1710,4165,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1711,4165,'_menu_item_xfn',''),(1712,4165,'_menu_item_url',''),(1713,4165,'_gdlr_mega_menu_item',''),(1714,4166,'_menu_item_type','post_type'),(1715,4166,'_menu_item_menu_item_parent','0'),(1716,4166,'_menu_item_object_id','705'),(1717,4166,'_menu_item_object','page'),(1718,4166,'_menu_item_target',''),(1719,4166,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1720,4166,'_menu_item_xfn',''),(1721,4166,'_menu_item_url',''),(1722,4166,'_gdlr_mega_menu_item',''),(1723,4167,'_menu_item_type','post_type'),(1724,4167,'_menu_item_menu_item_parent','0'),(1725,4167,'_menu_item_object_id','296'),(1726,4167,'_menu_item_object','page'),(1727,4167,'_menu_item_target',''),(1728,4167,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1729,4167,'_menu_item_xfn',''),(1730,4167,'_menu_item_url',''),(1731,4167,'_gdlr_mega_menu_item',''),(1732,4168,'_menu_item_type','post_type'),(1733,4168,'_menu_item_menu_item_parent','0'),(1734,4168,'_menu_item_object_id','653'),(1735,4168,'_menu_item_object','page'),(1736,4168,'_menu_item_target',''),(1737,4168,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1738,4168,'_menu_item_xfn',''),(1739,4168,'_menu_item_url',''),(1740,4168,'_gdlr_mega_menu_item',''),(1741,4169,'_menu_item_type','post_type'),(1742,4169,'_menu_item_menu_item_parent','0'),(1743,4169,'_menu_item_object_id','211'),(1744,4169,'_menu_item_object','page'),(1745,4169,'_menu_item_target',''),(1746,4169,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1747,4169,'_menu_item_xfn',''),(1748,4169,'_menu_item_url',''),(1749,4169,'_gdlr_mega_menu_item',''),(1750,4170,'_menu_item_type','post_type'),(1751,4170,'_menu_item_menu_item_parent','0'),(1752,4170,'_menu_item_object_id','236'),(1753,4170,'_menu_item_object','page'),(1754,4170,'_menu_item_target',''),(1755,4170,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1756,4170,'_menu_item_xfn',''),(1757,4170,'_menu_item_url',''),(1758,4170,'_gdlr_mega_menu_item',''),(1759,4171,'_menu_item_type','post_type'),(1760,4171,'_menu_item_menu_item_parent','0'),(1761,4171,'_menu_item_object_id','456'),(1762,4171,'_menu_item_object','page'),(1763,4171,'_menu_item_target',''),(1764,4171,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1765,4171,'_menu_item_xfn',''),(1766,4171,'_menu_item_url',''),(1767,4171,'_gdlr_mega_menu_item',''),(1768,4172,'_menu_item_type','post_type'),(1769,4172,'_menu_item_menu_item_parent','0'),(1770,4172,'_menu_item_object_id','1039'),(1771,4172,'_menu_item_object','page'),(1772,4172,'_menu_item_target',''),(1773,4172,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1774,4172,'_menu_item_xfn',''),(1775,4172,'_menu_item_url',''),(1776,4172,'_gdlr_mega_menu_item',''),(1777,4173,'_menu_item_type','post_type'),(1778,4173,'_menu_item_menu_item_parent','0'),(1779,4173,'_menu_item_object_id','1400'),(1780,4173,'_menu_item_object','page'),(1781,4173,'_menu_item_target',''),(1782,4173,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1783,4173,'_menu_item_xfn',''),(1784,4173,'_menu_item_url',''),(1785,4173,'_gdlr_mega_menu_item',''),(1786,4174,'_menu_item_type','post_type'),(1787,4174,'_menu_item_menu_item_parent','0'),(1788,4174,'_menu_item_object_id','1084'),(1789,4174,'_menu_item_object','page'),(1790,4174,'_menu_item_target',''),(1791,4174,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1792,4174,'_menu_item_xfn',''),(1793,4174,'_menu_item_url',''),(1794,4174,'_gdlr_mega_menu_item',''),(1795,4175,'_menu_item_type','post_type'),(1796,4175,'_menu_item_menu_item_parent','0'),(1797,4175,'_menu_item_object_id','258'),(1798,4175,'_menu_item_object','page'),(1799,4175,'_menu_item_target',''),(1800,4175,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1801,4175,'_menu_item_xfn',''),(1802,4175,'_menu_item_url',''),(1803,4175,'_gdlr_mega_menu_item',''),(1804,4176,'_menu_item_type','post_type'),(1805,4176,'_menu_item_menu_item_parent','0'),(1806,4176,'_menu_item_object_id','245'),(1807,4176,'_menu_item_object','page'),(1808,4176,'_menu_item_target',''),(1809,4176,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1810,4176,'_menu_item_xfn',''),(1811,4176,'_menu_item_url',''),(1812,4176,'_gdlr_mega_menu_item',''),(1813,4177,'_menu_item_type','post_type'),(1814,4177,'_menu_item_menu_item_parent','0'),(1815,4177,'_menu_item_object_id','1045'),(1816,4177,'_menu_item_object','page'),(1817,4177,'_menu_item_target',''),(1818,4177,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1819,4177,'_menu_item_xfn',''),(1820,4177,'_menu_item_url',''),(1821,4177,'_gdlr_mega_menu_item',''),(1822,4178,'_menu_item_type','post_type'),(1823,4178,'_menu_item_menu_item_parent','0'),(1824,4178,'_menu_item_object_id','640'),(1825,4178,'_menu_item_object','page'),(1826,4178,'_menu_item_target',''),(1827,4178,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1828,4178,'_menu_item_xfn',''),(1829,4178,'_menu_item_url',''),(1830,4178,'_gdlr_mega_menu_item',''),(1831,4179,'_menu_item_type','post_type'),(1832,4179,'_menu_item_menu_item_parent','0'),(1833,4179,'_menu_item_object_id','285'),(1834,4179,'_menu_item_object','page'),(1835,4179,'_menu_item_target',''),(1836,4179,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1837,4179,'_menu_item_xfn',''),(1838,4179,'_menu_item_url',''),(1839,4179,'_gdlr_mega_menu_item',''),(1840,4180,'_menu_item_type','post_type'),(1841,4180,'_menu_item_menu_item_parent','0'),(1842,4180,'_menu_item_object_id','116'),(1843,4180,'_menu_item_object','page'),(1844,4180,'_menu_item_target',''),(1845,4180,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1846,4180,'_menu_item_xfn',''),(1847,4180,'_menu_item_url',''),(1848,4180,'_gdlr_mega_menu_item',''),(1849,4181,'_menu_item_type','post_type'),(1850,4181,'_menu_item_menu_item_parent','0'),(1851,4181,'_menu_item_object_id','687'),(1852,4181,'_menu_item_object','page'),(1853,4181,'_menu_item_target',''),(1854,4181,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1855,4181,'_menu_item_xfn',''),(1856,4181,'_menu_item_url',''),(1857,4181,'_gdlr_mega_menu_item',''),(1858,4182,'_menu_item_type','post_type'),(1859,4182,'_menu_item_menu_item_parent','0'),(1860,4182,'_menu_item_object_id','218'),(1861,4182,'_menu_item_object','page'),(1862,4182,'_menu_item_target',''),(1863,4182,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1864,4182,'_menu_item_xfn',''),(1865,4182,'_menu_item_url',''),(1866,4182,'_gdlr_mega_menu_item',''),(1867,4183,'_menu_item_type','post_type'),(1868,4183,'_menu_item_menu_item_parent','0'),(1869,4183,'_menu_item_object_id','428'),(1870,4183,'_menu_item_object','page'),(1871,4183,'_menu_item_target',''),(1872,4183,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1873,4183,'_menu_item_xfn',''),(1874,4183,'_menu_item_url',''),(1875,4183,'_gdlr_mega_menu_item',''),(1876,4184,'_menu_item_type','post_type'),(1877,4184,'_menu_item_menu_item_parent','0'),(1878,4184,'_menu_item_object_id','120'),(1879,4184,'_menu_item_object','page'),(1880,4184,'_menu_item_target',''),(1881,4184,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1882,4184,'_menu_item_xfn',''),(1883,4184,'_menu_item_url',''),(1884,4184,'_gdlr_mega_menu_item',''),(1885,4185,'_menu_item_type','post_type'),(1886,4185,'_menu_item_menu_item_parent','0'),(1887,4185,'_menu_item_object_id','797'),(1888,4185,'_menu_item_object','page'),(1889,4185,'_menu_item_target',''),(1890,4185,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1891,4185,'_menu_item_xfn',''),(1892,4185,'_menu_item_url',''),(1893,4185,'_gdlr_mega_menu_item',''),(2854,4292,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"disable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(1994,4196,'_menu_item_type','post_type'),(1995,4196,'_menu_item_menu_item_parent','0'),(1996,4196,'_menu_item_object_id','1525'),(1997,4196,'_menu_item_object','page'),(1998,4196,'_menu_item_target',''),(1999,4196,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2000,4196,'_menu_item_xfn',''),(2001,4196,'_menu_item_url',''),(2002,4196,'_gdlr_mega_menu_item',''),(2003,4196,'_gdlr_mega_menu_section','1/1'),(2004,4197,'_menu_item_type','post_type'),(2005,4197,'_menu_item_menu_item_parent','0'),(2006,4197,'_menu_item_object_id','1522'),(2007,4197,'_menu_item_object','page'),(2008,4197,'_menu_item_target',''),(2009,4197,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2010,4197,'_menu_item_xfn',''),(2011,4197,'_menu_item_url',''),(2012,4197,'_gdlr_mega_menu_item',''),(2013,4197,'_gdlr_mega_menu_section','1/1'),(2014,4198,'_menu_item_type','post_type'),(2015,4198,'_menu_item_menu_item_parent','0'),(2016,4198,'_menu_item_object_id','1519'),(2017,4198,'_menu_item_object','page'),(2018,4198,'_menu_item_target',''),(2019,4198,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2020,4198,'_menu_item_xfn',''),(2021,4198,'_menu_item_url',''),(2022,4198,'_gdlr_mega_menu_item',''),(2023,4198,'_gdlr_mega_menu_section','1/1'),(2024,4199,'_menu_item_type','post_type'),(2025,4199,'_menu_item_menu_item_parent','0'),(2026,4199,'_menu_item_object_id','1516'),(2027,4199,'_menu_item_object','page'),(2028,4199,'_menu_item_target',''),(2029,4199,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2030,4199,'_menu_item_xfn',''),(2031,4199,'_menu_item_url',''),(2032,4199,'_gdlr_mega_menu_item',''),(2033,4199,'_gdlr_mega_menu_section','1/1'),(2034,4200,'_menu_item_type','post_type'),(2035,4200,'_menu_item_menu_item_parent','0'),(2036,4200,'_menu_item_object_id','1513'),(2037,4200,'_menu_item_object','page'),(2038,4200,'_menu_item_target',''),(2039,4200,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2040,4200,'_menu_item_xfn',''),(2041,4200,'_menu_item_url',''),(2042,4200,'_gdlr_mega_menu_item',''),(2043,4200,'_gdlr_mega_menu_section','1/1'),(2044,4201,'_menu_item_type','post_type'),(2045,4201,'_menu_item_menu_item_parent','0'),(2046,4201,'_menu_item_object_id','1510'),(2047,4201,'_menu_item_object','page'),(2048,4201,'_menu_item_target',''),(2049,4201,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2050,4201,'_menu_item_xfn',''),(2051,4201,'_menu_item_url',''),(2052,4201,'_gdlr_mega_menu_item',''),(2053,4201,'_gdlr_mega_menu_section','1/1'),(2054,4202,'_menu_item_type','post_type'),(2055,4202,'_menu_item_menu_item_parent','0'),(2056,4202,'_menu_item_object_id','1503'),(2057,4202,'_menu_item_object','page'),(2058,4202,'_menu_item_target',''),(2059,4202,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2060,4202,'_menu_item_xfn',''),(2061,4202,'_menu_item_url',''),(2062,4202,'_gdlr_mega_menu_item',''),(2063,4202,'_gdlr_mega_menu_section','1/1'),(2064,4203,'_menu_item_type','post_type'),(2065,4203,'_menu_item_menu_item_parent','0'),(2066,4203,'_menu_item_object_id','1499'),(2067,4203,'_menu_item_object','page'),(2068,4203,'_menu_item_target',''),(2069,4203,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2070,4203,'_menu_item_xfn',''),(2071,4203,'_menu_item_url',''),(2072,4203,'_gdlr_mega_menu_item',''),(2073,4203,'_gdlr_mega_menu_section','1/1'),(2074,4204,'_menu_item_type','post_type'),(2075,4204,'_menu_item_menu_item_parent','0'),(2076,4204,'_menu_item_object_id','1493'),(2077,4204,'_menu_item_object','page'),(2078,4204,'_menu_item_target',''),(2079,4204,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2080,4204,'_menu_item_xfn',''),(2081,4204,'_menu_item_url',''),(2082,4204,'_gdlr_mega_menu_item',''),(2083,4204,'_gdlr_mega_menu_section','1/1'),(2084,4205,'_menu_item_type','post_type'),(2085,4205,'_menu_item_menu_item_parent','0'),(2086,4205,'_menu_item_object_id','1490'),(2087,4205,'_menu_item_object','page'),(2088,4205,'_menu_item_target',''),(2089,4205,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2090,4205,'_menu_item_xfn',''),(2091,4205,'_menu_item_url',''),(2092,4205,'_gdlr_mega_menu_item',''),(2093,4205,'_gdlr_mega_menu_section','1/1'),(2114,4208,'_menu_item_type','post_type'),(2115,4208,'_menu_item_menu_item_parent','0'),(2116,4208,'_menu_item_object_id','1631'),(2117,4208,'_menu_item_object','page'),(2118,4208,'_menu_item_target',''),(2119,4208,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2120,4208,'_menu_item_xfn',''),(2121,4208,'_menu_item_url',''),(2122,4208,'_gdlr_mega_menu_item',''),(2123,4208,'_gdlr_mega_menu_section','1/1'),(2856,4293,'above-sidebar','[]'),(2284,4225,'_menu_item_type','post_type'),(2285,4225,'_menu_item_menu_item_parent','0'),(2286,4225,'_menu_item_object_id','1566'),(2287,4225,'_menu_item_object','page'),(2288,4225,'_menu_item_target',''),(2289,4225,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2290,4225,'_menu_item_xfn',''),(2291,4225,'_menu_item_url',''),(2292,4225,'_gdlr_mega_menu_item',''),(2293,4225,'_gdlr_mega_menu_section','1/1'),(2294,4226,'_menu_item_type','post_type'),(2295,4226,'_menu_item_menu_item_parent','0'),(2296,4226,'_menu_item_object_id','3150'),(2297,4226,'_menu_item_object','page'),(2298,4226,'_menu_item_target',''),(2299,4226,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2300,4226,'_menu_item_xfn',''),(2301,4226,'_menu_item_url',''),(2302,4226,'_gdlr_mega_menu_item',''),(2303,4226,'_gdlr_mega_menu_section','1/1'),(2424,4239,'_menu_item_type','post_type'),(2425,4239,'_menu_item_menu_item_parent','0'),(2426,4239,'_menu_item_object_id','3603'),(2427,4239,'_menu_item_object','page'),(2428,4239,'_menu_item_target',''),(2429,4239,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2430,4239,'_menu_item_xfn',''),(2431,4239,'_menu_item_url',''),(2432,4239,'_gdlr_mega_menu_item',''),(2433,4239,'_gdlr_mega_menu_section','1/1'),(2852,4292,'below-sidebar','[]'),(2850,4291,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"disable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(2849,4291,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"blog\",\"tag\":\"\",\"num-excerpt\":\"42\",\"num-fetch\":\"6\",\"blog-style\":\"blog-full\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"post-thumbnail-size\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"enable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(2848,4291,'below-sidebar','[]'),(2847,4291,'above-sidebar','[]'),(2846,4290,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(2844,4290,'below-sidebar','[]'),(2843,4290,'above-sidebar','[]'),(2842,29,'_edit_last','1'),(2839,4289,'below-sidebar','[]'),(2838,4289,'above-sidebar','[]'),(2837,29,'_edit_lock','1560177247:1'),(2836,4288,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"contact\",\"right-sidebar\":\"contact\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(2554,4252,'_menu_item_type','post_type'),(2555,4252,'_menu_item_menu_item_parent','0'),(2556,4252,'_menu_item_object_id','3720'),(2557,4252,'_menu_item_object','page'),(2558,4252,'_menu_item_target',''),(2559,4252,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2560,4252,'_menu_item_xfn',''),(2561,4252,'_menu_item_url',''),(2562,4252,'_gdlr_mega_menu_item',''),(2563,4252,'_gdlr_mega_menu_section','1/1'),(2835,4288,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<p>[gdlr_space height=|gq2|-22px|gq2|] [gdlr_heading tag=|gq2|h5|gq2| font_weight=|gq2|bold|gq2| ]Пожалуйста, заполните форму ниже.[/gdlr_heading] [gdlr_space height=|gq2|25px|gq2|] [contact-form-7 id=|gq2|4109|gq2| title=|gq2|Contact form 1|gq2|]</p>\",\"margin-bottom\":\"60px\"}}]'),(2834,4288,'below-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<p>[put_wpgm id=1]</p>\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#d8d8d8\",\"border-bottom-color\":\"#dddddd\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}}]'),(2584,4255,'_menu_item_type','post_type'),(2585,4255,'_menu_item_menu_item_parent','0'),(2586,4255,'_menu_item_object_id','4015'),(2587,4255,'_menu_item_object','page'),(2588,4255,'_menu_item_target',''),(2589,4255,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2590,4255,'_menu_item_xfn',''),(2591,4255,'_menu_item_url',''),(2592,4255,'_gdlr_mega_menu_item',''),(2593,4255,'_gdlr_mega_menu_section','1/1'),(2832,4287,'_gdlr_mega_menu_section','1/1'),(2853,4292,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Master Slider\",\"type\":\"master-slider\",\"option\":{\"page-item-id\":\"\",\"id\":\"5\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hotel & Apartment Room\",\"type\":\"room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши номера\",\"caption\":\"\",\"right-text\":\"Посмотреть все номера\",\"right-text-link\":\"\",\"category\":\"room\",\"tag\":\"\",\"room-style\":\"modern-no-space\",\"enable-carousel\":\"enable\",\"room-size\":\"3\",\"num-fetch\":\"8\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4267\",\"icon\":\"\",\"title\":\"WI - FI\",\"style\":\"type-2\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4266\",\"icon\":\"\",\"title\":\"ПАРКОВКА\",\"style\":\"type-2\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4265\",\"icon\":\"\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-2\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4264\",\"icon\":\"\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-2\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4263\",\"icon\":\"\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-2\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4262\",\"icon\":\"\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-2\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3963\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-service\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"15px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room Availability\",\"type\":\"hostel-availability\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"ЗАБРОНИРОВАТЬ НОМЕР\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#f5f5f5\",\"skin\":\"gdlr-skin-light-grey\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"50px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|}]\",\"title-type\":\"center\",\"title\":\"Отзывы наших гостей\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#1abc9c\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"45px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"2800\",\"caption\":\"Гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"35000\",\"caption\":\"Рабочих часов\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"99.9%\",\"caption\":\"Довольных гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"100%\",\"caption\":\"Вернутся снова\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3964\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"190px\",\"padding-bottom\":\"120px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3518,3519,3521,3517,3514,3512,3511,3523,3525],{|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3517|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2650397-sailing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3521|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1576481-relaxing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3523|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34317913_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"left-divider\",\"title\":\"Галерея\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size-2\",\"gallery-style\":\"grid\",\"with-featured\":\"enable\",\"gallery-columns\":\"4\",\"num-fetch\":\"\",\"show-caption\":\"no\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/2\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"left-divider\",\"title\":\"Наши новости\",\"caption\":\"\",\"right-text\":\"Все новости\",\"right-text-link\":\"/news/\",\"category\":\"blog\",\"tag\":\"\",\"num-excerpt\":\"17\",\"num-fetch\":\"3\",\"blog-style\":\"blog-widget\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"thumbnail\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"disable\",\"enable-sticky\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{},\"size\":\"1/2\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"\",\"background\":\"#ffffff\",\"skin\":\"\",\"show-section\":\"\",\"border\":\"\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"40px\"}}]'),(2845,4290,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"blog\",\"tag\":\"\",\"num-excerpt\":\"42\",\"num-fetch\":\"6\",\"blog-style\":\"blog-full\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"post-thumbnail-size\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"enable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(2841,4289,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Caption placed here\",\"show-content\":\"disable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(2840,4289,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"icon\":\"\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"blog\",\"tag\":\"\",\"num-excerpt\":\"42\",\"num-fetch\":\"6\",\"blog-style\":\"blog-full\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"post-thumbnail-size\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"enable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(2594,3720,'_edit_lock','1650276249:1'),(2800,4282,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"room\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Captions line here\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(2801,4283,'above-sidebar','[]'),(2802,4283,'below-sidebar','[]'),(2803,4283,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Hotel & Apartment Room\",\"type\":\"room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Посмотреть все номера\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"room-style\":\"classic\",\"enable-carousel\":\"disable\",\"room-size\":\"3\",\"num-fetch\":\"9\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}}]'),(2804,4283,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"room\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(2805,1631,'_edit_lock','1560173969:1'),(2806,4284,'above-sidebar','[]'),(2807,4284,'below-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<p>[put_wpgm id=1]</p>\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#d8d8d8\",\"border-bottom-color\":\"#dddddd\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}}]'),(2808,4284,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<p>[gdlr_space height=|gq2|-22px|gq2|] [gdlr_heading tag=|gq2|h5|gq2| font_weight=|gq2|bold|gq2| ]Please fulfil the form below.[/gdlr_heading] [gdlr_space height=|gq2|25px|gq2|] [contact-form-7 id=|gq2|4|gq2| title=|gq2|Contact form 1|gq2|]</p>\",\"margin-bottom\":\"60px\"}}]'),(2809,4284,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"contact\",\"right-sidebar\":\"contact\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Aenean eu leo quam. Pellentesque ornare sem.\",\"show-content\":\"enable\",\"header-background\":\"\"}'),(2810,1631,'_edit_last','1'),(2811,4285,'above-sidebar','[]'),(2812,4285,'below-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<p>[put_wpgm id=1]</p>\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#d8d8d8\",\"border-bottom-color\":\"#dddddd\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}}]'),(2813,4285,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<p>[gdlr_space height=|gq2|-22px|gq2|] [gdlr_heading tag=|gq2|h5|gq2| font_weight=|gq2|bold|gq2| ]Please fulfil the form below.[/gdlr_heading] [gdlr_space height=|gq2|25px|gq2|] [contact-form-7 id=|gq2|4|gq2| title=|gq2|Contact form 1|gq2|]</p>\",\"margin-bottom\":\"60px\"}}]'),(2814,4285,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"contact\",\"right-sidebar\":\"contact\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(2815,4286,'above-sidebar','[]'),(2816,4286,'below-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<p>[put_wpgm id=1]</p>\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#d8d8d8\",\"border-bottom-color\":\"#dddddd\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}}]'),(2817,4286,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<p>[gdlr_space height=|gq2|-22px|gq2|] [gdlr_heading tag=|gq2|h5|gq2| font_weight=|gq2|bold|gq2| ]Пожалуйста, заполните форму ниже.[/gdlr_heading] [gdlr_space height=|gq2|25px|gq2|] [contact-form-7 id=|gq2|4|gq2| title=|gq2|Contact form 1|gq2|]</p>\",\"margin-bottom\":\"60px\"}}]'),(2818,4286,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"contact\",\"right-sidebar\":\"contact\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(2820,4109,'_config_errors','a:2:{s:12:\"mail.subject\";a:1:{i:0;a:2:{s:4:\"code\";i:101;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:57:\"https://contactform7.com/configuration-errors/maybe-empty\";}}}s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:103;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:70:\"https://contactform7.com/configuration-errors/email-not-in-site-domain\";}}}}'),(2821,4287,'_menu_item_type','custom'),(2822,4287,'_menu_item_menu_item_parent','0'),(2823,4287,'_menu_item_object_id','4287'),(2824,4287,'_menu_item_object','custom'),(2825,4287,'_menu_item_target',''),(2826,4287,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2827,4287,'_menu_item_xfn',''),(2828,4287,'_menu_item_url','https://book-wizard.otelms.com/'),(2831,4287,'_gdlr_menu_icon',''),(2830,4287,'_gdlr_mega_menu_item',''),(3031,4323,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Page caption here\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(2796,3603,'_edit_lock','1560173570:1'),(2797,4282,'above-sidebar','[]'),(2798,4282,'below-sidebar','[]'),(2799,4282,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room\",\"type\":\"hostel-room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"View all rooms\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"room-style\":\"classic\",\"enable-carousel\":\"disable\",\"room-size\":\"3\",\"num-fetch\":\"9\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"30px\"}}]'),(2603,4252,'_gdlr_menu_icon',''),(2833,4288,'above-sidebar','[]'),(2606,4255,'_gdlr_menu_icon',''),(2609,4208,'_gdlr_menu_icon',''),(2657,4239,'_gdlr_menu_icon',''),(2676,4110,'_gdlr_menu_icon',''),(2890,862,'_edit_lock','1594127015:2'),(2895,862,'_edit_last','1'),(2893,4301,'post-option','{\"sidebar\":\"left-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-title\":\"\",\"page-caption\":\"\",\"rating\":\"9.5\"}'),(2894,862,'_wp_old_slug','magna-pars-studiorum'),(2898,4302,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-title\":\"\",\"page-caption\":\"\"}'),(2914,2211,'_edit_lock','1560179451:1'),(2903,4303,'above-sidebar','[]'),(2904,4303,'below-sidebar','[]'),(2905,4303,'content-with-sidebar','[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"category\":\"news\",\"tag\":\"\",\"num-excerpt\":\"42\",\"num-fetch\":\"6\",\"blog-style\":\"blog-full\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"post-thumbnail-size\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"enable\",\"enable-sticky\":\"enable\",\"margin-bottom\":\"0px\"}}]'),(2906,4303,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"disable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(2907,867,'_edit_lock','1560179435:1'),(2911,867,'_edit_last','1'),(2910,4304,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-title\":\"\",\"page-caption\":\"\"}'),(2974,2211,'_edit_last','1'),(2997,4319,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-title\":\"\",\"page-caption\":\"\"}'),(2968,4315,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-title\":\"\",\"page-caption\":\"\"}'),(2973,4316,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-title\":\"\",\"page-caption\":\"\"}'),(2979,2211,'_wp_old_slug','gallery-post-format-title'),(2984,4317,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-title\":\"\",\"page-caption\":\"\"}'),(2985,867,'_wp_old_slug','nihilne-te-nocturnum'),(2990,4318,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-title\":\"\",\"page-caption\":\"\"}'),(3002,4320,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"blog\",\"right-sidebar\":\"blog\",\"page-title\":\"\",\"page-caption\":\"\"}'),(3017,2211,'_pingme','1'),(3018,2211,'_encloseme','1'),(3019,4321,'above-sidebar','[]'),(3020,4321,'below-sidebar','[]'),(3021,4321,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Master Slider\",\"type\":\"master-slider\",\"option\":{\"page-item-id\":\"\",\"id\":\"5\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hotel & Apartment Room\",\"type\":\"room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши номера\",\"caption\":\"\",\"right-text\":\"Посмотреть все номера\",\"right-text-link\":\"\",\"category\":\"room\",\"tag\":\"\",\"room-style\":\"modern-no-space\",\"enable-carousel\":\"enable\",\"room-size\":\"3\",\"num-fetch\":\"8\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4267\",\"icon\":\"\",\"title\":\"WI - FI\",\"style\":\"type-2\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4266\",\"icon\":\"\",\"title\":\"ПАРКОВКА\",\"style\":\"type-2\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4265\",\"icon\":\"\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-2\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4264\",\"icon\":\"\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-2\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4263\",\"icon\":\"\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-2\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4262\",\"icon\":\"\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-2\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3963\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-service\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"15px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<p style=|gq2|text-align: center;|gq2|>[gdlr_button href=|gq2|https://book-zmis.otelms.com/|gq2| target=|gq2|_self|gq2| size=|gq2|medium|gq2| border_color=|gq2|#999999|gq2|]Забронировать сейчас[/gdlr_button]</p>\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#f5f5f5\",\"skin\":\"gdlr-skin-light-grey\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"50px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|}]\",\"title-type\":\"center\",\"title\":\"Отзывы наших гостей\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#1abc9c\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"45px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"2800\",\"caption\":\"Гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"35000\",\"caption\":\"Рабочих часов\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"99.9%\",\"caption\":\"Довольных гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"100%\",\"caption\":\"Вернутся снова\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3964\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"190px\",\"padding-bottom\":\"120px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3518,3519,3521,3517,3514,3512,3511,3523,3525],{|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3517|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2650397-sailing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3521|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1576481-relaxing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3523|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34317913_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"left-divider\",\"title\":\"Галерея\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size-2\",\"gallery-style\":\"grid\",\"with-featured\":\"enable\",\"gallery-columns\":\"4\",\"num-fetch\":\"\",\"show-caption\":\"no\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/2\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"left-divider\",\"title\":\"Наши новости\",\"caption\":\"\",\"right-text\":\"Все новости\",\"right-text-link\":\"/news/\",\"category\":\"news\",\"tag\":\"\",\"num-excerpt\":\"17\",\"num-fetch\":\"3\",\"blog-style\":\"blog-widget\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"thumbnail\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"disable\",\"enable-sticky\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{},\"size\":\"1/2\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"\",\"background\":\"#ffffff\",\"skin\":\"\",\"show-section\":\"\",\"border\":\"\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"40px\"}}]'),(3036,4325,'above-sidebar','[]'),(3037,4325,'below-sidebar','[]'),(3038,4325,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Title\",\"type\":\"title\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши услуги\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"no-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"30px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"4267\",\"icon\":\"fa-coffee\",\"title\":\"WI - FI\",\"style\":\"type-3\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-book\",\"title\":\"ПАРКОВКА\",\"style\":\"type-3\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-puzzle-piece\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-3\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-music\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-3\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-wifi\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-3\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-key\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-3\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"gdlr-skin-services-amp-facilities\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"30px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|}]\",\"title-type\":\"center\",\"title\":\"Testimonial\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"4033\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-service-testimonial\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"150px\",\"padding-bottom\":\"100px\"}}]'),(3039,4325,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3040,4326,'above-sidebar','[]'),(3041,4326,'below-sidebar','[]'),(3042,4326,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Title\",\"type\":\"title\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши услуги\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"no-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"30px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"4267\",\"icon\":\"fa-wifi\",\"title\":\"WI - FI\",\"style\":\"type-3\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-key\",\"title\":\"ПАРКОВКА\",\"style\":\"type-3\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-coffee\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-3\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-cat\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-3\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-car\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-3\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-puzzle-piece\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-3\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"gdlr-skin-services-amp-facilities\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"30px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|}]\",\"title-type\":\"center\",\"title\":\"Testimonial\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"4033\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-service-testimonial\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"150px\",\"padding-bottom\":\"100px\"}}]'),(3028,4323,'above-sidebar','[]'),(3029,4323,'below-sidebar','[]'),(3030,4323,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Title\",\"type\":\"title\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Services & Facilities\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"no-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"30px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-coffee\",\"title\":\"Coffee and tea\",\"style\":\"type-3\",\"content\":\"<p>Morbi leo risus, porta ac consectetur ac, vesti bulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum.</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-book\",\"title\":\"Bokshelf\",\"style\":\"type-3\",\"content\":\"<p>Morbi leo risus, porta ac consectetur ac, vesti bulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum.</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-puzzle-piece\",\"title\":\"Game zone\",\"style\":\"type-3\",\"content\":\"<p>Morbi leo risus, porta ac consectetur ac, vesti bulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum.</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-music\",\"title\":\"Music Room\",\"style\":\"type-3\",\"content\":\"<p>Morbi leo risus, porta ac consectetur ac, vesti bulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum.</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-wifi\",\"title\":\"Free wifi\",\"style\":\"type-3\",\"content\":\"<p>Morbi leo risus, porta ac consectetur ac, vesti bulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum.</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-key\",\"title\":\"Free lockers\",\"style\":\"type-3\",\"content\":\"<p>Morbi leo risus, porta ac consectetur ac, vesti bulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum.</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-spoon\",\"title\":\"Kitchen\",\"style\":\"type-3\",\"content\":\"<p>Morbi leo risus, porta ac consectetur ac, vesti bulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum.</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-desktop\",\"title\":\"Computers area\",\"style\":\"type-3\",\"content\":\"<p>Morbi leo risus, porta ac consectetur ac, vesti bulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum.</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-video-camera\",\"title\":\"Movies/Tv/Lounge\",\"style\":\"type-3\",\"content\":\"<p>Morbi leo risus, porta ac consectetur ac, vesti bulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum.</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"gdlr-skin-services-amp-facilities\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"30px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Master Slider\",\"type\":\"master-slider\",\"option\":{\"page-item-id\":\"\",\"id\":\"5\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"2800\",\"caption\":\"Guests\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"35000\",\"caption\":\"Opening Hours\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"99.9%\",\"caption\":\"Satisfaction\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"100%\",\"caption\":\"Will come back\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"no-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"120px\",\"padding-bottom\":\"95px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Angelina Cole|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Traveller|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. <br/>Nul id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|John Smith|gq2|,|gq2|gdl-tab-position|gq2|:|gq2|Businessman|gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. <br/>Nul id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo.|gq2|}]\",\"title-type\":\"center\",\"title\":\"Testimonial\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"4033\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-service-testimonial\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"150px\",\"padding-bottom\":\"100px\"}}]'),(3023,4015,'_edit_lock','1563718467:1'),(2711,4262,'_wp_attached_file','2019/06/puzzle.png'),(2712,4262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:18:\"2019/06/puzzle.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2713,4263,'_wp_attached_file','2019/06/sedan-car-front.png'),(2714,4263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:27:\"2019/06/sedan-car-front.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2715,4264,'_wp_attached_file','2019/06/pet.png'),(2716,4264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:15:\"2019/06/pet.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2717,4265,'_wp_attached_file','2019/06/restaurant-cutlery-circular-symbol-of-a-spoon-and-a-fork-in-a-circle.png'),(2718,4265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:80:\"2019/06/restaurant-cutlery-circular-symbol-of-a-spoon-and-a-fork-in-a-circle.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2719,4266,'_wp_attached_file','2019/06/parking-sign.png'),(2720,4266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:24:\"2019/06/parking-sign.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2721,4267,'_wp_attached_file','2019/06/wifi-connection-signal-symbol.png'),(2722,4267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:41:\"2019/06/wifi-connection-signal-symbol.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3102,4357,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3103,4358,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3104,4359,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3105,4360,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3106,4361,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3099,4355,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(2727,4269,'above-sidebar','[]'),(2728,4269,'below-sidebar','[]'),(2729,4269,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Master Slider\",\"type\":\"master-slider\",\"option\":{\"page-item-id\":\"\",\"id\":\"5\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room Availability\",\"type\":\"hostel-availability\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"ЗАБРОНИРОВАТЬ НОМЕР\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#f5f5f5\",\"skin\":\"gdlr-skin-light-grey\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"50px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4267\",\"icon\":\"\",\"title\":\"WI - FI\",\"style\":\"type-2\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4266\",\"icon\":\"\",\"title\":\"ПАРКОВКА\",\"style\":\"type-2\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4265\",\"icon\":\"\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-2\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4264\",\"icon\":\"\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-2\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4263\",\"icon\":\"\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-2\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4262\",\"icon\":\"\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-2\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3963\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-service\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"15px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room\",\"type\":\"hostel-room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши номера\",\"caption\":\"\",\"right-text\":\"View all rooms\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"room-style\":\"modern-no-space\",\"enable-carousel\":\"enable\",\"room-size\":\"3\",\"num-fetch\":\"6\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"2800\",\"caption\":\"Гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"35000\",\"caption\":\"Рабочих часов\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"99.9%\",\"caption\":\"Довольных гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"100%\",\"caption\":\"Вернутся снова\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3964\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"190px\",\"padding-bottom\":\"120px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|}]\",\"title-type\":\"center\",\"title\":\"Отзывы наших гостей\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#1abc9c\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"45px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3518,3519,3521,3517,3514,3512,3511,3523,3525],{|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3517|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2650397-sailing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3521|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1576481-relaxing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3523|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34317913_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"left-divider\",\"title\":\"Галерея\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size-2\",\"gallery-style\":\"grid\",\"with-featured\":\"enable\",\"gallery-columns\":\"4\",\"num-fetch\":\"\",\"show-caption\":\"no\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/2\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"left-divider\",\"title\":\"Наши новости\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"http://demo.goodlayers.com/hotelmaster/hostel/blog-full-with-right-sidebar/\",\"category\":\"blog\",\"tag\":\"\",\"num-excerpt\":\"17\",\"num-fetch\":\"3\",\"blog-style\":\"blog-widget\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"thumbnail\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"disable\",\"enable-sticky\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{},\"size\":\"1/2\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"\",\"background\":\"#ffffff\",\"skin\":\"\",\"show-section\":\"\",\"border\":\"\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"40px\"}}]'),(2730,4269,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"disable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(2731,4270,'above-sidebar','[]'),(2732,4270,'below-sidebar','[]'),(2733,4270,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Master Slider\",\"type\":\"master-slider\",\"option\":{\"page-item-id\":\"\",\"id\":\"5\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room\",\"type\":\"hostel-room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши номера\",\"caption\":\"\",\"right-text\":\"View all rooms\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"room-style\":\"modern-no-space\",\"enable-carousel\":\"enable\",\"room-size\":\"3\",\"num-fetch\":\"6\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4267\",\"icon\":\"\",\"title\":\"WI - FI\",\"style\":\"type-2\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4266\",\"icon\":\"\",\"title\":\"ПАРКОВКА\",\"style\":\"type-2\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4265\",\"icon\":\"\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-2\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4264\",\"icon\":\"\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-2\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4263\",\"icon\":\"\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-2\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4262\",\"icon\":\"\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-2\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3963\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-service\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"15px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room Availability\",\"type\":\"hostel-availability\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"ЗАБРОНИРОВАТЬ НОМЕР\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#f5f5f5\",\"skin\":\"gdlr-skin-light-grey\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"50px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|}]\",\"title-type\":\"center\",\"title\":\"Отзывы наших гостей\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#1abc9c\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"45px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"2800\",\"caption\":\"Гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"35000\",\"caption\":\"Рабочих часов\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"99.9%\",\"caption\":\"Довольных гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"100%\",\"caption\":\"Вернутся снова\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3964\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"190px\",\"padding-bottom\":\"120px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3518,3519,3521,3517,3514,3512,3511,3523,3525],{|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3517|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2650397-sailing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3521|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1576481-relaxing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3523|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34317913_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"left-divider\",\"title\":\"Галерея\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size-2\",\"gallery-style\":\"grid\",\"with-featured\":\"enable\",\"gallery-columns\":\"4\",\"num-fetch\":\"\",\"show-caption\":\"no\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/2\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"left-divider\",\"title\":\"Наши новости\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"http://demo.goodlayers.com/hotelmaster/hostel/blog-full-with-right-sidebar/\",\"category\":\"blog\",\"tag\":\"\",\"num-excerpt\":\"17\",\"num-fetch\":\"3\",\"blog-style\":\"blog-widget\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"thumbnail\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"disable\",\"enable-sticky\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{},\"size\":\"1/2\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"\",\"background\":\"#ffffff\",\"skin\":\"\",\"show-section\":\"\",\"border\":\"\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"40px\"}}]'),(2734,4270,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"disable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(2735,4271,'_wp_attached_file','2019/06/newlogow.png'),(2736,4271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:590;s:4:\"file\";s:20:\"2019/06/newlogow.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"newlogow-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"newlogow-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"newlogow-768x349.png\";s:5:\"width\";i:768;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"newlogow-1024x465.png\";s:5:\"width\";i:1024;s:6:\"height\";i:465;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:20:\"newlogow-750x330.png\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:20:\"newlogow-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:20:\"newlogow-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:20:\"newlogow-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:20:\"newlogow-440x550.png\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:20:\"newlogow-750x330.png\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:20:\"newlogow-980x380.png\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"newlogow-500x550.png\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:20:\"newlogow-700x400.png\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:20:\"newlogow-600x388.png\";s:5:\"width\";i:600;s:6:\"height\";i:388;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:{}}}'),(2737,4272,'_wp_attached_file','2019/06/newlogo.png'),(2738,4272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:590;s:4:\"file\";s:19:\"2019/06/newlogo.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"newlogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"newlogo-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"newlogo-768x349.png\";s:5:\"width\";i:768;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"newlogo-1024x465.png\";s:5:\"width\";i:1024;s:6:\"height\";i:465;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-size\";a:4:{s:4:\"file\";s:19:\"newlogo-750x330.png\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"round-personnel-size\";a:4:{s:4:\"file\";s:19:\"newlogo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"small-grid-size\";a:4:{s:4:\"file\";s:19:\"newlogo-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"small-grid-size-2\";a:4:{s:4:\"file\";s:19:\"newlogo-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"portrait\";a:4:{s:4:\"file\";s:19:\"newlogo-440x550.png\";s:5:\"width\";i:440;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"post-slider-side\";a:4:{s:4:\"file\";s:19:\"newlogo-750x330.png\";s:5:\"width\";i:750;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"full-slider\";a:4:{s:4:\"file\";s:19:\"newlogo-980x380.png\";s:5:\"width\";i:980;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:19:\"newlogo-500x550.png\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-grid\";a:4:{s:4:\"file\";s:19:\"newlogo-700x400.png\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"room-thumbnail\";a:4:{s:4:\"file\";s:19:\"newlogo-600x388.png\";s:5:\"width\";i:600;s:6:\"height\";i:388;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:{}}}'),(2748,3596,'_edit_lock','1626793811:2'),(2749,3595,'_edit_lock','1626793822:2'),(2750,3584,'_edit_lock','1626793834:2'),(2751,3602,'_edit_lock','1626793844:2'),(2752,3601,'_edit_lock','1626793856:2'),(2753,3599,'_edit_lock','1626793892:2'),(2754,4273,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"single-room\",\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"120\",\"bed\":\"1 King Bed\",\"max-people\":\"3\",\"view\":\"Forest\",\"room-size\":\"100 sqm.\",\"wifi\":\"Yes\",\"breakfast-included\":\"No\",\"room-service\":\"No\",\"airport-pickup-service\":\"No\",\"room-base-price\":\"190\",\"room-base-price-weekend\":\"230\",\"room-base-price-number-people\":\"2\",\"adult-price-weekday\":\"40\",\"adult-price-weekend\":\"50\",\"children-price-weekday\":\"20\",\"children-price-weekend\":\"30\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3594,3588,3589,3590,3586],{|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3530|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1177463-spa-woman-hot-stones-massage-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3531|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2673580-brown-sofas-the-lobby-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3592|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-7-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3594|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-9-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(2755,3599,'_edit_last','2'),(2756,3599,'gdlr_ical_sync_url',''),(2757,3599,'gdlr_block_date',''),(2758,3599,'_wp_old_slug','deluxe-room-one-king-bed'),(2759,4274,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"single-room\",\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"120\",\"bed\":\"1 King Bed\",\"max-people\":\"3\",\"view\":\"City\",\"room-size\":\"80 sqm.\",\"wifi\":\"Yes\",\"breakfast-included\":\"Yes\",\"room-service\":\"Yes\",\"airport-pickup-service\":\"$40/round\",\"room-base-price\":\"90\",\"room-base-price-weekend\":\"120\",\"room-base-price-number-people\":\"2\",\"adult-price-weekday\":\"\",\"adult-price-weekend\":\"30\",\"children-price-weekday\":\"20\",\"children-price-weekend\":\"20\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"thumbnail-type\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3592,3588,3589,3590,3586],{|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3530|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1177463-spa-woman-hot-stones-massage-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3531|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2673580-brown-sofas-the-lobby-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3592|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-7-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(2760,3596,'_edit_last','2'),(2761,3596,'gdlr_ical_sync_url',''),(2762,3596,'gdlr_block_date',''),(2763,3596,'_wp_old_slug','standard-room-one-king-bed'),(2764,4275,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"single-room\",\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"90\",\"bed\":\"2 Double Beds\",\"max-people\":\"4\",\"view\":\"City\",\"room-size\":\"70 sqm.\",\"wifi\":\"Yes\",\"breakfast-included\":\"Yes\",\"room-service\":\"Yes\",\"airport-pickup-service\":\"No\",\"room-base-price\":\"80\",\"room-base-price-weekend\":\"100\",\"room-base-price-number-people\":\"2\",\"adult-price-weekday\":\"30\",\"adult-price-weekend\":\"30\",\"children-price-weekday\":\"20\",\"children-price-weekend\":\"20\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3592,3588,3589,3590,3586],{|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3530|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1177463-spa-woman-hot-stones-massage-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3531|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2673580-brown-sofas-the-lobby-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3592|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-7-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(2765,4276,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"single-room\",\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"30\",\"bed\":\"1 Single Bed\",\"max-people\":\"2\",\"view\":\"City\",\"room-size\":\"40 sqm.\",\"wifi\":\"Yes\",\"breakfast-included\":\"No\",\"room-service\":\"No\",\"airport-pickup-service\":\"No\",\"room-base-price\":\"50\",\"room-base-price-weekend\":\"65\",\"room-base-price-number-people\":\"1\",\"adult-price-weekday\":\"20\",\"adult-price-weekend\":\"30\",\"children-price-weekday\":\"15\",\"children-price-weekend\":\"20\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3587,3588,3589,3590,3586],{|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3530|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1177463-spa-woman-hot-stones-massage-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3531|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2673580-brown-sofas-the-lobby-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(2766,4277,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"single-room\",\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"120\",\"bed\":\"2 King Beds\",\"max-people\":\"4\",\"view\":\"Beach\",\"room-size\":\"250 sqm.\",\"wifi\":\"Yes\",\"breakfast-included\":\"No\",\"room-service\":\"Yes\",\"airport-pickup-service\":\"$45/round\",\"room-base-price\":\"300\",\"room-base-price-weekend\":\"400\",\"room-base-price-number-people\":\"3\",\"adult-price-weekday\":\"60\",\"adult-price-weekend\":\"70\",\"children-price-weekday\":\"40\",\"children-price-weekend\":\"50\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"slider\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3593,3588,3589,3590,3586],{|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3530|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1177463-spa-woman-hot-stones-massage-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3531|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2673580-brown-sofas-the-lobby-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3592|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|none|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-7-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3593|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-8-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(2767,4278,'post-option','{\"sidebar\":\"right-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"single-room\",\"page-title\":\"\",\"page-caption\":\"\",\"header-background\":\"\",\"room-amount\":\"120\",\"bed\":\"1 King Bed\",\"max-people\":\"3\",\"view\":\"Beach\",\"room-size\":\"70 sqm.\",\"wifi\":\"Yes\",\"breakfast-included\":\"No\",\"room-service\":\"Yes\",\"airport-pickup-service\":\"$35/round\",\"room-base-price\":\"90\",\"room-base-price-weekend\":\"120\",\"room-base-price-number-people\":\"2\",\"adult-price-weekday\":\"40\",\"adult-price-weekend\":\"50\",\"children-price-weekday\":\"20\",\"children-price-weekend\":\"30\",\"thumbnail-type\":\"feature-image\",\"thumbnail-video\":\"\",\"thumbnail-slider\":\"\",\"inside-thumbnail-type\":\"thumbnail-type\",\"inside-thumbnail-image\":\"\",\"inside-thumbnail-video\":\"\",\"inside-thumbnail-slider\":\"[[3588,3589,3590,3586,3514],{|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3528|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3530|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1177463-spa-woman-hot-stones-massage-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3531|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2673580-brown-sofas-the-lobby-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3532|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3586|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-1-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3587|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-2-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3588|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-3-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3589|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-4-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3590|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2|left|gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-5-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3592|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2||gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/single-room-slider-7-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\"}'),(2768,3595,'_edit_last','2'),(2769,3595,'gdlr_ical_sync_url',''),(2770,3595,'gdlr_block_date',''),(2771,3595,'_wp_old_slug','superior-room-two-double-beds'),(2772,3584,'_edit_last','2'),(2773,3584,'gdlr_ical_sync_url',''),(2774,3584,'gdlr_block_date',''),(2775,3584,'_wp_old_slug','junior-suite-one-single-bed'),(2776,3602,'_edit_last','2'),(2777,3602,'gdlr_ical_sync_url',''),(2778,3602,'gdlr_block_date',''),(2779,3602,'_wp_old_slug','grand-superior-room-two-king-beds'),(2780,3601,'_edit_last','2'),(2781,3601,'gdlr_ical_sync_url',''),(2782,3601,'gdlr_block_date',''),(2783,3601,'_wp_old_slug','superior-room-one-king-bed'),(2851,4292,'above-sidebar','[]'),(2792,4281,'above-sidebar','[]'),(2793,4281,'below-sidebar','[]'),(2794,4281,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Master Slider\",\"type\":\"master-slider\",\"option\":{\"page-item-id\":\"\",\"id\":\"5\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hotel & Apartment Room\",\"type\":\"room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши номера\",\"caption\":\"\",\"right-text\":\"Посмотреть все номера\",\"right-text-link\":\"\",\"category\":\"room\",\"tag\":\"\",\"room-style\":\"modern-no-space\",\"enable-carousel\":\"enable\",\"room-size\":\"3\",\"num-fetch\":\"8\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4267\",\"icon\":\"\",\"title\":\"WI - FI\",\"style\":\"type-2\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4266\",\"icon\":\"\",\"title\":\"ПАРКОВКА\",\"style\":\"type-2\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4265\",\"icon\":\"\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-2\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4264\",\"icon\":\"\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-2\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4263\",\"icon\":\"\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-2\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4262\",\"icon\":\"\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-2\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3963\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-service\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"15px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room Availability\",\"type\":\"hostel-availability\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"ЗАБРОНИРОВАТЬ НОМЕР\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#f5f5f5\",\"skin\":\"gdlr-skin-light-grey\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"50px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|}]\",\"title-type\":\"center\",\"title\":\"Отзывы наших гостей\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#1abc9c\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"45px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"2800\",\"caption\":\"Гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"35000\",\"caption\":\"Рабочих часов\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"99.9%\",\"caption\":\"Довольных гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"100%\",\"caption\":\"Вернутся снова\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3964\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"190px\",\"padding-bottom\":\"120px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3518,3519,3521,3517,3514,3512,3511,3523,3525],{|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3517|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2650397-sailing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3521|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1576481-relaxing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3523|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34317913_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"left-divider\",\"title\":\"Галерея\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size-2\",\"gallery-style\":\"grid\",\"with-featured\":\"enable\",\"gallery-columns\":\"4\",\"num-fetch\":\"\",\"show-caption\":\"no\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/2\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"left-divider\",\"title\":\"Наши новости\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"http://demo.goodlayers.com/hotelmaster/hostel/blog-full-with-right-sidebar/\",\"category\":\"blog\",\"tag\":\"\",\"num-excerpt\":\"17\",\"num-fetch\":\"3\",\"blog-style\":\"blog-widget\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"thumbnail\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"disable\",\"enable-sticky\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{},\"size\":\"1/2\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"\",\"background\":\"#ffffff\",\"skin\":\"\",\"show-section\":\"\",\"border\":\"\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"40px\"}}]'),(2784,4279,'above-sidebar','[]'),(2785,4279,'below-sidebar','[]'),(2786,4279,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Master Slider\",\"type\":\"master-slider\",\"option\":{\"page-item-id\":\"\",\"id\":\"5\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hotel & Apartment Room\",\"type\":\"room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center-divider\",\"title\":\"Наши номера\",\"caption\":\"\",\"right-text\":\"Посмотреть все номера\",\"right-text-link\":\"\",\"category\":\"room\",\"tag\":\"\",\"room-style\":\"modern-no-space\",\"enable-carousel\":\"disable\",\"room-size\":\"3\",\"num-fetch\":\"8\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}},{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room\",\"type\":\"hostel-room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши номера\",\"caption\":\"\",\"right-text\":\"View all rooms\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"room-style\":\"modern-no-space\",\"enable-carousel\":\"enable\",\"room-size\":\"3\",\"num-fetch\":\"6\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4267\",\"icon\":\"\",\"title\":\"WI - FI\",\"style\":\"type-2\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4266\",\"icon\":\"\",\"title\":\"ПАРКОВКА\",\"style\":\"type-2\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4265\",\"icon\":\"\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-2\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4264\",\"icon\":\"\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-2\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4263\",\"icon\":\"\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-2\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4262\",\"icon\":\"\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-2\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3963\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-service\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"15px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room Availability\",\"type\":\"hostel-availability\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"ЗАБРОНИРОВАТЬ НОМЕР\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#f5f5f5\",\"skin\":\"gdlr-skin-light-grey\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"50px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|}]\",\"title-type\":\"center\",\"title\":\"Отзывы наших гостей\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#1abc9c\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"45px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"2800\",\"caption\":\"Гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"35000\",\"caption\":\"Рабочих часов\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"99.9%\",\"caption\":\"Довольных гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"100%\",\"caption\":\"Вернутся снова\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3964\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"190px\",\"padding-bottom\":\"120px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3518,3519,3521,3517,3514,3512,3511,3523,3525],{|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3517|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2650397-sailing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3521|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1576481-relaxing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3523|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34317913_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"left-divider\",\"title\":\"Галерея\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size-2\",\"gallery-style\":\"grid\",\"with-featured\":\"enable\",\"gallery-columns\":\"4\",\"num-fetch\":\"\",\"show-caption\":\"no\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/2\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"left-divider\",\"title\":\"Наши новости\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"http://demo.goodlayers.com/hotelmaster/hostel/blog-full-with-right-sidebar/\",\"category\":\"blog\",\"tag\":\"\",\"num-excerpt\":\"17\",\"num-fetch\":\"3\",\"blog-style\":\"blog-widget\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"thumbnail\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"disable\",\"enable-sticky\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{},\"size\":\"1/2\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"\",\"background\":\"#ffffff\",\"skin\":\"\",\"show-section\":\"\",\"border\":\"\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"40px\"}}]'),(2787,4279,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"disable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(2788,4280,'above-sidebar','[]'),(2789,4280,'below-sidebar','[]'),(2790,4280,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Master Slider\",\"type\":\"master-slider\",\"option\":{\"page-item-id\":\"\",\"id\":\"5\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hotel & Apartment Room\",\"type\":\"room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center-divider\",\"title\":\"Наши номера\",\"caption\":\"\",\"right-text\":\"Посмотреть все номера\",\"right-text-link\":\"\",\"category\":\"room\",\"tag\":\"\",\"room-style\":\"modern-no-space\",\"enable-carousel\":\"enable\",\"room-size\":\"3\",\"num-fetch\":\"8\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}},{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room\",\"type\":\"hostel-room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши номера\",\"caption\":\"\",\"right-text\":\"View all rooms\",\"right-text-link\":\"\",\"category\":\"\",\"tag\":\"\",\"room-style\":\"modern-no-space\",\"enable-carousel\":\"enable\",\"room-size\":\"3\",\"num-fetch\":\"6\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4267\",\"icon\":\"\",\"title\":\"WI - FI\",\"style\":\"type-2\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4266\",\"icon\":\"\",\"title\":\"ПАРКОВКА\",\"style\":\"type-2\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4265\",\"icon\":\"\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-2\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4264\",\"icon\":\"\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-2\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4263\",\"icon\":\"\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-2\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4262\",\"icon\":\"\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-2\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3963\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-service\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"15px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hostel Room Availability\",\"type\":\"hostel-availability\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"ЗАБРОНИРОВАТЬ НОМЕР\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#f5f5f5\",\"skin\":\"gdlr-skin-light-grey\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"50px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|}]\",\"title-type\":\"center\",\"title\":\"Отзывы наших гостей\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#1abc9c\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"45px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"2800\",\"caption\":\"Гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"35000\",\"caption\":\"Рабочих часов\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"99.9%\",\"caption\":\"Довольных гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"100%\",\"caption\":\"Вернутся снова\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3964\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"190px\",\"padding-bottom\":\"120px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3518,3519,3521,3517,3514,3512,3511,3523,3525],{|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3517|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2650397-sailing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3521|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1576481-relaxing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3523|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34317913_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"left-divider\",\"title\":\"Галерея\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size-2\",\"gallery-style\":\"grid\",\"with-featured\":\"enable\",\"gallery-columns\":\"4\",\"num-fetch\":\"\",\"show-caption\":\"no\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/2\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"left-divider\",\"title\":\"Наши новости\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"http://demo.goodlayers.com/hotelmaster/hostel/blog-full-with-right-sidebar/\",\"category\":\"blog\",\"tag\":\"\",\"num-excerpt\":\"17\",\"num-fetch\":\"3\",\"blog-style\":\"blog-widget\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"thumbnail\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"disable\",\"enable-sticky\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{},\"size\":\"1/2\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"\",\"background\":\"#ffffff\",\"skin\":\"\",\"show-section\":\"\",\"border\":\"\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"40px\"}}]'),(2791,4280,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"disable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(2795,4281,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"disable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3035,4324,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"Page caption here\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3043,4326,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3044,4327,'above-sidebar','[]'),(3045,4327,'below-sidebar','[]'),(3046,4327,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Title\",\"type\":\"title\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши услуги\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"no-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"30px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"4267\",\"icon\":\"fa-wifi\",\"title\":\"WI - FI\",\"style\":\"type-3\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-key\",\"title\":\"ПАРКОВКА\",\"style\":\"type-3\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-coffee\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-3\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-pet\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-3\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-car\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-3\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-puzzle-piece\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-3\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"gdlr-skin-services-amp-facilities\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"30px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|}]\",\"title-type\":\"center\",\"title\":\"Testimonial\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"4033\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-service-testimonial\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"150px\",\"padding-bottom\":\"100px\"}}]'),(3047,4327,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3048,4328,'above-sidebar','[]'),(3049,4328,'below-sidebar','[]'),(3050,4328,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Title\",\"type\":\"title\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши услуги\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"no-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"30px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"4267\",\"icon\":\"fa-wifi\",\"title\":\"WI - FI\",\"style\":\"type-3\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-key\",\"title\":\"ПАРКОВКА\",\"style\":\"type-3\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-coffee\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-3\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-paw\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-3\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-car\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-3\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"icon\",\"image\":\"\",\"icon\":\"fa-puzzle-piece\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-3\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"50px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#ffffff\",\"skin\":\"gdlr-skin-services-amp-facilities\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"30px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|}]\",\"title-type\":\"center\",\"title\":\"Testimonial\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"4033\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-service-testimonial\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"150px\",\"padding-bottom\":\"100px\"}}]'),(3051,4328,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3052,836,'_edit_lock','1594126064:2'),(3053,156,'_edit_lock','1618297326:2'),(3054,3781,'_edit_lock','1594126101:2'),(3055,1122,'_edit_lock','1594126998:2'),(3056,4331,'above-sidebar','[]'),(3057,4331,'below-sidebar','[]'),(3058,4331,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Master Slider\",\"type\":\"master-slider\",\"option\":{\"page-item-id\":\"\",\"id\":\"5\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hotel & Apartment Room\",\"type\":\"room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши номера\",\"caption\":\"\",\"right-text\":\"Посмотреть все номера\",\"right-text-link\":\"\",\"category\":\"room\",\"tag\":\"\",\"room-style\":\"modern-no-space\",\"enable-carousel\":\"enable\",\"room-size\":\"3\",\"num-fetch\":\"8\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4267\",\"icon\":\"\",\"title\":\"WI - FI\",\"style\":\"type-2\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4266\",\"icon\":\"\",\"title\":\"ПАРКОВКА\",\"style\":\"type-2\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4265\",\"icon\":\"\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-2\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4264\",\"icon\":\"\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-2\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4263\",\"icon\":\"\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-2\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4262\",\"icon\":\"\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-2\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3963\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-service\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"15px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<p style=|gq2|text-align: center;|gq2|>[gdlr_button href=|gq2|https://book-dev-ul2.otelms.com/|gq2| target=|gq2|_self|gq2| size=|gq2|medium|gq2| border_color=|gq2|#999999|gq2|]Забронировать сейчас[/gdlr_button]</p>\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#f5f5f5\",\"skin\":\"gdlr-skin-light-grey\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"50px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|}]\",\"title-type\":\"center\",\"title\":\"Отзывы наших гостей\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#1abc9c\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"45px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"2800\",\"caption\":\"Гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"35000\",\"caption\":\"Рабочих часов\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"99.9%\",\"caption\":\"Довольных гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"100%\",\"caption\":\"Вернутся снова\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3964\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"190px\",\"padding-bottom\":\"120px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3518,3519,3521,3517,3514,3512,3511,3523,3525],{|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3517|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2650397-sailing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3521|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1576481-relaxing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3523|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34317913_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"left-divider\",\"title\":\"Галерея\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size-2\",\"gallery-style\":\"grid\",\"with-featured\":\"enable\",\"gallery-columns\":\"4\",\"num-fetch\":\"\",\"show-caption\":\"no\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/2\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"left-divider\",\"title\":\"Наши новости\",\"caption\":\"\",\"right-text\":\"Все новости\",\"right-text-link\":\"/news/\",\"category\":\"news\",\"tag\":\"\",\"num-excerpt\":\"17\",\"num-fetch\":\"3\",\"blog-style\":\"blog-widget\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"thumbnail\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"disable\",\"enable-sticky\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{},\"size\":\"1/2\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"\",\"background\":\"#ffffff\",\"skin\":\"\",\"show-section\":\"\",\"border\":\"\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"40px\"}}]'),(3059,4331,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"disable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3060,4335,'_edit_lock','1617096774:2'),(3061,4335,'_edit_last','2'),(3062,4335,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3063,4335,'above-sidebar',''),(3064,4335,'content-with-sidebar',''),(3065,4335,'below-sidebar',''),(3066,4337,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3067,4338,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3073,4341,'_edit_lock','1638444833:2'),(3074,4341,'_edit_last','2'),(3075,4341,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3076,4341,'above-sidebar',''),(3077,4341,'content-with-sidebar',''),(3078,4341,'below-sidebar',''),(3079,4343,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3080,4344,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3081,4345,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"enable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}'),(3082,4346,'_edit_lock','1638443463:2'),(3083,4346,'_edit_last','2'),(3084,4346,'options','a:5:{s:4:\"type\";s:6:\"footer\";s:7:\"linking\";s:8:\"internal\";s:8:\"priority\";s:1:\"5\";s:4:\"side\";s:8:\"frontend\";s:8:\"language\";s:2:\"js\";}'),(3086,4346,'_active','no'),(3087,4348,'_edit_lock','1618302133:2'),(3088,4348,'_edit_last','2'),(3089,4348,'options','a:5:{s:4:\"type\";s:6:\"header\";s:7:\"linking\";s:8:\"internal\";s:8:\"priority\";s:1:\"5\";s:4:\"side\";s:8:\"frontend\";s:8:\"language\";s:2:\"js\";}'),(3090,4348,'_active','no'),(3091,4351,'above-sidebar','[]'),(3092,4351,'below-sidebar','[]'),(3093,4351,'content-with-sidebar','[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Master Slider\",\"type\":\"master-slider\",\"option\":{\"page-item-id\":\"\",\"id\":\"5\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"0px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Full Size Wrapper\",\"type\":\"full-size-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Hotel & Apartment Room\",\"type\":\"room\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"center\",\"title\":\"Наши номера\",\"caption\":\"\",\"right-text\":\"Посмотреть все номера\",\"right-text-link\":\"\",\"category\":\"room\",\"tag\":\"\",\"room-style\":\"modern-no-space\",\"enable-carousel\":\"enable\",\"room-size\":\"3\",\"num-fetch\":\"8\",\"num-excerpt\":\"20\",\"thumbnail-size\":\"blog-grid\",\"orderby\":\"date\",\"order\":\"desc\",\"pagination\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{\"page-item-id\":\"\",\"background\":\"#ffffff\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"0px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4267\",\"icon\":\"\",\"title\":\"WI - FI\",\"style\":\"type-2\",\"content\":\"<p>Бесплатный доступ в Интернет на всей территории гостиницы</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-2\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4266\",\"icon\":\"\",\"title\":\"ПАРКОВКА\",\"style\":\"type-2\",\"content\":\"<p>На территории комплекса бесплатно предоставляется парковка</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4265\",\"icon\":\"\",\"title\":\"ПИТАНИЕ\",\"style\":\"type-2\",\"content\":\"<p>Мы предлагаем нашим гостям разнообразный выбор питания</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4264\",\"icon\":\"\",\"title\":\"РАЗМЕЩЕНИЕ С ЖИВОТНЫМИ\",\"style\":\"type-2\",\"content\":\"<p>В нашей гостинице разрешен совместный отдых с вашим домашним питомцем</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4263\",\"icon\":\"\",\"title\":\"ТРАНСФЕР\",\"style\":\"type-2\",\"content\":\"<p>Наши автомобили с водителями доставят Вас куда угодно в любое время суток</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Column Service\",\"type\":\"column-service\",\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"image\":\"4262\",\"icon\":\"\",\"title\":\"АНИМАЦИЯ\",\"style\":\"type-2\",\"content\":\"<p>Разнообразие анимационных программ не даст Вам скучать на протяжении всего времени отдыха в нашем комплексе</p>\",\"margin-bottom\":\"65px\"}}],\"option\":{},\"size\":\"1/3\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3963\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-service\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"95px\",\"padding-bottom\":\"15px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Content\",\"type\":\"content\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"none\",\"title\":\"\",\"caption\":\"\",\"right-text\":\"Read All News\",\"right-text-link\":\"\",\"content\":\"<p style=|gq2|text-align: center;|gq2|>[gdlr_button href=|gq2|https://book-wizard.otelms.com/|gq2| target=|gq2|_self|gq2| size=|gq2|medium|gq2| border_color=|gq2|#999999|gq2|]Забронировать сейчас[/gdlr_button]</p>\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#f5f5f5\",\"skin\":\"gdlr-skin-light-grey\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"50px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Testimonial\",\"type\":\"testimonial\",\"option\":{\"page-item-id\":\"\",\"testimonial\":\"[{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Дарина|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Очень понравился номер-чистый, уютный, есть все необходимое, очень приветливый|g2n|персонал. Все хорошо, цена/качество соответствует)|g2n|Негативных моментов не имеется, планировали остановиться на сутки, в итоге остались на более)|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Галюша|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Медовый (двадцатый и единственный))))) месяц (в нашем случае неделя) прошел(а)|g2n|великолепно!|g2n|Замечательное место для отдыха — очень понравилось. Мы с мужем были в конце октября на годовщину поехали (20 лет). В это время цена очень порадовала. Вообще в сезон место дорогое, судя по прейскуранту. Но если цена не имеет значения, то это ваше место. Комплекс — это много домиков расположенных по склону к морю и по ширине до горы, каждый номер с отдельным входом — супер для пар. Очень удобное расположение.|gq2|},{|gq2|gdl-tab-author-image-url|gq2|:|gq2||gq2|,|gq2|gdl-tab-author-image|gq2|:|gq2||gq2|,|gq2|gdl-tab-title|gq2|:|gq2|Anatolia63|gq2|,|gq2|gdl-tab-position|gq2|:|gq2||gq2|,|gq2|gdl-tab-content|gq2|:|gq2|Отдыхали с мужем в отеле «Зелёный мыс» во второй половине октября 2017 г. Место расположения отеля очень понравилось. Мы занимали номер «эконом» на втором этаже. Номер оборудован мини -кухней, двухспальной кроватью, телевизором, кондиционером, сан. узлом с душем. Территория отеля благоустроенная, очень чистая. Имеется парковочное место для автомобиля. Есть где посидеть — посмотреть на море, погулять.|gq2|}]\",\"title-type\":\"center\",\"title\":\"Отзывы наших гостей\",\"caption\":\"\",\"testimonial-columns\":\"1\",\"testimonial-type\":\"carousel\",\"testimonial-style\":\"large plain-style\",\"margin-bottom\":\"20px\"}}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"color\",\"background\":\"#1abc9c\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"80px\",\"padding-bottom\":\"45px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Background/Parallax Wrapper\",\"type\":\"parallax-bg-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"2800\",\"caption\":\"Гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"35000\",\"caption\":\"Рабочих часов\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"99.9%\",\"caption\":\"Довольных гостей\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-4\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Skill Item\",\"type\":\"skill-item\",\"option\":{\"page-item-id\":\"\",\"style\":\"normal\",\"background\":\"#39dde3\",\"text-color\":\"#ffffff\",\"title\":\"100%\",\"caption\":\"Вернутся снова\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/4\"}],\"option\":{\"page-item-id\":\"\",\"type\":\"image\",\"background\":\"3964\",\"background-mobile\":\"\",\"background-speed\":\"0.1\",\"pattern\":\"1\",\"video\":\"\",\"video-overlay\":\"0.5\",\"video-player\":\"enable\",\"skin\":\"gdlr-skin-dark-skin\",\"show-section\":\"gdlr-show-all\",\"border\":\"none\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"190px\",\"padding-bottom\":\"120px\"}},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Color Wrapper\",\"type\":\"color-wrapper\",\"items\":[{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Gallery\",\"type\":\"gallery\",\"option\":{\"page-item-id\":\"\",\"slider\":\"[[3518,3519,3521,3517,3514,3512,3511,3523,3525],{|gq2|3511|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3512|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3514|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3517|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-2650397-sailing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3518|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3519|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3521|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/photodune-1576481-relaxing-m-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3523|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_34317913_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150},|gq2|3525|gq2|:{|gq2|title|gq2|:|gq2||gq2|,|gq2|caption|gq2|:|gq2||gq2|,|gq2|caption-position|gq2|:|gq2||gq2|,|gq2|slide-link|gq2|:|gq2|current|gq2|,|gq2|url|gq2|:|gq2||gq2|,|gq2|new-tab|gq2|:|gq2|enable|gq2|,|gq2|thumbnail|gq2|:|gq2|http://demo.goodlayers.com/hotelmaster/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL-150x150.jpg|gq2|,|gq2|width|gq2|:150,|gq2|height|gq2|:150}}]\",\"title-type\":\"left-divider\",\"title\":\"Галерея\",\"caption\":\"\",\"thumbnail-size\":\"small-grid-size-2\",\"gallery-style\":\"grid\",\"with-featured\":\"enable\",\"gallery-columns\":\"4\",\"num-fetch\":\"\",\"show-caption\":\"no\",\"margin-bottom\":\"20px\"}}],\"option\":{},\"size\":\"1/2\"},{\"item-type\":\"wrapper\",\"item-builder-title\":\"Column Item\",\"type\":\"column1-3\",\"items\":[{\"item-type\":\"item\",\"item-builder-title\":\"Blog\",\"type\":\"blog\",\"option\":{\"page-item-id\":\"\",\"title-type\":\"left-divider\",\"title\":\"Наши новости\",\"caption\":\"\",\"right-text\":\"Все новости\",\"right-text-link\":\"/news/\",\"category\":\"news\",\"tag\":\"\",\"num-excerpt\":\"17\",\"num-fetch\":\"3\",\"blog-style\":\"blog-widget\",\"blog-layout\":\"fitRows\",\"thumbnail-size\":\"thumbnail\",\"orderby\":\"date\",\"order\":\"desc\",\"offset\":\"\",\"pagination\":\"disable\",\"enable-sticky\":\"disable\",\"margin-bottom\":\"0px\"}}],\"option\":{},\"size\":\"1/2\"}],\"option\":{\"page-item-id\":\"\",\"background-type\":\"\",\"background\":\"#ffffff\",\"skin\":\"\",\"show-section\":\"\",\"border\":\"\",\"border-top-color\":\"#e9e9e9\",\"border-bottom-color\":\"#e9e9e9\",\"padding-top\":\"70px\",\"padding-bottom\":\"40px\"}}]'),(3094,4351,'post-option','{\"sidebar\":\"no-sidebar\",\"left-sidebar\":\"Footer 1\",\"right-sidebar\":\"Footer 1\",\"page-style\":\"normal\",\"show-title\":\"disable\",\"page-caption\":\"\",\"show-content\":\"enable\",\"header-background\":\"\",\"header-style\":\"default\"}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=4367 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (2,1,'2019-06-04 13:31:29','2019-06-04 10:31:29','<!-- wp:paragraph -->\n<p>Это пример страницы. От записей в блоге она отличается тем, что остаётся на одном месте и отображается в меню сайта (в большинстве тем). На странице «Детали» владельцы сайтов обычно рассказывают о себе потенциальным посетителям. Например, так:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Привет! Днём я курьер, а вечером — подающий надежды актёр. Это мой блог. Я живу в Ростове-на-Дону, люблю своего пса Джека и пинаколаду. (И ещё попадать под дождь.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...или так:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Компания «Штучки XYZ» была основана в 1971 году и с тех пор производит качественные штучки. Компания находится в Готэм-сити, имеет штат из более чем 2000 сотрудников и приносит много пользы жителям Готэма.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Перейдите <a href=\"http://hotelzm1.florianweb.com/wp-admin/\">в консоль</a>, чтобы удалить эту страницу и создать новые. Успехов!</p>\n<!-- /wp:paragraph -->','Пример страницы','','publish','closed','open','','sample-page','','','2019-06-04 13:31:29','2019-06-04 10:31:29','',0,'http://hotelzm1.florianweb.com/?page_id=2',0,'page','',0),(3,1,'2019-06-04 13:31:29','2019-06-04 10:31:29','<!-- wp:heading --><h2>Кто мы</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Наш адрес сайта: http://hotelzm1.florianweb.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Какие персональные данные мы собираем и с какой целью</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Комментарии</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Если посетитель оставляет комментарий на сайте, мы собираем данные указанные в форме комментария, а также IP адрес посетителя и данные user-agent браузера с целью определения спама.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Анонимизированная строка создаваемая из вашего адреса email (\"хеш\") может предоставляться сервису Gravatar, чтобы определить используете ли вы его. Политика конфиденциальности Gravatar доступна здесь: https://automattic.com/privacy/ . После одобрения комментария ваше изображение профиля будет видимым публично в контексте вашего комментария.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Медиафайлы</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Если вы зарегистрированный пользователь и загружаете фотографии на сайт, вам возможно следует избегать загрузки изображений с метаданными EXIF, так как они могут содержать данные вашего месторасположения по GPS. Посетители могут извлечь эту информацию скачав изображения с сайта.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Формы контактов</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Куки</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Если вы оставляете комментарий на нашем сайте, вы можете включить сохранение вашего имени, адреса email и вебсайта в куки. Это делается для вашего удобства, чтобы не заполнять данные снова при повторном комментировании. Эти куки хранятся в течение одного года.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Если у вас есть учетная запись на сайте и вы войдете в неё, мы установим временный куки для определения поддержки куки вашим браузером, куки не содержит никакой личной информации и удаляется при закрытии вашего браузера.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>При входе в учетную запись мы также устанавливаем несколько куки с данными входа и настройками экрана. Куки входа хранятся в течение двух дней, куки с настройками экрана - год. Если вы выберете возможность \"Запомнить меня\", данные о входе будут сохраняться в течение двух недель. При выходе из учетной записи куки входа будут удалены.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>При редактировании или публикации статьи в браузере будет сохранен дополнительный куки, он не содержит персональных данных и содержит только ID записи отредактированной вами, истекает через 1 день.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Встраиваемое содержимое других вебсайтов</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Статьи на этом сайте могут включать встраиваемое содержимое (например видео, изображения, статьи и др.), подобное содержимое ведет себя так же, как если бы посетитель зашел на другой сайт.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Эти сайты могут собирать данные о вас, использовать куки, внедрять дополнительное отслеживание третьей стороной и следить за вашим взаимодействием с внедренным содержимым, включая отслеживание взаимодействия, если у вас есть учетная запись и вы авторизовались на том сайте.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Веб-аналитика</h3><!-- /wp:heading --><!-- wp:heading --><h2>С кем мы делимся вашими данными</h2><!-- /wp:heading --><!-- wp:heading --><h2>Как долго мы храним ваши данные</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Если вы оставляете комментарий, то сам комментарий и его метаданные сохраняются неопределенно долго. Это делается для того, чтобы определять и одобрять последующие комментарии автоматически, вместо помещения их в очередь на одобрение.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Для пользователей с регистрацией на нашем сайте мы храним ту личную информацию, которую они указывают в своем профиле. Все пользователи могут видеть, редактировать или удалить свою информацию из профиля в любое время (кроме имени пользователя). Администрация вебсайта также может видеть и изменять эту информацию.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Какие у вас права на ваши данные</h2><!-- /wp:heading --><!-- wp:paragraph --><p>При наличии учетной записи на сайте или если вы оставляли комментарии, то вы можете запросить файл экспорта персональных данных, которые мы сохранили о вас, включая предоставленные вами данные. Вы также можете запросить удаление этих данных, это не включает данные, которые мы обязаны хранить в административных целях, по закону или целях безопасности.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Куда мы отправляем ваши данные</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Комментарии пользователей могут проверяться автоматическим сервисом определения спама.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Ваша контактная информация</h2><!-- /wp:heading --><!-- wp:heading --><h2>Дополнительная информация</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Как мы защищаем ваши данные</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Какие принимаются процедуры против взлома данных</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>От каких третьих сторон мы получаем данные</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Какие автоматические решения принимаются на основе данных пользователей</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Требования к раскрытию отраслевых нормативных требований</h3><!-- /wp:heading -->','Политика конфиденциальности','','draft','closed','open','','privacy-policy','','','2019-06-04 13:31:29','2019-06-04 10:31:29','',0,'http://hotelzm1.florianweb.com/?page_id=3',0,'page','',0),(4330,2,'2020-07-07 15:57:00','2020-07-07 12:57:00','{\n \"nav_menu_item[4287]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 4287,\n \"object\": \"custom\",\n \"type\": \"custom\",\n \"type_label\": \"\\u041f\\u0440\\u043e\\u0438\\u0437\\u0432\\u043e\\u043b\\u044c\\u043d\\u0430\\u044f \\u0441\\u0441\\u044b\\u043b\\u043a\\u0430\",\n \"title\": \"\\u0417\\u0430\\u0431\\u0440\\u043e\\u043d\\u0438\\u0440\\u043e\\u0432\\u0430\\u0442\\u044c\",\n \"url\": \"https://book-dev-ul2.otelms.com/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"gdlr_menu_icon\": \"\",\n \"gdlr_mega_menu\": \"\",\n \"gdlr_mega_section\": \"1/1\",\n \"nav_menu_term_id\": 52,\n \"position\": 3,\n \"status\": \"publish\",\n \"original_title\": \"\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 2,\n \"date_modified_gmt\": \"2020-07-07 12:57:00\"\n }\n}','','','publish','closed','closed','','3333e840-2ce8-4e1b-b1a3-a4eba34c3be2','','','2020-07-07 15:57:00','2020-07-07 12:57:00','',0,'http://hotel1.otelms.com/2020/07/07/3333e840-2ce8-4e1b-b1a3-a4eba34c3be2/',0,'customize_changeset','',0),(5,1,'2019-06-04 20:42:30','2019-06-04 17:42:30','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]\nHotelZM \"[your-subject]\"\nHotelZM <wordpress@hotelzm1.florianweb.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 HotelZM (http://hotelzm1.florianweb.com)\nfloranzz1@gmail.com\nReply-To: [your-email]\n\n0\n0\n\nHotelZM \"[your-subject]\"\nHotelZM <wordpress@hotelzm1.florianweb.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on HotelZM (http://hotelzm1.florianweb.com)\n[your-email]\nReply-To: floranzz1@gmail.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','','','2019-06-04 20:42:30','2019-06-04 17:42:30','',0,'http://hotelzm1.florianweb.com/?post_type=wpcf7_contact_form&p=5',0,'wpcf7_contact_form','',0),(3510,1,'2015-03-25 09:58:08','2015-03-25 09:58:08','','photodune-2232283-hotel-room-with-bed-and-wooden-m','Room','inherit','open','open','','photodune-2232283-hotel-room-with-bed-and-wooden-m','','','2015-03-25 09:58:08','2015-03-25 09:58:08','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-2232283-hotel-room-with-bed-and-wooden-m.jpg',0,'attachment','image/jpeg',0),(3511,1,'2015-03-25 09:58:14','2015-03-25 09:58:14','','Image Title','Room','inherit','open','open','','photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m','','','2015-03-25 09:58:14','2015-03-25 09:58:14','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-2676493-suite-bed-room-with-balcony-of-a-luxury-resort-m.jpg',0,'attachment','image/jpeg',0),(3512,1,'2015-03-25 09:58:25','2015-03-25 09:58:25','','Image Title','Room','inherit','open','open','','photodune-3973259-hotel-room-m','','','2015-03-25 09:58:25','2015-03-25 09:58:25','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-3973259-hotel-room-m.jpg',0,'attachment','image/jpeg',0),(3513,1,'2015-03-25 09:58:31','2015-03-25 09:58:31','','Image Title','Room','inherit','open','open','','photodune-3973289-hotel-room-m','','','2015-03-25 09:58:31','2015-03-25 09:58:31','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-3973289-hotel-room-m.jpg',0,'attachment','image/jpeg',0),(3514,1,'2015-03-25 09:58:37','2015-03-25 09:58:37','','Image Title','Room','inherit','open','open','','photodune-4076311-interior-of-modern-comfortable-hotel-room-m','','','2015-03-25 09:58:37','2015-03-25 09:58:37','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-4076311-interior-of-modern-comfortable-hotel-room-m.jpg',0,'attachment','image/jpeg',0),(3515,1,'2015-03-25 10:01:14','2015-03-25 10:01:14','','photodune-1176751-interior-design-of-modern-living-room-m','','inherit','open','open','','photodune-1176751-interior-design-of-modern-living-room-m','','','2015-03-25 10:01:14','2015-03-25 10:01:14','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-1176751-interior-design-of-modern-living-room-m.jpg',0,'attachment','image/jpeg',0),(3516,1,'2015-03-25 10:01:18','2015-03-25 10:01:18','','photodune-2516147-palm-van-m','Car','inherit','open','open','','photodune-2516147-palm-van-m','','','2015-03-25 10:01:18','2015-03-25 10:01:18','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-2516147-palm-van-m.jpg',0,'attachment','image/jpeg',0),(3517,1,'2015-03-25 10:01:23','2015-03-25 10:01:23','','photodune-2650397-sailing-m','','inherit','open','open','','photodune-2650397-sailing-m','','','2015-03-25 10:01:23','2015-03-25 10:01:23','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-2650397-sailing-m.jpg',0,'attachment','image/jpeg',0),(3518,1,'2015-03-25 10:01:28','2015-03-25 10:01:28','','Image Title','Pool','inherit','open','open','','photodune-7751505-luxury-home-with-swimming-pool-m','','','2015-03-25 10:01:28','2015-03-25 10:01:28','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-7751505-luxury-home-with-swimming-pool-m.jpg',0,'attachment','image/jpeg',0),(3519,1,'2015-03-25 10:02:24','2015-03-25 10:02:24','','photodune-1231437-tropical-pool-bar-m','Resting','inherit','open','open','','photodune-1231437-tropical-pool-bar-m','','','2015-03-25 10:02:24','2015-03-25 10:02:24','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-1231437-tropical-pool-bar-m.jpg',0,'attachment','image/jpeg',0),(3520,1,'2015-03-25 10:02:29','2015-03-25 10:02:29','','photodune-3267349-niagara-falls-ontario-canada-m','','inherit','open','open','','photodune-3267349-niagara-falls-ontario-canada-m','','','2015-03-25 10:02:29','2015-03-25 10:02:29','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-3267349-niagara-falls-ontario-canada-m.jpg',0,'attachment','image/jpeg',0),(3521,1,'2015-03-25 10:02:32','2015-03-25 10:02:32','','photodune-1576481-relaxing-m','Beach','inherit','open','open','','photodune-1576481-relaxing-m','','','2015-03-25 10:02:32','2015-03-25 10:02:32','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-1576481-relaxing-m.jpg',0,'attachment','image/jpeg',0),(3522,1,'2015-03-25 10:02:55','2015-03-25 10:02:55','','Fotolia_33275049_Subscription_Monthly_XXL','','inherit','open','open','','fotolia_33275049_subscription_monthly_xxl','','','2015-03-25 10:02:55','2015-03-25 10:02:55','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/Fotolia_33275049_Subscription_Monthly_XXL.jpg',0,'attachment','image/jpeg',0),(3523,1,'2015-03-25 10:02:59','2015-03-25 10:02:59','','Fotolia_34317913_Subscription_Monthly_XXL','','inherit','open','open','','fotolia_34317913_subscription_monthly_xxl','','','2015-03-25 10:02:59','2015-03-25 10:02:59','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/Fotolia_34317913_Subscription_Monthly_XXL.jpg',0,'attachment','image/jpeg',0),(3524,1,'2015-03-25 10:03:03','2015-03-25 10:03:03','','Fotolia_34636860_Subscription_Monthly_XXL','Cooking','inherit','open','open','','fotolia_34636860_subscription_monthly_xxl','','','2015-03-25 10:03:03','2015-03-25 10:03:03','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/Fotolia_34636860_Subscription_Monthly_XXL.jpg',0,'attachment','image/jpeg',0),(3525,1,'2015-03-25 10:03:07','2015-03-25 10:03:07','','Fotolia_44778217_Subscription_Monthly_XXL','Steak','inherit','open','open','','fotolia_44778217_subscription_monthly_xxl','','','2015-03-25 10:03:07','2015-03-25 10:03:07','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/Fotolia_44778217_Subscription_Monthly_XXL.jpg',0,'attachment','image/jpeg',0),(3526,1,'2015-03-25 11:12:46','2015-03-25 11:12:46','','Fotolia_16820650_Subscription_Monthly_XL','Bath','inherit','open','open','','fotolia_16820650_subscription_monthly_xl','','','2015-03-25 11:12:46','2015-03-25 11:12:46','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/Fotolia_16820650_Subscription_Monthly_XL.jpg',0,'attachment','image/jpeg',0),(3527,1,'2015-03-25 11:12:50','2015-03-25 11:12:50','','Fotolia_18408743_Subscription_Monthly_XXL','','inherit','open','open','','fotolia_18408743_subscription_monthly_xxl','','','2015-03-25 11:12:50','2015-03-25 11:12:50','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/Fotolia_18408743_Subscription_Monthly_XXL.jpg',0,'attachment','image/jpeg',0),(3528,1,'2015-03-25 11:12:53','2015-03-25 11:12:53','','Fotolia_15185646_Subscription_Monthly_XXL','','inherit','open','open','','fotolia_15185646_subscription_monthly_xxl','','','2015-03-25 11:12:53','2015-03-25 11:12:53','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/Fotolia_15185646_Subscription_Monthly_XXL.jpg',0,'attachment','image/jpeg',0),(3529,1,'2015-03-25 11:14:49','2015-03-25 11:14:49','','photodune-396585-spa-m','Spa','inherit','open','open','','photodune-396585-spa-m','','','2015-03-25 11:14:49','2015-03-25 11:14:49','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-396585-spa-m.jpg',0,'attachment','image/jpeg',0),(3530,1,'2015-03-25 11:14:53','2015-03-25 11:14:53','','Image Title','Spa','inherit','open','open','','photodune-1177463-spa-woman-hot-stones-massage-m','','','2015-03-25 11:14:53','2015-03-25 11:14:53','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-1177463-spa-woman-hot-stones-massage-m.jpg',0,'attachment','image/jpeg',0),(3531,1,'2015-03-25 11:14:58','2015-03-25 11:14:58','','Image Title','Sofa','inherit','open','open','','photodune-2673580-brown-sofas-the-lobby-m','','','2015-03-25 11:14:58','2015-03-25 11:14:58','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-2673580-brown-sofas-the-lobby-m.jpg',0,'attachment','image/jpeg',0),(3532,1,'2015-03-25 11:15:02','2015-03-25 11:15:02','','Image Title','Room','inherit','open','open','','photodune-2681114-penthouse-room-on-a-sunny-day-m','','','2015-03-25 11:15:02','2015-03-25 11:15:02','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-2681114-penthouse-room-on-a-sunny-day-m.jpg',0,'attachment','image/jpeg',0),(3533,1,'2015-03-25 11:15:06','2015-03-25 11:15:06','','photodune-3290449-concierges-holding-the-cart-and-posing-m','Service','inherit','open','open','','photodune-3290449-concierges-holding-the-cart-and-posing-m','','','2015-03-25 11:15:06','2015-03-25 11:15:06','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-3290449-concierges-holding-the-cart-and-posing-m.jpg',0,'attachment','image/jpeg',0),(3534,1,'2015-03-25 11:15:11','2015-03-25 11:15:11','','photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m','Reception','inherit','open','open','','photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m','','','2015-03-25 11:15:11','2015-03-25 11:15:11','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/photodune-4864105-guest-filling-up-a-formular-at-hotel-counter-m.jpg',0,'attachment','image/jpeg',0),(3539,1,'2015-03-25 12:14:04','2015-03-25 12:14:04','','140H','','inherit','open','open','','140h','','','2015-03-25 12:14:04','2015-03-25 12:14:04','',933,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/12/140H.jpg',0,'attachment','image/jpeg',0),(3540,1,'2015-03-25 12:14:08','2015-03-25 12:14:08','','156H','','inherit','open','open','','156h','','','2015-03-25 12:14:08','2015-03-25 12:14:08','',933,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/12/156H.jpg',0,'attachment','image/jpeg',0),(3541,1,'2015-03-25 12:14:12','2015-03-25 12:14:12','','157H','','inherit','open','open','','157h','','','2015-03-25 12:14:12','2015-03-25 12:14:12','',933,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/12/157H.jpg',0,'attachment','image/jpeg',0),(3542,1,'2015-03-25 12:14:17','2015-03-25 12:14:17','','161H','Food','inherit','open','open','','161h','','','2015-03-25 12:14:17','2015-03-25 12:14:17','',933,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/12/161H.jpg',0,'attachment','image/jpeg',0),(3543,1,'2015-03-25 12:14:27','2015-03-25 12:14:27','','113H1','','inherit','open','open','','113h1','','','2015-03-25 12:14:27','2015-03-25 12:14:27','',933,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/12/113H1.jpg',0,'attachment','image/jpeg',0),(3544,1,'2015-03-25 12:14:32','2015-03-25 12:14:32','','115H','','inherit','open','open','','115h','','','2015-03-25 12:14:32','2015-03-25 12:14:32','',933,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/12/115H.jpg',0,'attachment','image/jpeg',0),(3545,1,'2015-03-25 12:14:36','2015-03-25 12:14:36','','118H','','inherit','open','open','','118h','','','2015-03-25 12:14:36','2015-03-25 12:14:36','',933,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/12/118H.jpg',0,'attachment','image/jpeg',0),(3546,1,'2015-03-25 12:14:40','2015-03-25 12:14:40','','121H','','inherit','open','open','','121h','','','2015-03-25 12:14:40','2015-03-25 12:14:40','',933,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/12/121H.jpg',0,'attachment','image/jpeg',0),(3547,1,'2015-03-25 12:14:45','2015-03-25 12:14:45','','159H','','inherit','open','open','','159h','','','2015-03-25 12:14:45','2015-03-25 12:14:45','',933,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/12/159H.jpg',0,'attachment','image/jpeg',0),(3548,1,'2015-03-25 12:19:20','2015-03-25 12:19:20','','114H','','inherit','open','open','','114h','','','2015-03-25 12:19:20','2015-03-25 12:19:20','',59,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/11/114H.jpg',0,'attachment','image/jpeg',0),(3549,1,'2015-03-25 12:19:24','2015-03-25 12:19:24','','160H','','inherit','open','open','','160h','','','2015-03-25 12:19:24','2015-03-25 12:19:24','',59,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/11/160H.jpg',0,'attachment','image/jpeg',0),(3550,1,'2015-03-25 12:19:30','2015-03-25 12:19:30','','162H','','inherit','open','open','','162h','','','2015-03-25 12:19:30','2015-03-25 12:19:30','',59,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/11/162H.jpg',0,'attachment','image/jpeg',0),(3581,1,'2015-03-26 15:45:32','2015-03-26 15:45:32','','contact-bg','','inherit','open','open','','contact-bg','','','2015-03-26 15:45:32','2015-03-26 15:45:32','',1629,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/12/contact-bg.jpg',0,'attachment','image/jpeg',0),(3586,1,'2015-03-27 09:32:11','2015-03-27 09:32:11','','single-room-slider-1','','inherit','open','open','','single-room-slider-1','','','2015-03-27 09:32:11','2015-03-27 09:32:11','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/single-room-slider-1.jpg',0,'attachment','image/jpeg',0),(3587,1,'2015-03-27 09:32:14','2015-03-27 09:32:14','','single-room-slider-2','','inherit','open','open','','single-room-slider-2','','','2015-03-27 09:32:14','2015-03-27 09:32:14','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/single-room-slider-2.jpg',0,'attachment','image/jpeg',0),(3588,1,'2015-03-27 09:32:16','2015-03-27 09:32:16','','single-room-slider-3','','inherit','open','open','','single-room-slider-3','','','2015-03-27 09:32:16','2015-03-27 09:32:16','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/single-room-slider-3.jpg',0,'attachment','image/jpeg',0),(3589,1,'2015-03-27 09:32:19','2015-03-27 09:32:19','','single-room-slider-4','','inherit','open','open','','single-room-slider-4','','','2015-03-27 09:32:19','2015-03-27 09:32:19','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/single-room-slider-4.jpg',0,'attachment','image/jpeg',0),(3590,1,'2015-03-27 09:32:22','2015-03-27 09:32:22','','single-room-slider-5','','inherit','open','open','','single-room-slider-5','','','2015-03-27 09:32:22','2015-03-27 09:32:22','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/single-room-slider-5.jpg',0,'attachment','image/jpeg',0),(3591,1,'2015-03-27 09:32:25','2015-03-27 09:32:25','','single-room-slider-6','','inherit','open','open','','single-room-slider-6','','','2015-03-27 09:32:25','2015-03-27 09:32:25','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/single-room-slider-6.jpg',0,'attachment','image/jpeg',0),(3592,1,'2015-03-27 09:32:28','2015-03-27 09:32:28','','single-room-slider-7','','inherit','open','open','','single-room-slider-7','','','2015-03-27 09:32:28','2015-03-27 09:32:28','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/single-room-slider-7.jpg',0,'attachment','image/jpeg',0),(3593,1,'2015-03-27 09:32:30','2015-03-27 09:32:30','','single-room-slider-8','','inherit','open','open','','single-room-slider-8','','','2015-03-27 09:32:30','2015-03-27 09:32:30','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/single-room-slider-8.jpg',0,'attachment','image/jpeg',0),(3594,1,'2015-03-27 09:32:33','2015-03-27 09:32:33','','single-room-slider-9','','inherit','open','open','','single-room-slider-9','','','2015-03-27 09:32:33','2015-03-27 09:32:33','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/single-room-slider-9.jpg',0,'attachment','image/jpeg',0),(3652,1,'2015-03-30 12:24:43','2015-03-30 12:24:43','','bg-pattern','','inherit','open','open','','bg-pattern','','','2015-03-30 12:24:43','2015-03-30 12:24:43','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/bg-pattern.png',0,'attachment','image/png',0),(3689,1,'2015-03-30 19:15:31','2015-03-30 19:15:31','','testimonial-1','','inherit','open','open','','testimonial-1','','','2015-03-30 19:15:31','2015-03-30 19:15:31','',84,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/11/testimonial-1.jpg',0,'attachment','image/jpeg',0),(3690,1,'2015-03-30 19:15:32','2015-03-30 19:15:32','','testimonial-2','','inherit','open','open','','testimonial-2-2','','','2015-03-30 19:15:32','2015-03-30 19:15:32','',84,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/11/testimonial-2.jpg',0,'attachment','image/jpeg',0),(3691,1,'2015-03-30 19:15:33','2015-03-30 19:15:33','','testimonial-3','','inherit','open','open','','testimonial-3','','','2015-03-30 19:15:33','2015-03-30 19:15:33','',84,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/11/testimonial-3.jpg',0,'attachment','image/jpeg',0),(3692,1,'2015-03-30 19:15:34','2015-03-30 19:15:34','','testimonial-4','','inherit','open','open','','testimonial-4','','','2015-03-30 19:15:34','2015-03-30 19:15:34','',84,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/11/testimonial-4.jpg',0,'attachment','image/jpeg',0),(3693,1,'2015-03-30 19:15:36','2015-03-30 19:15:36','','testimonial-5','','inherit','open','open','','testimonial-5','','','2015-03-30 19:15:36','2015-03-30 19:15:36','',84,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/11/testimonial-5.jpg',0,'attachment','image/jpeg',0),(3694,1,'2015-03-30 19:15:37','2015-03-30 19:15:37','','testimonial-6','','inherit','open','open','','testimonial-6','','','2015-03-30 19:15:37','2015-03-30 19:15:37','',84,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/11/testimonial-6.jpg',0,'attachment','image/jpeg',0),(3700,1,'2015-03-30 19:38:07','2015-03-30 19:38:07','','footer-banner-1','','inherit','open','open','','footer-banner-1','','','2015-03-30 19:38:07','2015-03-30 19:38:07','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/footer-banner-1.jpg',0,'attachment','image/jpeg',0),(3701,1,'2015-03-30 19:38:09','2015-03-30 19:38:09','','footer-banner-2','','inherit','open','open','','footer-banner-2','','','2015-03-30 19:38:09','2015-03-30 19:38:09','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/footer-banner-2.jpg',0,'attachment','image/jpeg',0),(3714,1,'2015-03-30 20:22:40','2015-03-30 20:22:40','','mockup-1','','inherit','open','open','','mockup-1','','','2015-03-30 20:22:40','2015-03-30 20:22:40','',1122,'http://hotelzm1.florianweb.com/wp-content/uploads/2013/12/mockup-1.png',0,'attachment','image/png',0),(3738,1,'2015-03-31 11:33:06','2015-03-31 11:33:06','','bg-service','','inherit','open','open','','bg-service','','','2015-03-31 11:33:06','2015-03-31 11:33:06','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/bg-service.jpg',0,'attachment','image/jpeg',0),(3745,1,'2015-03-31 12:03:48','2015-03-31 12:03:48','','awards-logo','','inherit','open','open','','awards-logo','','','2015-03-31 12:03:48','2015-03-31 12:03:48','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/awards-logo.jpg',0,'attachment','image/jpeg',0),(3746,1,'2015-03-31 14:30:53','2015-03-31 14:30:53','','service-1','','inherit','open','open','','service-1','','','2015-03-31 14:30:53','2015-03-31 14:30:53','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/service-1.jpg',0,'attachment','image/jpeg',0),(3751,1,'2015-03-31 14:30:55','2015-03-31 14:30:55','','service-2','','inherit','open','open','','service-2','','','2015-03-31 14:30:55','2015-03-31 14:30:55','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/service-2.jpg',0,'attachment','image/jpeg',0),(3755,1,'2015-03-31 19:51:56','2015-03-31 19:51:56','','slider-1','','inherit','open','open','','slider-1','','','2015-03-31 19:51:56','2015-03-31 19:51:56','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/slider-1.jpg',0,'attachment','image/jpeg',0),(3767,1,'2015-04-01 12:57:40','2015-04-01 12:57:40','','slider-2','','inherit','open','open','','slider-2','','','2015-04-01 12:57:40','2015-04-01 12:57:40','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/04/slider-2.jpg',0,'attachment','image/jpeg',0),(3768,1,'2015-04-01 12:57:48','2015-04-01 12:57:48','','slider-3','','inherit','open','open','','slider-3','','','2015-04-01 12:57:48','2015-04-01 12:57:48','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/04/slider-3.jpg',0,'attachment','image/jpeg',0),(3787,1,'2015-04-03 09:07:53','2015-04-03 09:07:53','','booking-management','','inherit','open','open','','booking-management-2','','','2015-04-03 09:07:53','2015-04-03 09:07:53','',3781,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/04/booking-management.png',0,'attachment','image/png',0),(3793,1,'2015-04-03 11:07:54','2015-04-03 11:07:54','','logo-light','','inherit','open','open','','logo-light','','','2015-04-03 11:07:54','2015-04-03 11:07:54','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/04/logo-light.png',0,'attachment','image/png',0),(3950,1,'2015-08-19 08:14:08','2015-08-19 08:14:08','','slider-4','','inherit','open','open','','slider-4','','','2015-08-19 08:14:08','2015-08-19 08:14:08','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/05/slider-4.jpg',0,'attachment','image/jpeg',0),(3951,1,'2015-08-19 08:14:09','2015-08-19 08:14:09','','slider-1','','inherit','open','open','','slider-1-2','','','2015-08-19 08:14:09','2015-08-19 08:14:09','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/04/slider-1.jpg',0,'attachment','image/jpeg',0),(3952,1,'2015-08-19 08:14:10','2015-08-19 08:14:10','','slider-31','','inherit','open','open','','slider-31','','','2015-08-19 08:14:10','2015-08-19 08:14:10','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/04/slider-31.jpg',0,'attachment','image/jpeg',0),(3953,1,'2015-08-19 08:14:10','2015-08-19 08:14:10','','slider-21','','inherit','open','open','','slider-21','','','2015-08-19 08:14:10','2015-08-19 08:14:10','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/04/slider-21.jpg',0,'attachment','image/jpeg',0),(3957,1,'2015-08-19 08:57:51','2015-08-19 08:57:51','','hostel-service-1','','inherit','open','open','','hostel-service-1','','','2015-08-19 08:57:51','2015-08-19 08:57:51','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/hostel-service-1.png',0,'attachment','image/png',0),(3958,1,'2015-08-19 08:57:54','2015-08-19 08:57:54','','hostel-service-2','','inherit','open','open','','hostel-service-2','','','2015-08-19 08:57:54','2015-08-19 08:57:54','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/hostel-service-2.png',0,'attachment','image/png',0),(3959,1,'2015-08-19 08:57:54','2015-08-19 08:57:54','','hostel-service-3','','inherit','open','open','','hostel-service-3','','','2015-08-19 08:57:54','2015-08-19 08:57:54','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/hostel-service-3.png',0,'attachment','image/png',0),(3960,1,'2015-08-19 08:57:55','2015-08-19 08:57:55','','hostel-service-4','','inherit','open','open','','hostel-service-4','','','2015-08-19 08:57:55','2015-08-19 08:57:55','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/hostel-service-4.png',0,'attachment','image/png',0),(3961,1,'2015-08-19 08:57:58','2015-08-19 08:57:58','','hostel-service-5','','inherit','open','open','','hostel-service-5','','','2015-08-19 08:57:58','2015-08-19 08:57:58','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/hostel-service-5.png',0,'attachment','image/png',0),(3962,1,'2015-08-19 08:58:00','2015-08-19 08:58:00','','hostel-service-6','','inherit','open','open','','hostel-service-6','','','2015-08-19 08:58:00','2015-08-19 08:58:00','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/hostel-service-6.png',0,'attachment','image/png',0),(3963,1,'2015-08-19 08:58:04','2015-08-19 08:58:04','','hostel-service-bg','','inherit','open','open','','hostel-service-bg','','','2015-08-19 08:58:04','2015-08-19 08:58:04','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/hostel-service-bg.jpg',0,'attachment','image/jpeg',0),(3964,1,'2015-08-19 08:58:09','2015-08-19 08:58:09','','hostel-skill-bg','','inherit','open','open','','hostel-skill-bg','','','2015-08-19 08:58:09','2015-08-19 08:58:09','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/03/hostel-skill-bg.jpg',0,'attachment','image/jpeg',0),(3978,1,'2015-08-19 10:36:57','2015-08-19 10:36:57','','Hotel room','Interior of a hotel room for two, two beds and green wallpapers.','inherit','open','open','','hotel-room','','','2015-08-19 10:36:57','2015-08-19 10:36:57','',3977,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/photodune-1183283-hotel-room-s.jpg',0,'attachment','image/jpeg',0),(3979,1,'2015-08-19 10:36:59','2015-08-19 10:36:59','','Hotel room','Interior of a hotel apartment with furniture, modern contemporary design.','inherit','open','open','','hotel-room-2','','','2015-08-19 10:36:59','2015-08-19 10:36:59','',3977,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/photodune-1183292-hotel-room-s.jpg',0,'attachment','image/jpeg',0),(3784,1,'2015-04-03 08:22:23','2015-04-03 08:22:23','','Fall Promotion','','publish','closed','closed','','fall-promotion','','','2015-04-03 08:22:23','2015-04-03 08:22:23','',0,'http://themes.goodlayers2.com/hotelmaster/?post_type=coupon&p=3784',0,'coupon','',0),(3786,1,'2015-04-03 08:51:29','2015-04-03 08:51:29','','Spring Promotion','','publish','closed','closed','','spring-promotion','','','2015-04-03 08:51:29','2015-04-03 08:51:29','',0,'http://themes.goodlayers2.com/hotelmaster/?post_type=coupon&p=3786',0,'coupon','',0),(3977,1,'2015-08-19 10:39:57','2015-08-19 10:39:57','Cras justo odio, dapibus ac facilisis in, egestas eget quam. Sed posuere consectetur est at lobortis. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Maecenas sed diam eget risus varius blandit sit amet non magna.\n\nNulla vitae elit libero, a pharetra augue. Maecenas faucibus mollis interdum. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Donec sed odio dui.\n\n[gdlr_space height=\"35px\"]\n\n[gallery columns=\"5\" link=\"file\" caption=\"no\" thumbnail_size=\"thumbnail\" ids=\"3511,3512,3510,3519,3518,3533,3531,3532,3530,3529\"]\n\nDuis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Etiam porta sem malesuada magna mollis euismod. Etiam porta sem malesuada magna mollis euismod. Sed posuere consectetur est at lobortis.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.','6 Bed Female Dorm','','publish','open','open','','6-bed-female-dorm','','','2015-08-19 10:39:57','2015-08-19 10:39:57','',0,'http://demo.goodlayers.com/hotelmaster/hostel/?post_type=hostel_room&p=3977',0,'hostel_room','',0),(3980,1,'2015-08-19 10:37:02','2015-08-19 10:37:02','','photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m','','inherit','open','open','','photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m','','','2015-08-19 10:37:02','2015-08-19 10:37:02','',3977,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/photodune-9099493-dormer-bedroom-in-the-apex-of-a-roof-m.jpg',0,'attachment','image/jpeg',0),(3992,1,'2015-08-19 11:38:58','2015-08-19 11:38:58','','single-room-slider-10','','inherit','open','open','','single-room-slider-10','','','2015-08-19 11:38:58','2015-08-19 11:38:58','',3987,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/single-room-slider-10.jpg',0,'attachment','image/jpeg',0),(3993,1,'2015-08-19 11:38:59','2015-08-19 11:38:59','','single-room-slider-11','','inherit','open','open','','single-room-slider-11','','','2015-08-19 11:38:59','2015-08-19 11:38:59','',3987,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/single-room-slider-11.jpg',0,'attachment','image/jpeg',0),(3994,1,'2015-08-19 11:39:01','2015-08-19 11:39:01','','single-room-slider-12','','inherit','open','open','','single-room-slider-12','','','2015-08-19 11:39:01','2015-08-19 11:39:01','',3987,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/single-room-slider-12.jpg',0,'attachment','image/jpeg',0),(4003,1,'2015-08-20 07:41:14','2015-08-20 07:41:14','','awards-logo-dark','','inherit','open','open','','awards-logo-dark','','','2015-08-20 07:41:14','2015-08-20 07:41:14','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/awards-logo-dark.jpg',0,'attachment','image/jpeg',0),(4006,1,'2015-08-20 08:25:59','2015-08-20 08:25:59','','slider-1','','inherit','open','open','','slider-1-3','','','2015-08-20 08:25:59','2015-08-20 08:25:59','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/slider-1.jpg',0,'attachment','image/jpeg',0),(4007,1,'2015-08-20 08:26:02','2015-08-20 08:26:02','','slider-2','','inherit','open','open','','slider-2-2','','','2015-08-20 08:26:02','2015-08-20 08:26:02','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/slider-2.jpg',0,'attachment','image/jpeg',0),(4008,1,'2015-08-20 08:26:04','2015-08-20 08:26:04','','slider-3','','inherit','open','open','','slider-3-2','','','2015-08-20 08:26:04','2015-08-20 08:26:04','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/slider-3.jpg',0,'attachment','image/jpeg',0),(4022,1,'2015-08-20 09:08:22','2015-08-20 09:08:22','','shutterstock_104637488-2','','inherit','open','open','','shutterstock_104637488-2','','','2015-08-20 09:08:22','2015-08-20 09:08:22','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/shutterstock_104637488-2.jpg',0,'attachment','image/jpeg',0),(4023,1,'2015-08-20 09:08:39','2015-08-20 09:08:39','','photodune-4681753-kitchen-m','','inherit','open','open','','photodune-4681753-kitchen-m','','','2015-08-20 09:08:39','2015-08-20 09:08:39','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/photodune-4681753-kitchen-m.jpg',0,'attachment','image/jpeg',0),(4025,1,'2015-08-20 09:09:08','2015-08-20 09:09:08','','photodune-5458722-loft-m','','inherit','open','open','','photodune-5458722-loft-m','','','2015-08-20 09:09:08','2015-08-20 09:09:08','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/photodune-5458722-loft-m.jpg',0,'attachment','image/jpeg',0),(4026,1,'2015-08-20 09:09:23','2015-08-20 09:09:23','','shutterstock_154585508','','inherit','open','open','','shutterstock_154585508','','','2015-08-20 09:09:23','2015-08-20 09:09:23','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/shutterstock_154585508.jpg',0,'attachment','image/jpeg',0),(4027,1,'2015-08-20 09:09:34','2015-08-20 09:09:34','','Hotel room','Interior of a hotel apartment with furniture, modern contemporary design.','inherit','open','open','','hotel-room-3','','','2015-08-20 09:09:34','2015-08-20 09:09:34','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/photodune-1183292-hotel-room-s1.jpg',0,'attachment','image/jpeg',0),(4033,1,'2015-08-20 09:21:36','2015-08-20 09:21:36','','service-testimonial-bg','','inherit','open','open','','service-testimonial-bg','','','2015-08-20 09:21:36','2015-08-20 09:21:36','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/service-testimonial-bg.jpg',0,'attachment','image/jpeg',0),(4066,1,'2015-08-21 09:46:00','2015-08-21 09:46:00','','logo-hostel','','inherit','open','open','','logo-hostel','','','2015-08-21 09:46:00','2015-08-21 09:46:00','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/logo-hostel.png',0,'attachment','image/png',0),(4069,1,'2015-08-21 10:36:21','2015-08-21 10:36:21','','page-title-transparent','','inherit','open','open','','page-title-transparent','','','2015-08-21 10:36:21','2015-08-21 10:36:21','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/page-title-transparent.jpg',0,'attachment','image/jpeg',0),(4092,1,'2015-08-22 09:13:08','2015-08-22 09:13:08','','awards-logo-dark-2','','inherit','open','closed','','awards-logo-dark-2','','','2015-08-22 09:13:08','2015-08-22 09:13:08','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2015/08/awards-logo-dark-2.jpg',0,'attachment','image/jpeg',0),(4270,1,'2019-06-09 17:41:30','2019-06-09 14:41:30','','Homepage','','inherit','closed','closed','','3720-revision-v1','','','2019-06-09 17:41:30','2019-06-09 14:41:30','',3720,'http://hotelzm1.florianweb.com/2019/06/09/3720-revision-v1/',0,'revision','',0),(4271,1,'2019-06-09 18:07:41','2019-06-09 15:07:41','','newlogow','','inherit','open','closed','','newlogow','','','2019-06-09 18:07:41','2019-06-09 15:07:41','',0,'http://hotelzm1.florianweb.com/wp-content/uploads/2019/06/newlogow.png',0,'attachment','image/png',0),(4272,1,'2019-06-09 22:21:34','2019-06-09 19:21:34','','newlogo','','inherit','open','closed','','newlogo','','','2021-12-02 14:31:24','2021-12-02 11:31:24','',4341,'http://hotelzm1.florianweb.com/wp-content/uploads/2019/06/newlogo.png',0,'attachment','image/png',0),(4273,1,'2019-06-10 15:18:40','2019-06-10 12:18:40','<p style=\"text-align: center;\">[gdlr_button href=\"#\" target=\"_self\" size=\"medium\" border_color=\"#999999\"]Забронировать сейчас[/gdlr_button]</p>\nВместимость: до 3 гостей (2 на основных местах + 1 на дополнительном месте) Комплектация номера: двуспальная кровать размером 160*210 см или две односпальные кровати размером 90*210 см, шкаф для одежды с плечиками, кондиционер; телевизор с дистанционным управлением, подключенный к спутниковым телеканалам; телефон для внутренней связи с администрацией отеля и рестораном. В номере имеется встроенная кухня с раковиной для мытья посуды, настольной электроплитой, необходимым набором посуды и кухонного инвентаря, холодильником и чайником. Санузел совмещен с душем. Предоставляются тапочки, туалетные принадлежности и необходимый набор полотенец. Номера находятся в коттеджах, расположенных рядом со зданием администрации и парковкой.\n\n<strong>Питание не входит в стоимость проживания.</strong>','ЭКОНОМ НОМЕР С КУХНЕЙ','','inherit','closed','closed','','3599-autosave-v1','','','2019-06-10 15:18:40','2019-06-10 12:18:40','',3599,'http://hotelzm1.florianweb.com/2019/06/10/3599-autosave-v1/',0,'revision','',0),(3983,1,'2015-08-19 11:20:23','2015-08-19 11:20:23','Cras justo odio, dapibus ac facilisis in, egestas eget quam. Sed posuere consectetur est at lobortis. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Maecenas sed diam eget risus varius blandit sit amet non magna.\n\nNulla vitae elit libero, a pharetra augue. Maecenas faucibus mollis interdum. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Donec sed odio dui.\n\n[gdlr_space height=\"35px\"]\n\n[gallery columns=\"5\" link=\"file\" caption=\"no\" thumbnail_size=\"thumbnail\" ids=\"3511,3512,3510,3519,3518,3533,3531,3532,3530,3529\"]\n\nDuis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Etiam porta sem malesuada magna mollis euismod. Etiam porta sem malesuada magna mollis euismod. Sed posuere consectetur est at lobortis.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.','6 Bed Male Dorm','','publish','open','open','','6-bed-male-dorm','','','2015-08-19 11:20:23','2015-08-19 11:20:23','',0,'http://demo.goodlayers.com/hotelmaster/hostel/?post_type=hostel_room&p=3983',0,'hostel_room','',0),(3984,1,'2015-08-19 11:21:56','2015-08-19 11:21:56','Cras justo odio, dapibus ac facilisis in, egestas eget quam. Sed posuere consectetur est at lobortis. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Maecenas sed diam eget risus varius blandit sit amet non magna.\n\nNulla vitae elit libero, a pharetra augue. Maecenas faucibus mollis interdum. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Donec sed odio dui.\n\n[gdlr_space height=\"35px\"]\n\n[gallery columns=\"5\" link=\"file\" caption=\"no\" thumbnail_size=\"thumbnail\" ids=\"3511,3512,3510,3519,3518,3533,3531,3532,3530,3529\"]\n\nDuis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Etiam porta sem malesuada magna mollis euismod. Etiam porta sem malesuada magna mollis euismod. Sed posuere consectetur est at lobortis.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.','8 Bed Female Dorm','','publish','open','open','','8-bed-female-dorm','','','2015-08-19 11:21:56','2015-08-19 11:21:56','',0,'http://demo.goodlayers.com/hotelmaster/hostel/?post_type=hostel_room&p=3984',0,'hostel_room','',0),(3985,1,'2015-08-19 11:26:47','2015-08-19 11:26:47','Cras justo odio, dapibus ac facilisis in, egestas eget quam. Sed posuere consectetur est at lobortis. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Maecenas sed diam eget risus varius blandit sit amet non magna.\n\nNulla vitae elit libero, a pharetra augue. Maecenas faucibus mollis interdum. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Donec sed odio dui.\n\n[gdlr_space height=\"35px\"]\n\n[gallery columns=\"5\" link=\"file\" caption=\"no\" thumbnail_size=\"thumbnail\" ids=\"3511,3512,3510,3519,3518,3533,3531,3532,3530,3529\"]\n\nDuis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Etiam porta sem malesuada magna mollis euismod. Etiam porta sem malesuada magna mollis euismod. Sed posuere consectetur est at lobortis.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.','8 Bed Male Dorm','','publish','open','open','','8-bed-male-dorm','','','2015-08-19 11:26:47','2015-08-19 11:26:47','',0,'http://demo.goodlayers.com/hotelmaster/hostel/?post_type=hostel_room&p=3985',0,'hostel_room','',0),(3986,1,'2015-08-19 11:27:57','2015-08-19 11:27:57','Cras justo odio, dapibus ac facilisis in, egestas eget quam. Sed posuere consectetur est at lobortis. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Maecenas sed diam eget risus varius blandit sit amet non magna.\n\nNulla vitae elit libero, a pharetra augue. Maecenas faucibus mollis interdum. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Donec sed odio dui.\n\n[gdlr_space height=\"35px\"]\n\n[gallery columns=\"5\" link=\"file\" caption=\"no\" thumbnail_size=\"thumbnail\" ids=\"3511,3512,3510,3519,3518,3533,3531,3532,3530,3529\"]\n\nDuis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Etiam porta sem malesuada magna mollis euismod. Etiam porta sem malesuada magna mollis euismod. Sed posuere consectetur est at lobortis.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.','3 Bed Private','','publish','open','open','','3-bed-private','','','2015-08-19 11:27:57','2015-08-19 11:27:57','',0,'http://demo.goodlayers.com/hotelmaster/hostel/?post_type=hostel_room&p=3986',0,'hostel_room','',0),(3987,1,'2015-08-19 11:30:39','2015-08-19 11:30:39','Cras justo odio, dapibus ac facilisis in, egestas eget quam. Sed posuere consectetur est at lobortis. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Maecenas sed diam eget risus varius blandit sit amet non magna.\n\nNulla vitae elit libero, a pharetra augue. Maecenas faucibus mollis interdum. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Donec sed odio dui.\n\n[gdlr_space height=\"35px\"]\n\n[gallery columns=\"5\" link=\"file\" caption=\"no\" thumbnail_size=\"thumbnail\" ids=\"3511,3512,3510,3519,3518,3533,3531,3532,3530,3529\"]\n\nDuis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Etiam porta sem malesuada magna mollis euismod. Etiam porta sem malesuada magna mollis euismod. Sed posuere consectetur est at lobortis.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.','Double Bed Private','','publish','open','open','','double-bed-private','','','2015-08-19 11:30:39','2015-08-19 11:30:39','',0,'http://demo.goodlayers.com/hotelmaster/hostel/?post_type=hostel_room&p=3987',0,'hostel_room','',0),(29,1,'2013-11-11 14:22:04','2013-11-11 14:22:04','','Новости и акции','','publish','closed','open','','news','','','2019-06-10 17:34:06','2019-06-10 14:34:06','',0,'http://themes.goodlayers2.com/flawless/?page_id=16',0,'page','',0),(84,1,'2013-11-14 10:24:24','2013-11-14 10:24:24','','Testimonial','','publish','closed','open','','testimonial','','','2013-11-14 10:24:24','2013-11-14 10:24:24','',0,'http://themes.goodlayers2.com/flawless/?page_id=84',0,'page','',0),(100,1,'2013-11-19 11:43:45','2013-11-19 11:43:45','','Portfolio Grid 3 Columns','','publish','closed','closed','','portfolio-grid-3-columns','','','2013-11-19 11:43:45','2013-11-19 11:43:45','',0,'http://themes.goodlayers2.com/flawless/?page_id=100',0,'page','',0),(116,1,'2013-11-20 12:27:36','2013-11-20 12:27:36','[gdlr_styled_box background_color=\"#9ada55\" ]\n\n[gdlr_row]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_circle_progress percent=\"85\" size=\"150\" line_width=\"8\" progress_background_color=\"#e9e9e9\" background_color=\"#ffffff\" progress_color=\"#88c05d\" content_color=\"#333333\"]Photoshop[/gdlr_circle_progress]\n\n[/gdlr_column][gdlr_column size=\"2/3\"]\n\n[gdlr_heading tag=\"h3\" size=\"24px\" color=\"#ffffff\" font_weight=\"bold\"]Bibendum Tortor [/gdlr_heading]\nVivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Maecenas sed diam eget risus varius blandit sit amet non magna. Cras justo odio, dapibus ac facilisis in, egestas eget quam.\n[/gdlr_column]\n\n[/gdlr_row]\n\n[/gdlr_styled_box]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_styled_box background_color=\"#9ada55\" ]\n\n[gdlr_row]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_circle_progress percent=\"85\" size=\"150\" line_width=\"8\" progress_background_color=\"#e9e9e9\" background_color=\"#ffffff\" progress_color=\"#88c05d\" content_color=\"#333333\"]Photoshop[/gdlr_circle_progress]\n\n[/gdlr_column][gdlr_column size=\"2/3\"]\n\n[gdlr_heading tag=\"h3\" size=\"24px\" color=\"#ffffff\" font_weight=\"bold\"]Bibendum Tortor [/gdlr_heading]\nVivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Maecenas sed diam eget risus varius blandit sit amet non magna. Cras justo odio, dapibus ac facilisis in, egestas eget quam.\n[/gdlr_column]\n\n[/gdlr_row]\n\n[/gdlr_styled_box]\n\n[/gdlr_code]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_styled_box background_color=\"#e56b3a\" corner_color=\"#a84c30\" ]\n\n[gdlr_icon type=\"icon-gears\" size=\"60px\" color=\"#ffffff\"] [gdlr_icon type=\"icon-suitcase\" size=\"60px\" color=\"#ffffff\"] [gdlr_icon type=\"icon-moon\" size=\"60px\" color=\"#ffffff\"] [gdlr_icon type=\"icon-truck\" size=\"60px\" color=\"#ffffff\"]\n\n[gdlr_space height=\"25px\"]\n\n[gdlr_heading tag=\"h3\" size=\"24px\" color=\"#ffffff\" font_weight=\"bold\"]Bibendum Tortor [/gdlr_heading]\n\nVivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Maecenas sed diam eget risus varius blandit sit amet non magna. Cras justo odio, dapibus ac facilisis in, egestas eget quam.\n\n[/gdlr_styled_box]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_styled_box background_color=\"#e56b3a\" corner_color=\"#a84c30\" ]\n\n[gdlr_icon type=\"icon-gears\" size=\"60px\" color=\"#ffffff\"] [gdlr_icon type=\"icon-suitcase\" size=\"60px\" color=\"#ffffff\"] [gdlr_icon type=\"icon-moon\" size=\"60px\" color=\"#ffffff\"] [gdlr_icon type=\"icon-truck\" size=\"60px\" color=\"#ffffff\"]\n\n[gdlr_space height=\"25px\"]\n\n[gdlr_heading tag=\"h3\" size=\"24px\" color=\"#ffffff\" font_weight=\"bold\"]Bibendum Tortor [/gdlr_heading]\n\nVivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Maecenas sed diam eget risus varius blandit sit amet non magna. Cras justo odio, dapibus ac facilisis in, egestas eget quam.\n\n[/gdlr_styled_box]\n\n[/gdlr_code]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_styled_box background_type=\"image\" background_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/styled-box-bg.jpg\" height=\"200px\"]\n<div style=\"width: 50%; color: #222222;\">\n\n[gdlr_heading tag=\"h3\" size=\"28px\" color=\"#222222\" font_weight=\"bold\"]Bibendum Tortor [/gdlr_heading]\n\nVivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.\n\n</div>\n[/gdlr_styled_box]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_styled_box background_type=\"image\" background_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/styled-box-bg.jpg\" height=\"200px\"]\n<div style=\"width: 50%; color: #222222;\">\n\n[gdlr_heading tag=\"h3\" size=\"28px\" color=\"#222222\" font_weight=\"bold\"]Bibendum Tortor [/gdlr_heading]\n\nVivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.\n\n</div>\n[/gdlr_styled_box]\n\n[/gdlr_code]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_styled_box background_color=\"#4f4f4f\" ]\n\n[gdlr_space height=\"-20px\"]\n\n[gdlr_text_align class=\"center\" ]\n\n[gdlr_icon type=\"icon-cloud-download\" size=\"60px\" color=\"#ffffff\"]\n\n[gdlr_space height=\"-8px\"]\n\n[gdlr_heading tag=\"h2\" size=\"28px\" color=\"#ffffff\" ]Bibendum Tortor [/gdlr_heading]\n\n[gdlr_space height=\"-8px\"]\n\nVivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula.\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#d6724f\" color=\"#ffffff\" with_border=\"yes\" border_color=\"#98543c\"][gdlr_icon type=\"icon-plane\"] Button Text[/gdlr_button]\n\n[gdlr_space height=\"-20px\"]\n\n[/gdlr_text_align]\n\n[/gdlr_styled_box]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_styled_box background_color=\"#4f4f4f\" ]\n\n[gdlr_space height=\"-20px\"]\n\n[gdlr_text_align class=\"center\" ]\n\n[gdlr_icon type=\"icon-cloud-download\" size=\"60px\" color=\"#ffffff\"]\n\n[gdlr_space height=\"-8px\"]\n\n[gdlr_heading tag=\"h2\" size=\"28px\" color=\"#ffffff\" ]Bibendum Tortor [/gdlr_heading]\n\n[gdlr_space height=\"-8px\"]\n\nVivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula.\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#d6724f\" color=\"#ffffff\" with_border=\"yes\" border_color=\"#98543c\"][gdlr_icon type=\"icon-plane\"] Button Text[/gdlr_button]\n\n[gdlr_space height=\"-20px\"]\n\n[/gdlr_text_align]\n\n[/gdlr_styled_box]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]','Styled Box','','publish','closed','open','','styled-box','','','2013-11-20 12:27:36','2013-11-20 12:27:36','',0,'http://themes.goodlayers2.com/flawless/?page_id=116',0,'page','',0),(120,1,'2013-11-20 12:30:51','2013-11-20 12:30:51','<h1>H1 HEADING TAG</h1>\nCras mattis consectetur purus sit amet fermentum. Cras mattis consectetur purus sit amet fermentum. Nullam id dolor id nibh ultricies vehicula ut id elit.\n<h2>H2 HEADING TAG</h2>\nCras mattis consectetur purus sit amet fermentum. Cras mattis consectetur purus sit amet fermentum. Nullam id dolor id nibh ultricies vehicula ut id elit.\n<h3>H3 HEADING TAG</h3>\nCras mattis consectetur purus sit amet fermentum. Cras mattis consectetur purus sit amet fermentum. Nullam id dolor id nibh ultricies vehicula ut id elit.\n<h4>H4 HEADING TAG</h4>\nCras mattis consectetur purus sit amet fermentum. Cras mattis consectetur purus sit amet fermentum. Nullam id dolor id nibh ultricies vehicula ut id elit.\n<h5>H5 HEADING TAG</h5>\nCras mattis consectetur purus sit amet fermentum. Cras mattis consectetur purus sit amet fermentum. Nullam id dolor id nibh ultricies vehicula ut id elit.\n<h6>H6 HEADING TAG</h6>\nCras mattis consectetur purus sit amet fermentum. Cras mattis consectetur purus sit amet fermentum. Nullam id dolor id nibh ultricies vehicula ut id elit.\n\n[gdlr_space height=\"50px\"]\n\n[gdlr_divider type=\"dotted\" ]\n\n[gdlr_dropcap type=\"circle\" color=\"#ffffff\" background=\"#b89f80\"]S[/gdlr_dropcap]uis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec sed odio dui. Maecenas faucibus mollis interdum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Sed posuere consectetur est at lobortis. Nullam quis risus eget urna mollis ornare vel eu leo.\n\n[gdlr_dropcap type=\"normal\" color=\"#222222\"]S[/gdlr_dropcap]uis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec sed odio dui. Maecenas faucibus mollis interdum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Sed posuere consectetur est at lobortis. Nullam quis risus eget urna mollis ornare vel eu leo.\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_dropcap type=\"circle\" color=\"#ffffff\" background=\"#e36d39\"]S[/gdlr_dropcap]\n\n[gdlr_dropcap type=\"normal\" color=\"#222222\"]S[/gdlr_dropcap]\n\n[/gdlr_code]\n\n[gdlr_space height=\"50px\"]\n\n[gdlr_divider type=\"dotted\" ]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Text Align Center[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_text_align class=\"center\" ]At nos hinc posthac, sitientis piros Afros. Integer legentibus erat a ante historiarum dapibus. Quisque placerat facilisis egestas cillum dolore. Pellentesque habitant morbi tristique senectus et netus. Quam temere in vitiis, legem sancimus haerentia.[/gdlr_text_align]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_text_align class=\"center\" ]At nos hinc posthac, sitientis piros Afros. Integer legentibus erat a ante historiarum dapibus. Quisque placerat facilisis egestas cillum dolore. Pellentesque habitant morbi tristique senectus et netus. Quam temere in vitiis, legem sancimus haerentia.[/gdlr_text_align]\n\n[/gdlr_code]\n\n[gdlr_space height=\"50px\"]\n\n[gdlr_divider type=\"dotted\" ]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Text Align Right[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_text_align class=\"right\" ]At nos hinc posthac, sitientis piros Afros. Integer legentibus erat a ante historiarum dapibus. Quisque placerat facilisis egestas cillum dolore. Pellentesque habitant morbi tristique senectus et netus. Quam temere in vitiis, legem sancimus haerentia.[/gdlr_text_align]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_text_align class=\"right\" ]At nos hinc posthac, sitientis piros Afros. Integer legentibus erat a ante historiarum dapibus. Quisque placerat facilisis egestas cillum dolore. Pellentesque habitant morbi tristique senectus et netus. Quam temere in vitiis, legem sancimus haerentia.[/gdlr_text_align]\n\n[/gdlr_code]\n\n[gdlr_space height=\"50px\"]\n\n[gdlr_divider type=\"dotted\" ]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Text Align Left[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_text_align class=\"left\" ]At nos hinc posthac, sitientis piros Afros. Integer legentibus erat a ante historiarum dapibus. Quisque placerat facilisis egestas cillum dolore. Pellentesque habitant morbi tristique senectus et netus. Quam temere in vitiis, legem sancimus haerentia.[/gdlr_text_align]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_text_align class=\"left\" ]At nos hinc posthac, sitientis piros Afros. Integer legentibus erat a ante historiarum dapibus. Quisque placerat facilisis egestas cillum dolore. Pellentesque habitant morbi tristique senectus et netus. Quam temere in vitiis, legem sancimus haerentia.[/gdlr_text_align]\n\n[/gdlr_code]\n\n[gdlr_space height=\"50px\"]\n\n[gdlr_divider type=\"dotted\" ]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Table Style[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n<table class=\"style-2\">\n<tbody>\n<tr>\n<th>Pharetra</th>\n<th>Malesuada</th>\n<th>Cursus</th>\n<th>Euismod</th>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n</tbody>\n</table>\n[gdlr_space height=\"50px\"]\n\n[gdlr_divider type=\"dotted\" ]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Block Quote Center[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_quote align=\"center\" ]Cum sociis natoque penatus etaed pnis dis parturient montes, scettr aieo ridus mus. Etiam portaem mleyo.[/gdlr_quote]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_quote align=\"center\" ]Cum sociis natoque penatus etaed pnis dis parturient montes, scettr aieo ridus mus. Etiam portaem mleyo.[/gdlr_quote]\n\n[/gdlr_code]\n\n[gdlr_space height=\"50px\"]\n\n[gdlr_divider type=\"dotted\" ]\n\n[gdlr_space height=\"80px\"]','Typography','','publish','closed','open','','typography','','','2013-11-20 12:30:51','2013-11-20 12:30:51','',0,'http://themes.goodlayers2.com/flawless/?page_id=120',0,'page','',0),(149,1,'2013-11-22 10:12:00','2013-11-22 10:12:00','[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Accordion[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_accordion style=\"style-1\" initial=\"1\"]\n[gdlr_tab title=\"Pharetra Porta Quam Egestas\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[gdlr_tab title=\"Dolor Bibendum Tortor\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[gdlr_tab title=\"Quam Nibh Fermentum Amet Magna\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[/gdlr_accordion]\n[gdlr_code title=\"Get the code\" active=\"no\"][gdlr_accordion style=\"style-1\" initial=\"1\"]\n[gdlr_tab title=\"Pharetra Porta Quam Egestas\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n\n[gdlr_tab title=\"Dolor Bibendum Tortor\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n\n[gdlr_tab title=\"Quam Nibh Fermentum Amet Magna\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[/gdlr_accordion][/gdlr_code]\n\n[gdlr_space height=\"30px\"]\n[gdlr_divider type=\"dotted\" ]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Toggle Box[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_toggle_box style=\"style-1\" ]\n[gdlr_tab title=\"Pharetra Porta Quam Egestas\" active=\"yes\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[gdlr_tab title=\"Dolor Bibendum Tortor\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[gdlr_tab title=\"Quam Nibh Fermentum Amet Magna\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[/gdlr_toggle_box]\n[gdlr_code title=\"Get the code\" active=\"no\"][gdlr_toggle_box style=\"style-1\" ]\n[gdlr_tab title=\"Pharetra Porta Quam Egestas\" active=\"yes\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n\n[gdlr_tab title=\"Dolor Bibendum Tortor\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n\n[gdlr_tab title=\"Quam Nibh Fermentum Amet Magna\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[/gdlr_toggle_box][/gdlr_code]\n\n[gdlr_space height=\"30px\"]\n[gdlr_divider type=\"dotted\" ]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Accordion 2nd Style[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_accordion style=\"style-2\" initial=\"1\"]\n[gdlr_tab title=\"Pharetra Porta Quam Egestas\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[gdlr_tab title=\"Dolor Bibendum Tortor\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[gdlr_tab title=\"Quam Nibh Fermentum Amet Magna\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[/gdlr_accordion]\n[gdlr_code title=\"Get the code\" active=\"no\"][gdlr_accordion style=\"style-2\" initial=\"1\"]\n[gdlr_tab title=\"Pharetra Porta Quam Egestas\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[gdlr_tab title=\"Dolor Bibendum Tortor\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[gdlr_tab title=\"Quam Nibh Fermentum Amet Magna\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[/gdlr_accordion][/gdlr_code]\n\n[gdlr_space height=\"30px\"]\n[gdlr_divider type=\"dotted\" ]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Toggle Box 2nd Style[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_toggle_box style=\"style-2\" ]\n[gdlr_tab title=\"Pharetra Porta Quam Egestas\" active=\"yes\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[gdlr_tab title=\"Dolor Bibendum Tortor\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[gdlr_tab title=\"Quam Nibh Fermentum Amet Magna\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[/gdlr_toggle_box]\n[gdlr_code title=\"Get the code\" active=\"no\"][gdlr_toggle_box style=\"style-2\" ]\n[gdlr_tab title=\"Pharetra Porta Quam Egestas\" active=\"yes\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[gdlr_tab title=\"Dolor Bibendum Tortor\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[gdlr_tab title=\"Quam Nibh Fermentum Amet Magna\"]Fusce dapibus, tellus ac cursus commodo, tortor mauris cimentuffedm nibh, ut fermentum massa justo sit amet risus. Cras mattconsectetuikr purus sit amet fermentum. Nullam id dolor id nibh ultricies.[/gdlr_tab]\n[/gdlr_toggle_box][/gdlr_code]\n\n[gdlr_space height=\"60px\"]','Accordion/Toggle Box','','publish','closed','open','','accordiontoggle-box','','','2013-11-22 10:12:00','2013-11-22 10:12:00','',0,'http://themes.goodlayers2.com/flawless/?page_id=149',0,'page','',0),(156,1,'2013-11-22 10:29:28','2013-11-22 10:29:28','[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Small Buttons[/gdlr_heading]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"small\" background=\"#94d64f\" color=\"#ffffff\"]Click Me[/gdlr_button] [gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"small\" background=\"#d6724f\" color=\"#ffffff\"]Click Me[/gdlr_button] [gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"small\" background=\"#d64f78\" color=\"#ffffff\"]Click Me[/gdlr_button] [gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"small\" background=\"#d64f4f\" color=\"#ffffff\"]Click Me[/gdlr_button] [gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"small\" background=\"#4fbed6\" color=\"#ffffff\"]Click Me[/gdlr_button]\n[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"small\" background=\"#94d64f\" color=\"#ffffff\"]Click Me[/gdlr_button]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"small\" background=\"#d6724f\" color=\"#ffffff\"]Click Me[/gdlr_button]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"small\" background=\"#d64f78\" color=\"#ffffff\"]Click Me[/gdlr_button]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"small\" background=\"#d64f4f\" color=\"#ffffff\"]Click Me[/gdlr_button]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"small\" background=\"#4fbed6\" color=\"#ffffff\"]Click Me[/gdlr_button][/gdlr_code]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Medium Buttons[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#94d64f\" color=\"#ffffff\"]Click Me[/gdlr_button] [gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#d6724f\" color=\"#ffffff\"]Click Me[/gdlr_button] [gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#4fbed6\" color=\"#ffffff\"]Click Me[/gdlr_button] [gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#d64f92\" color=\"#ffffff\"]Click Me[/gdlr_button] [gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#4f8ed6\" color=\"#ffffff\"]Click Me[/gdlr_button]\n[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#94d64f\" color=\"#ffffff\"]Click Me[/gdlr_button]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#d6724f\" color=\"#ffffff\"]Click Me[/gdlr_button]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#4fbed6\" color=\"#ffffff\"]Click Me[/gdlr_button]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#d64f92\" color=\"#ffffff\"]Click Me[/gdlr_button]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#4f8ed6\" color=\"#ffffff\"]Click Me[/gdlr_button][/gdlr_code]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Large Buttons[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"large\" background=\"#94d64f\" color=\"#ffffff\"]Click Me[/gdlr_button] [gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"large\" background=\"#d64f78\" color=\"#ffffff\"]Click Me[/gdlr_button] [gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"large\" background=\"#d6724f\" color=\"#ffffff\"]Click Me[/gdlr_button] [gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"large\" background=\"#4fbed6\" color=\"#ffffff\"]Click Me[/gdlr_button] [gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"large\" background=\"#d64f4f\" color=\"#ffffff\"]Click Me[/gdlr_button]\n[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"large\" background=\"#94d64f\" color=\"#ffffff\"]Click Me[/gdlr_button]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"large\" background=\"#d64f78\" color=\"#ffffff\"]Click Me[/gdlr_button]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"large\" background=\"#d6724f\" color=\"#ffffff\"]Click Me[/gdlr_button]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"large\" background=\"#4fbed6\" color=\"#ffffff\"]Click Me[/gdlr_button]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"large\" background=\"#d64f4f\" color=\"#ffffff\"]Click Me[/gdlr_button][/gdlr_code]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Medium Buttons With Border[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#94d64f\" color=\"#ffffff\" with_border=\"yes\" border_color=\"#6FA239\"]Button Text[/gdlr_button] [gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#d6724f\" color=\"#ffffff\" with_border=\"yes\" border_color=\"#98543c\"]Button Text[/gdlr_button] [gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#4fbed6\" color=\"#ffffff\" with_border=\"yes\" border_color=\"#368799\"]Button Text[/gdlr_button]\n[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#94d64f\" color=\"#ffffff\" with_border=\"yes\" border_color=\"#5c8f26\"]Button Text[/gdlr_button]\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#d6724f\" color=\"#ffffff\" with_border=\"yes\" border_color=\"#98543c\"]Button Text[/gdlr_button]\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#4fbed6\" color=\"#ffffff\" with_border=\"yes\" border_color=\"#368799\"]Button Text[/gdlr_button]\n[/gdlr_code]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Medium Buttons With Border & Icon[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#94d64f\" color=\"#ffffff\" with_border=\"yes\" border_color=\"#6FA239\"][gdlr_icon type=\"icon-headphones\"] Button Text[/gdlr_button] [gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#d6724f\" color=\"#ffffff\" with_border=\"yes\" border_color=\"#98543c\"][gdlr_icon type=\"icon-plane\"] Button Text[/gdlr_button] [gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#4fbed6\" color=\"#ffffff\" with_border=\"yes\" border_color=\"#368799\"][gdlr_icon type=\"icon-apple\"] Button Text[/gdlr_button]\n[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#94d64f\" color=\"#ffffff\" with_border=\"yes\" border_color=\"#5c8f26\"][gdlr_icon type=\"icon-headphones\"] Button Text[/gdlr_button]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#d6724f\" color=\"#ffffff\" with_border=\"yes\" border_color=\"#98543c\"][gdlr_icon type=\"icon-plane\"] Button Text[/gdlr_button]\n\n[gdlr_button href=\"http://www.goodlayers.com\" target=\"_self\" size=\"medium\" background=\"#4fbed6\" color=\"#ffffff\" with_border=\"yes\" border_color=\"#368799\"][gdlr_icon type=\"icon-apple\"] Button Text[/gdlr_button]\n[/gdlr_code]\n\n[gdlr_space height=\"40px\"]','Button','','publish','closed','open','','button','','','2013-11-22 10:29:28','2013-11-22 10:29:28','',0,'http://themes.goodlayers2.com/flawless/?page_id=156',0,'page','',0),(203,1,'2013-11-24 08:39:18','2013-11-24 08:39:18','<center>[gdlr_heading tag=\"h2\" size=\"30px\" font_weight=\"bold\" ]1/1 Divider[/gdlr_heading]\n[gdlr_space height=\"60px\"]\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Dotted Divider[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_divider type=\"dotted\" ]\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Double Dotted Divider[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_divider type=\"double-dotted\" ]\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Solid Divider[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_divider type=\"solid\" ]\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Double Divider[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_divider type=\"double\" ]\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Thick Divider[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_divider type=\"thick\" ]</center>[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_divider type=\"dotted\" ]\n\n[gdlr_divider type=\"double-dotted\" ]\n\n[gdlr_divider type=\"solid\" ]\n\n[gdlr_divider type=\"double\" ]\n\n[gdlr_divider type=\"thick\" ]\n[/gdlr_code]\n[gdlr_space height=\"60px\"]\n\n<center>\n[gdlr_heading tag=\"h2\" size=\"30px\" font_weight=\"bold\" ]1/2 Divider[/gdlr_heading]\n[gdlr_space height=\"60px\"]\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Dotted Divider[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_divider type=\"dotted\" size=\"50%\"]\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Double Dotted Divider[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_divider type=\"double-dotted\" size=\"50%\"]\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Solid Divider[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_divider type=\"solid\" size=\"50%\"]\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Double Divider[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_divider type=\"double\" size=\"50%\"]\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Thick Divider[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_divider type=\"thick\" size=\"50%\"]</center>[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_divider type=\"dotted\" size=\"50%\" ]\n\n[gdlr_divider type=\"double-dotted\" size=\"50%\" ]\n\n[gdlr_divider type=\"solid\" size=\"50%\" ]\n\n[gdlr_divider type=\"double\" size=\"50%\" ]\n\n[gdlr_divider type=\"thick\" size=\"50%\" ]\n[/gdlr_code]\n[gdlr_space height=\"60px\"]\n\n<center>\n[gdlr_heading tag=\"h2\" size=\"30px\" font_weight=\"bold\" ]1/3 Divider[/gdlr_heading]\n[gdlr_space height=\"60px\"]\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Dotted Divider[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_divider type=\"dotted\" size=\"33%\" ]\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Double Dotted Divider[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_divider type=\"double-dotted\" size=\"33%\" ]\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Solid Divider[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_divider type=\"solid\" size=\"33%\" ]\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Double Divider[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_divider type=\"double\" size=\"33%\" ]\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Thick Divider[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n[gdlr_divider type=\"thick\" size=\"33%\" ]</center>[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_divider type=\"dotted\" size=\"33%\" ]\n\n[gdlr_divider type=\"double-dotted\" size=\"33%\" ]\n\n[gdlr_divider type=\"solid\" size=\"33%\" ]\n\n[gdlr_divider type=\"double\" size=\"33%\" ]\n\n[gdlr_divider type=\"thick\" size=\"33%\" ]\n[/gdlr_code]\n[gdlr_space height=\"60px\"]','Divider','','publish','closed','open','','divider','','','2013-11-24 08:39:18','2013-11-24 08:39:18','',0,'http://themes.goodlayers2.com/flawless/?page_id=203',0,'page','',0),(211,1,'2013-11-24 16:34:02','2013-11-24 16:34:02','[gdlr_heading tag=\"h3\" size=\"24px\" font_weight=\"normal\"]Lightbox and Frames[/gdlr_heading]\n[gdlr_space height=\"40px\"]\n\n[gdlr_frame type=\"normal\" align=\"left\" caption=\"Normal Style, Link To URL\"] [gdlr_image_link type=\"url\" image_url=\"http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/photodune-5347441-the-brooklyn-bridge-in-new-york-city-m.jpg\" alt=\" \" link_url=\"http://goodlayers.com\" target=\"_blank\" width=\"310px\"][/gdlr_frame]\n\n[gdlr_frame type=\"border\" align=\"left\" caption=\"Border Style, Open image With Lightbox\"] [gdlr_image_link type=\"image\" image_url=\"http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/photodune-5347441-the-brooklyn-bridge-in-new-york-city-m.jpg\" alt=\" \" link_url=\"http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/photodune-5347441-the-brooklyn-bridge-in-new-york-city-m.jpg\" target=\"_blank\" width=\"310px\"][/gdlr_frame]\n\n[gdlr_frame type=\"solid\" align=\"left\" caption=\"Solid Style, Open Video With Lightbox\" background_color=\"#1abc9c\"] [gdlr_image_link type=\"video\" image_url=\"http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/photodune-5347441-the-brooklyn-bridge-in-new-york-city-m.jpg\" alt=\" \" link_url=\"http://www.youtube.com/watch?v=SZEflIVnhH8\" width=\"310px\"][/gdlr_frame]\n\n[gdlr_frame type=\"rounded\" align=\"left\" caption=\"Rounded Corner, Open image With Lightbox\"] [gdlr_image_link type=\"image\" image_url=\"http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/photodune-5347441-the-brooklyn-bridge-in-new-york-city-m.jpg\" link_url=\"http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/photodune-5347441-the-brooklyn-bridge-in-new-york-city-m.jpg\" alt=\" \" width=\"310px\"]\n[/gdlr_frame]\n\n[gdlr_space height=\"0\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_frame type=\"normal\" align=\"left\" caption=\"Normal Style, Link To URL\"] [gdlr_image_link type=\"url\" image_url=\"http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/photodune-5347441-the-brooklyn-bridge-in-new-york-city-m.jpg\" alt=\" \" link_url=\"http://goodlayers.com\" target=\"_blank\" width=\"310px\"][/gdlr_frame]\n\n[gdlr_frame type=\"border\" align=\"left\" caption=\"Border Style, Open image With Lightbox\"] [gdlr_image_link type=\"image\" image_url=\"http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/photodune-5347441-the-brooklyn-bridge-in-new-york-city-m.jpg\" alt=\" \" link_url=\"http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/photodune-5347441-the-brooklyn-bridge-in-new-york-city-m.jpg\" target=\"_blank\" width=\"310px\"][/gdlr_frame]\n\n[gdlr_frame type=\"solid\" align=\"left\" caption=\"Solid Style, Open Video With Lightbox\" background_color=\"#1abc9c\"] [gdlr_image_link type=\"video\" image_url=\"http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/photodune-5347441-the-brooklyn-bridge-in-new-york-city-m.jpg\" alt=\" \" link_url=\"http://www.youtube.com/watch?v=SZEflIVnhH8\" width=\"310px\"][/gdlr_frame]\n\n[gdlr_frame type=\"rounded\" align=\"left\" caption=\"Rounded Corner, Open image With Lightbox\"] [gdlr_image_link type=\"image\" image_url=\"http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/photodune-5347441-the-brooklyn-bridge-in-new-york-city-m.jpg\" link_url=\"http://demo.goodlayers.com/versatile/wp-content/uploads/2013/11/photodune-5347441-the-brooklyn-bridge-in-new-york-city-m.jpg\" alt=\" \" width=\"310px\"]\n[/gdlr_frame]\n[/gdlr_code]\n[gdlr_space height=\"100px\"]\n[gdlr_heading tag=\"h3\" size=\"28px\" font_weight=\"normal\"]How About Circle Frame?[/gdlr_heading]\n[gdlr_space height=\"40px\"]\n[gdlr_frame type=\"circle solid\" background_color=\"#1abc9c\" align=\"center\"] [gdlr_image_link type=\"image\" image_url=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/phone.jpg\" alt=\" \" link_url=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/phone.jpg\" target=\"_blank\" width=\"350px\"][/gdlr_frame]\n[gdlr_space height=\"40px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_frame type=\"circle border\" background=\"#1abc9c\" align=\"center\"] [gdlr_image_link type=\"image\" image_url=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/phone.jpg\" alt=\" \" link_url=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/phone.jpg\" target=\"_blank\" width=\"350px\"][/gdlr_frame]\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]','Lightbox & Frames','','publish','closed','open','','lightbox-frames','','','2013-11-24 16:34:02','2013-11-24 16:34:02','',0,'http://themes.goodlayers2.com/flawless/?page_id=211',0,'page','',0),(218,1,'2013-11-26 09:01:09','2013-11-26 09:01:09','[gdlr_heading tag=\"h3\" size=\"26px\" font_weight=\"normal\"]Tabs[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_tabs style=\"horizontal\" initial=\"1\"]\n\n[gdlr_tab title=\"Tab Title 1\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Etiam habebis sem dicantur magna mollis euismod. Inmensae subtilitatis, obscuris et malesuada fames. Idque Caesaris facere voluntate liceret: sese habere. Idque Caesaris facere voluntate liceret: sese habere.[/gdlr_tab]\n\n[gdlr_tab title=\"Tab Title 2\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Quisque ut dolor gravida, placerat libero vel, euismod. Nihil hic munitissimus habendi senatus locus, nihil horum? Ut enim ad minim veniam, quis nostrud exercitation. At nos hinc posthac, sitientis piros Afros.[/gdlr_tab]\n\n[gdlr_tab title=\"Tab Title 3\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. A communi observantia non est recedendum. Quisque ut dolor gravida, placerat libero vel, euismod. Plura mihi bona sunt, inclinet, amari petere vellent.[/gdlr_tab]\n\n[/gdlr_tabs]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_tabs style=\"horizontal\" initial=\"1\"]\n\n[gdlr_tab title=\"Tab Title 1\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Etiam habebis sem dicantur magna mollis euismod. Inmensae subtilitatis, obscuris et malesuada fames. Idque Caesaris facere voluntate liceret: sese habere. Idque Caesaris facere voluntate liceret: sese habere.[/gdlr_tab]\n\n[gdlr_tab title=\"Tab Title 2\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Quisque ut dolor gravida, placerat libero vel, euismod. Nihil hic munitissimus habendi senatus locus, nihil horum? Ut enim ad minim veniam, quis nostrud exercitation. At nos hinc posthac, sitientis piros Afros.[/gdlr_tab]\n\n[gdlr_tab title=\"Tab Title 3\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. A communi observantia non est recedendum. Quisque ut dolor gravida, placerat libero vel, euismod. Plura mihi bona sunt, inclinet, amari petere vellent.[/gdlr_tab]\n\n[/gdlr_tabs]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]\n\n[gdlr_heading tag=\"h3\" size=\"26px\" font_weight=\"normal\"]Tabs With Icons[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_tabs style=\"horizontal\" initial=\"1\"]\n\n[gdlr_tab title=\"Tab Title 1\" icon_title=\"icon-file\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Etiam habebis sem dicantur magna mollis euismod. Inmensae subtilitatis, obscuris et malesuada fames. Idque Caesaris facere voluntate liceret: sese habere. Idque Caesaris facere voluntate liceret: sese habere.[/gdlr_tab]\n\n[gdlr_tab title=\"Tab Title 2\" icon_title=\"icon-sun\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Quisque ut dolor gravida, placerat libero vel, euismod. Nihil hic munitissimus habendi senatus locus, nihil horum? Ut enim ad minim veniam, quis nostrud exercitation. At nos hinc posthac, sitientis piros Afros.[/gdlr_tab]\n\n[gdlr_tab title=\"Tab Title 3\" icon_title=\"icon-truck\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. A communi observantia non est recedendum. Quisque ut dolor gravida, placerat libero vel, euismod. Plura mihi bona sunt, inclinet, amari petere vellent.[/gdlr_tab]\n\n[/gdlr_tabs]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_tabs style=\"horizontal\" initial=\"1\"]\n\n[gdlr_tab title=\"Tab Title 1\" icon_title=\"icon-file\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Etiam habebis sem dicantur magna mollis euismod. Inmensae subtilitatis, obscuris et malesuada fames. Idque Caesaris facere voluntate liceret: sese habere. Idque Caesaris facere voluntate liceret: sese habere.[/gdlr_tab]\n\n[gdlr_tab title=\"Tab Title 2\" icon_title=\"icon-sun\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Quisque ut dolor gravida, placerat libero vel, euismod. Nihil hic munitissimus habendi senatus locus, nihil horum? Ut enim ad minim veniam, quis nostrud exercitation. At nos hinc posthac, sitientis piros Afros.[/gdlr_tab]\n\n[gdlr_tab title=\"Tab Title 3\" icon_title=\"icon-truck\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. A communi observantia non est recedendum. Quisque ut dolor gravida, placerat libero vel, euismod. Plura mihi bona sunt, inclinet, amari petere vellent.[/gdlr_tab]\n\n[/gdlr_tabs]\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]\n\n[gdlr_heading tag=\"h3\" size=\"26px\" font_weight=\"normal\"]Left Vertical Tabs[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_tabs style=\"vertical\" initial=\"1\"]\n\n[gdlr_tab title=\"Tab Title 1\" icon_title=\"icon-file\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Etiam habebis sem dicantur magna mollis euismod. Inmensae subtilitatis, obscuris et malesuada fames. Idque Caesaris facere voluntate liceret: sese habere. Idque Caesaris facere voluntate liceret:\n\nsese habere.Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Quisque ut dolor gravida, placerat libero vel, euismod. Donec sed odio operae, eu vulputate felis rhoncus. Tityre, tu patulae recubans sub tegmine fagi dolor. Nec dubitamus multa iter quae et nos invenerat. Pellentesque habitant morbi tristique senectus et netus.[/gdlr_tab]\n\n[gdlr_tab title=\"Tab Title 2\" icon_title=\"icon-sun\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Quisque ut dolor gravida, placerat libero vel, euismod. Nihil hic munitissimus habendi senatus locus, nihil horum? Ut enim ad minim veniam, quis nostrud exercitation. At nos hinc posthac, sitientis piros Afros.\n\nLorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Quisque ut dolor gravida, placerat libero vel, euismod. Donec sed odio operae, eu vulputate felis rhoncus. Tityre, tu patulae recubans sub tegmine fagi dolor. Nec dubitamus multa iter quae et nos invenerat. Pellentesque habitant morbi tristique senectus et netus. orem ipsum dolor sit amet.\n[/gdlr_tab]\n\n[gdlr_tab title=\"Tab Title 3\" icon_title=\"icon-truck\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. A communi observantia non est recedendum. Quisque ut dolor gravida, placerat libero vel, euismod. Plura mihi bona sunt, inclinet, amari petere vellent. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Quisque ut dolor gravida, placerat libero vel, euismod. Donec sed odio operae, eu vulputate felis rhoncus. Tityre, tu patulae recubans sub tegmine fagi dolor. Nec dubitamus multa iter quae et nos invenerat. Pellentesque habitant morbi tristique senectus et netus.[/gdlr_tab]\n\n[/gdlr_tabs]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_tabs style=\"vertical right\" initial=\"1\"]\n\n[gdlr_tab title=\"Tab Title 1\" icon_title=\"icon-file\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Etiam habebis sem dicantur magna mollis euismod. Inmensae subtilitatis, obscuris et malesuada fames. Idque Caesaris facere voluntate liceret: sese habere. Idque Caesaris facere voluntate liceret: sese habere.[/gdlr_tab]\n\n[gdlr_tab title=\"Tab Title 2\" icon_title=\"icon-sun\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Quisque ut dolor gravida, placerat libero vel, euismod. Nihil hic munitissimus habendi senatus locus, nihil horum? Ut enim ad minim veniam, quis nostrud exercitation. At nos hinc posthac, sitientis piros Afros.[/gdlr_tab]\n\n[gdlr_tab title=\"Tab Title 3\" icon_title=\"icon-truck\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. A communi observantia non est recedendum. Quisque ut dolor gravida, placerat libero vel, euismod. Plura mihi bona sunt, inclinet, amari petere vellent.[/gdlr_tab]\n\n[/gdlr_tabs]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]\n\n[gdlr_heading tag=\"h3\" size=\"26px\" font_weight=\"normal\"]Right Vertical Tabs[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_tabs style=\"vertical right\" initial=\"1\"]\n\n[gdlr_tab title=\"Tab Title 1\" icon_title=\"icon-file\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Etiam habebis sem dicantur magna mollis euismod. Inmensae subtilitatis, obscuris et malesuada fames. Idque Caesaris facere voluntate liceret: sese habere. Idque Caesaris facere voluntate liceret:\n\nsese habere.Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Quisque ut dolor gravida, placerat libero vel, euismod. Donec sed odio operae, eu vulputate felis rhoncus. Tityre, tu patulae recubans sub tegmine fagi dolor. Nec dubitamus multa iter quae et nos invenerat. Pellentesque habitant morbi tristique senectus et netus.[/gdlr_tab]\n\n[gdlr_tab title=\"Tab Title 2\" icon_title=\"icon-sun\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Quisque ut dolor gravida, placerat libero vel, euismod. Nihil hic munitissimus habendi senatus locus, nihil horum? Ut enim ad minim veniam, quis nostrud exercitation. At nos hinc posthac, sitientis piros Afros.\n\nLorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Quisque ut dolor gravida, placerat libero vel, euismod. Donec sed odio operae, eu vulputate felis rhoncus. Tityre, tu patulae recubans sub tegmine fagi dolor. Nec dubitamus multa iter quae et nos invenerat. Pellentesque habitant morbi tristique senectus et netus. orem ipsum dolor sit amet.\n[/gdlr_tab]\n\n[gdlr_tab title=\"Tab Title 3\" icon_title=\"icon-truck\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. A communi observantia non est recedendum. Quisque ut dolor gravida, placerat libero vel, euismod. Plura mihi bona sunt, inclinet, amari petere vellent. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Quisque ut dolor gravida, placerat libero vel, euismod. Donec sed odio operae, eu vulputate felis rhoncus. Tityre, tu patulae recubans sub tegmine fagi dolor. Nec dubitamus multa iter quae et nos invenerat. Pellentesque habitant morbi tristique senectus et netus.[/gdlr_tab]\n\n[/gdlr_tabs]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_tabs style=\"vertical right\" initial=\"1\"]\n\n[gdlr_tab title=\"Tab Title 1\" icon_title=\"icon-file\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Etiam habebis sem dicantur magna mollis euismod. Inmensae subtilitatis, obscuris et malesuada fames. Idque Caesaris facere voluntate liceret: sese habere. Idque Caesaris facere voluntate liceret: sese habere.[/gdlr_tab]\n\n[gdlr_tab title=\"Tab Title 2\" icon_title=\"icon-sun\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Quisque ut dolor gravida, placerat libero vel, euismod. Nihil hic munitissimus habendi senatus locus, nihil horum? Ut enim ad minim veniam, quis nostrud exercitation. At nos hinc posthac, sitientis piros Afros.[/gdlr_tab]\n\n[gdlr_tab title=\"Tab Title 3\" icon_title=\"icon-truck\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. A communi observantia non est recedendum. Quisque ut dolor gravida, placerat libero vel, euismod. Plura mihi bona sunt, inclinet, amari petere vellent.[/gdlr_tab]\n\n[/gdlr_tabs]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]','Tabs','','publish','closed','open','','tabs','','','2013-11-26 09:01:09','2013-11-26 09:01:09','',0,'http://themes.goodlayers2.com/flawless/?page_id=218',0,'page','',0),(236,1,'2013-11-26 10:38:21','2013-11-26 10:38:21','[gdlr_heading tag=\"h2\" size=\"30px\" font_weight=\"bold\"]Notification Boxes[/gdlr_heading]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Color Background[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_notification icon=\"icon-flag\" type=\"color-background\" background=\"#99d15e\" color=\"#ffffff\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut.[/gdlr_notification]\n\n[gdlr_notification icon=\"icon-flag\" type=\"color-background\" background=\"#d15e5e\" color=\"#ffffff\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut.[/gdlr_notification]\n\n[gdlr_notification icon=\"icon-flag\" type=\"color-background\" background=\"#5eafd1\" color=\"#ffffff\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut.[/gdlr_notification]\n\n[gdlr_notification icon=\"icon-flag\" type=\"color-background\" background=\"#e2872e\" color=\"#ffffff\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut.[/gdlr_notification]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_notification icon=\"icon-flag\" type=\"color-background\" background=\"#99d15e\" color=\"#ffffff\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut.[/gdlr_notification]\n\n[gdlr_notification icon=\"icon-flag\" type=\"color-background\" background=\"#d15e5e\" color=\"#ffffff\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut.[/gdlr_notification]\n\n[gdlr_notification icon=\"icon-flag\" type=\"color-background\" background=\"#5eafd1\" color=\"#ffffff\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut.[/gdlr_notification]\n\n[gdlr_notification icon=\"icon-flag\" type=\"color-background\" background=\"#e2872e\" color=\"#ffffff\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut.[/gdlr_notification]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Color Border[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_notification icon=\"icon-flag\" type=\"color-border\" border=\"#99d15e\" color=\"#000000\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut.[/gdlr_notification]\n\n[gdlr_notification icon=\"icon-flag\" type=\"color-border\" border=\"#d15e5e\" color=\"#000000\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut.[/gdlr_notification]\n\n[gdlr_notification icon=\"icon-flag\" type=\"color-border\" border=\"#5eafd1\" color=\"#000000\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut.[/gdlr_notification]\n\n[gdlr_notification icon=\"icon-flag\" type=\"color-border\" border=\"#e2872e\" color=\"#000000\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut.[/gdlr_notification]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_notification icon=\"icon-flag\" type=\"color-border\" border=\"#99d15e\" color=\"#000000\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut.[/gdlr_notification]\n\n[gdlr_notification icon=\"icon-flag\" type=\"color-border\" border=\"#d15e5e\" color=\"#000000\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut.[/gdlr_notification]\n\n[gdlr_notification icon=\"icon-flag\" type=\"color-border\" border=\"#5eafd1\" color=\"#000000\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut.[/gdlr_notification]\n\n[gdlr_notification icon=\"icon-flag\" type=\"color-border\" border=\"#e2872e\" color=\"#000000\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut.[/gdlr_notification]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]','Notification Boxes','','publish','closed','open','','notification-boxes','','','2013-11-26 10:38:21','2013-11-26 10:38:21','',0,'http://themes.goodlayers2.com/flawless/?page_id=236',0,'page','',0),(245,1,'2013-11-26 11:28:52','2013-11-26 11:28:52','[gdlr_heading tag=\"h2\" size=\"30px\" font_weight=\"bold\"]Skills & Progress Bar[/gdlr_heading]\n[gdlr_space height=\"40px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Small Style[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_skill_bar percent=\"70\" size=\"small\" text_color=\"#333333\" background_color=\"#e9e9e9\" progress_color=\"#a9e16e\"]Photoshop[/gdlr_skill_bar]\n[gdlr_skill_bar percent=\"85\" size=\"small\" text_color=\"#333333\" background_color=\"#e9e9e9\" progress_color=\"#56d0d4\"]Illustrator[/gdlr_skill_bar]\n[gdlr_skill_bar percent=\"55\" size=\"small\" text_color=\"#333333\" background_color=\"#e9e9e9\" progress_color=\"#da6545\"]HTML/CSS[/gdlr_skill_bar]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_skill_bar percent=\"70\" size=\"small\" text_color=\"#333333\" background_color=\"#e9e9e9\" progress_color=\"#a9e16e\"]Photoshop[/gdlr_skill_bar]\n\n[gdlr_skill_bar percent=\"85\" size=\"small\" text_color=\"#333333\" background_color=\"#e9e9e9\" progress_color=\"#56d0d4\"]Illustrator[/gdlr_skill_bar]\n\n[gdlr_skill_bar percent=\"55\" size=\"small\" text_color=\"#333333\" background_color=\"#e9e9e9\" progress_color=\"#da6545\"]HTML/CSS[/gdlr_skill_bar]\n\n[/gdlr_code]\n\n[gdlr_space height=\"50px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Medium Style With Icon[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_skill_bar percent=\"70\" size=\"medium\" text_color=\"#ffffff\" background_color=\"#e9e9e9\" progress_color=\"#a9e16e\" icon=\"fa-smile-o\"]Photoshop[/gdlr_skill_bar]\n[gdlr_skill_bar percent=85\" size=\"medium\" text_color=\"#ffffff\" background_color=\"#e9e9e9\" progress_color=\"#56d0d4\" icon=\"fa-thumbs-up\"]Illustrator[/gdlr_skill_bar]\n[gdlr_skill_bar percent=\"55\" size=\"medium\" text_color=\"#ffffff\" background_color=\"#e9e9e9\" progress_color=\"#da6545\" icon=\"fa-globe\"]HTML/CSS[/gdlr_skill_bar]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_skill_bar percent=\"70\" size=\"medium\" text_color=\"#ffffff\" background_color=\"#e9e9e9\" progress_color=\"#a9e16e\" icon=\"fa-smile-o\"]Photoshop[/gdlr_skill_bar]\n\n[gdlr_skill_bar percent=85\" size=\"medium\" text_color=\"#ffffff\" background_color=\"#e9e9e9\" progress_color=\"#56d0d4\" icon=\"fa-thumbs-up\"]Illustrator[/gdlr_skill_bar]\n\n[gdlr_skill_bar percent=\"55\" size=\"medium\" text_color=\"#ffffff\" background_color=\"#e9e9e9\" progress_color=\"#da6545\" icon=\"fa-globe\"]HTML/CSS[/gdlr_skill_bar]\n\n[/gdlr_code]\n\n[gdlr_space height=\"50px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]LargeSmall Style With Icon[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_skill_bar percent=\"70\" size=\"large\" text_color=\"#ffffff\" background_color=\"#e9e9e9\" progress_color=\"#a9e16e\" icon=\"fa-trophy\"]Photoshop[/gdlr_skill_bar]\n\n[gdlr_skill_bar percent=\"85\" size=\"large\" text_color=\"#ffffff\" background_color=\"#e9e9e9\" progress_color=\"#56d0d4\" icon=\"fa-leaf\"]Illustrator[/gdlr_skill_bar]\n\n[gdlr_skill_bar percent=\"55\" size=\"large\" text_color=\"#ffffff\" background_color=\"#e9e9e9\" progress_color=\"#da6545\" icon=\"fa-html5\"]HTML/CSS[/gdlr_skill_bar]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_skill_bar percent=\"70\" size=\"large\" text_color=\"#ffffff\" background_color=\"#e9e9e9\" progress_color=\"#a9e16e\" icon=\"fa-trophy\"]Photoshop[/gdlr_skill_bar]\n\n[gdlr_skill_bar percent=\"85\" size=\"large\" text_color=\"#ffffff\" background_color=\"#e9e9e9\" progress_color=\"#56d0d4\" icon=\"fa-leaf\"]Illustrator[/gdlr_skill_bar]\n\n[gdlr_skill_bar percent=\"55\" size=\"large\" text_color=\"#ffffff\" background_color=\"#e9e9e9\" progress_color=\"#da6545\" icon=\"fa-html5\"]HTML/CSS[/gdlr_skill_bar]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]','Skills','','publish','closed','open','','skills','','','2013-11-26 11:28:52','2013-11-26 11:28:52','',0,'http://themes.goodlayers2.com/flawless/?page_id=245',0,'page','',0),(258,1,'2013-11-26 11:51:22','2013-11-26 11:51:22','<center>[gdlr_heading tag=\"h3\" size=\"25px\" font_weight=\"bold\"]Progress Circle[/gdlr_heading]</center>[gdlr_space height=\"50px\"]\n[gdlr_row]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_circle_progress percent=\"85\" size=\"160\" line_width=\"8\" background_color=\"#ffffff\" progress_background_color=\"#e9e9e9\" progress_color=\"#1abc9c\"][gdlr_icon type=\"fa-apple\"][/gdlr_circle_progress]\n\n[/gdlr_column] [gdlr_column size=\"1/3\"]\n\n[gdlr_circle_progress percent=\"40\" size=\"160\" line_width=\"8\" background_color=\"#ffffff\" progress_background_color=\"#e9e9e9\" progress_color=\"#1abc9c\"][gdlr_icon type=\"fa-windows\"][/gdlr_circle_progress]\n\n[/gdlr_column] [gdlr_column size=\"1/3\"]\n\n[gdlr_circle_progress percent=\"65\" size=\"160\" line_width=\"8\" background_color=\"#ffffff\" progress_background_color=\"#e9e9e9\" progress_color=\"#1abc9c\"][gdlr_icon type=\"fa-photo\"][/gdlr_circle_progress]\n\n[/gdlr_column]\n\n[/gdlr_row]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_row]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_circle_progress percent=\"85\" size=\"160\" line_width=\"8\" background_color=\"#ffffff\" progress_background_color=\"#e9e9e9\" progress_color=\"#1abc9c\"][gdlr_icon type=\"fa-apple\"][/gdlr_circle_progress]\n\n[/gdlr_column] [gdlr_column size=\"1/3\"]\n\n[gdlr_circle_progress percent=\"40\" size=\"160\" line_width=\"8\" background_color=\"#ffffff\" progress_background_color=\"#e9e9e9\" progress_color=\"#1abc9c\"][gdlr_icon type=\"fa-windows\"][/gdlr_circle_progress]\n\n[/gdlr_column] [gdlr_column size=\"1/3\"]\n\n[gdlr_circle_progress percent=\"65\" size=\"160\" line_width=\"8\" background_color=\"#ffffff\" progress_background_color=\"#e9e9e9\" progress_color=\"#1abc9c\"]Photoshop[/gdlr_circle_progress]\n\n[/gdlr_column]\n\n[/gdlr_row]\n\n[/gdlr_code]\n\n[gdlr_space height=\"100px\"]\n\n[gdlr_row]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_circle_progress percent=\"85\" size=\"160\" line_width=\"8\" progress_background_color=\"#e9e9e9\" background_color=\"#ffffff\" progress_color=\"#1abc9c\"]Photoshop[/gdlr_circle_progress]\n\n[/gdlr_column] [gdlr_column size=\"2/3\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Combine With Text[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n\nLorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Quam temere in vitiis, legem sancimus haerentia. Ut enim ad minim veniam, quis nostrud exercitation. Ab illo tempore, ab est sed immemorabili. Curabitur blandit tempus ardua ridiculus sed magna. Quam diu etiam furor iste tuus nos eludet\n\nLorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Non equidem invideo, miror magis posuere velit aliquet. Tityre, tu patulae recubans sub tegmine fagi dolor. Quam temere in vitiis, legem sancimus haerentia.\n[/gdlr_column]\n\n[/gdlr_row]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_row]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_circle_progress percent=\"85\" size=\"160\" line_width=\"8\" progress_background_color=\"#e9e9e9\" background_color=\"#ffffff\" progress_color=\"#1abc9c\"]Photoshop[/gdlr_circle_progress]\n\n[/gdlr_column] [gdlr_column size=\"2/3\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Combine With Text[/gdlr_heading]\n[gdlr_space height=\"20px\"]\n\nLorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Quam temere in vitiis, legem sancimus haerentia. Ut enim ad minim veniam, quis nostrud exercitation. Ab illo tempore, ab est sed immemorabili. Curabitur blandit tempus ardua ridiculus sed magna. Quam diu etiam furor iste tuus nos eludet\n\nLorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Non equidem invideo, miror magis posuere velit aliquet. Tityre, tu patulae recubans sub tegmine fagi dolor. Quam temere in vitiis, legem sancimus haerentia.\n[/gdlr_column]\n\n[/gdlr_row]\n\n[/gdlr_code]\n\n[gdlr_space height=\"100px\"]\n\n[gdlr_text_align class=\"center\" ]\n\n[gdlr_heading tag=\"h3\" size=\"25px\" font_weight=\"normal\"]Very Big Circle[/gdlr_heading]\n\n[gdlr_space height=\"50px\"]\n\n[gdlr_circle_progress percent=\"75\" size=\"310\" line_width=\"8\" background_color=\"#ffffff\" progress_background_color=\"#e9e9e9\" progress_color=\"#1abc9c\"]Illustrator[/gdlr_circle_progress]\n\n[gdlr_space height=\"50px\"]\n\nLorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Mercedem aut nummos unde unde extricat, amaras. Integer legentibus erat a ante historiarum dapibus. Gallia est omnis divisa in partes tres, quarum. Ullamco laboris nisi ut aliquid ex ea commodi consequat. Ut enim ad minim veniam, quis nostrud exercitation.\n\nQuo usque tandem abutere, Catilina, patientia nostra? Pellentesque habitant morbi tristique senectus et netus. Etiam habebis sem dicantur magna mollis euismod. Quisque ut dolor gravida, placerat libero vel, euismod. Non equidem invideo, miror magis posuere velit aliquet.\n\n[/gdlr_text_align]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_text_align class=\"center\" ]\n\n[gdlr_heading tag=\"h3\" size=\"25px\" font_weight=\"normal\"]Very Big Circle[/gdlr_heading]\n\n[gdlr_space height=\"50px\"]\n\n[gdlr_circle_progress percent=\"75\" size=\"310\" line_width=\"8\" background_color=\"#ffffff\" progress_background_color=\"#e9e9e9\" progress_color=\"#1abc9c\"]Illustrator[/gdlr_circle_progress]\n\n[gdlr_space height=\"50px\"]\n\nLorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Mercedem aut nummos unde unde extricat, amaras. Integer legentibus erat a ante historiarum dapibus. Gallia est omnis divisa in partes tres, quarum. Ullamco laboris nisi ut aliquid ex ea commodi consequat. Ut enim ad minim veniam, quis nostrud exercitation.\n\nQuo usque tandem abutere, Catilina, patientia nostra? Pellentesque habitant morbi tristique senectus et netus. Etiam habebis sem dicantur magna mollis euismod. Quisque ut dolor gravida, placerat libero vel, euismod. Non equidem invideo, miror magis posuere velit aliquet.\n\n[/gdlr_text_align]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]','Progress Circle','','publish','closed','open','','progress-circle','','','2013-11-26 11:51:22','2013-11-26 11:51:22','',0,'http://themes.goodlayers2.com/flawless/?page_id=258',0,'page','',0),(285,1,'2013-11-26 12:47:53','2013-11-26 12:47:53','[gdlr_heading tag=\"h2\" size=\"30px\" font_weight=\"bold\"]Stunning Text[/gdlr_heading]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_heading tag=\"h3\" size=\"24px\" font_weight=\"normal\"]Stunning Text Bg Style[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_stunning_text background_color=\"#f3f3f3\" button=\"BUTTON TEXT\" button_link=\"#\" button_background=\"#1abc9c\" button_text_color=\"#ffffff\" title=\"Venenatis Sollicitudin Ornare Nibh\" title_color=\"#1abc9c\" caption_color=\"#a0a0a0\"]Maecenas sed diam eget risus varius blandit sit amet non magna. Etiam porta sem malesuada magna\nmollis eorbi porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla.[/gdlr_stunning_text]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_stunning_text background_color=\"#f3f3f3\" button=\"BUTTON TEXT\" button_link=\"#\" button_background=\"#1abc9c\" button_text_color=\"#ffffff\" title=\"Venenatis Sollicitudin Ornare Nibh\" title_color=\"#1abc9c\" caption_color=\"#a0a0a0\"]Maecenas sed diam eget risus varius blandit sit amet non magna. Etiam porta sem malesuada magna mollis eorbi\nporta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor fringilla.[/gdlr_stunning_text]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"24px\" font_weight=\"normal\"]Stunning Text Border Style[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_stunning_text border_color=\"#e5e5e5\" button=\"BUTTON TEXT\" button_link=\"#\" button_background=\"#1abc9c\" button_text_color=\"#ffffff\" title=\"Venenatis Sollicitudin Ornare Nibh\" title_color=\"#1abc9c\" caption_color=\"#a0a0a0\"]Maecenas sed diam eget risus varius blandit sit amet non magna. Etiam porta sem malesuada magna\nmollis eorbi porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla.[/gdlr_stunning_text]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_stunning_text border_color=\"#e5e5e5\" button=\"BUTTON TEXT\" button_link=\"#\" button_background=\"#1abc9c\" button_text_color=\"#ffffff\" title=\"Venenatis Sollicitudin Ornare Nibh\" title_color=\"#1abc9c\" caption_color=\"#a0a0a0\"]Maecenas sed diam eget risus varius blandit sit amet non magna. Etiam porta sem malesuada magna mollis eorbi\nporta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor fringilla.[/gdlr_stunning_text]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]','Stunning Text','','publish','closed','open','','stunning-text','','','2013-11-26 12:47:53','2013-11-26 12:47:53','',0,'http://themes.goodlayers2.com/flawless/?page_id=285',0,'page','',0),(296,1,'2013-11-26 14:34:10','2013-11-26 14:34:10','[gdlr_heading tag=\"h1\" size=\"46px\" font_weight=\"bold\"]I Am The Heading Shortcode[/gdlr_heading]\n\n[gdlr_heading tag=\"h2\" size=\"41px\" font_weight=\"bold\"]I Am The Heading Shortcode[/gdlr_heading]\n\n[gdlr_heading tag=\"h3\" size=\"36px\" font_weight=\"bold\"]I Am The Heading Shortcode[/gdlr_heading]\n\n[gdlr_heading tag=\"h4\" size=\"31px\" font_weight=\"bold\"]I Am The Heading Shortcode[/gdlr_heading]\n\n[gdlr_heading tag=\"h5\" size=\"26px\" font_weight=\"bold\"]I Am The Heading Shortcode[/gdlr_heading]\n\n[gdlr_heading tag=\"h6\" size=\"21px\" font_weight=\"bold\"]I Am The Heading Shortcode[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_heading tag=\"h1\" size=\"46px\" font_weight=\"bold\"]I Am The Heading Shortcode[/gdlr_heading]\n\n[gdlr_heading tag=\"h2\" size=\"41px\" font_weight=\"bold\"]I Am The Heading Shortcode[/gdlr_heading]\n\n[gdlr_heading tag=\"h3\" size=\"36px\" font_weight=\"bold\"]I Am The Heading Shortcode[/gdlr_heading]\n\n[gdlr_heading tag=\"h4\" size=\"31px\" font_weight=\"bold\"]I Am The Heading Shortcode[/gdlr_heading]\n\n[gdlr_heading tag=\"h5\" size=\"26px\" font_weight=\"bold\"]I Am The Heading Shortcode[/gdlr_heading]\n\n[gdlr_heading tag=\"h6\" size=\"21px\" font_weight=\"bold\"]I Am The Heading Shortcode[/gdlr_heading]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"32px\" font_weight=\"bold\" icon=\"icon-cloud\"]Heading With Icon[/gdlr_heading]\n\n[gdlr_heading tag=\"h3\" size=\"32px\" font_weight=\"bold\" icon=\"icon-group\"]Heading With Icon[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_heading tag=\"h3\" size=\"32px\" font_weight=\"bold\" icon=\"icon-cloud\"]Heading With Icon[/gdlr_heading]\n\n[gdlr_heading tag=\"h3\" size=\"32px\" font_weight=\"bold\" icon=\"icon-group\"]Heading With Icon[/gdlr_heading]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"32px\" color=\"#459cd3\" font_weight=\"bold\" icon=\"icon-magic\"]Colored Heading With Icon[/gdlr_heading]\n\n[gdlr_heading tag=\"h3\" size=\"32px\" color=\"#e44a64\" font_weight=\"bold\" icon=\"icon-headphones\"]Colored Heading With Icon[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_heading tag=\"h3\" size=\"32px\" color=\"#459cd3\" font_weight=\"bold\" icon=\"icon-magic\"]Colored Heading With Icon[/gdlr_heading]\n\n[gdlr_heading tag=\"h3\" size=\"32px\" color=\"#e44a64\" font_weight=\"bold\" icon=\"icon-headphones\"]Colored Heading With Icon[/gdlr_heading]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"32px\" color=\"#8ed345\" font_weight=\"bold\"]Colored Heading[/gdlr_heading]\n\n[gdlr_heading tag=\"h3\" size=\"32px\" color=\"#d36d45\" font_weight=\"bold\"]Colored Heading[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_heading tag=\"h3\" size=\"32px\" color=\"#8ed345\" font_weight=\"bold\"]Colored Heading[/gdlr_heading]\n\n[gdlr_heading tag=\"h3\" size=\"32px\" color=\"#d36d45\" font_weight=\"bold\"]Colored Heading[/gdlr_heading]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"32px\" color=\"#ffffff\" background=\"#8ed345\" font_weight=\"bold\"]Heading With Background[/gdlr_heading]\n\n[gdlr_heading tag=\"h3\" size=\"32px\" color=\"#ffffff\" background=\"#4cb1e5\" font_weight=\"bold\"]Heading With Background[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_heading tag=\"h3\" size=\"32px\" color=\"#ffffff\" background=\"#8ed345\" font_weight=\"bold\"]Heading With Background[/gdlr_heading]\n\n[gdlr_heading tag=\"h3\" size=\"32px\" color=\"#ffffff\" background=\"#4cb1e5\" font_weight=\"bold\"]Heading With Background[/gdlr_heading]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]','Heading Tag','','publish','closed','open','','heading-tag','','','2013-11-26 14:34:10','2013-11-26 14:34:10','',0,'http://themes.goodlayers2.com/flawless/?page_id=296',0,'page','',0),(428,1,'2013-11-28 11:18:22','2013-11-28 11:18:22','[gdlr_testimonial columns=\"3\" type=\"carousel\" style=\"round-style\" title=\"Rounded Style With Carousel\"]\n\n[gdlr_tab title=\"John Doe\" position=\"Head Chief\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-1.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Ricardo Goff\" position=\"Lawyer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-2.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Jennifer Dawn\" position=\"Doctor\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-3.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Alan Christier\" position=\"Accountant\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-5.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Joan Coal\" position=\"Head Chief\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-6.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[/gdlr_testimonial]\n\n[gdlr_space height=\"35px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_testimonial columns=\"3\" type=\"carousel\" style=\"round-style\" title=\"Rounded Style With Carousel\"]\n\n[gdlr_tab title=\"John Doe\" position=\"Head Chief\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-1.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Ricardo Goff\" position=\"Lawyer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-2.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Jennifer Dawn\" position=\"Doctor\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-3.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Alan Christier\" position=\"Accountant\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-5.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Joan Coal\" position=\"Head Chief\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-6.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[/gdlr_testimonial]\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]\n[gdlr_testimonial columns=\"3\" type=\"carousel\" style=\"box-style\" title=\"Box Style With Carousel\"]\n\n[gdlr_tab title=\"John Doe\" position=\"Head Chief\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-1.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Ricardo Goff\" position=\"Lawyer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-2.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Jennifer Dawn\" position=\"Doctor\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-3.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Alan Christier\" position=\"Accountant\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-5.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Joan Coal\" position=\"Head Chief\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-6.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[/gdlr_testimonial]\n\n[gdlr_space height=\"35px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_testimonial columns=\"3\" type=\"carousel\" style=\"box-style\" title=\"Box Style With Carousel\"]\n\n[gdlr_tab title=\"John Doe\" position=\"Head Chief\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-1.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Ricardo Goff\" position=\"Lawyer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-2.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Jennifer Dawn\" position=\"Doctor\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-3.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Alan Christier\" position=\"Accountant\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-5.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Joan Coal\" position=\"Head Chief\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-6.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[/gdlr_testimonial]\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]\n[gdlr_testimonial columns=\"3\" type=\"carousel\" style=\"plain-style\" title=\"Plain Text 3 Columns With Carousel\"]\n\n[gdlr_tab title=\"John Doe\" position=\"Head Chief\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-1.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Ricardo Goff\" position=\"Lawyer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-2.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Jennifer Dawn\" position=\"Doctor\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-3.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Alan Christier\" position=\"Accountant\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-5.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Joan Coal\" position=\"Head Chief\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-6.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[/gdlr_testimonial]\n\n[gdlr_space height=\"35px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_testimonial columns=\"3\" type=\"carousel\" style=\"plain-style\" title=\"Plain Text 3 Columns With Carousel\"]\n\n[gdlr_tab title=\"John Doe\" position=\"Head Chief\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-1.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Ricardo Goff\" position=\"Lawyer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-2.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Jennifer Dawn\" position=\"Doctor\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-3.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Alan Christier\" position=\"Accountant\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-5.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Joan Coal\" position=\"Head Chief\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-6.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[/gdlr_testimonial]\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Plain Text 2 Columns Static Mode With Large Style[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_testimonial columns=\"2\" type=\"static\" style=\"plain-style large\"]\n\n[gdlr_tab title=\"John Doe\" position=\"Head Chief\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-1.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Ricardo Goff\" position=\"Lawyer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-2.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[/gdlr_testimonial]\n\n[gdlr_space height=\"35px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_testimonial columns=\"2\" type=\"static\" style=\"plain-style large\"]\n\n[gdlr_tab title=\"John Doe\" position=\"Head Chief\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-1.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[gdlr_tab title=\"Ricardo Goff\" position=\"Lawyer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/testimonial-2.jpg\" ]\nCum sociis natoque penatus et maed pognis dis parturient montes, scettur aieoridiculus mus. Etiam portaem maleyo iosuada magna mollis euismod.[/gdlr_tab]\n\n[/gdlr_testimonial]\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Block Quote Left[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_quote align=\"left\" ]Cum sociis natoque penatus etaed pnis dis parturient montes, scettr aieo ridus mus. Etiam portaem mleyo.[/gdlr_quote]\n\n[gdlr_space height=\"35px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_quote align=\"left\" ]Cum sociis natoque penatus etaed pnis dis parturient montes, scettr aieo ridus mus. Etiam portaem mleyo.[/gdlr_quote]\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Block Quote Center[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_quote align=\"center\" ]Cum sociis natoque penatus etaed pnis dis parturient montes, scettr aieo ridus mus. Etiam portaem mleyo.[/gdlr_quote]\n\n[gdlr_space height=\"35px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_quote align=\"center\" ]Cum sociis natoque penatus etaed pnis dis parturient montes, scettr aieo ridus mus. Etiam portaem mleyo.[/gdlr_quote]\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Block Quote Right[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_quote align=\"right\" ]Cum sociis natoque penatus etaed pnis dis parturient montes, scettr aieo ridus mus. Etiam portaem mleyo.[/gdlr_quote]\n\n[gdlr_space height=\"35px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n[gdlr_quote align=\"right\" ]Cum sociis natoque penatus etaed pnis dis parturient montes, scettr aieo ridus mus. Etiam portaem mleyo.[/gdlr_quote]\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]','Testimonial & Quote','','publish','closed','open','','testimonial-2','','','2013-11-28 11:18:22','2013-11-28 11:18:22','',0,'http://themes.goodlayers2.com/flawless/?page_id=428',0,'page','',0),(456,1,'2013-11-28 12:39:05','2013-11-28 12:39:05','[gdlr_heading tag=\"h2\" size=\"30px\" font_weight=\"bold\"]Personnel Shortcode[/gdlr_heading]\n[gdlr_space height=\"35px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Personnel Plain Style[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_personnel columns=\"3\" type=\"static\" style=\"plain-style\"]\n\n[gdlr_tab title=\"John Superdoe\" position=\"Web Designer\" author_image=\"http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/11/personnel-11.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Susan Caveman\" position=\"Human Resource\" author_image=\"http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/11/personnel-21.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Jack Justjack\" position=\"Web Developer\" author_image=\"http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/11/personnel-31.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[/gdlr_personnel]\n\n[gdlr_space height=\"35px\"]\n\n[gdlr_personnel columns=\"2\" type=\"static\" style=\"plain-style\"]\n\n[gdlr_tab title=\"Jack Slayer\" position=\"C.E.O.\" author_image=\"http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/11/personnel-41.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Jessica Dalize\" position=\"General Manager\" author_image=\"http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/11/personnel-51.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[/gdlr_personnel]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\ngdlr_personnel columns=\"3\" type=\"static\" style=\"plain-style\"]\n\n[gdlr_tab title=\"John Superdoe\" position=\"Web Designer\" author_image=\"http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/11/personnel-11.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Susan Caveman\" position=\"Human Resource\" author_image=\"http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/11/personnel-21.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Jack Justjack\" position=\"Web Developer\" author_image=\"http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/11/personnel-31.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[/gdlr_personnel]\n\n[gdlr_space height=\"35px\"]\n\n[gdlr_personnel columns=\"2\" type=\"static\" style=\"plain-style\"]\n\n[gdlr_tab title=\"Jack Slayer\" position=\"C.E.O.\" author_image=\"http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/11/personnel-41.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Jessica Dalize\" position=\"General Manager\" author_image=\"http://demo.goodlayers.com/mediso/corporate/wp-content/uploads/2013/11/personnel-51.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[/gdlr_personnel]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]\n\n[gdlr_personnel columns=\"3\" type=\"carousel\" style=\"plain-style\" title=\"Personnel Plain Style With Carousel\"]\n\n[gdlr_tab title=\"John Superdoe\" position=\"Web Designer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-1.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Susan Caveman\" position=\"Human Resource\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-2.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Jack Justjack\" position=\"Web Developer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-3.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Jack Slayer\" position=\"C.E.O.\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-4-2.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Jessica Dalize\" position=\"General Manager\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-5-2.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[/gdlr_personnel]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_personnel columns=\"3\" type=\"carousel\" style=\"plain-style\" title=\"Personnel Plain Style With Carousel\"]\n\n[gdlr_tab title=\"John Superdoe\" position=\"Web Designer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-1.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Susan Caveman\" position=\"Human Resource\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-2.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Jack Justjack\" position=\"Web Developer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-3.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Jack Slayer\" position=\"C.E.O.\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-4-2.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Jessica Dalize\" position=\"General Manager\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-5-2.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[/gdlr_personnel]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Personnel Box Style[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_personnel columns=\"3\" type=\"static\" style=\"box-style\"]\n\n[gdlr_tab title=\"Rebecca Smith\" position=\"Web Developer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-box-3.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Jack Slayer\" position=\"C.E.O.\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-box-4.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"John Looper\" position=\"General Manager\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-box-5.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[/gdlr_personnel]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_personnel columns=\"3\" type=\"carousel\" style=\"box-style\"]\n\n[gdlr_tab title=\"Rebecca Smith\" position=\"Web Developer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-box-3.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Jack Slayer\" position=\"C.E.O.\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-box-4.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"John Looper\" position=\"General Manager\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-box-5.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[/gdlr_personnel]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]\n\n[gdlr_personnel columns=\"3\" type=\"carousel\" style=\"box-style\" title=\"Personnel Box Style With Carousel\"]\n\n[gdlr_tab title=\"Joan Perl\" position=\"Web Designer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-box-1.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"David Jackson\" position=\"Human Resource\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-box-2.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Rebecca Smith\" position=\"Web Developer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-box-3.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Jack Slayer\" position=\"C.E.O.\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-box-4.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"John Looper\" position=\"General Manager\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-box-5.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[/gdlr_personnel]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_personnel columns=\"3\" type=\"carousel\" style=\"box-style\" title=\"Personnel Box Style With Carousel\"]\n\n[gdlr_tab title=\"Joan Perl\" position=\"Web Designer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-box-1.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"David Jackson\" position=\"Human Resource\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-box-2.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Rebecca Smith\" position=\"Web Developer\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-box-3.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"Jack Slayer\" position=\"C.E.O.\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-box-4.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[gdlr_tab title=\"John Looper\" position=\"General Manager\" author_image=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/personnel-box-5.jpg\" ]Curabitur blandit tempus porttitor. Sed posuere consectetur est at lobortis. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor.\n\n[gdlr_icon type=\"fa-facebook\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-twitter\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-linkedin\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-skype\" size=\"22px\" color=\"#222\"] [gdlr_icon type=\"fa-dribbble\" size=\"22px\" color=\"#222\"]\n[/gdlr_tab]\n\n[/gdlr_personnel]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]\n','Personnel','','publish','closed','open','','personnel','','','2013-11-28 12:39:05','2013-11-28 12:39:05','',0,'http://themes.goodlayers2.com/flawless/?page_id=456',0,'page','',0),(640,1,'2013-11-29 11:41:07','2013-11-29 11:41:07','[gdlr_heading tag=\"h3\" size=\"24px\" font_weight=\"normal\"]Without Space Shortcode[/gdlr_heading]\n\nPraesent commodo cursus magna, vel scelerisque nisl consectetur et. Cras justo odio, daijdnimsaie\npibus ac facilisis in, egestas eget quam. Aenean eu leo quam. Pellentesque ornare sem laikume ask\ncinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Fusce dapibusju itmaolie ko\ntellus ac cursus commodo, tortor mauris condimentum nibh, ut ferment\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_heading tag=\"h3\" size=\"24px\" font_weight=\"normal\"]Without Space Shortcode[/gdlr_heading]\n\nPraesent commodo cursus magna, vel scelerisque nisl consectetur et. Cras justo odio, daijdnimsaie\npibus ac facilisis in, egestas eget quam. Aenean eu leo quam. Pellentesque ornare sem laikume ask\ncinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Fusce dapibusju itmaolie ko\ntellus ac cursus commodo, tortor mauris condimentum nibh, ut ferment\n\n[/gdlr_code]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_divider type=\"dotted\" ]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_heading tag=\"h3\" size=\"24px\" font_weight=\"normal\"]With Space Shortcode[/gdlr_heading]\n\n[gdlr_space height=\"50px\"]\n\nPraesent commodo cursus magna, vel scelerisque nisl consectetur et. Cras justo odio, daijdnimsaie\npibus ac facilisis in, egestas eget quam. Aenean eu leo quam. Pellentesque ornare sem laikume ask\ncinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Fusce dapibusju itmaolie ko\ntellus ac cursus commodo, tortor mauris condimentum nibh, ut ferment\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_heading tag=\"h3\" size=\"24px\" font_weight=\"normal\"]With Space Shortcode[/gdlr_heading]\n\n[gdlr_space height=\"50px\"]\n\nPraesent commodo cursus magna, vel scelerisque nisl consectetur et. Cras justo odio, daijdnimsaie\npibus ac facilisis in, egestas eget quam. Aenean eu leo quam. Pellentesque ornare sem laikume ask\ncinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Fusce dapibusju itmaolie ko\ntellus ac cursus commodo, tortor mauris condimentum nibh, ut ferment\n\n[/gdlr_code]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_divider type=\"dotted\" ]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_heading tag=\"h3\" size=\"24px\" font_weight=\"normal\"]With Minus Space Shortcode[/gdlr_heading]\n\n[gdlr_space height=\"-20px\"]\n\nPraesent commodo cursus magna, vel scelerisque nisl consectetur et. Cras justo odio, daijdnimsaie\npibus ac facilisis in, egestas eget quam. Aenean eu leo quam. Pellentesque ornare sem laikume ask\ncinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Fusce dapibusju itmaolie ko\ntellus ac cursus commodo, tortor mauris condimentum nibh, ut ferment\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_heading tag=\"h3\" size=\"24px\" font_weight=\"normal\"]Without Space Shortcode[/gdlr_heading]\n\n[gdlr_space height=\"-20px\"]\n\nPraesent commodo cursus magna, vel scelerisque nisl consectetur et. Cras justo odio, daijdnimsaie\npibus ac facilisis in, egestas eget quam. Aenean eu leo quam. Pellentesque ornare sem laikume ask\ncinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Fusce dapibusju itmaolie ko\ntellus ac cursus commodo, tortor mauris condimentum nibh, ut ferment\n\n[/gdlr_code]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_divider type=\"dotted\" ]\n\n[gdlr_space height=\"80px\"]','Space','','publish','closed','open','','space','','','2013-11-29 11:41:07','2013-11-29 11:41:07','',0,'http://themes.goodlayers2.com/flawless/?page_id=640',0,'page','',0),(653,1,'2013-11-29 11:49:12','2013-11-29 11:49:12','[gdlr_heading tag=\"h2\" size=\"26px\" font_weight=\"bold\"]icons & icon with boxes[/gdlr_heading]\n[gdlr_space height=\"40px\"]\n\n[gdlr_row]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_box_icon icon=\"fa-gears\" icon_color=\"#404040\" icon_position=\"top\" title=\"icon on the top\" ]Curabitur blandit tempus porttitor. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Aenean eu leo quam. [/gdlr_box_icon]\n\n[/gdlr_column]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_box_icon icon=\"fa-eye\" icon_color=\"#404040\" icon_position=\"top\" title=\"icon on the top\" ]Curabitur blandit tempus porttitor. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Aenean eu leo quam. [/gdlr_box_icon]\n\n[/gdlr_column]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_box_icon icon=\"fa-trophy\" icon_color=\"#404040\" icon_position=\"top\" title=\"icon on the top\" ]Curabitur blandit tempus porttitor. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Aenean eu leo quam. [/gdlr_box_icon]\n\n[/gdlr_column]\n\n[/gdlr_row]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_row]\n\n[gdlr_column size=\"1/2\"]\n\n[gdlr_box_icon icon=\"fa-copy\" icon_color=\"#4984d5\" icon_position=\"left\" title=\"icon on the top\" ]Curabitur blandit tempus porjusto odio, dapibus ac facilisis in, egestas eget quam. Aenen eu leo quam. Pellentesque otsem lacinia quam venenatis vestibulum.Donec id elit non mi porta gravida aeget. [/gdlr_box_icon]\n\n[/gdlr_column]\n\n[gdlr_column size=\"1/2\"]\n\n[gdlr_box_icon icon=\"fa-dashboard\" icon_color=\"#d55949\" icon_position=\"left\" title=\"icon on the top\" ]Curabitur blandit tempus porjusto odio, dapibus ac facilisis in, egestas eget quam. Aenen eu leo quam. Pellentesque otsem lacinia quam venenatis vestibulum.Donec id elit non mi porta gravida aeget.[/gdlr_box_icon]\n\n[/gdlr_column]\n\n[/gdlr_row]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_row]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_box_icon icon=\"fa-gears\" icon_color=\"#404040\" icon_position=\"top\" title=\"icon on the top\" ]Curabitur blandit tempus porttitor. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Aenean eu leo quam. [/gdlr_box_icon]\n\n[/gdlr_column]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_box_icon icon=\"fa-eye\" icon_color=\"#404040\" icon_position=\"top\" title=\"icon on the top\" ]Curabitur blandit tempus porttitor. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Aenean eu leo quam. [/gdlr_box_icon]\n\n[/gdlr_column]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_box_icon icon=\"fa-trophy\" icon_color=\"#404040\" icon_position=\"top\" title=\"icon on the top\" ]Curabitur blandit tempus porttitor. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Aenean eu leo quam. [/gdlr_box_icon]\n\n[/gdlr_column]\n\n[/gdlr_row]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_row]\n\n[gdlr_column size=\"1/2\"]\n\n[gdlr_box_icon icon=\"fa-copy\" icon_color=\"#4984d5\" icon_position=\"left\" title=\"icon on the top\" ]Curabitur blandit tempus porjusto odio, dapibus ac facilisis in, egestas eget quam. Aenen eu leo quam. Pellentesque otsem lacinia quam venenatis vestibulum.Donec id elit non mi porta gravida aeget. [/gdlr_box_icon]\n\n[/gdlr_column]\n\n[gdlr_column size=\"1/2\"]\n\n[gdlr_box_icon icon=\"fa-dashboard\" icon_color=\"#d55949\" icon_position=\"left\" title=\"icon on the top\" ]Curabitur blandit tempus porjusto odio, dapibus ac facilisis in, egestas eget quam. Aenen eu leo quam. Pellentesque otsem lacinia quam venenatis vestibulum.Donec id elit non mi porta gravida aeget.[/gdlr_box_icon]\n\n[/gdlr_column]\n\n[/gdlr_row]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]\n\n[gdlr_row]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_box_icon icon=\"fa-gears\" icon_type=\"circle\" icon_color=\"#ffffff\" icon_background=\"#d55949\" icon_position=\"top\" title=\"icon on the top\" ]Curabitur blandit tempus porttitor. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Aenean eu leo quam. [/gdlr_box_icon]\n\n[/gdlr_column]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_box_icon icon=\"fa-coffee\" icon_type=\"circle\" icon_color=\"#ffffff\" icon_position=\"top\" title=\"icon on the top\" ]Curabitur blandit tempus porttitor. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Aenean eu leo quam. [/gdlr_box_icon]\n\n[/gdlr_column]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_box_icon icon=\"fa-dropbox\" icon_type=\"circle\" icon_color=\"#ffffff\" icon_background=\"#4984d5\" icon_position=\"top\" title=\"icon on the top\" ]Curabitur blandit tempus porttitor. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Aenean eu leo quam. [/gdlr_box_icon]\n\n[/gdlr_column]\n\n[/gdlr_row]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_row]\n\n[gdlr_column size=\"1/2\"]\n\n[gdlr_box_icon icon=\"fa-flag-alt\" icon_type=\"circle\" icon_color=\"#ffffff\" icon_background=\"#6049d5\" icon_position=\"left\" title=\"icon on the top\" ]Curabitur blandit tempus porjusto odio, dapibus ac facilisis in, egestas eget quam. Aenen eu leo quam. Pellentesque otsem lacinia quam venenatis vestibulum.Donec id elit non mi porta gravida aeget. [/gdlr_box_icon]\n\n[/gdlr_column]\n\n[gdlr_column size=\"1/2\"]\n\n[gdlr_box_icon icon=\"fa-cloud\" icon_type=\"circle\" icon_color=\"#ffffff\" icon_background=\"#49d5c0\" icon_position=\"left\" title=\"icon on the top\" ]Curabitur blandit tempus porjusto odio, dapibus ac facilisis in, egestas eget quam. Aenen eu leo quam. Pellentesque otsem lacinia quam venenatis vestibulum.Donec id elit non mi porta gravida aeget.[/gdlr_box_icon]\n\n[/gdlr_column]\n\n[/gdlr_row]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_row]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_box_icon icon=\"fa-gears\" icon_type=\"circle\" icon_color=\"#ffffff\" icon_background=\"#d55949\" icon_position=\"top\" title=\"icon on the top\" ]Curabitur blandit tempus porttitor. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Aenean eu leo quam. [/gdlr_box_icon]\n\n[/gdlr_column]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_box_icon icon=\"fa-coffee\" icon_type=\"circle\" icon_color=\"#ffffff\" icon_position=\"top\" title=\"icon on the top\" ]Curabitur blandit tempus porttitor. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Aenean eu leo quam. [/gdlr_box_icon]\n\n[/gdlr_column]\n\n[gdlr_column size=\"1/3\"]\n\n[gdlr_box_icon icon=\"fa-dropbox\" icon_type=\"circle\" icon_color=\"#ffffff\" icon_background=\"#4984d5\" icon_position=\"top\" title=\"icon on the top\" ]Curabitur blandit tempus porttitor. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Aenean eu leo quam. [/gdlr_box_icon]\n\n[/gdlr_column]\n\n[/gdlr_row]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_row]\n\n[gdlr_column size=\"1/2\"]\n\n[gdlr_box_icon icon=\"fa-flag-alt\" icon_type=\"circle\" icon_color=\"#ffffff\" icon_background=\"#6049d5\" icon_position=\"left\" title=\"icon on the top\" ]Curabitur blandit tempus porjusto odio, dapibus ac facilisis in, egestas eget quam. Aenen eu leo quam. Pellentesque otsem lacinia quam venenatis vestibulum.Donec id elit non mi porta gravida aeget. [/gdlr_box_icon]\n\n[/gdlr_column]\n\n[gdlr_column size=\"1/2\"]\n\n[gdlr_box_icon icon=\"fa-cloud\" icon_type=\"circle\" icon_color=\"#ffffff\" icon_background=\"#49d5c0\" icon_position=\"left\" title=\"icon on the top\" ]Curabitur blandit tempus porjusto odio, dapibus ac facilisis in, egestas eget quam. Aenen eu leo quam. Pellentesque otsem lacinia quam venenatis vestibulum.Donec id elit non mi porta gravida aeget.[/gdlr_box_icon]\n\n[/gdlr_column]\n\n[/gdlr_row]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]\n\n[gdlr_heading tag=\"h3\" size=\"24px\" font_weight=\"normal\"]Only Icon[/gdlr_heading]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_icon type=\"fa-fire\" size=\"36px\" color=\"#333333\"] [gdlr_icon type=\"fa-instagram\" size=\"36px\" color=\"#333333\"] [gdlr_icon type=\"fa-bell\" size=\"36px\" color=\"#333333\"] [gdlr_icon type=\"fa-bolt\" size=\"36px\" color=\"#333333\"] [gdlr_icon type=\"fa-html5\" size=\"36px\" color=\"#333333\"] [gdlr_icon type=\"fa-gamepad\" size=\"36px\" color=\"#333333\"] [gdlr_icon type=\"fa-globe\" size=\"36px\" color=\"#333333\"] [gdlr_icon type=\"fa-heart\" size=\"36px\" color=\"#333333\"] [gdlr_icon type=\"fa-group\" size=\"36px\" color=\"#333333\"] [gdlr_icon type=\"fa-gears\" size=\"36px\" color=\"#333333\"] [gdlr_icon type=\"fa-dollar\" size=\"36px\" color=\"#333333\"] [gdlr_icon type=\"fa-star\" size=\"36px\" color=\"#333333\"] [gdlr_icon type=\"fa-truck\" size=\"36px\" color=\"#333333\"]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_icon type=\"fa-fire\" size=\"36px\" color=\"#333333\"]\n[gdlr_icon type=\"fa-instagram\" size=\"36px\" color=\"#333333\"]\n[gdlr_icon type=\"fa-bell\" size=\"36px\" color=\"#333333\"]\n[gdlr_icon type=\"fa-bolt\" size=\"36px\" color=\"#333333\"]\n[gdlr_icon type=\"fa-html5\" size=\"36px\" color=\"#333333\"]\n[gdlr_icon type=\"fa-gamepad\" size=\"36px\" color=\"#333333\"]\n[gdlr_icon type=\"fa-globe\" size=\"36px\" color=\"#333333\"]\n[gdlr_icon type=\"fa-heart\" size=\"36px\" color=\"#333333\"]\n[gdlr_icon type=\"fa-group\" size=\"36px\" color=\"#333333\"]\n[gdlr_icon type=\"fa-gears\" size=\"36px\" color=\"#333333\"]\n[gdlr_icon type=\"fa-dollar\" size=\"36px\" color=\"#333333\"]\n[gdlr_icon type=\"fa-star\" size=\"36px\" color=\"#333333\"]\n[gdlr_icon type=\"fa-truck\" size=\"36px\" color=\"#333333\"]\n\n[/gdlr_code]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_button href=\"http://fortawesome.github.io/Font-Awesome/cheatsheet/\" target=\"_blank\" size=\"large\" background=\"#d64f78\" color=\"#ffffff\" with_border=\"yes\" border_color=\"#95445c\"]List Of All Icons Can Be Viewed Here[/gdlr_button]\n\n[gdlr_space height=\"80px\"]\n\n[gdlr_heading tag=\"h3\" size=\"24px\" font_weight=\"normal\"]Colored Icon[/gdlr_heading]\n\n[gdlr_icon type=\"fa-fire\" size=\"60px\" color=\"#91d549\"] [gdlr_icon type=\"fa-instagram\" size=\"60px\" color=\"#49d5c0\"] [gdlr_icon type=\"fa-bell\" size=\"60px\" color=\"#4984d5\"] [gdlr_icon type=\"fa-bolt\" size=\"60px\" color=\"#ea803a\"] [gdlr_icon type=\"fa-html5\" size=\"60px\" color=\"#e5427b\"] [gdlr_icon type=\"fa-gamepad\" size=\"60px\" color=\"#d55949\"] [gdlr_icon type=\"fa-globe\" size=\"60px\" color=\"#4984d5\"]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_icon type=\"fa-fire\" size=\"60px\" color=\"#91d549\"]\n[gdlr_icon type=\"fa-instagram\" size=\"60px\" color=\"#49d5c0\"]\n[gdlr_icon type=\"fa-bell\" size=\"60px\" color=\"#4984d5\"]\n[gdlr_icon type=\"fa-bolt\" size=\"60px\" color=\"#ea803a\"]\n[gdlr_icon type=\"fa-html5\" size=\"60px\" color=\"#e5427b\"]\n[gdlr_icon type=\"fa-gamepad\" size=\"60px\" color=\"#d55949\"]\n[gdlr_icon type=\"fa-globe\" size=\"60px\" color=\"#4984d5\"]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]','icons & icon boxes','','publish','closed','open','','icons-icon-boxes','','','2013-11-29 11:49:12','2013-11-29 11:49:12','',0,'http://themes.goodlayers2.com/flawless/?page_id=653',0,'page','',0),(687,1,'2013-11-29 12:54:42','2013-11-29 12:54:42','[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Table Style 1[/gdlr_heading]\n\n[gdlr_space height=\"40px\"]\n<table class=\"style-1\">\n<tbody>\n<tr>\n<th>Pharetra</th>\n<th>Malesuada</th>\n<th>Cursus</th>\n<th>Euismod</th>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n</tbody>\n</table>\n[gdlr_space height=\"40px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n<table class=\"style-1\">\n<tbody>\n<tr>\n<th>Pharetra</th>\n<th>Malesuada</th>\n<th>Cursus</th>\n<th>Euismod</th>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n</tbody>\n</table>\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Table Style 2[/gdlr_heading]\n\n[gdlr_space height=\"40px\"]\n<table class=\"style-2\">\n<tbody>\n<tr>\n<th>Pharetra</th>\n<th>Malesuada</th>\n<th>Cursus</th>\n<th>Euismod</th>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n</tbody>\n</table>\n[gdlr_space height=\"40px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n<table class=\"style-2\">\n<tbody>\n<tr>\n<th>Pharetra</th>\n<th>Malesuada</th>\n<th>Cursus</th>\n<th>Euismod</th>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n</tbody>\n</table>\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]','Table','','publish','closed','open','','table','','','2013-11-29 12:54:42','2013-11-29 12:54:42','',0,'http://themes.goodlayers2.com/flawless/?page_id=687',0,'page','',0),(705,1,'2013-12-01 19:41:06','2013-12-01 19:41:06','[gdlr_heading tag=\"h2\" size=\"26px\" font_weight=\"bold\"]Gallery Based On WP Gallery Shortcode[/gdlr_heading]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]5 Columns Without Caption[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gallery columns=\"5\" link=\"file\" caption=\"no\" thumbnail_size=\"thumbnail\" ids=\"3511,3512,3510,3519,3518,3533,3531,3532,3530,3529\"]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active =\"no\"]\n\n[gallery columns=\"5\" link=\"file\" caption=\"no\" thumbnail_size=\"thumbnail\" ids=\"3511,3512,3510,3519,3518,3533,3531,3532,3530,3529\"]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]5 Columns With Caption[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gallery columns=\"5\" link=\"file\" caption=\"yes\" thumbnail_size=\"thumbnail\" ids=\"3511,3512,3510,3519,3518,3533,3531,3532,3530,3529\"]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active =\"no\"]\n\n[gallery columns=\"5\" link=\"file\" caption=\"yes\" thumbnail_size=\"thumbnail\" ids=\"3511,3512,3510,3519,3518,3533,3531,3532,3530,3529\"]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Gallery Thumbnail Style[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gallery columns=\"7\" link=\"file\" caption=\"yes\" thumbnail_size=\"thumbnail\" type=\"thumbnail\" ids=\"3511,3512,3510,3519,3518,3533,3531\"]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active =\"no\"]\n\n[gallery columns=\"7\" link=\"file\" caption=\"yes\" thumbnail_size=\"thumbnail\" type=\"thumbnail\" ids=\"3511,3512,3510,3519,3518,3533,3531\"]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]','Gallery Shortcode','','publish','closed','open','','gallery-shortcode','','','2013-12-01 19:41:06','2013-12-01 19:41:06','',0,'http://themes.goodlayers2.com/flawless/?page_id=705',0,'page','',0),(784,1,'2013-12-02 11:08:41','2013-12-02 11:08:41','[gdlr_heading tag=\"h2\" size=\"30px\" font_weight=\"bold\"]Audio Player Shortcode[/gdlr_heading]\n[gdlr_space height=\"35px\"]\n\n[gdlr_heading tag=\"h3\" size=\"20px\" font_weight=\"normal\"]Audio Player By Wordpress[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[audio mp3=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/wm_sticks_and_chains.mp3\"][/audio]\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[audio mp3=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/11/wm_sticks_and_chains.mp3\"][/audio]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"20px\" font_weight=\"normal\"]SoundCloud By \"SoundCloud is Gold\" Plugin[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[soundcloud id=\'121261686\']\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[soundcloud id=\'121261686\']\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]\n','Audio Shortcode','','publish','closed','open','','audio-shortcode','','','2013-12-02 11:08:41','2013-12-02 11:08:41','',0,'http://themes.goodlayers2.com/flawless/?page_id=784',0,'page','',0),(797,1,'2013-12-02 15:03:42','2013-12-02 15:03:42','[gdlr_heading tag=\"h3\" size=\"20px\" font_weight=\"normal\"]Youtube URL[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\nhttp://www.youtube.com/watch?v=SZEflIVnhH8\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\nFILL YOUTUBE URL DIRECTLY\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"20px\" font_weight=\"normal\"]Viemo URL[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\nhttp://vimeo.com/9178386\n\n[gdlr_space height=\"30px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\nFILL VIMEO URL DIRECTLY\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]','Video','','publish','closed','open','','video','','','2013-12-02 15:03:42','2013-12-02 15:03:42','',0,'http://themes.goodlayers2.com/flawless/?page_id=797',0,'page','',0),(824,1,'2013-12-03 10:50:36','2013-12-03 10:50:36','','Blog Full With Left Sidebar','','publish','closed','open','','blog-full-with-left-sidebar','','','2013-12-03 10:50:36','2013-12-03 10:50:36','',0,'http://themes.goodlayers2.com/flawless/?page_id=824',0,'page','',0),(828,1,'2013-12-03 10:51:07','2013-12-03 10:51:07','','Blog Full With Both Sidebar','','publish','closed','open','','blog-full-with-both-sidebar','','','2013-12-03 10:51:07','2013-12-03 10:51:07','',0,'http://themes.goodlayers2.com/flawless/?page_id=828',0,'page','',0),(836,1,'2013-12-03 12:53:58','2013-12-03 12:53:58','','Blog 4 Columns','','publish','closed','open','','blog-4-columns','','','2013-12-03 12:53:58','2013-12-03 12:53:58','',0,'http://themes.goodlayers2.com/flawless/?page_id=836',0,'page','',0),(878,1,'2013-12-03 18:15:08','2013-12-03 18:15:08','','Blog 3 Columns','','publish','closed','open','','blog-3-columns','','','2013-12-03 18:15:08','2013-12-03 18:15:08','',0,'http://themes.goodlayers2.com/flawless/?page_id=878',0,'page','',0),(880,1,'2013-12-03 18:26:30','2013-12-03 18:26:30','','Blog 2 Columns','','publish','closed','open','','blog-2-columns','','','2013-12-03 18:26:30','2013-12-03 18:26:30','',0,'http://themes.goodlayers2.com/flawless/?page_id=880',0,'page','',0),(882,1,'2013-12-03 18:33:27','2013-12-03 18:33:27','','Blog 1 Column','','publish','closed','open','','blog-1-column','','','2013-12-03 18:33:27','2013-12-03 18:33:27','',0,'http://themes.goodlayers2.com/flawless/?page_id=882',0,'page','',0),(887,1,'2013-12-03 18:57:42','2013-12-03 18:57:42','','Blog 2 Columns - Masonry','','publish','closed','open','','blog-2-columns-masonry','','','2013-12-03 18:57:42','2013-12-03 18:57:42','',0,'http://themes.goodlayers2.com/flawless/?page_id=887',0,'page','',0),(888,1,'2013-12-03 19:04:13','2013-12-03 19:04:13','','Blog 3 Columns - Masonry','','publish','closed','open','','blog-3-columns-masonry','','','2013-12-03 19:04:13','2013-12-03 19:04:13','',0,'http://themes.goodlayers2.com/flawless/?page_id=888',0,'page','',0),(889,1,'2013-12-03 19:05:34','2013-12-03 19:05:34','','Blog 4 Columns - Masonry','','publish','closed','open','','blog-4-columns-masonry','','','2013-12-03 19:05:34','2013-12-03 19:05:34','',0,'http://themes.goodlayers2.com/flawless/?page_id=889',0,'page','',0),(906,1,'2013-12-04 10:51:55','2013-12-04 10:51:55','','Portfolio Grid 2 Columns','','publish','closed','closed','','portfolio-grid-2-columns','','','2013-12-04 10:51:55','2013-12-04 10:51:55','',0,'http://themes.goodlayers2.com/flawless/?page_id=906',0,'page','',0),(908,1,'2013-12-04 10:54:19','2013-12-04 10:54:19','','Portfolio Grid 4 Columns','','publish','closed','closed','','portfolio-grid-4-columns','','','2013-12-04 10:54:19','2013-12-04 10:54:19','',0,'http://themes.goodlayers2.com/flawless/?page_id=908',0,'page','',0),(910,1,'2013-12-04 10:57:19','2013-12-04 10:57:19','','Portfolio Grid 1 Column','','publish','closed','open','','portfolio-grid-1-column','','','2013-12-04 10:57:19','2013-12-04 10:57:19','',0,'http://themes.goodlayers2.com/flawless/?page_id=910',0,'page','',0),(915,1,'2013-12-04 10:59:28','2013-12-04 10:59:28','','Portfolio Modern 3 Columns','','publish','closed','open','','portfolio-modern-3-columns','','','2013-12-04 10:59:28','2013-12-04 10:59:28','',0,'http://themes.goodlayers2.com/flawless/?page_id=915',0,'page','',0),(918,1,'2013-12-04 11:08:29','2013-12-04 11:08:29','','Portfolio Modern 2 Columns','','publish','closed','open','','portfolio-modern-2-columns','','','2013-12-04 11:08:29','2013-12-04 11:08:29','',0,'http://themes.goodlayers2.com/flawless/?page_id=918',0,'page','',0),(920,1,'2013-12-04 11:09:09','2013-12-04 11:09:09','','Portfolio Modern 1 Columns','','publish','closed','open','','portfolio-modern-1-columns','','','2013-12-04 11:09:09','2013-12-04 11:09:09','',0,'http://themes.goodlayers2.com/flawless/?page_id=920',0,'page','',0),(922,1,'2013-12-04 11:09:44','2013-12-04 11:09:44','','Portfolio Modern 4 Columns','','publish','closed','open','','portfolio-modern-4-columns','','','2013-12-04 11:09:44','2013-12-04 11:09:44','',0,'http://themes.goodlayers2.com/flawless/?page_id=922',0,'page','',0),(947,1,'2013-12-04 19:13:24','2013-12-04 19:13:24','','Portfolio Grid 4 Cols With Filter','','publish','closed','closed','','portfolio-grid-4-columns-with-filter','','','2013-12-04 19:13:24','2013-12-04 19:13:24','',0,'http://themes.goodlayers2.com/flawless/?page_id=947',0,'page','',0),(949,1,'2013-12-05 07:41:23','2013-12-05 07:41:23','','Portfolio Grid 3 Cols With Filter','','publish','closed','closed','','portfolio-grid-3-columns-with-filter','','','2013-12-05 07:41:23','2013-12-05 07:41:23','',0,'http://themes.goodlayers2.com/flawless/?page_id=949',0,'page','',0),(952,1,'2013-12-05 07:52:38','2013-12-05 07:52:38','','Portfolio Grid 2 Cols With Filter','','publish','closed','closed','','portfolio-grid-2-columns-with-filter','','','2013-12-05 07:52:38','2013-12-05 07:52:38','',0,'http://themes.goodlayers2.com/flawless/?page_id=952',0,'page','',0),(954,1,'2013-12-05 07:56:07','2013-12-05 07:56:07','','Portfolio Grid 1 Col With Filter','','publish','closed','closed','','portfolio-grid-1-columns-with-filter','','','2013-12-05 07:56:07','2013-12-05 07:56:07','',0,'http://themes.goodlayers2.com/flawless/?page_id=954',0,'page','',0),(956,1,'2013-12-05 08:03:01','2013-12-05 08:03:01','','Portfolio Modern 4 Cols With Filter','','publish','closed','open','','portfolio-modern-4-columns-with-filter','','','2013-12-05 08:03:01','2013-12-05 08:03:01','',0,'http://themes.goodlayers2.com/flawless/?page_id=956',0,'page','',0),(962,1,'2013-12-05 08:03:52','2013-12-05 08:03:52','','Portfolio Modern 3 Cols With Filter','','publish','closed','open','','portfolio-modern-3-columns-with-filter','','','2013-12-05 08:03:52','2013-12-05 08:03:52','',0,'http://themes.goodlayers2.com/flawless/?page_id=962',0,'page','',0),(964,1,'2013-12-05 08:04:09','2013-12-05 08:04:09','','Portfolio Modern 2 Columns With Filter','','publish','closed','open','','portfolio-modern-2-columns-with-filter','','','2013-12-05 08:04:09','2013-12-05 08:04:09','',0,'http://themes.goodlayers2.com/flawless/?page_id=964',0,'page','',0),(965,1,'2013-12-05 08:04:18','2013-12-05 08:04:18','','Portfolio Modern 1 Columns With Filter','','publish','closed','open','','portfolio-modern-1-columns-with-filter','','','2013-12-05 08:04:18','2013-12-05 08:04:18','',0,'http://themes.goodlayers2.com/flawless/?page_id=965',0,'page','',0),(1017,1,'2013-12-05 18:14:03','2013-12-05 18:14:03','[gdlr_heading tag=\"h2\" size=\"30px\" font_weight=\"bold\"]Column Shortcode[/gdlr_heading]\n[gdlr_space height=\"35px\"]\n\n[gdlr_heading tag=\"h3\" size=\"20px\" font_weight=\"normal\"]1/1[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_row]\n[gdlr_column size=\"1/1\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Cras mattis iudicium purus sit amet fermentum. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Plura mihi bona sunt, inclinet, amari petere vellent. Me non paenitet nullum festiviorem excogitasse ad hoc. Cum ceteris in veneratione tui montes, nascetur mus. Praeterea iter est quasdam res quas ex communi. Excepteur sint obcaecat cupiditat non proident culpa. Inmensae subtilitatis, obscuris et malesuada fames. Qui ipsorum lingua Celtae, nostra Galli appellantur. Excepteur sint obcaecat cupiditat non proident culpa. Ab illo tempore, ab est sed immemorabili. Paullum deliquit, ponderibus modulisque suis ratio utitur. Ab illo tempore, ab est sed immemorabili.[/gdlr_column]\n[/gdlr_row]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active =\"no\"]\n\n[gdlr_row]\n[gdlr_column size=\"1/1\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Cras mattis iudicium purus sit amet fermentum. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Plura mihi bona sunt, inclinet, amari petere vellent. Me non paenitet nullum festiviorem excogitasse ad hoc. Cum ceteris in veneratione tui montes, nascetur mus. Praeterea iter est quasdam res quas ex communi. Excepteur sint obcaecat cupiditat non proident culpa. Inmensae subtilitatis, obscuris et malesuada fames. Qui ipsorum lingua Celtae, nostra Galli appellantur. Excepteur sint obcaecat cupiditat non proident culpa. Ab illo tempore, ab est sed immemorabili. Paullum deliquit, ponderibus modulisque suis ratio utitur. Ab illo tempore, ab est sed immemorabili.[/gdlr_column]\n[/gdlr_row]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"20px\" font_weight=\"normal\"]1/2[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_row]\n[gdlr_column size=\"1/2\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Cras mattis iudicium purus sit amet fermentum. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Plura mihi bona sunt.[/gdlr_column]\n[gdlr_column size=\"1/2\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Cras mattis iudicium purus sit amet fermentum. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Plura mihi bona sunt.[/gdlr_column]\n[/gdlr_row]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active =\"no\"]\n\n[gdlr_row]\n[gdlr_column size=\"1/2\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Cras mattis iudicium purus sit amet fermentum. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Plura mihi bona sunt, inclinet, amari petere vellent.[/gdlr_column]\n[gdlr_column size=\"1/2\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Cras mattis iudicium purus sit amet fermentum. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Plura mihi bona sunt, inclinet, amari petere vellent.[/gdlr_column]\n[/gdlr_row]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"20px\" font_weight=\"normal\"]1/3[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_row]\n[gdlr_column size=\"1/3\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Cras mattis iudicium purus sit amet fermentum.[/gdlr_column]\n[gdlr_column size=\"1/3\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Cras mattis iudicium purus sit amet fermentum.[/gdlr_column]\n[gdlr_column size=\"1/3\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Cras mattis iudicium purus sit amet fermentum.[/gdlr_column]\n[/gdlr_row]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active =\"no\"]\n\n[gdlr_row]\n[gdlr_column size=\"1/3\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Cras mattis iudicium purus sit amet fermentum.[/gdlr_column]\n[gdlr_column size=\"1/3\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Cras mattis iudicium purus sit amet fermentum.[/gdlr_column]\n[gdlr_column size=\"1/3\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Cras mattis iudicium purus sit amet fermentum.[/gdlr_column]\n[/gdlr_row]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"20px\" font_weight=\"normal\"]1/3 + 2/3[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_row]\n[gdlr_column size=\"1/3\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Cras mattis iudicium purus sit amet fermentum.[/gdlr_column]\n[gdlr_column size=\"2/3\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Paullum deliquit, ponderibus modulisque suis ratio utitur. Curabitur est gravida et libero vitae dictum. Fabio vel iudice vincam, sunt in culpa qui officia. Quo usque tandem abutere, Catilina, patientia nostra? Ullamco laboris nisi ut aliquid ex ea commodi consequat. Petierunt uti sibi concilium totius Galliae in diem certam indicere.[/gdlr_column]\n[/gdlr_row]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active =\"no\"]\n\n[gdlr_row]\n[gdlr_column size=\"1/3\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor tempus vehicula. Cras mattis iudicium purus sit amet fermentum.[/gdlr_column]\n[gdlr_column size=\"2/3\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Paullum deliquit, ponderibus modulisque suis ratio utitur. Curabitur est gravida et libero vitae dictum. Fabio vel iudice vincam, sunt in culpa qui officia. Quo usque tandem abutere, Catilina, patientia nostra? Ullamco laboris nisi ut aliquid ex ea commodi consequat. Petierunt uti sibi concilium totius Galliae in diem certam indicere. Quam diu etiam furor iste tuus nos eludet? Curabitur est gravida et libero vitae dictum.[/gdlr_column]\n[/gdlr_row]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"20px\" font_weight=\"normal\"]1/4[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_row]\n[gdlr_column size=\"1/4\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[gdlr_column size=\"1/4\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[gdlr_column size=\"1/4\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolo.[/gdlr_column]\n[gdlr_column size=\"1/4\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolo.[/gdlr_column]\n[/gdlr_row]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active =\"no\"]\n\n[gdlr_row]\n[gdlr_column size=\"1/4\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[gdlr_column size=\"1/4\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[gdlr_column size=\"1/4\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolo.[/gdlr_column]\n[gdlr_column size=\"1/4\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolo.[/gdlr_column]\n[/gdlr_row]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"20px\" font_weight=\"normal\"]1/4 + 3/4[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_row]\n[gdlr_column size=\"1/4\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[gdlr_column size=\"3/4\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Sed haec quis possit intrepidus aestimare tellus. Cum ceteris in veneratione tui montes, nascetur mus. A communi observantia non est recedendum. Tityre, tu patulae recubans sub tegmine fagi dolor. Ullamco laboris nisi ut aliquid ex ea commodi consequat.Curabitur est gravida et libero vitae dictum. Contra legem facit qui id facit quod lex prohibet. Nihil hic munitissimus habendi senatus locus, nihil horum? Fabio vel iudice vincam, sunt in culpa qui officia.[/gdlr_column]\n[/gdlr_row]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active =\"no\"]\n\n[gdlr_row]\n[gdlr_column size=\"1/4\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[gdlr_column size=\"3/4\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Sed haec quis possit intrepidus aestimare tellus. Cum ceteris in veneratione tui montes, nascetur mus. A communi observantia non est recedendum. Tityre, tu patulae recubans sub tegmine fagi dolor. Ullamco laboris nisi ut aliquid ex ea commodi consequat.Curabitur est gravida et libero vitae dictum. Contra legem facit qui id facit quod lex prohibet. Nihil hic munitissimus habendi senatus locus, nihil horum? Fabio vel iudice vincam, sunt in culpa qui officia.[/gdlr_column]\n[/gdlr_row]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"20px\" font_weight=\"normal\"]1/5[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_row]\n[gdlr_column size=\"1/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[gdlr_column size=\"1/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[gdlr_column size=\"1/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[gdlr_column size=\"1/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[gdlr_column size=\"1/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[/gdlr_row]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active =\"no\"]\n\n[gdlr_row]\n[gdlr_column size=\"1/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[gdlr_column size=\"1/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[gdlr_column size=\"1/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[gdlr_column size=\"1/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[gdlr_column size=\"1/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[/gdlr_row]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"20px\" font_weight=\"normal\"]1/5 + 4/5[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_row]\n[gdlr_column size=\"1/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[gdlr_column size=\"4/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Petierunt uti sibi concilium totius Galliae in diem certam indicere. Pellentesque habitant morbi tristique senectus et netus. Contra legem facit qui id facit quod lex prohibet. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua.\nPaullum deliquit, ponderibus modulisque suis ratio utitur. Contra legem facit qui id facit quod lex prohibet. Curabitur blandit tempus ardua ridiculus sed magna. Lorem ipsum dolor sit amet, consectetur adipisici elit.[/gdlr_column]\n[/gdlr_row]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active =\"no\"]\n\n[gdlr_row]\n[gdlr_column size=\"1/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Phasellus laoreet lorem vel dolor.[/gdlr_column]\n[gdlr_column size=\"4/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Petierunt uti sibi concilium totius Galliae in diem certam indicere. Pellentesque habitant morbi tristique senectus et netus. Contra legem facit qui id facit quod lex prohibet. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua.\nPaullum deliquit, ponderibus modulisque suis ratio utitur. Contra legem facit qui id facit quod lex prohibet. Curabitur blandit tempus ardua ridiculus sed magna. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Non equidem invideo, miror magis posuere velit aliquet. Morbi odio eros, volutpat ut pharetra vitae, lobortis sed nibh.[/gdlr_column]\n[/gdlr_row]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"20px\" font_weight=\"normal\"]2/5 + 3/5[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_row]\n[gdlr_column size=\"2/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Paullum deliquit, ponderibus modulisque suis ratio utitur. Plura mihi bona sunt, inclinet, amari petere vellent. At nos hinc posthac, sitientis piros Afros.[/gdlr_column]\n[gdlr_column size=\"3/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Quid securi etiam tamquam eu fugiat nulla pariatur. Quam diu etiam furor iste tuus nos eludet? Ut enim ad minim veniam, quis nostrud exercitation.Curabitur blandit tempus ardua ridiculus sed magna. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Sed haec quis possit intrepidus aestimare tellus.[/gdlr_column]\n[/gdlr_row]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active =\"no\"]\n\n[gdlr_row]\n[gdlr_column size=\"2/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Paullum deliquit, ponderibus modulisque suis ratio utitur. Plura mihi bona sunt, inclinet, amari petere vellent. At nos hinc posthac, sitientis piros Afros.[/gdlr_column]\n[gdlr_column size=\"3/5\"]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Quid securi etiam tamquam eu fugiat nulla pariatur. Quam diu etiam furor iste tuus nos eludet? Ut enim ad minim veniam, quis nostrud exercitation.Curabitur blandit tempus ardua ridiculus sed magna. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Sed haec quis possit intrepidus aestimare tellus.[/gdlr_column]\n[/gdlr_row]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]','Column Shortcode','','publish','closed','open','','column-shortcode','','','2013-12-05 18:14:03','2013-12-05 18:14:03','',0,'http://themes.goodlayers2.com/flawless/?page_id=1017',0,'page','',0),(1039,1,'2013-12-05 18:53:55','2013-12-05 18:53:55','[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Post Slider With Caption At The Bottom[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_post_slider category=\"15\" num_fetch=\"4\" num_excerpt=\"25\" caption_position=\"bottom\" thumbnail_size=\"post-slider-bottom\" orderby=\"date\" order=\"asc\" ]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_post_slider category=\"19\" num_fetch=\"4\" num_excerpt=\"25\" caption_position=\"bottom\" thumbnail_size=\"post-slider-bottom\" orderby=\"date\" order=\"asc\" ]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Post Slider With Caption On Right Side[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_post_slider category=\"19\" num_fetch=\"4\" num_excerpt=\"25\" caption_position=\"right\" thumbnail_size=\"post-slider-side\" orderby=\"date\" order=\"asc\" ]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_post_slider category=\"19\" num_fetch=\"4\" num_excerpt=\"25\" caption_position=\"right\" thumbnail_size=\"post-slider-side\" orderby=\"date\" order=\"asc\" ]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Post Slider With Caption On Left Side[/gdlr_heading]\n[gdlr_space height=\"30px\"]\n\n[gdlr_post_slider category=\"19\" num_fetch=\"4\" num_excerpt=\"25\" caption_position=\"left\" thumbnail_size=\"post-slider-side\" orderby=\"date\" order=\"asc\" ]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_post_slider category=\"19\" num_fetch=\"4\" num_excerpt=\"25\" caption_position=\"left\" thumbnail_size=\"post-slider-side\" orderby=\"date\" order=\"asc\" ]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]','Post Slider','','publish','closed','open','','post-slider','','','2013-12-05 18:53:55','2013-12-05 18:53:55','',0,'http://themes.goodlayers2.com/flawless/?page_id=1039',0,'page','',0),(1045,1,'2013-12-05 19:11:15','2013-12-05 19:11:15','[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Slider With Left Caption[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gallery columns=\"4\" link=\"file\" caption=\"yes\" thumbnail_size=\"post-slider-bottom\" type=\"slider\" ids=\"3511,3512,3518,3513\"]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gallery columns=\"4\" link=\"file\" caption=\"yes\" thumbnail_size=\"post-slider-bottom\" type=\"slider\" ids=\"3511,3512,3514,3530\"]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Slider With Center Caption[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gallery columns=\"4\" link=\"file\" caption=\"yes\" thumbnail_size=\"post-slider-bottom\" type=\"slider\" caption_position=\"center\" ids=\"3511,3512,3518,3513\"]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gallery columns=\"4\" link=\"file\" caption=\"yes\" thumbnail_size=\"post-slider-bottom\" type=\"slider\" caption_position=\"center\" ids=\"3511,3512,3514,3530\"]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Slider With Right Caption[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gallery columns=\"4\" link=\"file\" caption=\"yes\" thumbnail_size=\"post-slider-bottom\" type=\"slider\" caption_position=\"right\" ids=\"3511,3512,3518,3513\"]\n\n[gdlr_space height=\"40px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gallery columns=\"4\" link=\"file\" caption=\"yes\" thumbnail_size=\"post-slider-bottom\" type=\"slider\" caption_position=\"right\" ids=\"3511,3512,3514,3530\"]\n\n[/gdlr_code]\n\n[gdlr_space height=\"60px\"]\n\n[gdlr_heading tag=\"h3\" size=\"22px\" font_weight=\"normal\"]Slider Thumbnail Style[/gdlr_heading]\n\n[gdlr_space height=\"30px\"]\n\n[gallery columns=\"6\" link=\"file\" caption=\"yes\" thumbnail_size=\"small-grid-size\" type=\"thumbnail\" ids=\"3532,3531,3518,3512,3511,3513\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gallery columns=\"6\" link=\"file\" caption=\"yes\" thumbnail_size=\"small-grid-size\" type=\"thumbnail\" ids=\"3532,3531,3518,3512,3511,3513\"]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]','Slider Shortcode','','publish','closed','open','','slider-shortcode','','','2013-12-05 19:11:15','2013-12-05 19:11:15','',0,'http://themes.goodlayers2.com/flawless/?page_id=1045',0,'page','',0),(1084,1,'2013-12-08 12:59:15','2013-12-08 12:59:15','[gdlr_heading tag=\"h2\" size=\"26px\" font_weight=\"bold\"]Vertical Process[/gdlr_heading]\n[gdlr_space height=\"40px\"]\n\n[gdlr_process min_height=\"280px\" type=\"vertical\" ]\n\n[gdlr_tab icon=\"icon-rss\" title=\"Vehicula Egestas Amet Fringilla\" ]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Qui ipsorum lingua Celtae, nostra Galli appellantur. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae. Contra legem facit qui id facit quod lex prohibet. Magna pars studiorum, prodita quaerimus. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae.\n\nQui ipsorum lingua Celtae, nostra Galli appellantur. Paullum deliquit, ponderibus modulisque suis ratio utitur. Me non paenitet nullum festiviorem excogitasse ad hoc. Curabitur est gravida et libero vitae dictum.\nPetierunt uti sibi concilium totius Galliae in diem certam indicere. Ab illo tempore, ab est sed immemorabili. Curabitur blandit tempus ardua ridiculus sed magna. Praeterea iter est quasdam res quas ex communi.[/gdlr_tab]\n\n[gdlr_tab icon=\"icon-flag\" title=\"Nihilne Te Nocturnum Tempor\" ]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Qui ipsorum lingua Celtae, nostra Galli appellantur. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae. Contra legem facit qui id facit quod lex prohibet. Magna pars studiorum, prodita quaerimus. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae.\n\nQui ipsorum lingua Celtae, nostra Galli appellantur. Paullum deliquit, ponderibus modulisque suis ratio utitur. Me non paenitet nullum festiviorem excogitasse ad hoc. Curabitur est gravida et libero vitae dictum.\nPetierunt uti sibi concilium totius Galliae in diem certam indicere. Ab illo tempore, ab est sed immemorabili. Curabitur blandit tempus ardua ridiculus sed magna. Praeterea iter est quasdam res quas ex communi.[/gdlr_tab]\n\n[gdlr_tab icon=\"icon-fire\" title=\"Concilium Totius Galliae\" ]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Qui ipsorum lingua Celtae, nostra Galli appellantur. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae. Contra legem facit qui id facit quod lex prohibet. Magna pars studiorum, prodita quaerimus. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae.\n\nQui ipsorum lingua Celtae, nostra Galli appellantur. Paullum deliquit, ponderibus modulisque suis ratio utitur. Me non paenitet nullum festiviorem excogitasse ad hoc. Curabitur est gravida et libero vitae dictum.\nPetierunt uti sibi concilium totius Galliae in diem certam indicere. Ab illo tempore, ab est sed immemorabili. Curabitur blandit tempus ardua ridiculus sed magna. Praeterea iter est quasdam res quas ex communi.[/gdlr_tab]\n\n[/gdlr_process]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_process min_height=\"280px\" type=\"vertical\" ]\n\n[gdlr_tab icon=\"icon-rss\" title=\"Vehicula Egestas Amet Fringilla\" ]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Qui ipsorum lingua Celtae, nostra Galli appellantur. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae. Contra legem facit qui id facit quod lex prohibet. Magna pars studiorum, prodita quaerimus. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae.\n\nQui ipsorum lingua Celtae, nostra Galli appellantur. Paullum deliquit, ponderibus modulisque suis ratio utitur. Me non paenitet nullum festiviorem excogitasse ad hoc. Curabitur est gravida et libero vitae dictum.\nPetierunt uti sibi concilium totius Galliae in diem certam indicere. Ab illo tempore, ab est sed immemorabili. Curabitur blandit tempus ardua ridiculus sed magna. Praeterea iter est quasdam res quas ex communi.[/gdlr_tab]\n\n[gdlr_tab icon=\"icon-flag\" title=\"Nihilne Te Nocturnum Tempor\" ]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Qui ipsorum lingua Celtae, nostra Galli appellantur. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae. Contra legem facit qui id facit quod lex prohibet. Magna pars studiorum, prodita quaerimus. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae.\n\nQui ipsorum lingua Celtae, nostra Galli appellantur. Paullum deliquit, ponderibus modulisque suis ratio utitur. Me non paenitet nullum festiviorem excogitasse ad hoc. Curabitur est gravida et libero vitae dictum.\nPetierunt uti sibi concilium totius Galliae in diem certam indicere. Ab illo tempore, ab est sed immemorabili. Curabitur blandit tempus ardua ridiculus sed magna. Praeterea iter est quasdam res quas ex communi.[/gdlr_tab]\n\n[gdlr_tab icon=\"icon-fire\" title=\"Concilium Totius Galliae\" ]Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Qui ipsorum lingua Celtae, nostra Galli appellantur. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae. Contra legem facit qui id facit quod lex prohibet. Magna pars studiorum, prodita quaerimus. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae.\n\nQui ipsorum lingua Celtae, nostra Galli appellantur. Paullum deliquit, ponderibus modulisque suis ratio utitur. Me non paenitet nullum festiviorem excogitasse ad hoc. Curabitur est gravida et libero vitae dictum.\nPetierunt uti sibi concilium totius Galliae in diem certam indicere. Ab illo tempore, ab est sed immemorabili. Curabitur blandit tempus ardua ridiculus sed magna. Praeterea iter est quasdam res quas ex communi.[/gdlr_tab]\n\n[/gdlr_process]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]\n\n[gdlr_heading tag=\"h2\" size=\"26px\" font_weight=\"bold\"]Horizontal Process[/gdlr_heading]\n[gdlr_space height=\"40px\"]\n\n[gdlr_process min_height=\"200px\" type=\"horizontal\" ]\n\n[gdlr_tab icon=\"icon-rss\" title=\"Vehicula Egestas\" ]Qui ipsorum lingua Celtae, nostra Galli appellantur. Paullum deliquit, ponderibus mod lisque suis ratio utitur. Me non paenitet nullum festivior em excog itasse ad hoc.[/gdlr_tab]\n\n[gdlr_tab icon=\"icon-flag\" title=\"Nocturnum Tempor\" ]Qui ipsorum lingua Celtae, nostra Galli appellantur. Paullum deliquit, ponderibus mod lisque suis ratio utitur. Me non paenitet nullum festivior em excog itasse ad hoc.[/gdlr_tab]\n\n[gdlr_tab icon=\"icon-fire\" title=\"Concilium Totius\" ]Qui ipsorum lingua Celtae, nostra Galli appellantur. Paullum deliquit, ponderibus mod lisque suis ratio utitur. Me non paenitet nullum festivior em excog itasse ad hoc.[/gdlr_tab]\n\n[/gdlr_process]\n\n[gdlr_space height=\"10px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_process min_height=\"200px\" type=\"horizontal\" ]\n\n[gdlr_tab icon=\"icon-rss\" title=\"Vehicula Egestas\" ]Qui ipsorum lingua Celtae, nostra Galli appellantur. Paullum deliquit, ponderibus mod lisque suis ratio utitur. Me non paenitet nullum festivior em excog itasse ad hoc.[/gdlr_tab]\n\n[gdlr_tab icon=\"icon-flag\" title=\"Nocturnum Tempor\" ]Qui ipsorum lingua Celtae, nostra Galli appellantur. Paullum deliquit, ponderibus mod lisque suis ratio utitur. Me non paenitet nullum festivior em excog itasse ad hoc.[/gdlr_tab]\n\n[gdlr_tab icon=\"icon-fire\" title=\"Concilium Totius\" ]Qui ipsorum lingua Celtae, nostra Galli appellantur. Paullum deliquit, ponderibus mod lisque suis ratio utitur. Me non paenitet nullum festivior em excog itasse ad hoc.[/gdlr_tab]\n\n[/gdlr_process]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]','Process','','publish','closed','open','','process','','','2013-12-08 12:59:15','2013-12-08 12:59:15','',0,'http://themes.goodlayers2.com/flawless/?page_id=1084',0,'page','',0),(1122,1,'2013-12-11 07:21:51','2013-12-11 07:21:51','','About Us','','publish','closed','open','','about-us','','','2013-12-11 07:21:51','2013-12-11 07:21:51','',0,'http://themes.goodlayers2.com/flawless/?page_id=1122',0,'page','',0),(1235,1,'2013-12-18 07:56:51','2013-12-18 07:56:51','[woocommerce_lost_password]','Lost Password','','publish','closed','open','','lost-password','','','2013-12-18 07:56:51','2013-12-18 07:56:51','',0,'http://themes.goodlayers2.com/flawless/my-account/lost-password/',0,'page','',0),(1236,1,'2013-12-18 07:56:51','2013-12-18 07:56:51','[woocommerce_edit_address]','Edit My Address','','publish','closed','open','','edit-address','','','2013-12-18 07:56:51','2013-12-18 07:56:51','',0,'http://themes.goodlayers2.com/flawless/my-account/edit-address/',0,'page','',0),(1237,1,'2013-12-18 07:56:51','2013-12-18 07:56:51','[woocommerce_view_order]','View Order','','publish','closed','open','','view-order','','','2013-12-18 07:56:51','2013-12-18 07:56:51','',0,'http://themes.goodlayers2.com/flawless/my-account/view-order/',0,'page','',0),(1238,1,'2013-12-18 07:56:51','2013-12-18 07:56:51','[woocommerce_change_password]','Change Password','','publish','closed','open','','change-password','','','2013-12-18 07:56:51','2013-12-18 07:56:51','',0,'http://themes.goodlayers2.com/flawless/my-account/change-password/',0,'page','',0),(1239,1,'2013-12-18 07:56:51','2013-12-18 07:56:51','','Logout','','publish','closed','open','','logout','','','2013-12-18 07:56:51','2013-12-18 07:56:51','',0,'http://themes.goodlayers2.com/flawless/my-account/logout/',0,'page','',0),(1241,1,'2013-12-18 07:56:51','2013-12-18 07:56:51','[woocommerce_thankyou]','Order Received','','publish','closed','open','','order-received','','','2013-12-18 07:56:51','2013-12-18 07:56:51','',0,'http://themes.goodlayers2.com/flawless/checkout/order-received/',0,'page','',0),(1400,1,'2013-12-19 11:48:18','2013-12-19 11:48:18','[gdlr_space height=\"20px\"]\n\n[gdlr_price_table columns=\"3\" ]\n[gdlr_tab title=\"Deluxe\" price=\"$39.99/mo\" link=\"#\" ]\n<ul>\n <li>30 GB</li>\n <li>12 Email Accounts</li>\n <li>50 GB Bandwidth</li>\n <li>Live Chat Support</li>\n <li>Enchanced SSL Security</li>\n</ul>\n[/gdlr_tab]\n[gdlr_tab title=\"Premium\" price=\"$49.99/mo\" link=\"#\" active=\"yes\" ]\n<ul>\n <li>30 GB</li>\n <li>12 Email Accounts</li>\n <li>50 GB Bandwidth</li>\n <li>Live Chat Support</li>\n <li>Enchanced SSL Security</li>\n</ul>\n[/gdlr_tab]\n[gdlr_tab title=\"Standard\" price=\"$59.99/mo\" link=\"#\" ]\n<ul>\n <li>30 GB</li>\n <li>12 Email Accounts</li>\n <li>50 GB Bandwidth</li>\n <li>Live Chat Support</li>\n <li>Enchanced SSL Security</li>\n</ul>\n[/gdlr_tab]\n[/gdlr_price_table]\n\n[gdlr_space height=\"20px\"]\n\n[gdlr_code title=\"Get the code\" active=\"no\"]\n\n[gdlr_price_table columns=\"3\" ]\n[gdlr_tab title=\"Deluxe\" price=\"$39.99/mo\" link=\"#\" ]\n<ul>\n <li>30 GB</li>\n <li>12 Email Accounts</li>\n <li>50 GB Bandwidth</li>\n <li>Live Chat Support</li>\n <li>Enchanced SSL Security</li>\n</ul>\n[/gdlr_tab]\n[gdlr_tab title=\"Premium\" price=\"$49.99/mo\" link=\"#\" active=\"yes\" ]\n<ul>\n <li>30 GB</li>\n <li>12 Email Accounts</li>\n <li>50 GB Bandwidth</li>\n <li>Live Chat Support</li>\n <li>Enchanced SSL Security</li>\n</ul>\n[/gdlr_tab]\n[gdlr_tab title=\"Standard\" price=\"$59.99/mo\" link=\"#\" ]\n<ul>\n <li>30 GB</li>\n <li>12 Email Accounts</li>\n <li>50 GB Bandwidth</li>\n <li>Live Chat Support</li>\n <li>Enchanced SSL Security</li>\n</ul>\n[/gdlr_tab]\n[/gdlr_price_table]\n\n[/gdlr_code]\n\n[gdlr_space height=\"80px\"]','Price Table','','publish','closed','open','','price-table','','','2013-12-19 11:48:18','2013-12-19 11:48:18','',0,'http://themes.goodlayers2.com/flawless/?page_id=1400',0,'page','',0),(1490,1,'2013-12-20 18:10:07','2013-12-20 18:10:07','<h3>Custom Skin</h3>\nYou can create various skin to use on color/parallax section easily. This will help you to be able to create various color tone within your site.\n\n<a href=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-2-1.jpg\"><img class=\"alignnone size-full wp-image-1478\" alt=\"feature-2-1\" src=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-2-1.jpg\" width=\"620\" height=\"600\" /></a>','Custom Skin','','publish','closed','open','','custom-skin','','','2013-12-20 18:10:07','2013-12-20 18:10:07','',0,'http://themes.goodlayers2.com/flawless/?page_id=1476',0,'page','',0),(1493,1,'2013-12-20 18:50:55','2013-12-20 18:50:55','<h3>Sidebar Size Customizable</h3>\nYou can set the width of sidebar easily via admin panel. We have 5 options for you. 16%, 25%, 33%, 41%, 50%. And 25%, 33% for both sidebar layout.\n\n<a href=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-5-1.jpg\"><img class=\"alignnone size-full wp-image-1494\" alt=\"feature-5-1\" src=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-5-1.jpg\" width=\"620\" height=\"600\" /></a>','Sidebar Size Customizable','','publish','closed','open','','sidebar-size-customizable','','','2013-12-20 18:50:55','2013-12-20 18:50:55','',0,'http://themes.goodlayers2.com/flawless/?page_id=1493',0,'page','',0),(1499,1,'2013-12-20 19:02:33','2013-12-20 19:02:33','<h3>Font Awesome</h3>\nFont Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS.You can call it easily by shortcode. <a href=\"http://demo.goodlayers.com/mediso/corporate/icons-icon-boxes/\" target=\"_blank\" rel=\"noopener noreferrer\">http://demo.goodlayers.com/mediso/corporate/icons-icon-boxes/</a>\n\n<a href=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-7-1.jpg\"><img class=\"alignnone size-full wp-image-1500\" alt=\"feature-7-1\" src=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-7-1.jpg\" width=\"620\" height=\"600\" /></a>','Font Awesome','','publish','closed','open','','font-awesome','','','2013-12-20 19:02:33','2013-12-20 19:02:33','',0,'http://themes.goodlayers2.com/flawless/?page_id=1499',0,'page','',0),(1503,1,'2013-12-20 19:14:20','2013-12-20 19:14:20','<h3>Shortcode Generator</h3>\nYou don\'t need to remember all shortcodes anymore. You can easily call it by the button in VS editor.\n\n<a href=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-8-1.jpg\"><img class=\"alignnone size-full wp-image-1504\" alt=\"feature-8-1\" src=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-8-1.jpg\" width=\"620\" height=\"600\" /></a>','Shortcode Generator','','publish','closed','open','','shortcode-generator','','','2013-12-20 19:14:20','2013-12-20 19:14:20','',0,'http://themes.goodlayers2.com/flawless/?page_id=1503',0,'page','',0),(1510,1,'2013-12-20 19:23:58','2013-12-20 19:23:58','<h3>Font Uploader</h3>\nYou can upload font directly via admin panel.(FontFace)\n\n<a href=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-10-1.jpg\"><img class=\"alignnone size-full wp-image-1511\" alt=\"feature-10-1\" src=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-10-1.jpg\" width=\"620\" height=\"600\" /></a>','Font Uploader','','publish','closed','open','','font-uploader','','','2013-12-20 19:23:58','2013-12-20 19:23:58','',0,'http://themes.goodlayers2.com/flawless/?page_id=1510',0,'page','',0),(1513,1,'2013-12-20 19:26:45','2013-12-20 19:26:45','<h3>Unlimited Sidebar</h3>\nCreate unlimited sidebar just right in appearance > widget. You can also assign your sidebar to any posts/pages.\n\n<a href=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-11-1.jpg\"><img src=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-11-1.jpg\" alt=\"feature-11-1\" width=\"620\" height=\"600\" class=\"alignnone size-full wp-image-1514\" /></a>','Unlimited Sidebar','','publish','closed','open','','unlimited-sidebar','','','2013-12-20 19:26:45','2013-12-20 19:26:45','',0,'http://themes.goodlayers2.com/flawless/?page_id=1513',0,'page','',0),(1516,1,'2013-12-20 19:30:30','2013-12-20 19:30:30','<h3>Google Font</h3>\nThe most famous font today, Google font, is also available in this theme as well.\n\n<a href=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-12-1.jpg\"><img src=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-12-1.jpg\" alt=\"feature-12-1\" width=\"620\" height=\"600\" class=\"alignnone size-full wp-image-1517\" /></a>','Google Font','','publish','closed','open','','google-font','','','2013-12-20 19:30:30','2013-12-20 19:30:30','',0,'http://themes.goodlayers2.com/flawless/?page_id=1516',0,'page','',0),(1519,1,'2013-12-20 19:34:28','2013-12-20 19:34:28','<h3>Post Format</h3>\nYou can use post format feature from WP in this theme. You can see example of result here > <a href=\"http://demo.goodlayers.com/flawless/blog-full-with-right-sidebar/\" target=\"_blank\" rel=\"noopener noreferrer\">http://demo.goodlayers.com/flawless/blog-full-with-right-sidebar/</a>\n\n<a href=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-13-1.jpg\"><img src=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-13-1.jpg\" alt=\"feature-13-1\" width=\"620\" height=\"600\" class=\"alignnone size-full wp-image-1520\" /></a>','Post Format','','publish','closed','open','','post-format','','','2013-12-20 19:34:28','2013-12-20 19:34:28','',0,'http://themes.goodlayers2.com/flawless/?page_id=1519',0,'page','',0),(1522,1,'2013-12-20 19:37:27','2013-12-20 19:37:27','<h3>Master Slider</h3>\n<span style=\"color: #444444;\">Master Slider is a premium </span><strong style=\"color: #444444;\">image and content slider</strong><span style=\"color: #444444;\"> with </span><strong style=\"color: #444444;\">super smooth hardware accelerated transitions</strong><span style=\"color: #444444;\">. It supports </span><strong style=\"color: #444444;\">touch navigation</strong><span style=\"color: #444444;\"> with </span><strong style=\"color: #444444;\">pure swipe gesture</strong><span style=\"color: #444444;\"> that you have never experienced before. It’s a truly </span><strong style=\"color: #444444;\">responsive</strong><span style=\"color: #444444;\"> and </span><strong style=\"color: #444444;\">device friendly</strong><span style=\"color: #444444;\"> slider which works perfect in all major devices.</span>\n\n<a href=\"http://demo.goodlayers.com/versatile/wp-content/uploads/2013/12/feature-master-slider.jpg\"><img class=\"alignnone size-full wp-image-2681\" src=\"http://demo.goodlayers.com/versatile/wp-content/uploads/2013/12/feature-master-slider.jpg\" alt=\"feature-master-slider\" width=\"620\" height=\"600\" /></a>','Master Slider','','publish','closed','open','','layer-slider-2','','','2013-12-20 19:37:27','2013-12-20 19:37:27','',0,'http://themes.goodlayers2.com/flawless/?page_id=1522',0,'page','',0),(1525,1,'2013-12-20 19:40:34','2013-12-20 19:40:34','<h3>Optimized Code & SEO</h3>\nWe reconstructed about how to use title. We use heading tag(H1,H2,H3,…) for title which is good practice for search engine site. Main contents are moved above sidebars(including both sidebar layout), now search engine will easily fine your main contents first. Also, ‘alt’ tag for images is supported. This is also help search engine to analyst your site easily. \n\n<a href=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-15-1.jpg\"><img src=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-15-1.jpg\" alt=\"feature-15-1\" width=\"620\" height=\"600\" class=\"alignnone size-full wp-image-1526\" /></a>','Optimized Code & SEO','','publish','closed','open','','optimized-code-seo','','','2013-12-20 19:40:34','2013-12-20 19:40:34','',0,'http://themes.goodlayers2.com/flawless/?page_id=1525',0,'page','',0),(1566,1,'2013-12-21 05:03:33','2013-12-21 05:03:33','<h3>Scalable Container</h3>\nIf you like 960px, 1280px, 1400px.... It\'s all good. You can put ANY number in this box.\n\n<a href=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-17-1.jpg\"><img class=\"alignnone size-full wp-image-1567\" alt=\"feature-17-1\" src=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-17-1.jpg\" width=\"620\" height=\"600\" /></a>','Scalable Container','','publish','closed','open','','scalable-container','','','2013-12-21 05:03:33','2013-12-21 05:03:33','',0,'http://themes.goodlayers2.com/flawless/?page_id=1566',0,'page','',0),(1629,1,'2013-12-24 04:31:24','2013-12-24 04:31:24','','Contact Page','','publish','closed','open','','contact-page','','','2013-12-24 04:31:24','2013-12-24 04:31:24','',0,'http://themes.goodlayers2.com/flawless/?page_id=1629',0,'page','',0),(1631,1,'2013-12-24 04:50:36','2013-12-24 04:50:36','','Контакты','','publish','closed','open','','contact-page-2','','','2019-06-10 16:39:28','2019-06-10 13:39:28','',0,'http://themes.goodlayers2.com/flawless/?page_id=1631',0,'page','',0),(1746,1,'2014-01-07 05:47:08','2014-01-07 05:47:08','http://www.youtube.com/watch?v=sdHsTucReyM','Installing theme and Setting as demo site','','publish','closed','open','','installing-theme-and-setting-as-demo-site','','','2014-01-07 05:47:08','2014-01-07 05:47:08','',0,'http://themes.goodlayers2.com/flawless/?page_id=1746',0,'page','',0),(1748,1,'2014-01-07 05:48:13','2014-01-07 05:48:13','http://www.youtube.com/watch?v=J9quTjBHlqk','Creating Portfolio & Filterer','','publish','closed','open','','creating-portfolio-filterer','','','2014-01-07 05:48:13','2014-01-07 05:48:13','',0,'http://themes.goodlayers2.com/flawless/?page_id=1748',0,'page','',0),(1750,1,'2014-01-07 05:48:51','2014-01-07 05:48:51','http://www.youtube.com/watch?v=t1xRpig24z0','Creating Blog','','publish','closed','open','','creating-blog','','','2014-01-07 05:48:51','2014-01-07 05:48:51','',0,'http://themes.goodlayers2.com/flawless/?page_id=1750',0,'page','',0),(1752,1,'2014-01-07 05:49:28','2014-01-07 05:49:28','http://www.youtube.com/watch?v=JaevNeYibbU','Creating Gallery','','publish','closed','open','','creating-gallery','','','2014-01-07 05:49:28','2014-01-07 05:49:28','',0,'http://themes.goodlayers2.com/flawless/?page_id=1752',0,'page','',0),(1754,1,'2014-01-07 05:49:46','2014-01-07 05:49:46','http://www.youtube.com/watch?v=yZewyVkUccE','Thumbnail Management','','publish','closed','open','','thumbnail-management','','','2014-01-07 05:49:46','2014-01-07 05:49:46','',0,'http://themes.goodlayers2.com/flawless/?page_id=1754',0,'page','',0),(2009,1,'2014-03-17 11:01:38','2014-03-17 11:01:38','','Portfolio Grid 2 Columns, No Space','','publish','closed','closed','','portfolio-grid-2-columns-no-space','','','2014-03-17 11:01:38','2014-03-17 11:01:38','',0,'http://themes.goodlayers2.com/mediso/corporate/?page_id=2009',0,'page','',0),(2010,1,'2014-03-17 11:01:49','2014-03-17 11:01:49','','Portfolio Grid 3 Columns, No Space','','publish','closed','closed','','portfolio-grid-3-columns-no-space','','','2014-03-17 11:01:49','2014-03-17 11:01:49','',0,'http://themes.goodlayers2.com/mediso/corporate/?page_id=2010',0,'page','',0),(2011,1,'2014-03-17 11:01:59','2014-03-17 11:01:59','','Portfolio Grid 4 Columns, No Space','','publish','closed','closed','','portfolio-grid-4-columns-no-space','','','2014-03-17 11:01:59','2014-03-17 11:01:59','',0,'http://themes.goodlayers2.com/mediso/corporate/?page_id=2011',0,'page','',0),(2023,1,'2014-03-17 11:20:21','2014-03-17 11:20:21','','Portfolio Modern 2 Columns, No Space','','publish','closed','open','','portfolio-modern-2-columns-no-space','','','2014-03-17 11:20:21','2014-03-17 11:20:21','',0,'http://themes.goodlayers2.com/mediso/corporate/?page_id=2023',0,'page','',0),(2024,1,'2014-03-17 11:20:34','2014-03-17 11:20:34','','Portfolio Modern 3 Columns, No Space','','publish','closed','open','','portfolio-modern-3-columns-no-space','','','2014-03-17 11:20:34','2014-03-17 11:20:34','',0,'http://themes.goodlayers2.com/mediso/corporate/?page_id=2024',0,'page','',0),(2025,1,'2014-03-17 11:20:55','2014-03-17 11:20:55','','Portfolio Modern 4 Columns, No Space','','publish','closed','open','','portfolio-modern-4-columns-no-space','','','2014-03-17 11:20:55','2014-03-17 11:20:55','',0,'http://themes.goodlayers2.com/mediso/corporate/?page_id=2025',0,'page','',0),(2033,1,'2014-03-17 11:56:38','2014-03-17 11:56:38','','Blog Medium With Right Sidebar','','publish','closed','open','','blog-medium-with-right-sidebar','','','2014-03-17 11:56:38','2014-03-17 11:56:38','',0,'http://themes.goodlayers2.com/mediso/corporate/?page_id=2033',0,'page','',0),(2034,1,'2014-03-17 11:57:44','2014-03-17 11:57:44','','Blog Medium With Both Sidebar','','publish','closed','open','','blog-medium-with-both-sidebar','','','2014-03-17 11:57:44','2014-03-17 11:57:44','',0,'http://themes.goodlayers2.com/mediso/corporate/?page_id=2034',0,'page','',0),(2035,1,'2014-03-17 11:56:49','2014-03-17 11:56:49','<p><br data-mce-bogus=\"1\"></p>\n','Blog Medium With Left Sidebar','','publish','closed','open','','blog-medium-with-left-sidebar','','','2014-03-17 11:56:49','2014-03-17 11:56:49','',0,'http://themes.goodlayers2.com/mediso/corporate/?page_id=2035',0,'page','',0),(2036,1,'2014-03-17 11:58:02','2014-03-17 11:58:02','','Blog Medium Without Sidebar','','publish','closed','open','','blog-medium-without-sidebar','','','2014-03-17 11:58:02','2014-03-17 11:58:02','',0,'http://themes.goodlayers2.com/mediso/corporate/?page_id=2036',0,'page','',0),(3150,1,'2014-12-01 14:32:33','2014-12-01 14:32:33','<h3>No More Waiting!</h3>\nMany customers used to ask us to add visual editor in page builder and here you are. We added this awesome feature in our new page builder framework!\n\n<a href=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-4-1.jpg\"><img class=\"alignnone size-full wp-image-1490\" alt=\"feature-4-1\" src=\"http://demo.goodlayers.com/flawless/wp-content/uploads/2013/12/feature-4-1.jpg\" width=\"620\" height=\"600\" /></a>','Visual Editor in Page Builder','','publish','closed','open','','visual-editor-in-page-builder-2','','','2014-12-01 14:32:33','2014-12-01 14:32:33','',0,'http://themes.goodlayers.com/thekeynote/?page_id=3150',0,'page','',0),(3163,1,'2014-12-01 14:42:44','2014-12-01 14:42:44','','Gallery 2 Columns With Caption','','publish','closed','open','','gallery-2-columns-with-caption','','','2014-12-01 14:42:44','2014-12-01 14:42:44','',0,'http://themes.goodlayers.com/thekeynote/?page_id=3163',0,'page','',0),(3603,1,'2015-03-27 12:07:11','2015-03-27 12:07:11','','Наши номера','','publish','closed','open','','rooms','','','2019-06-10 16:32:49','2019-06-10 13:32:49','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3603',0,'page','',0),(3605,1,'2015-03-28 15:23:22','2015-03-28 15:23:22','','Room Classic 2 Columns','','publish','closed','open','','room-classic-2-columns','','','2015-03-28 15:23:22','2015-03-28 15:23:22','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3605',0,'page','',0),(3614,1,'2015-03-28 15:48:46','2015-03-28 15:48:46','','Room Classic 1 Column','','publish','closed','open','','room-classic-1-column','','','2015-03-28 15:48:46','2015-03-28 15:48:46','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3614',0,'page','',0),(3616,1,'2015-03-28 15:49:58','2015-03-28 15:49:58','','Room Classic 4 Columns','','publish','closed','open','','room-classic-4-columns','','','2015-03-28 15:49:58','2015-03-28 15:49:58','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3616',0,'page','',0),(3619,1,'2015-03-28 15:53:01','2015-03-28 15:53:01','','Room Modern 1 Column','','publish','closed','open','','room-modern-1-column','','','2015-03-28 15:53:01','2015-03-28 15:53:01','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3619',0,'page','',0),(3621,1,'2015-03-28 15:53:57','2015-03-28 15:53:57','','Room Modern 2 Columns','','publish','closed','open','','room-modern-2-columns','','','2015-03-28 15:53:57','2015-03-28 15:53:57','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3621',0,'page','',0),(3803,1,'2015-03-25 07:40:03','2015-03-25 07:40:03','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 blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://demo.goodlayers.com/hotelmaster/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','open','open','','sample-page-2','','','2015-03-25 07:40:03','2015-03-25 07:40:03','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=2',0,'page','',0),(4106,1,'2015-08-18 16:23:27','2015-08-18 16:23:27','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 blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://demo.goodlayers.com/hotelmaster/hostel/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','open','open','','sample-page-3','','','2015-08-18 16:23:27','2015-08-18 16:23:27','',0,'http://demo.goodlayers.com/hotelmaster/hostel/?page_id=2',0,'page','',0),(56,1,'2013-11-12 12:02:40','2013-11-12 12:02:40','Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Integer legentibus erat a ante historiarum dapibus. At nos hinc posthac, sitientis piros Afros. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Lorem ipsum dolor.','Consectetur adipisici elit','','publish','open','open','','consectetur-adipisici-elit','','','2013-11-12 12:02:40','2013-11-12 12:02:40','',0,'http://themes.goodlayers2.com/flawless/?post_type=portfolio&p=56',0,'portfolio','',0),(59,1,'2013-11-12 12:35:41','2013-11-12 12:35:41','Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Integer legentibus erat a ante historiarum dapibus. At nos hinc posthac, sitientis piros Afros. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Lorem ipsum dolor.','Ullamco laboris nisi','','publish','open','open','','ullamco-laboris-nisi','','','2013-11-12 12:35:41','2013-11-12 12:35:41','',0,'http://themes.goodlayers2.com/flawless/?post_type=portfolio&p=59',0,'portfolio','',0),(64,1,'2013-11-12 13:12:06','2013-11-12 13:12:06','Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Integer legentibus erat a ante historiarum dapibus. At nos hinc posthac, sitientis piros Afros. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Lorem ipsum dolor.','Thumbnail link to URL','','publish','open','closed','','thumbnail-link-to-url','','','2013-11-12 13:12:06','2013-11-12 13:12:06','',0,'http://themes.goodlayers2.com/flawless/?post_type=portfolio&p=64',0,'portfolio','',0),(70,1,'2013-11-12 13:39:31','2013-11-12 13:39:31','Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Integer legentibus erat a ante historiarum dapibus. At nos hinc posthac, sitientis piros Afros. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Lorem ipsum dolor.','Quisque tempor','','publish','open','closed','','quisque-tempor','','','2013-11-12 13:39:31','2013-11-12 13:39:31','',0,'http://themes.goodlayers2.com/flawless/?post_type=portfolio&p=70',0,'portfolio','',0),(102,1,'2013-11-11 06:47:39','2013-11-11 06:47:39','Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Integer legentibus erat a ante historiarum dapibus. At nos hinc posthac, sitientis piros Afros. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Lorem ipsum dolor.','Quis aute iure','','publish','open','open','','quis-aute-iure','','','2013-11-11 06:47:39','2013-11-11 06:47:39','',0,'http://themes.goodlayers2.com/flawless/?post_type=portfolio&p=102',0,'portfolio','',0),(3623,1,'2015-03-28 15:54:48','2015-03-28 15:54:48','','Room Modern 3 Columns','','publish','closed','open','','room-modern-3-columns','','','2015-03-28 15:54:48','2015-03-28 15:54:48','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3623',0,'page','',0),(3625,1,'2015-03-28 16:02:48','2015-03-28 16:02:48','','Room Medium Thumbnail','','publish','closed','open','','room-modern-4-columns','','','2015-03-28 16:02:48','2015-03-28 16:02:48','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3625',0,'page','',0),(3649,1,'2015-03-28 16:09:59','2015-03-28 16:09:59','','Room Modern 4 Columns','','publish','closed','open','','room-modern-4-columns-2','','','2015-03-28 16:09:59','2015-03-28 16:09:59','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3649',0,'page','',0),(3664,1,'2015-03-30 15:07:10','2015-03-30 15:07:10','','Gallery 2 Columns Without Caption','','publish','closed','open','','gallery-2-columns-without-caption','','','2015-03-30 15:07:10','2015-03-30 15:07:10','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3664',0,'page','',0),(3667,1,'2015-03-30 15:08:20','2015-03-30 15:08:20','','Gallery 3 Columns Without Caption','','publish','closed','open','','gallery-3-columns-without-caption','','','2015-03-30 15:08:20','2015-03-30 15:08:20','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3667',0,'page','',0),(3670,1,'2015-03-30 15:09:23','2015-03-30 15:09:23','','Gallery 3 Columns With Caption','','publish','closed','open','','gallery-3-columns-with-caption','','','2015-03-30 15:09:23','2015-03-30 15:09:23','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3670',0,'page','',0),(3672,1,'2015-03-30 15:09:58','2015-03-30 15:09:58','','Gallery 4 Columns With Caption','','publish','closed','open','','gallery-4-columns-with-caption','','','2015-03-30 15:09:58','2015-03-30 15:09:58','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3672',0,'page','',0),(3674,1,'2015-03-30 15:31:28','2015-03-30 15:31:28','','Gallery 4 Columns Without Caption','','publish','closed','open','','gallery-4-columns-without-caption','','','2015-03-30 15:31:28','2015-03-30 15:31:28','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3674',0,'page','',0),(3676,1,'2015-03-30 15:32:21','2015-03-30 15:32:21','','Gallery 5 Columns Without Caption','','publish','closed','open','','gallery-5-columns-without-caption','','','2015-03-30 15:32:21','2015-03-30 15:32:21','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3676',0,'page','',0),(3678,1,'2015-03-30 15:33:06','2015-03-30 15:33:06','','Gallery 5 Columns With Caption','','publish','closed','open','','gallery-5-columns-with-caption','','','2015-03-30 15:33:06','2015-03-30 15:33:06','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3678',0,'page','',0),(3720,1,'2015-03-31 10:26:01','2015-03-31 10:26:01','','Homepage','','publish','closed','open','','homepage','','','2021-07-20 18:12:07','2021-07-20 15:12:07','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3720',0,'page','',0),(3781,1,'2015-04-03 07:11:25','2015-04-03 07:11:25','<a href=\"http://hotelzm1.florianweb.com/wp-content/uploads/2015/04/booking-management.png\"><img class=\"alignnone size-full wp-image-3787\" src=\"http://hotelzm1.florianweb.com/wp-content/uploads/2015/04/booking-management.png\" alt=\"booking-management\" width=\"1321\" height=\"918\" /></a>','Booking Management','','publish','closed','open','','booking-management','','','2015-04-03 07:11:25','2015-04-03 07:11:25','',0,'http://themes.goodlayers2.com/hotelmaster/?page_id=3781',0,'page','',0),(4015,1,'2015-08-20 08:55:36','2015-08-20 08:55:36','','Услуги','','publish','closed','open','','services','','','2019-06-10 23:20:44','2019-06-10 20:20:44','',0,'http://demo.goodlayers.com/hotelmaster/hostel/?page_id=4015',0,'page','',0),(4082,1,'2015-08-21 18:36:34','2015-08-21 18:36:34','','Hostel Rooms List','','publish','closed','closed','','hostel-rooms-list','','','2015-08-21 18:36:34','2015-08-21 18:36:34','',0,'http://demo.goodlayers.com/hotelmaster/hostel/?page_id=4082',0,'page','',0),(67,1,'2013-11-12 13:41:48','2013-11-12 13:41:48','Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Integer legentibus erat a ante historiarum dapibus. At nos hinc posthac, sitientis piros Afros. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Lorem ipsum dolor.','Proin pellentesque','','publish','open','closed','','proin-pellentesque','','','2013-11-12 13:41:48','2013-11-12 13:41:48','',0,'http://themes.goodlayers2.com/flawless/?post_type=portfolio&p=67',0,'portfolio','',0),(74,1,'2013-11-13 12:43:14','2013-11-13 12:43:14','Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Integer legentibus erat a ante historiarum dapibus. At nos hinc posthac, sitientis piros Afros. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Lorem ipsum dolor.','Video inside this post','','publish','open','closed','','video-inside-this-post','','','2013-11-13 12:43:14','2013-11-13 12:43:14','',0,'http://themes.goodlayers2.com/flawless/?post_type=portfolio&p=74',0,'portfolio','',0),(76,1,'2013-11-13 12:42:22','2013-11-13 12:42:22','Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Integer legentibus erat a ante historiarum dapibus. At nos hinc posthac, sitientis piros Afros. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Lorem ipsum dolor.','Stack images inside','','publish','open','open','','stack-images-inside','','','2013-11-13 12:42:22','2013-11-13 12:42:22','',0,'http://themes.goodlayers2.com/flawless/?post_type=portfolio&p=76',0,'portfolio','',0),(79,1,'2013-11-13 12:55:56','2013-11-13 12:55:56','Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Integer legentibus erat a ante historiarum dapibus. At nos hinc posthac, sitientis piros Afros. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Lorem ipsum dolor.','Thumbnail as slider','','publish','open','open','','thumbnail-as-slider','','','2013-11-13 12:55:56','2013-11-13 12:55:56','',0,'http://themes.goodlayers2.com/flawless/?post_type=portfolio&p=79',0,'portfolio','',0),(867,1,'2013-11-12 08:56:51','2013-11-12 08:56:51','Предложение действует в период с 1 октября по 31 мая 2019 г\n<strong>40% от 6 месяцев</strong>\n<strong>30% от 3 месяцев</strong>\n<strong>20% от 1 месяца</strong>\nКомфортные уютные номера в живописной парковой зоне\n«Wi-Fi»\nМесто парковки для вашего автомобиля\nЕжедневная уборка\nПосещение сауны\n\nУзнать подробную информацию и оформить заказ можно в\nотделе бронирования по тел: +7 (978) 804-24-58\nотдел приема и размещения : +7 (978)954-39-14\nE-mail: reservations@hotelzm.com','ЖИВИ ДОЛЬШЕ – ПЛАТИ МЕНЬШЕ!','','publish','closed','closed','','news2','','','2019-06-10 18:10:34','2019-06-10 15:10:34','',0,'http://themes.goodlayers2.com/flawless/?p=867',8,'post','',0),(4317,1,'2019-06-10 17:38:56','2019-06-10 14:38:56','Предложение действует в период с 1 октября по 31 мая 2019 г\n<strong>40% от 6 месяцев</strong>\n<strong>30% от 3 месяцев</strong>\n<strong>20% от 1 месяца</strong>\nКомфортные уютные номера в живописной парковой зоне\n«Wi-Fi»\nМесто парковки для вашего автомобиля\nЕжедневная уборка\nПосещение сауны\n\nУзнать подробную информацию и оформить заказ можно в\nотделе бронирования по тел: +7 (978) 804-24-58\nотдел приема и размещения : +7 (978)954-39-14\nE-mail: reservations@hotelzm.com','ЖИВИ ДОЛЬШЕ – ПЛАТИ МЕНЬШЕ!','','inherit','closed','closed','','867-revision-v1','','','2019-06-10 17:38:56','2019-06-10 14:38:56','',867,'http://hotelzm1.florianweb.com/2019/06/10/867-revision-v1/',0,'revision','',0),(931,1,'2013-12-04 11:50:41','2013-12-04 11:50:41','Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Integer legentibus erat a ante historiarum dapibus. At nos hinc posthac, sitientis piros Afros. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Lorem ipsum dolor.','Open video lightbox','','publish','open','closed','','thumbnail-open-video-lightbox','','','2013-12-04 11:50:41','2013-12-04 11:50:41','',0,'http://themes.goodlayers2.com/flawless/?post_type=portfolio&p=931',0,'portfolio','',0),(932,1,'2013-12-04 11:52:00','2013-12-04 11:52:00','Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Integer legentibus erat a ante historiarum dapibus. At nos hinc posthac, sitientis piros Afros. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Lorem ipsum dolor.','Thumbnail link to post','','publish','open','closed','','thumbnail-open-lightbox-2','','','2013-12-04 11:52:00','2013-12-04 11:52:00','',0,'http://themes.goodlayers2.com/flawless/?post_type=portfolio&p=932',0,'portfolio','',0),(933,1,'2013-12-04 11:52:49','2013-12-04 11:52:49','Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Integer legentibus erat a ante historiarum dapibus. At nos hinc posthac, sitientis piros Afros. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Lorem ipsum dolor.','Thumbnail open lightbox','','publish','open','closed','','thumbnail-open-lightbox','','','2013-12-04 11:52:49','2013-12-04 11:52:49','',0,'http://themes.goodlayers2.com/flawless/?post_type=portfolio&p=933',0,'portfolio','',0),(2211,1,'2013-11-13 14:19:56','2013-11-13 14:19:56','<strong>Улетный Уик – Энд у кромки моря с друзьями !\nВоспользуйтесь специальным предложением и проведите веселый уик-энд в компании друзей с сауной и шашлыками!</strong>\n\n<img class=\"size-medium wp-image-4757 alignright\" src=\"http://hotelzm.com/wp-content/uploads/2018/03/news04-300x218.jpg\" alt=\"\" width=\"300\" height=\"218\"><strong>Специальное предложение действует с 01 октября по 31 мая и включает:</strong>\n\n— Три номера категории «стандарт с кухней» — 2 ночи\n— Сеанс посещения сауны с панорамным видом — 3 часа\n— Пользование видовой зоной барбекю\n<strong>Стоимость пакета всего 9900 рублей!</strong>\n<ul>\n <li>Данное предложение действительно только для частных лиц</li>\n <li>Услуга предоставляется по предварительному бронированию и при наличии свободных номеров</li>\n <li>На данную акцию не распространяются другие специальные предложения, акции и скидки отеля</li>\n</ul>\nУзнать подробную информацию и оформить заказ можно в\nотделе бронирования по тел: +7 (978) 804-24-58\ne-mail: reservations@hotelzm.com','УЛЕТНЫЙ УИК-ЭНД С ДРУЗЬЯМИ!','','publish','closed','closed','','news3','','','2019-06-10 18:10:50','2019-06-10 15:10:50','',0,'http://themes.goodlayers2.com/flawless/?p=10',11,'post','',0),(4293,1,'2019-06-10 17:29:33','2019-06-10 14:29:33','','Homepage','','inherit','closed','closed','','3720-revision-v1','','','2019-06-10 17:29:33','2019-06-10 14:29:33','',3720,'http://hotelzm1.florianweb.com/2019/06/10/3720-revision-v1/',0,'revision','',0),(4108,1,'2014-05-22 17:03:20','2014-05-22 17:03:20','<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>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\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 Versatile (http://demo.goodlayers.com/versatile)\nss@ss.ss\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Versatile (http://demo.goodlayers.com/versatile)\n[your-email]\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 the required field.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Contact form 1','','publish','open','open','','contact-form-1-2','','','2014-05-22 17:03:20','2014-05-22 17:03:20','',0,'http://themes.goodlayers2.com/versatile/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(862,1,'2013-12-03 15:12:06','2013-12-03 15:12:06','<strong>Желаем Вам счастья и любви!</strong>\n<strong>Только для вас молодожены :</strong>\n<strong>Суперлюкс с панорамным видом на море со скидкой 50%</strong>\n\nПредложение действует в период с 1 октября по 31 мая\n• Данное предложение действительно только для частных лиц\n• Услуга предоставляется по предварительному бронированию и при наличии свободных номеров\n• На данную акцию не распространяются другие специальные предложения, акции и скидки отеля\n\nУзнать подробную информацию и оформить заказ можно в\nотделе бронирования по тел: +7 (978) 804-24-58\ne-mail: reservations@hotelzm.com','СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ ДЛЯ МОЛОДОЖЕНОВ','','publish','closed','closed','','news1','','','2019-06-10 17:56:17','2019-06-10 14:56:17','',0,'http://themes.goodlayers2.com/flawless/?p=862',3,'post','',0),(4302,1,'2019-06-10 17:32:42','2019-06-10 14:32:42','<strong>Желаем Вам счастья и любви!</strong>\n<strong>Только для вас молодожены :</strong>\n<strong>Суперлюкс с панорамным видом на море со скидкой 50%</strong>\n\nПредложение действует в период с 1 октября по 31 мая\n• Данное предложение действительно только для частных лиц\n• Услуга предоставляется по предварительному бронированию и при наличии свободных номеров\n• На данную акцию не распространяются другие специальные предложения, акции и скидки отеля\n\nУзнать подробную информацию и оформить заказ можно в\nотделе бронирования по тел: +7 (978) 804-24-58\ne-mail: reservations@hotelzm.com','СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ ДЛЯ МОЛОДОЖЕНОВ','','inherit','closed','closed','','862-revision-v1','','','2019-06-10 17:32:42','2019-06-10 14:32:42','',862,'http://hotelzm1.florianweb.com/2019/06/10/862-revision-v1/',0,'revision','',0),(3584,1,'2015-03-28 08:38:27','2015-03-28 08:38:27','<p style=\"text-align: center;\">[gdlr_button href=\"https://book-wizard.otelms.com/\" target=\"_self\" size=\"medium\" border_color=\"#999999\"]Забронировать сейчас[/gdlr_button]</p>\r\nВместимость: до 3 гостей (2 на основных местах + 1 на дополнительном месте) Комплектация номера: двуспальная кровать размером 160*210 см или две односпальные кровати размером 90*210 см, шкаф для одежды с плечиками, кондиционер; телевизор с дистанционным управлением, подключенный к спутниковым телеканалам; телефон для внутренней связи с администрацией отеля и рестораном. В номере имеется встроенная кухня с раковиной для мытья посуды, настольной электроплитой, необходимым набором посуды и кухонного инвентаря, холодильником и чайником. Санузел совмещен с душем. Предоставляются тапочки, туалетные принадлежности и необходимый набор полотенец. Номера находятся в коттеджах, расположенных рядом со зданием администрации и парковкой.\r\n\r\n<strong>Питание не входит в стоимость проживания.</strong>','ПОЛУЛЮКС','','publish','open','closed','','room4','','','2021-07-20 18:12:56','2021-07-20 15:12:56','',0,'http://themes.goodlayers2.com/hotelmaster/?post_type=room&p=3584',0,'room','',0),(3595,1,'2015-03-28 09:47:03','2015-03-28 09:47:03','<p style=\"text-align: center;\">[gdlr_button href=\"https://book-wizard.otelms.com/\" target=\"_self\" size=\"medium\" border_color=\"#999999\"]Забронировать сейчас[/gdlr_button]</p>\r\nВместимость: до 3 гостей (2 на основных местах + 1 на дополнительном месте) Комплектация номера: двуспальная кровать размером 160*210 см или две односпальные кровати размером 90*210 см, шкаф для одежды с плечиками, кондиционер; телевизор с дистанционным управлением, подключенный к спутниковым телеканалам; телефон для внутренней связи с администрацией отеля и рестораном. В номере имеется встроенная кухня с раковиной для мытья посуды, настольной электроплитой, необходимым набором посуды и кухонного инвентаря, холодильником и чайником. Санузел совмещен с душем. Предоставляются тапочки, туалетные принадлежности и необходимый набор полотенец. Номера находятся в коттеджах, расположенных рядом со зданием администрации и парковкой.\r\n\r\n<strong>Питание не входит в стоимость проживания.</strong>','ЛЮКС','','publish','open','closed','','room3','','','2021-07-20 18:12:44','2021-07-20 15:12:44','',0,'http://themes.goodlayers2.com/hotelmaster/?post_type=room&p=3595',0,'room','',0),(3596,1,'2015-03-28 10:14:15','2015-03-28 10:14:15','<p style=\"text-align: center;\">[gdlr_button href=\"https://book-wizard.otelms.com/\" target=\"_self\" size=\"medium\" border_color=\"#999999\"]Забронировать сейчас[/gdlr_button]</p>\r\nВместимость: до 3 гостей (2 на основных местах + 1 на дополнительном месте) Комплектация номера: двуспальная кровать размером 160*210 см или две односпальные кровати размером 90*210 см, шкаф для одежды с плечиками, кондиционер; телевизор с дистанционным управлением, подключенный к спутниковым телеканалам; телефон для внутренней связи с администрацией отеля и рестораном. В номере имеется встроенная кухня с раковиной для мытья посуды, настольной электроплитой, необходимым набором посуды и кухонного инвентаря, холодильником и чайником. Санузел совмещен с душем. Предоставляются тапочки, туалетные принадлежности и необходимый набор полотенец. Номера находятся в коттеджах, расположенных рядом со зданием администрации и парковкой.\r\n\r\n<strong>Питание не входит в стоимость проживания.</strong>','СТАНДАРТНЫЙ НОМЕР','','publish','open','closed','','room2','','','2021-07-20 18:12:22','2021-07-20 15:12:22','',0,'http://themes.goodlayers2.com/hotelmaster/?post_type=room&p=3596',0,'room','',0),(3599,1,'2015-03-27 10:42:07','2015-03-27 10:42:07','<p style=\"text-align: center;\">[gdlr_button href=\"https://book-wizard.otelms.com/\" target=\"_self\" size=\"medium\" border_color=\"#999999\"]Забронировать сейчас[/gdlr_button]</p>\r\nВместимость: до 3 гостей (2 на основных местах + 1 на дополнительном месте) Комплектация номера: двуспальная кровать размером 160*210 см или две односпальные кровати размером 90*210 см, шкаф для одежды с плечиками, кондиционер; телевизор с дистанционным управлением, подключенный к спутниковым телеканалам; телефон для внутренней связи с администрацией отеля и рестораном. В номере имеется встроенная кухня с раковиной для мытья посуды, настольной электроплитой, необходимым набором посуды и кухонного инвентаря, холодильником и чайником. Санузел совмещен с душем. Предоставляются тапочки, туалетные принадлежности и необходимый набор полотенец. Номера находятся в коттеджах, расположенных рядом со зданием администрации и парковкой.\r\n\r\n<strong>Питание не входит в стоимость проживания.</strong>','ЭКОНОМ НОМЕР С КУХНЕЙ','','publish','closed','closed','','room1','','','2021-07-20 18:13:51','2021-07-20 15:13:51','',0,'http://themes.goodlayers2.com/hotelmaster/?post_type=room&p=3599',0,'room','',0),(3601,1,'2015-03-27 11:18:37','2015-03-27 11:18:37','<p style=\"text-align: center;\">[gdlr_button href=\"https://book-wizard.otelms.com/\" target=\"_self\" size=\"medium\" border_color=\"#999999\"]Забронировать сейчас[/gdlr_button]</p>\r\nВместимость: до 3 гостей (2 на основных местах + 1 на дополнительном месте) Комплектация номера: двуспальная кровать размером 160*210 см или две односпальные кровати размером 90*210 см, шкаф для одежды с плечиками, кондиционер; телевизор с дистанционным управлением, подключенный к спутниковым телеканалам; телефон для внутренней связи с администрацией отеля и рестораном. В номере имеется встроенная кухня с раковиной для мытья посуды, настольной электроплитой, необходимым набором посуды и кухонного инвентаря, холодильником и чайником. Санузел совмещен с душем. Предоставляются тапочки, туалетные принадлежности и необходимый набор полотенец. Номера находятся в коттеджах, расположенных рядом со зданием администрации и парковкой.\r\n\r\n<strong>Питание не входит в стоимость проживания.</strong>','СЕМЕЙНЫЙ НОМЕР','','publish','open','open','','room6','','','2021-07-20 18:13:18','2021-07-20 15:13:18','',0,'http://themes.goodlayers2.com/hotelmaster/?post_type=room&p=3601',0,'room','',0),(3602,1,'2015-03-27 11:21:11','2015-03-27 11:21:11','<p style=\"text-align: center;\">[gdlr_button href=\"https://book-wizard.otelms.com/\" target=\"_self\" size=\"medium\" border_color=\"#999999\"]Забронировать сейчас[/gdlr_button]</p>\r\nВместимость: до 3 гостей (2 на основных местах + 1 на дополнительном месте) Комплектация номера: двуспальная кровать размером 160*210 см или две односпальные кровати размером 90*210 см, шкаф для одежды с плечиками, кондиционер; телевизор с дистанционным управлением, подключенный к спутниковым телеканалам; телефон для внутренней связи с администрацией отеля и рестораном. В номере имеется встроенная кухня с раковиной для мытья посуды, настольной электроплитой, необходимым набором посуды и кухонного инвентаря, холодильником и чайником. Санузел совмещен с душем. Предоставляются тапочки, туалетные принадлежности и необходимый набор полотенец. Номера находятся в коттеджах, расположенных рядом со зданием администрации и парковкой.\r\n\r\n<strong>Питание не входит в стоимость проживания.</strong>','СТАНДАРТНЫЙ ДВУХМЕСНЫЙ НОМЕР','','publish','open','open','','room5','','','2021-07-20 18:13:06','2021-07-20 15:13:06','',0,'http://themes.goodlayers2.com/hotelmaster/?post_type=room&p=3602',0,'room','',0),(4058,1,'2015-08-20 12:57:43','2015-08-20 12:57:43','','Car Parking','','publish','closed','closed','','car-parking','','','2015-08-20 12:57:43','2015-08-20 12:57:43','',0,'http://demo.goodlayers.com/hotelmaster/hostel/?post_type=service&p=4058',0,'service','',0),(4059,1,'2015-08-20 13:01:56','2015-08-20 13:01:56','','Extra Dinner','','publish','closed','closed','','extra-dinner','','','2015-08-20 13:01:56','2015-08-20 13:01:56','',0,'http://demo.goodlayers.com/hotelmaster/hostel/?post_type=service&p=4059',0,'service','',0),(4061,1,'2015-08-20 13:12:10','2015-08-20 13:12:10','','Airport Transfers','','publish','closed','closed','','airport-transfers','','','2015-08-20 13:12:10','2015-08-20 13:12:10','',0,'http://demo.goodlayers.com/hotelmaster/hostel/?post_type=service&p=4061',0,'service','',0),(4109,1,'2015-08-19 08:11:27','2015-08-19 08:11:27','<p>Ваше имя (обязательно)<br />\r\n [text* your-name] </p>\r\n\r\n<p>Ваш email (обязательно)<br />\r\n [email* your-email] </p>\r\n\r\n<p>Тема сообщения<br />\r\n [text your-subject] </p>\r\n\r\n<p>Ваше сообщение<br />\r\n [textarea your-message] </p>\r\n\r\n<p>[submit \"Отправить\"]</p>\n1\n[your-subject]\n[your-name] <wordpress@demo.goodlayers.com>\nss@ss.ss\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Hotel Master - Hostel (http://demo.goodlayers.com/hotelmaster/hostel)\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nHotel Master - Hostel <wordpress@demo.goodlayers.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Hotel Master - Hostel (http://demo.goodlayers.com/hotelmaster/hostel)\nReply-To: ss@ss.ss\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.\nФормат даты некорректен.\nВведённая дата слишком далеко в прошлом.\nВведённая дата слишком далеко в будущем.\nПри загрузке файла произошла неизвестная ошибка.\nВам не разрешено загружать файлы этого типа.\nФайл слишком большой.\nПри загрузке файла произошла ошибка.\nФормат числа некорректен.\nЧисло меньше минимально допустимого.\nЧисло больше максимально допустимого.\nНеверный ответ на проверочный вопрос.\nКод введен неверно.\nНеверно введён электронный адрес.\nВведён некорректный URL адрес.\nВведён некорректный телефонный номер.','Contact form 1','','publish','open','open','','contact-form-1-3','','','2019-06-10 16:07:02','2019-06-10 13:07:02','',0,'http://demo.goodlayers.com/hotelmaster/hostel/?post_type=wpcf7_contact_form&p=5',0,'wpcf7_contact_form','',0),(4110,1,'2019-06-04 20:50:23','2019-06-04 17:50:23','','Новости','','publish','closed','closed','','blog','','','2021-07-20 18:10:23','2021-07-20 15:10:23','',0,'http://hotelzm1.florianweb.com/2019/06/04/blog/',5,'nav_menu_item','',0),(4274,1,'2019-06-10 15:20:27','2019-06-10 12:20:27','<p style=\"text-align: center;\">[gdlr_button href=\"#\" target=\"_self\" size=\"medium\" border_color=\"#999999\"]Забронировать сейчас[/gdlr_button]</p>\nВместимость: до 3 гостей (2 на основных местах + 1 на дополнительном месте) Комплектация номера: двуспальная кровать размером 160*210 см или две односпальные кровати размером 90*210 см, шкаф для одежды с плечиками, кондиционер; телевизор с дистанционным управлением, подключенный к спутниковым телеканалам; телефон для внутренней связи с администрацией отеля и рестораном. В номере имеется встроенная кухня с раковиной для мытья посуды, настольной электроплитой, необходимым набором посуды и кухонного инвентаря, холодильником и чайником. Санузел совмещен с душем. Предоставляются тапочки, туалетные принадлежности и необходимый набор полотенец. Номера находятся в коттеджах, расположенных рядом со зданием администрации и парковкой.\n\n<strong>Питание не входит в стоимость проживания.</strong>','СТАНДАРТНЫЙ НОМЕР','','inherit','closed','closed','','3596-autosave-v1','','','2019-06-10 15:20:27','2019-06-10 12:20:27','',3596,'http://hotelzm1.florianweb.com/2019/06/10/3596-autosave-v1/',0,'revision','',0),(4361,2,'2021-12-02 14:35:20','2021-12-02 11:35:20','<button>Open my gallery</button>','','','inherit','closed','closed','','4341-revision-v1','','','2021-12-02 14:35:20','2021-12-02 11:35:20','',4341,'http://fl-hotel1.otelms.com/2021/12/02/4341-revision-v1/',0,'revision','',0),(4357,2,'2021-12-02 14:31:31','2021-12-02 11:31:31','<a href=\"http://[fwdrl gallery="1"].\"><img class=\"alignnone size-medium wp-image-4272\" src=\"http://fl-hotel1.otelms.com/wp-content/uploads/2019/06/newlogo-300x136.png\" alt=\"\" width=\"300\" height=\"136\" /></a>','','','inherit','closed','closed','','4341-revision-v1','','','2021-12-02 14:31:31','2021-12-02 11:31:31','',4341,'http://fl-hotel1.otelms.com/2021/12/02/4341-revision-v1/',0,'revision','',0),(4269,1,'2019-06-09 14:03:01','2019-06-09 11:03:01','','Homepage','','inherit','closed','closed','','3720-revision-v1','','','2019-06-09 14:03:01','2019-06-09 11:03:01','',3720,'http://hotelzm1.florianweb.com/2019/06/09/3720-revision-v1/',0,'revision','',0),(4267,1,'2019-06-09 13:59:01','2019-06-09 10:59:01','','wifi-connection-signal-symbol','','inherit','open','closed','','wifi-connection-signal-symbol','','','2019-06-09 13:59:01','2019-06-09 10:59:01','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2019/06/wifi-connection-signal-symbol.png',0,'attachment','image/png',0),(4266,1,'2019-06-09 13:59:00','2019-06-09 10:59:00','','parking-sign','','inherit','open','closed','','parking-sign','','','2019-06-09 13:59:00','2019-06-09 10:59:00','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2019/06/parking-sign.png',0,'attachment','image/png',0),(4265,1,'2019-06-09 13:58:59','2019-06-09 10:58:59','','restaurant-cutlery-circular-symbol-of-a-spoon-and-a-fork-in-a-circle','','inherit','open','closed','','restaurant-cutlery-circular-symbol-of-a-spoon-and-a-fork-in-a-circle','','','2019-06-09 13:58:59','2019-06-09 10:58:59','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2019/06/restaurant-cutlery-circular-symbol-of-a-spoon-and-a-fork-in-a-circle.png',0,'attachment','image/png',0),(4264,1,'2019-06-09 13:58:59','2019-06-09 10:58:59','','pet','','inherit','open','closed','','pet','','','2019-06-09 13:58:59','2019-06-09 10:58:59','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2019/06/pet.png',0,'attachment','image/png',0),(4263,1,'2019-06-09 13:58:58','2019-06-09 10:58:58','','sedan-car-front','','inherit','open','closed','','sedan-car-front','','','2019-06-09 13:58:58','2019-06-09 10:58:58','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2019/06/sedan-car-front.png',0,'attachment','image/png',0),(4161,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4161','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4161/',1,'nav_menu_item','',0),(4162,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4162','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4162/',2,'nav_menu_item','',0),(4163,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4163','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4163/',3,'nav_menu_item','',0),(4164,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4164','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4164/',4,'nav_menu_item','',0),(4165,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4165','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4165/',5,'nav_menu_item','',0),(4166,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4166','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4166/',6,'nav_menu_item','',0),(4167,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4167','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4167/',7,'nav_menu_item','',0),(4168,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4168','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4168/',8,'nav_menu_item','',0),(4169,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4169','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4169/',9,'nav_menu_item','',0),(4170,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4170','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4170/',10,'nav_menu_item','',0),(4171,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4171','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4171/',11,'nav_menu_item','',0),(4172,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4172','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4172/',12,'nav_menu_item','',0),(4173,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4173','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4173/',13,'nav_menu_item','',0),(4174,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4174','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4174/',14,'nav_menu_item','',0),(4175,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4175','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4175/',15,'nav_menu_item','',0),(4176,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4176','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4176/',16,'nav_menu_item','',0),(4177,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4177','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4177/',17,'nav_menu_item','',0),(4178,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4178','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4178/',18,'nav_menu_item','',0),(4179,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4179','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4179/',19,'nav_menu_item','',0),(4180,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4180','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4180/',20,'nav_menu_item','',0),(4181,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4181','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4181/',21,'nav_menu_item','',0),(4182,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4182','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4182/',22,'nav_menu_item','',0),(4183,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4183','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4183/',23,'nav_menu_item','',0),(4184,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4184','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4184/',24,'nav_menu_item','',0),(4185,1,'2019-06-04 20:50:25','2019-06-04 17:50:25',' ','','','publish','closed','closed','','4185','','','2019-06-04 20:50:25','2019-06-04 17:50:25','',0,'http://hotelzm1.florianweb.com/2019/06/04/4185/',25,'nav_menu_item','',0),(4196,1,'2019-06-04 20:50:26','2019-06-04 17:50:26',' ','','','publish','closed','closed','','4196','','','2019-06-04 20:50:26','2019-06-04 17:50:26','',0,'http://hotelzm1.florianweb.com/2019/06/04/4196/',3,'nav_menu_item','',0),(4197,1,'2019-06-04 20:50:26','2019-06-04 17:50:26',' ','','','publish','closed','closed','','4197','','','2019-06-04 20:50:26','2019-06-04 17:50:26','',0,'http://hotelzm1.florianweb.com/2019/06/04/4197/',4,'nav_menu_item','',0),(4198,1,'2019-06-04 20:50:26','2019-06-04 17:50:26',' ','','','publish','closed','closed','','4198','','','2019-06-04 20:50:26','2019-06-04 17:50:26','',0,'http://hotelzm1.florianweb.com/2019/06/04/4198/',5,'nav_menu_item','',0),(4199,1,'2019-06-04 20:50:26','2019-06-04 17:50:26',' ','','','publish','closed','closed','','4199','','','2019-06-04 20:50:26','2019-06-04 17:50:26','',0,'http://hotelzm1.florianweb.com/2019/06/04/4199/',6,'nav_menu_item','',0),(4200,1,'2019-06-04 20:50:26','2019-06-04 17:50:26',' ','','','publish','closed','closed','','4200','','','2019-06-04 20:50:26','2019-06-04 17:50:26','',0,'http://hotelzm1.florianweb.com/2019/06/04/4200/',7,'nav_menu_item','',0),(4201,1,'2019-06-04 20:50:26','2019-06-04 17:50:26',' ','','','publish','closed','closed','','4201','','','2019-06-04 20:50:26','2019-06-04 17:50:26','',0,'http://hotelzm1.florianweb.com/2019/06/04/4201/',8,'nav_menu_item','',0),(4202,1,'2019-06-04 20:50:26','2019-06-04 17:50:26',' ','','','publish','closed','closed','','4202','','','2019-06-04 20:50:26','2019-06-04 17:50:26','',0,'http://hotelzm1.florianweb.com/2019/06/04/4202/',9,'nav_menu_item','',0),(4203,1,'2019-06-04 20:50:26','2019-06-04 17:50:26',' ','','','publish','closed','closed','','4203','','','2019-06-04 20:50:26','2019-06-04 17:50:26','',0,'http://hotelzm1.florianweb.com/2019/06/04/4203/',10,'nav_menu_item','',0),(4204,1,'2019-06-04 20:50:26','2019-06-04 17:50:26',' ','','','publish','closed','closed','','4204','','','2019-06-04 20:50:26','2019-06-04 17:50:26','',0,'http://hotelzm1.florianweb.com/2019/06/04/4204/',2,'nav_menu_item','',0),(4205,1,'2019-06-04 20:50:26','2019-06-04 17:50:26',' ','','','publish','closed','closed','','4205','','','2019-06-04 20:50:26','2019-06-04 17:50:26','',0,'http://hotelzm1.florianweb.com/2019/06/04/4205/',1,'nav_menu_item','',0),(4288,1,'2019-06-10 16:39:28','2019-06-10 13:39:28','','Контакты','','inherit','closed','closed','','1631-revision-v1','','','2019-06-10 16:39:28','2019-06-10 13:39:28','',1631,'http://hotelzm1.florianweb.com/2019/06/10/1631-revision-v1/',0,'revision','',0),(4208,1,'2019-06-04 20:50:26','2019-06-04 17:50:26',' ','','','publish','closed','closed','','4208','','','2021-07-20 18:10:23','2021-07-20 15:10:23','',0,'http://hotelzm1.florianweb.com/2019/06/04/4208/',6,'nav_menu_item','',0),(4262,1,'2019-06-09 13:58:57','2019-06-09 10:58:57','','puzzle','','inherit','open','closed','','puzzle','','','2019-06-09 13:58:57','2019-06-09 10:58:57','',3720,'http://hotelzm1.florianweb.com/wp-content/uploads/2019/06/puzzle.png',0,'attachment','image/png',0),(4325,1,'2019-06-10 23:17:00','2019-06-10 20:17:00','','Услуги','','inherit','closed','closed','','4015-revision-v1','','','2019-06-10 23:17:00','2019-06-10 20:17:00','',4015,'http://hotelzm1.florianweb.com/2019/06/10/4015-revision-v1/',0,'revision','',0),(4323,1,'2019-06-10 23:16:34','2019-06-10 20:16:34','','Услуги','','inherit','closed','closed','','4015-revision-v1','','','2019-06-10 23:16:34','2019-06-10 20:16:34','',4015,'http://hotelzm1.florianweb.com/2019/06/10/4015-revision-v1/',0,'revision','',0),(4225,1,'2019-06-04 20:50:27','2019-06-04 17:50:27',' ','','','publish','closed','closed','','4225','','','2019-06-04 20:50:27','2019-06-04 17:50:27','',0,'http://hotelzm1.florianweb.com/2019/06/04/4225/',11,'nav_menu_item','',0),(4226,1,'2019-06-04 20:50:27','2019-06-04 17:50:27',' ','','','publish','closed','closed','','4226','','','2019-06-04 20:50:27','2019-06-04 17:50:27','',0,'http://hotelzm1.florianweb.com/2019/06/04/4226/',12,'nav_menu_item','',0),(4239,1,'2019-06-04 20:50:27','2019-06-04 17:50:27',' ','','','publish','closed','closed','','4239','','','2021-07-20 18:10:23','2021-07-20 15:10:23','',0,'http://hotelzm1.florianweb.com/2019/06/04/4239/',2,'nav_menu_item','',0),(4292,1,'2019-06-10 17:24:17','2019-06-10 14:24:17','','Homepage','','inherit','closed','closed','','3720-revision-v1','','','2019-06-10 17:24:17','2019-06-10 14:24:17','',3720,'http://hotelzm1.florianweb.com/2019/06/10/3720-revision-v1/',0,'revision','',0),(4291,1,'2019-06-10 16:40:54','2019-06-10 13:40:54','','Новости и акции','','inherit','closed','closed','','29-revision-v1','','','2019-06-10 16:40:54','2019-06-10 13:40:54','',29,'http://hotelzm1.florianweb.com/2019/06/10/29-revision-v1/',0,'revision','',0),(4252,1,'2019-06-04 20:50:27','2019-06-04 17:50:27','','Главная','','publish','closed','closed','','home','','','2021-07-20 18:10:23','2021-07-20 15:10:23','',0,'http://hotelzm1.florianweb.com/2019/06/04/home/',1,'nav_menu_item','',0),(4289,1,'2019-06-10 16:40:23','2019-06-10 13:40:23','','Новости и акции','','inherit','closed','closed','','29-revision-v1','','','2019-06-10 16:40:23','2019-06-10 13:40:23','',29,'http://hotelzm1.florianweb.com/2019/06/10/29-revision-v1/',0,'revision','',0),(4290,1,'2019-06-10 16:40:24','2019-06-10 13:40:24','','Новости и акции','','inherit','closed','closed','','29-revision-v1','','','2019-06-10 16:40:24','2019-06-10 13:40:24','',29,'http://hotelzm1.florianweb.com/2019/06/10/29-revision-v1/',0,'revision','',0),(4255,1,'2019-06-04 20:50:27','2019-06-04 17:50:27',' ','','','publish','closed','closed','','4255','','','2021-07-20 18:10:23','2021-07-20 15:10:23','',0,'http://hotelzm1.florianweb.com/2019/06/04/4255/',4,'nav_menu_item','',0),(4315,1,'2019-06-10 17:37:06','2019-06-10 14:37:06','<strong>Улетный Уик – Энд у кромки моря с друзьями !\nВоспользуйтесь специальным предложением и проведите веселый уик-энд в компании друзей с сауной и шашлыками!</strong>\n\n<img class=\"size-medium wp-image-4757 alignright\" src=\"http://hotelzm.com/wp-content/uploads/2018/03/news04-300x218.jpg\" alt=\"\" width=\"300\" height=\"218\" /><strong>Специальное предложение действует с 01 октября по 31 мая и включает:</strong>\n\n— Три номера категории «стандарт с кухней» — 2 ночи\n— Сеанс посещения сауны с панорамным видом — 3 часа\n— Пользование видовой зоной барбекю\n<strong>Стоимость пакета всего 9900 рублей!</strong>\n<ul>\n <li>Данное предложение действительно только для частных лиц</li>\n <li>Услуга предоставляется по предварительному бронированию и при наличии свободных номеров</li>\n <li>На данную акцию не распространяются другие специальные предложения, акции и скидки отеля</li>\n</ul>\nУзнать подробную информацию и оформить заказ можно в\nотделе бронирования по тел: +7 (978) 804-24-58\ne-mail: reservations@hotelzm.com','Nihilne te nocturnum','','inherit','closed','closed','','867-revision-v1','','','2019-06-10 17:37:06','2019-06-10 14:37:06','',867,'http://hotelzm1.florianweb.com/2019/06/10/867-revision-v1/',0,'revision','',0),(4301,1,'2019-06-10 17:32:41','2019-06-10 14:32:41','<strong>Желаем Вам счастья и любви!</strong>\n<strong>Только для вас молодожены :</strong>\n<strong>Суперлюкс с панорамным видом на море со скидкой 50%</strong>\n\nПредложение действует в период с 1 октября по 31 мая\n• Данное предложение действительно только для частных лиц\n• Услуга предоставляется по предварительному бронированию и при наличии свободных номеров\n• На данную акцию не распространяются другие специальные предложения, акции и скидки отеля\n\nУзнать подробную информацию и оформить заказ можно в\nотделе бронирования по тел: +7 (978) 804-24-58\ne-mail: reservations@hotelzm.com','СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ ДЛЯ МОЛОДОЖЕНОВ','','inherit','closed','closed','','862-revision-v1','','','2019-06-10 17:32:41','2019-06-10 14:32:41','',862,'http://hotelzm1.florianweb.com/2019/06/10/862-revision-v1/',0,'revision','',0),(4281,1,'2019-06-10 15:36:30','2019-06-10 12:36:30','','Homepage','','inherit','closed','closed','','3720-revision-v1','','','2019-06-10 15:36:30','2019-06-10 12:36:30','',3720,'http://hotelzm1.florianweb.com/2019/06/10/3720-revision-v1/',0,'revision','',0),(4282,1,'2019-06-10 15:50:25','2019-06-10 12:50:25','','Наши номера','','inherit','closed','closed','','3603-revision-v1','','','2019-06-10 15:50:25','2019-06-10 12:50:25','',3603,'http://hotelzm1.florianweb.com/2019/06/10/3603-revision-v1/',0,'revision','',0),(4275,1,'2019-06-10 15:28:22','2019-06-10 12:28:22','<p style=\"text-align: center;\">[gdlr_button href=\"#\" target=\"_self\" size=\"medium\" border_color=\"#999999\"]Забронировать сейчас[/gdlr_button]</p>\nВместимость: до 3 гостей (2 на основных местах + 1 на дополнительном месте) Комплектация номера: двуспальная кровать размером 160*210 см или две односпальные кровати размером 90*210 см, шкаф для одежды с плечиками, кондиционер; телевизор с дистанционным управлением, подключенный к спутниковым телеканалам; телефон для внутренней связи с администрацией отеля и рестораном. В номере имеется встроенная кухня с раковиной для мытья посуды, настольной электроплитой, необходимым набором посуды и кухонного инвентаря, холодильником и чайником. Санузел совмещен с душем. Предоставляются тапочки, туалетные принадлежности и необходимый набор полотенец. Номера находятся в коттеджах, расположенных рядом со зданием администрации и парковкой.\n\n<strong>Питание не входит в стоимость проживания.</strong>','Superior Room - Two Double Beds','','inherit','closed','closed','','3595-autosave-v1','','','2019-06-10 15:28:22','2019-06-10 12:28:22','',3595,'http://hotelzm1.florianweb.com/2019/06/10/3595-autosave-v1/',0,'revision','',0),(4276,1,'2019-06-10 15:28:24','2019-06-10 12:28:24','<p style=\"text-align: center;\">[gdlr_button href=\"#\" target=\"_self\" size=\"medium\" border_color=\"#999999\"]Забронировать сейчас[/gdlr_button]</p>\nВместимость: до 3 гостей (2 на основных местах + 1 на дополнительном месте) Комплектация номера: двуспальная кровать размером 160*210 см или две односпальные кровати размером 90*210 см, шкаф для одежды с плечиками, кондиционер; телевизор с дистанционным управлением, подключенный к спутниковым телеканалам; телефон для внутренней связи с администрацией отеля и рестораном. В номере имеется встроенная кухня с раковиной для мытья посуды, настольной электроплитой, необходимым набором посуды и кухонного инвентаря, холодильником и чайником. Санузел совмещен с душем. Предоставляются тапочки, туалетные принадлежности и необходимый набор полотенец. Номера находятся в коттеджах, расположенных рядом со зданием администрации и парковкой.\n\n<strong>Питание не входит в стоимость проживания.</strong>','Junior Suite - One Single Bed','','inherit','closed','closed','','3584-autosave-v1','','','2019-06-10 15:28:24','2019-06-10 12:28:24','',3584,'http://hotelzm1.florianweb.com/2019/06/10/3584-autosave-v1/',0,'revision','',0),(4277,1,'2019-06-10 15:31:27','2019-06-10 12:31:27','<p style=\"text-align: center;\">[gdlr_button href=\"#\" target=\"_self\" size=\"medium\" border_color=\"#999999\"]Забронировать сейчас[/gdlr_button]</p>\nВместимость: до 3 гостей (2 на основных местах + 1 на дополнительном месте) Комплектация номера: двуспальная кровать размером 160*210 см или две односпальные кровати размером 90*210 см, шкаф для одежды с плечиками, кондиционер; телевизор с дистанционным управлением, подключенный к спутниковым телеканалам; телефон для внутренней связи с администрацией отеля и рестораном. В номере имеется встроенная кухня с раковиной для мытья посуды, настольной электроплитой, необходимым набором посуды и кухонного инвентаря, холодильником и чайником. Санузел совмещен с душем. Предоставляются тапочки, туалетные принадлежности и необходимый набор полотенец. Номера находятся в коттеджах, расположенных рядом со зданием администрации и парковкой.\n\n<strong>Питание не входит в стоимость проживания.</strong>','СТАНД','','inherit','closed','closed','','3602-autosave-v1','','','2019-06-10 15:31:27','2019-06-10 12:31:27','',3602,'http://hotelzm1.florianweb.com/2019/06/10/3602-autosave-v1/',0,'revision','',0),(4278,1,'2019-06-10 15:28:28','2019-06-10 12:28:28','<p style=\"text-align: center;\">[gdlr_button href=\"#\" target=\"_self\" size=\"medium\" border_color=\"#999999\"]Забронировать сейчас[/gdlr_button]</p>\nВместимость: до 3 гостей (2 на основных местах + 1 на дополнительном месте) Комплектация номера: двуспальная кровать размером 160*210 см или две односпальные кровати размером 90*210 см, шкаф для одежды с плечиками, кондиционер; телевизор с дистанционным управлением, подключенный к спутниковым телеканалам; телефон для внутренней связи с администрацией отеля и рестораном. В номере имеется встроенная кухня с раковиной для мытья посуды, настольной электроплитой, необходимым набором посуды и кухонного инвентаря, холодильником и чайником. Санузел совмещен с душем. Предоставляются тапочки, туалетные принадлежности и необходимый набор полотенец. Номера находятся в коттеджах, расположенных рядом со зданием администрации и парковкой.\n\n<strong>Питание не входит в стоимость проживания.</strong>','Superior Room - One King Bed','','inherit','closed','closed','','3601-autosave-v1','','','2019-06-10 15:28:28','2019-06-10 12:28:28','',3601,'http://hotelzm1.florianweb.com/2019/06/10/3601-autosave-v1/',0,'revision','',0),(4279,1,'2019-06-10 15:35:04','2019-06-10 12:35:04','','Homepage','','inherit','closed','closed','','3720-revision-v1','','','2019-06-10 15:35:04','2019-06-10 12:35:04','',3720,'http://hotelzm1.florianweb.com/2019/06/10/3720-revision-v1/',0,'revision','',0),(4280,1,'2019-06-10 15:35:55','2019-06-10 12:35:55','','Homepage','','inherit','closed','closed','','3720-revision-v1','','','2019-06-10 15:35:55','2019-06-10 12:35:55','',3720,'http://hotelzm1.florianweb.com/2019/06/10/3720-revision-v1/',0,'revision','',0),(4283,1,'2019-06-10 15:50:26','2019-06-10 12:50:26','','Наши номера','','inherit','closed','closed','','3603-revision-v1','','','2019-06-10 15:50:26','2019-06-10 12:50:26','',3603,'http://hotelzm1.florianweb.com/2019/06/10/3603-revision-v1/',0,'revision','',0),(4284,1,'2019-06-10 16:00:58','2019-06-10 13:00:58','','Контакты','','inherit','closed','closed','','1631-revision-v1','','','2019-06-10 16:00:58','2019-06-10 13:00:58','',1631,'http://hotelzm1.florianweb.com/2019/06/10/1631-revision-v1/',0,'revision','',0),(4285,1,'2019-06-10 16:00:59','2019-06-10 13:00:59','','Контакты','','inherit','closed','closed','','1631-revision-v1','','','2019-06-10 16:00:59','2019-06-10 13:00:59','',1631,'http://hotelzm1.florianweb.com/2019/06/10/1631-revision-v1/',0,'revision','',0),(4286,1,'2019-06-10 16:05:30','2019-06-10 13:05:30','','Контакты','','inherit','closed','closed','','1631-revision-v1','','','2019-06-10 16:05:30','2019-06-10 13:05:30','',1631,'http://hotelzm1.florianweb.com/2019/06/10/1631-revision-v1/',0,'revision','',0),(4287,1,'2019-06-10 16:31:55','2019-06-10 13:31:55','','Забронировать','','publish','closed','closed','','%d0%b7%d0%b0%d0%b1%d1%80%d0%be%d0%bd%d0%b8%d1%80%d0%be%d0%b2%d0%b0%d1%82%d1%8c','','','2021-07-20 18:10:23','2021-07-20 15:10:23','',0,'http://hotelzm1.florianweb.com/?p=4287',3,'nav_menu_item','',0),(4303,1,'2019-06-10 17:34:06','2019-06-10 14:34:06','','Новости и акции','','inherit','closed','closed','','29-revision-v1','','','2019-06-10 17:34:06','2019-06-10 14:34:06','',29,'http://hotelzm1.florianweb.com/2019/06/10/29-revision-v1/',0,'revision','',0),(4304,1,'2019-06-10 17:35:04','2019-06-10 14:35:04','[gallery columns=\"4\" link=\"file\" caption=\"yes\" thumbnail_size=\"thumbnail\" ids=\"3533,3532,3511,3521,3525,3513,3518,3516\"]\n\nLorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Idque Caesaris facere voluntate liceret: sese habere. Magna pars studiorum, prodita quaerimus. Magna pars studiorum, prodita quaerimus. Fabio vel iudice vincam, sunt in culpa qui officia. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae. Non equidem invideo, miror magis posuere velit aliquet. Qui ipsorum lingua Celtae, nostra Galli appellantur. Prima luce, cum quibus mons aliud consensu ab eo. Petierunt uti sibi concilium totius Galliae in diem certam indicere. [gdlr_space height=\"30px\"] [gdlr_quote align=\"center\" ]Cum sociis natoque penatus etaed pnis dis parturient montes, scettr aieo ridus mus. Etiam portaem mleyo.[/gdlr_quote] [gdlr_space height=\"30px\"] Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Idque Caesaris facere voluntate liceret: sese habere. Magna pars studiorum, prodita quaerimus. Magna pars studiorum, prodita quaerimus. Fabio vel iudice vincam, sunt in culpa qui officia. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae. Non equidem invideo, miror magis posuere velit aliquet. Qui ipsorum lingua Celtae, nostra Galli appellantur. Prima luce, cum quibus mons aliud consensu ab eo. Petierunt uti sibi concilium totius Galliae in diem certam indicere. [gdlr_space height=\"40px\"]\n<table>\n<tbody>\n<tr>\n<th>Pharetra</th>\n<th>Malesuada</th>\n<th>Cursus</th>\n<th>Euismod</th>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n<tr>\n<td>Ipsum</td>\n<td>Portalion</td>\n<td>Elitesimo</td>\n<td>Aenean</td>\n</tr>\n</tbody>\n</table>\n[gdlr_space height=\"40px\"] Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Idque Caesaris facere voluntate liceret: sese habere. Magna pars studiorum, prodita quaerimus. Magna pars studiorum, prodita quaerimus. Fabio vel iudice vincam, sunt in culpa qui officia. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae. Non equidem invideo, miror magis posuere velit aliquet. Qui ipsorum lingua Celtae, nostra Galli appellantur. Prima luce, cum quibus mons aliud consensu ab eo. Petierunt uti sibi concilium totius Galliae in diem certam indicere.','Nihilne te nocturnum','','inherit','closed','closed','','867-revision-v1','','','2019-06-10 17:35:04','2019-06-10 14:35:04','',867,'http://hotelzm1.florianweb.com/2019/06/10/867-revision-v1/',0,'revision','',0),(4316,1,'2019-06-10 17:37:39','2019-06-10 14:37:39','<strong>Улетный Уик – Энд у кромки моря с друзьями !\nВоспользуйтесь специальным предложением и проведите веселый уик-энд в компании друзей с сауной и шашлыками!</strong>\n\n<img class=\"size-medium wp-image-4757 alignright\" src=\"http://hotelzm.com/wp-content/uploads/2018/03/news04-300x218.jpg\" alt=\"\" width=\"300\" height=\"218\" /><strong>Специальное предложение действует с 01 октября по 31 мая и включает:</strong>\n\n— Три номера категории «стандарт с кухней» — 2 ночи\n— Сеанс посещения сауны с панорамным видом — 3 часа\n— Пользование видовой зоной барбекю\n<strong>Стоимость пакета всего 9900 рублей!</strong>\n<ul>\n <li>Данное предложение действительно только для частных лиц</li>\n <li>Услуга предоставляется по предварительному бронированию и при наличии свободных номеров</li>\n <li>На данную акцию не распространяются другие специальные предложения, акции и скидки отеля</li>\n</ul>\nУзнать подробную информацию и оформить заказ можно в\nотделе бронирования по тел: +7 (978) 804-24-58\ne-mail: reservations@hotelzm.com','УЛЕТНЫЙ УИК-ЭНД С ДРУЗЬЯМИ!','','inherit','closed','closed','','2211-revision-v1','','','2019-06-10 17:37:39','2019-06-10 14:37:39','',2211,'http://hotelzm1.florianweb.com/2019/06/10/2211-revision-v1/',0,'revision','',0),(4318,1,'2019-06-10 17:39:18','2019-06-10 14:39:18','<strong>Улетный Уик – Энд у кромки моря с друзьями !\nВоспользуйтесь специальным предложением и проведите веселый уик-энд в компании друзей с сауной и шашлыками!</strong>\n\n<img class=\"size-medium wp-image-4757 alignright\" src=\"http://hotelzm.com/wp-content/uploads/2018/03/news04-300x218.jpg\" alt=\"\" width=\"300\" height=\"218\"><strong>Специальное предложение действует с 01 октября по 31 мая и включает:</strong>\n\n— Три номера категории «стандарт с кухней» — 2 ночи\n— Сеанс посещения сауны с панорамным видом — 3 часа\n— Пользование видовой зоной барбекю\n<strong>Стоимость пакета всего 9900 рублей!</strong>\n<ul>\n <li>Данное предложение действительно только для частных лиц</li>\n <li>Услуга предоставляется по предварительному бронированию и при наличии свободных номеров</li>\n <li>На данную акцию не распространяются другие специальные предложения, акции и скидки отеля</li>\n</ul>\nУзнать подробную информацию и оформить заказ можно в\nотделе бронирования по тел: +7 (978) 804-24-58\ne-mail: reservations@hotelzm.com','УЛЕТНЫЙ УИК-ЭНД С ДРУЗЬЯМИ!','','inherit','closed','closed','','2211-revision-v1','','','2019-06-10 17:39:18','2019-06-10 14:39:18','',2211,'http://hotelzm1.florianweb.com/2019/06/10/2211-revision-v1/',0,'revision','',0),(4319,1,'2019-06-10 17:51:12','2019-06-10 14:51:12','<strong>Улетный Уик – Энд у кромки моря с друзьями !\nВоспользуйтесь специальным предложением и проведите веселый уик-энд в компании друзей с сауной и шашлыками!</strong>\n\n<img class=\"size-medium wp-image-4757 alignright\" src=\"http://hotelzm.com/wp-content/uploads/2018/03/news04-300x218.jpg\" alt=\"\" width=\"300\" height=\"218\"><strong>Специальное предложение действует с 01 октября по 31 мая и включает:</strong>\n\n— Три номера категории «стандарт с кухней» — 2 ночи\n— Сеанс посещения сауны с панорамным видом — 3 часа\n— Пользование видовой зоной барбекю\n<strong>Стоимость пакета всего 9900 рублей!</strong>\n<ul>\n <li>Данное предложение действительно только для частных лиц</li>\n <li>Услуга предоставляется по предварительному бронированию и при наличии свободных номеров</li>\n <li>На данную акцию не распространяются другие специальные предложения, акции и скидки отеля</li>\n</ul>\nУзнать подробную информацию и оформить заказ можно в\nотделе бронирования по тел: +7 (978) 804-24-58\ne-mail: reservations@hotelzm.com','УЛЕТНЫЙ УИК-ЭНД С ДРУЗЬЯМИ!','','inherit','closed','closed','','2211-revision-v1','','','2019-06-10 17:51:12','2019-06-10 14:51:12','',2211,'http://hotelzm1.florianweb.com/2019/06/10/2211-revision-v1/',0,'revision','',0),(4320,1,'2019-06-10 17:51:29','2019-06-10 14:51:29','Предложение действует в период с 1 октября по 31 мая 2019 г\n<strong>40% от 6 месяцев</strong>\n<strong>30% от 3 месяцев</strong>\n<strong>20% от 1 месяца</strong>\nКомфортные уютные номера в живописной парковой зоне\n«Wi-Fi»\nМесто парковки для вашего автомобиля\nЕжедневная уборка\nПосещение сауны\n\nУзнать подробную информацию и оформить заказ можно в\nотделе бронирования по тел: +7 (978) 804-24-58\nотдел приема и размещения : +7 (978)954-39-14\nE-mail: reservations@hotelzm.com','ЖИВИ ДОЛЬШЕ – ПЛАТИ МЕНЬШЕ!','','inherit','closed','closed','','867-revision-v1','','','2019-06-10 17:51:29','2019-06-10 14:51:29','',867,'http://hotelzm1.florianweb.com/2019/06/10/867-revision-v1/',0,'revision','',0),(4321,1,'2019-06-10 18:22:10','2019-06-10 15:22:10','','Homepage','','inherit','closed','closed','','3720-revision-v1','','','2019-06-10 18:22:10','2019-06-10 15:22:10','',3720,'http://hotelzm1.florianweb.com/2019/06/10/3720-revision-v1/',0,'revision','',0),(4324,1,'2019-06-10 23:16:35','2019-06-10 20:16:35','','Услуги','','inherit','closed','closed','','4015-revision-v1','','','2019-06-10 23:16:35','2019-06-10 20:16:35','',4015,'http://hotelzm1.florianweb.com/2019/06/10/4015-revision-v1/',0,'revision','',0),(4326,1,'2019-06-10 23:20:16','2019-06-10 20:20:16','','Услуги','','inherit','closed','closed','','4015-revision-v1','','','2019-06-10 23:20:16','2019-06-10 20:20:16','',4015,'http://hotelzm1.florianweb.com/2019/06/10/4015-revision-v1/',0,'revision','',0),(4327,1,'2019-06-10 23:20:34','2019-06-10 20:20:34','','Услуги','','inherit','closed','closed','','4015-revision-v1','','','2019-06-10 23:20:34','2019-06-10 20:20:34','',4015,'http://hotelzm1.florianweb.com/2019/06/10/4015-revision-v1/',0,'revision','',0),(4328,1,'2019-06-10 23:20:44','2019-06-10 20:20:44','','Услуги','','inherit','closed','closed','','4015-revision-v1','','','2019-06-10 23:20:44','2019-06-10 20:20:44','',4015,'http://hotelzm1.florianweb.com/2019/06/10/4015-revision-v1/',0,'revision','',0),(4331,2,'2020-07-07 16:14:22','2020-07-07 13:14:22','','Homepage','','inherit','closed','closed','','3720-revision-v1','','','2020-07-07 16:14:22','2020-07-07 13:14:22','',3720,'http://hotel1.otelms.com/2020/07/07/3720-revision-v1/',0,'revision','',0),(4335,2,'2021-03-30 12:32:53','2021-03-30 09:32:53','<!-- wp:html -->\n<script type=\"text/javascript\">\n var myEventMethod = window.addEventListener ? \"addEventListener\" : \"attachEvent\"; \n var myEventListener = window[myEventMethod]; \n var myEventMessage = myEventMethod == \"attachEvent\" ? \"onmessage\" : \"message\"; \n myEventListener(myEventMessage, function(e) { \n if (e.data === parseInt(e.data)) \n { document.getElementById(\"my-iframe-id\").height = e.data + \"px\"; console.log(e.data); \n } \n }, false); \n document.addEventListener(\"DOMContentLoaded\", function(event) {\n var url = \'https://book-pmaby.otelms.com/\';\n /*if (document.body.clientWidth > 767) {\n url = \"https://pmaby-book.otelms.com/bookit/step1/?inline=true\"\n }\n else {\n url = \"https://pmaby-book-m.otelms.com/bookit/step1/?inline=true\"\n };\n */\n document.getElementById(\"my-iframe-id\").src = url;\n });\n</script>\n<div>\n <iframe id=\"my-iframe-id\" src=\"\" style=\"border: 0;\" width=\"100%\" height=\"240\" scrolling=\"no\"></iframe>\n</div>\n<!-- /wp:html -->','Бронирование онлайн','','publish','closed','closed','','%d0%b1%d1%80%d0%be%d0%bd%d0%b8%d1%80%d0%be%d0%b2%d0%b0%d0%bd%d0%b8%d0%b5-%d0%be%d0%bd%d0%bb%d0%b0%d0%b9%d0%bd','','','2021-03-30 12:32:53','2021-03-30 09:32:53','',0,'http://fl-hotel1.otelms.com/?page_id=4335',0,'page','',0),(4336,2,'2021-03-30 12:30:55','2021-03-30 09:30:55','<!-- wp:html -->\n<script type=\"text/javascript\">\n var myEventMethod = window.addEventListener ? \"addEventListener\" : \"attachEvent\"; \n var myEventListener = window[myEventMethod]; \n var myEventMessage = myEventMethod == \"attachEvent\" ? \"onmessage\" : \"message\"; \n myEventListener(myEventMessage, function(e) { \n if (e.data === parseInt(e.data)) \n { document.getElementById(\"my-iframe-id\").height = e.data + \"px\"; console.log(e.data); \n } \n }, false); \n document.addEventListener(\"DOMContentLoaded\", function(event) {\n var url = \'https://book-pmaby.otelms.com/\';\n /*if (document.body.clientWidth > 767) {\n url = \"https://pmaby-book.otelms.com/bookit/step1/?inline=true\"\n }\n else {\n url = \"https://pmaby-book-m.otelms.com/bookit/step1/?inline=true\"\n };\n */\n document.getElementById(\"my-iframe-id\").src = url;\n });\n</script>\n<div style=\"padding:0 300px;\">\n <iframe id=\"my-iframe-id\" src=\"\" style=\"border: 0;\" width=\"100%\" height=\"240\" scrolling=\"no\"></iframe>\n</div>\n<!-- /wp:html -->','Бронирование онлайн','','inherit','closed','closed','','4335-revision-v1','','','2021-03-30 12:30:55','2021-03-30 09:30:55','',4335,'http://fl-hotel1.otelms.com/2021/03/30/4335-revision-v1/',0,'revision','',0),(4337,2,'2021-03-30 12:30:55','2021-03-30 09:30:55','<!-- wp:html -->\n<script type=\"text/javascript\">\n var myEventMethod = window.addEventListener ? \"addEventListener\" : \"attachEvent\"; \n var myEventListener = window[myEventMethod]; \n var myEventMessage = myEventMethod == \"attachEvent\" ? \"onmessage\" : \"message\"; \n myEventListener(myEventMessage, function(e) { \n if (e.data === parseInt(e.data)) \n { document.getElementById(\"my-iframe-id\").height = e.data + \"px\"; console.log(e.data); \n } \n }, false); \n document.addEventListener(\"DOMContentLoaded\", function(event) {\n var url = \'https://book-pmaby.otelms.com/\';\n /*if (document.body.clientWidth > 767) {\n url = \"https://pmaby-book.otelms.com/bookit/step1/?inline=true\"\n }\n else {\n url = \"https://pmaby-book-m.otelms.com/bookit/step1/?inline=true\"\n };\n */\n document.getElementById(\"my-iframe-id\").src = url;\n });\n</script>\n<div style=\"padding:0 300px;\">\n <iframe id=\"my-iframe-id\" src=\"\" style=\"border: 0;\" width=\"100%\" height=\"240\" scrolling=\"no\"></iframe>\n</div>\n<!-- /wp:html -->','Бронирование онлайн','','inherit','closed','closed','','4335-revision-v1','','','2021-03-30 12:30:55','2021-03-30 09:30:55','',4335,'http://fl-hotel1.otelms.com/2021/03/30/4335-revision-v1/',0,'revision','',0),(4338,2,'2021-03-30 12:31:33','2021-03-30 09:31:33','<!-- wp:html -->\n<script type=\"text/javascript\">\n var myEventMethod = window.addEventListener ? \"addEventListener\" : \"attachEvent\"; \n var myEventListener = window[myEventMethod]; \n var myEventMessage = myEventMethod == \"attachEvent\" ? \"onmessage\" : \"message\"; \n myEventListener(myEventMessage, function(e) { \n if (e.data === parseInt(e.data)) \n { document.getElementById(\"my-iframe-id\").height = e.data + \"px\"; console.log(e.data); \n } \n }, false); \n document.addEventListener(\"DOMContentLoaded\", function(event) {\n var url = \'https://book-pmaby.otelms.com/\';\n /*if (document.body.clientWidth > 767) {\n url = \"https://pmaby-book.otelms.com/bookit/step1/?inline=true\"\n }\n else {\n url = \"https://pmaby-book-m.otelms.com/bookit/step1/?inline=true\"\n };\n */\n document.getElementById(\"my-iframe-id\").src = url;\n });\n</script>\n<div>\n <iframe id=\"my-iframe-id\" src=\"\" style=\"border: 0;\" width=\"100%\" height=\"240\" scrolling=\"no\"></iframe>\n</div>\n<!-- /wp:html -->','Бронирование онлайн','','inherit','closed','closed','','4335-revision-v1','','','2021-03-30 12:31:33','2021-03-30 09:31:33','',4335,'http://fl-hotel1.otelms.com/2021/03/30/4335-revision-v1/',0,'revision','',0),(4341,2,'2021-04-13 10:10:45','2021-04-13 07:10:45','<button>Open my gallery</button>','','','publish','closed','closed','','4341-2','','','2021-12-02 14:35:20','2021-12-02 11:35:20','',0,'http://fl-hotel1.otelms.com/?page_id=4341',0,'page','',0),(4355,2,'2021-12-02 14:16:54','2021-12-02 11:16:54','<p>[advanced_iframe src=\"https://booking-wizard.otelms.com\" width=\"100%\" height=\"600\"]</p>','','','inherit','closed','closed','','4341-revision-v1','','','2021-12-02 14:16:54','2021-12-02 11:16:54','',4341,'http://fl-hotel1.otelms.com/2021/12/02/4341-revision-v1/',0,'revision','',0),(4342,2,'2021-04-13 10:07:02','2021-04-13 07:07:02','<input type=\"text\">','','','inherit','closed','closed','','4341-revision-v1','','','2021-04-13 10:07:02','2021-04-13 07:07:02','',4341,'http://fl-hotel1.otelms.com/2021/04/13/4341-revision-v1/',0,'revision','',0),(4343,2,'2021-04-13 10:07:02','2021-04-13 07:07:02','<input type=\"text\">','','','inherit','closed','closed','','4341-revision-v1','','','2021-04-13 10:07:02','2021-04-13 07:07:02','',4341,'http://fl-hotel1.otelms.com/2021/04/13/4341-revision-v1/',0,'revision','',0),(4344,2,'2021-04-13 10:09:18','2021-04-13 07:09:18','<p>Допустим имя: <input type=\"text\"></p>\n\n<p>Допустим фамилия: <input type=\"text\"></p>\n\n<p>Допустим телефон: <input type=\"number\"></p>\n\n<p>Допустим что-то еще: <input type=\"text\"></p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','4341-revision-v1','','','2021-04-13 10:09:18','2021-04-13 07:09:18','',4341,'http://fl-hotel1.otelms.com/2021/04/13/4341-revision-v1/',0,'revision','',0),(4345,2,'2021-04-13 10:10:18','2021-04-13 07:10:18','<p>Допустим имя: <input type=\"text\"></p>\n\n<p>Допустим фамилия: <input type=\"text\"></p>\n\n<p>Допустим телефон: <input type=\"number\"></p>\n\n<p>Допустим что-то еще: <input type=\"text\"></p>\n\n<!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\">Кнопочка которая не делает ничего</a></div>\n<!-- /wp:button -->','','','inherit','closed','closed','','4341-revision-v1','','','2021-04-13 10:10:18','2021-04-13 07:10:18','',4341,'http://fl-hotel1.otelms.com/2021/04/13/4341-revision-v1/',0,'revision','',0),(4346,2,'2021-04-13 10:37:19','2021-04-13 07:37:19','<!-- Global site tag (gtag.js) - Google Analytics -->\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-L0CRTH7Z1R\"></script>\r\n<script>\r\n window.dataLayer = window.dataLayer || [];\r\n function gtag(){dataLayer.push(arguments);}\r\n gtag(\'js\', new Date());\r\n\r\n gtag(\'config\', \'G-L0CRTH7Z1R\');\r\n</script>','','','publish','closed','closed','','4346','','','2021-04-13 10:37:19','2021-04-13 07:37:19','',0,'http://fl-hotel1.otelms.com/?post_type=custom-css-js&p=4346',0,'custom-css-js','',0),(4348,2,'2021-04-13 11:17:13','2021-04-13 08:17:13','<!-- Global site tag (gtag.js) - Google Analytics -->\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-L0CRTH7Z1R\"></script>\r\n<script>\r\n window.dataLayer = window.dataLayer || [];\r\n function gtag(){dataLayer.push(arguments);}\r\n gtag(\'js\', new Date());\r\n\r\n gtag(\'config\', \'G-L0CRTH7Z1R\');\r\n</script>','jsforgtag','','publish','closed','closed','','jsforgtag','','','2021-04-13 11:17:13','2021-04-13 08:17:13','',0,'http://fl-hotel1.otelms.com/?post_type=custom-css-js&p=4348',0,'custom-css-js','',0),(4366,2,'2022-05-26 15:44:43','0000-00-00 00:00:00','','Черновик','','auto-draft','closed','open','','','','','2022-05-26 15:44:43','0000-00-00 00:00:00','',0,'http://fl-hotel1.otelms.com/?p=4366',0,'post','',0),(4351,2,'2021-07-20 18:12:07','2021-07-20 15:12:07','','Homepage','','inherit','closed','closed','','3720-revision-v1','','','2021-07-20 18:12:07','2021-07-20 15:12:07','',3720,'http://fl-hotel1.otelms.com/2021/07/20/3720-revision-v1/',0,'revision','',0),(4358,2,'2021-12-02 14:32:10','2021-12-02 11:32:10','<a href=\"[fwdrl gallery="1"].\"><img class=\"alignnone wp-image-4272 size-medium\" src=\"http://fl-hotel1.otelms.com/wp-content/uploads/2019/06/newlogo-300x136.png\" alt=\"\" width=\"300\" height=\"136\" /></a>','','','inherit','closed','closed','','4341-revision-v1','','','2021-12-02 14:32:10','2021-12-02 11:32:10','',4341,'http://fl-hotel1.otelms.com/2021/12/02/4341-revision-v1/',0,'revision','',0),(4359,2,'2021-12-02 14:33:08','2021-12-02 11:33:08','<a href=\"[fwdrl gallery="1"]\"><img class=\"alignnone wp-image-4272 size-medium\" src=\"http://fl-hotel1.otelms.com/wp-content/uploads/2019/06/newlogo-300x136.png\" alt=\"\" width=\"300\" height=\"136\" /></a>','','','inherit','closed','closed','','4341-revision-v1','','','2021-12-02 14:33:08','2021-12-02 11:33:08','',4341,'http://fl-hotel1.otelms.com/2021/12/02/4341-revision-v1/',0,'revision','',0),(4360,2,'2021-12-02 14:35:01','2021-12-02 11:35:01','<a href=\"[fwdrl gallery="1"]\"><img class=\"alignnone wp-image-4272 size-medium\" src=\"http://fl-hotel1.otelms.com/wp-content/uploads/2019/06/newlogo-300x136.png\" alt=\"\" width=\"300\" height=\"136\" data-wp-editing=\"1\" /></a>','','','inherit','closed','closed','','4341-autosave-v1','','','2021-12-02 14:35:01','2021-12-02 11:35:01','',4341,'http://fl-hotel1.otelms.com/2021/12/02/4341-autosave-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_order` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (3977,35,0),(3983,35,0),(3984,35,0),(3985,35,0),(3986,35,0),(3987,35,0),(56,38,0),(56,47,0),(56,50,0),(59,28,0),(59,36,0),(59,38,0),(59,39,0),(64,28,0),(64,33,0),(64,47,0),(64,32,0),(64,39,0),(70,28,0),(70,38,0),(70,39,0),(70,48,0),(102,38,0),(102,47,0),(102,50,0),(67,36,0),(67,47,0),(67,50,0),(67,48,0),(74,32,0),(74,36,0),(74,47,0),(76,28,0),(76,36,0),(76,38,0),(76,39,0),(79,33,0),(79,47,0),(79,50,0),(79,48,0),(867,4,0),(931,32,0),(931,48,0),(931,33,0),(931,36,0),(931,50,0),(932,31,0),(932,41,0),(932,50,0),(932,39,0),(933,31,0),(933,41,0),(933,49,0),(933,32,0),(2211,4,0),(4287,52,0),(862,4,0),(3584,37,0),(3584,40,0),(3584,44,0),(3584,43,0),(3595,40,0),(3595,44,0),(3595,46,0),(3595,43,0),(3596,40,0),(3596,44,0),(3596,45,0),(3596,43,0),(3599,43,0),(3601,43,0),(3601,44,0),(3601,46,0),(3602,34,0),(3602,44,0),(3602,46,0),(3602,43,0),(4110,52,0),(4161,53,0),(4162,53,0),(4163,53,0),(4164,53,0),(4165,53,0),(4166,53,0),(4167,53,0),(4168,53,0),(4169,53,0),(4170,53,0),(4171,53,0),(4172,53,0),(4173,53,0),(4174,53,0),(4175,53,0),(4176,53,0),(4177,53,0),(4178,53,0),(4179,53,0),(4180,53,0),(4181,53,0),(4182,53,0),(4183,53,0),(4184,53,0),(4185,53,0),(4196,51,0),(4197,51,0),(4198,51,0),(4199,51,0),(4200,51,0),(4201,51,0),(4202,51,0),(4203,51,0),(4204,51,0),(4205,51,0),(4208,52,0),(4225,51,0),(4226,51,0),(4239,52,0),(4252,52,0),(4255,52,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=60 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(4,4,'category','',0,3),(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,'post_tag','',0,0),(17,17,'post_tag','',0,0),(18,18,'post_tag','',0,0),(19,19,'post_tag','',0,0),(20,20,'post_tag','',0,0),(21,21,'post_tag','',0,0),(22,22,'post_tag','',0,0),(23,23,'post_tag','',0,0),(24,24,'post_tag','',0,0),(25,25,'post_tag','',0,0),(26,26,'post_tag','',0,0),(27,27,'portfolio_category','',0,0),(28,28,'portfolio_tag','',0,4),(29,29,'room_tag','',0,0),(30,30,'room_tag','',0,0),(31,31,'portfolio_tag','',0,2),(32,32,'portfolio_category','',27,4),(33,33,'portfolio_tag','',0,3),(34,34,'room_tag','',0,1),(35,35,'hostel_room_category','',0,6),(36,36,'portfolio_tag','',0,5),(37,37,'room_tag','',0,1),(38,38,'portfolio_tag','',0,5),(39,39,'portfolio_category','',27,5),(40,40,'room_tag','',0,3),(41,41,'portfolio_tag','',0,2),(42,42,'room_tag','',0,0),(43,43,'room_category','',0,6),(44,44,'room_tag','',0,5),(45,45,'room_tag','',0,1),(46,46,'room_tag','',0,3),(47,47,'portfolio_tag','',0,6),(48,48,'portfolio_category','',27,4),(49,49,'portfolio_tag','',0,1),(50,50,'portfolio_tag','',0,6),(51,51,'nav_menu','',0,12),(52,52,'nav_menu','',0,6),(53,53,'nav_menu','',0,25),(54,54,'post_format','',0,0),(55,55,'post_format','',0,0),(56,56,'post_format','',0,0),(57,57,'post_format','',0,0),(58,58,'post_format','',0,0),(59,59,'post_format','',0,0);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=60 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Без рубрики','%d0%b1%d0%b5%d0%b7-%d1%80%d1%83%d0%b1%d1%80%d0%b8%d0%ba%d0%b8',0),(4,'Новости','news',0),(12,'Animal','animal',0),(13,'Aside','aside',0),(14,'Audio','audio',0),(15,'Blog','blog',0),(16,'Business','business',0),(17,'Gallery Thumbnail','gallery-thumbnail',0),(18,'identity','identity-2',0),(19,'Life Style','life-style',0),(20,'Link','link',0),(21,'News','news',0),(22,'Post format','post-format',0),(23,'Quote','quote',0),(24,'Safari','safari',0),(25,'Travel','travel',0),(26,'Video','video',0),(27,'All','all',0),(28,'Branding','branding',0),(29,'Deluxe','deluxe',0),(30,'Family','family',0),(31,'Fashion','fashion',0),(32,'Flyers','flyers',0),(33,'Flyers','flyers',0),(34,'Grand','grand',0),(35,'Hostel','hostel',0),(36,'Identity','identity',0),(37,'Junior','junior',0),(38,'Logo','logo',0),(39,'Logo','logo',0),(40,'Luxury','luxury',0),(41,'Photograph','photograph',0),(42,'Premium','premium',0),(43,'room','room',0),(44,'Room','room',0),(45,'Standard','standard',0),(46,'Superior','superior',0),(47,'Typography','typography',0),(48,'Typography','typography',0),(49,'Vacation','vacation',0),(50,'Website','website',0),(51,'Features','features',0),(52,'Main menu','main-menu',0),(53,'Shortcodes','shortcodes',0),(54,'Link','post-format-link',0),(55,'Aside','post-format-aside',0),(56,'Audio','post-format-audio',0),(57,'Gallery','post-format-gallery',0),(58,'Video','post-format-video',0),(59,'Quote','post-format-quote',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=52 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','floran'),(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','master_1_0_view_help,text_widget_paste_html,text_widget_custom_html,theme_editor_notice'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"366a1c070d90a491c40ba7f979ab035210f22a4240de5618ceca4b4d4039f2d4\";a:4:{s:10:\"expiration\";i:1651302977;s:2:\"ip\";s:13:\"178.141.52.64\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36\";s:5:\"login\";i:1650093377;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','4363'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"178.141.219.0\";}'),(22,1,'wp_user-settings','editor=tinymce&libraryContent=browse'),(23,1,'wp_user-settings-time','1560180125'),(19,1,'nav_menu_recently_edited','52'),(20,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(21,1,'metaboxhidden_nav-menus','a:14:{i:0;s:25:\"add-post-type-hostel_room\";i:1;s:21:\"add-post-type-service\";i:2;s:20:\"add-post-type-coupon\";i:3;s:18:\"add-post-type-room\";i:4;s:23:\"add-post-type-portfolio\";i:5;s:12:\"add-post_tag\";i:6;s:15:\"add-post_format\";i:7;s:24:\"add-hostel_room_category\";i:8;s:19:\"add-hostel_room_tag\";i:9;s:17:\"add-room_category\";i:10;s:12:\"add-room_tag\";i:11;s:22:\"add-portfolio_category\";i:12;s:17:\"add-portfolio_tag\";i:13;s:17:\"add-page_category\";}'),(24,2,'nickname','hotel1'),(25,2,'first_name',''),(26,2,'last_name',''),(27,2,'description',''),(28,2,'rich_editing','true'),(29,2,'syntax_highlighting','true'),(30,2,'comment_shortcuts','false'),(31,2,'admin_color','fresh'),(32,2,'use_ssl','0'),(33,2,'show_admin_bar_front','true'),(34,2,'locale',''),(35,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(36,2,'wp_user_level','10'),(37,2,'dismissed_wp_pointers','theme_editor_notice,master_1_0_view_help'),(38,2,'session_tokens','a:1:{s:64:\"b6b8d4ffb29df327311258ef3ceb6adcb5657fdc64affeb923626e0c08f4274a\";a:4:{s:10:\"expiration\";i:1653741881;s:2:\"ip\";s:13:\"188.170.87.51\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0\";s:5:\"login\";i:1653569081;}}'),(39,2,'wp_dashboard_quick_press_last_post_id','4366'),(40,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"188.170.87.0\";}'),(41,2,'nav_menu_recently_edited','52'),(42,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(43,2,'metaboxhidden_nav-menus','a:14:{i:0;s:25:\"add-post-type-hostel_room\";i:1;s:21:\"add-post-type-service\";i:2;s:20:\"add-post-type-coupon\";i:3;s:18:\"add-post-type-room\";i:4;s:23:\"add-post-type-portfolio\";i:5;s:12:\"add-post_tag\";i:6;s:15:\"add-post_format\";i:7;s:24:\"add-hostel_room_category\";i:8;s:19:\"add-hostel_room_tag\";i:9;s:17:\"add-room_category\";i:10;s:12:\"add-room_tag\";i:11;s:22:\"add-portfolio_category\";i:12;s:17:\"add-portfolio_tag\";i:13;s:17:\"add-page_category\";}'),(44,2,'closedpostboxes_page','a:0:{}'),(45,2,'metaboxhidden_page','a:0:{}'),(46,2,'closedpostboxes_toplevel_page_advanced-iframe','a:35:{i:0;s:18:\"id-options-display\";i:1;s:16:\"id-options-debug\";i:2;s:27:\"id-options-check-monitoring\";i:3;s:23:\"id-options-other-iframe\";i:4;s:16:\"id-options-share\";i:5;s:20:\"id-options-technical\";i:6;s:17:\"id-options-delete\";i:7;s:17:\"id-options-widget\";i:8;s:15:\"id-options-vote\";i:9;s:20:\"id-advanced-features\";i:10;s:16:\"id-advanced-part\";i:11;s:16:\"id-advanced-hide\";i:12;s:25:\"id-advanced-modify-iframe\";i:13;s:25:\"id-advanced-modify-parent\";i:14;s:17:\"id-advanced-layer\";i:15;s:16:\"id-advanced-zoom\";i:16;s:16:\"id-advanced-lazy\";i:17;s:22:\"id-advanced-parameters\";i:18;s:23:\"id-external-ai-overview\";i:19;s:27:\"id-external-ai-config-files\";i:20;s:31:\"id-external-ai-config-files-url\";i:21;s:17:\"id-files-overview\";i:22;s:14:\"id-file-parent\";i:23;s:14:\"id-file-iframe\";i:24;s:16:\"id-files-include\";i:25;s:14:\"id-file-parent\";i:26;s:13:\"id-help-video\";i:27;s:11:\"id-help-faq\";i:28;s:13:\"id-help-forum\";i:29;s:15:\"id-help-support\";i:30;s:10:\"id-help-id\";i:31;s:14:\"id-help-jquery\";i:32;s:15:\"id-help-browser\";i:33;s:21:\"id-help-communication\";i:34;s:11:\"id-help-twg\";}'),(47,2,'metaboxhidden_toplevel_page_advanced-iframe','a:35:{i:0;s:23:\"id-options-registration\";i:1;s:21:\"id-options-quickstart\";i:2;s:18:\"id-options-display\";i:3;s:16:\"id-options-debug\";i:4;s:27:\"id-options-check-monitoring\";i:5;s:23:\"id-options-other-iframe\";i:6;s:16:\"id-options-share\";i:7;s:20:\"id-options-technical\";i:8;s:17:\"id-options-delete\";i:9;s:17:\"id-options-widget\";i:10;s:15:\"id-options-vote\";i:11;s:15:\"id-default-help\";i:12;s:19:\"id-default-examples\";i:13;s:19:\"id-default-settings\";i:14;s:20:\"id-external-overview\";i:15;s:21:\"id-external-subdomain\";i:16;s:21:\"id-external-different\";i:17;s:26:\"id-external-ai-config-post\";i:18;s:23:\"id-external-ai-overview\";i:19;s:27:\"id-external-ai-config-files\";i:20;s:31:\"id-external-ai-config-files-url\";i:21;s:17:\"id-files-overview\";i:22;s:14:\"id-file-parent\";i:23;s:14:\"id-file-iframe\";i:24;s:16:\"id-files-include\";i:25;s:14:\"id-file-parent\";i:26;s:13:\"id-help-video\";i:27;s:11:\"id-help-faq\";i:28;s:13:\"id-help-forum\";i:29;s:15:\"id-help-support\";i:30;s:10:\"id-help-id\";i:31;s:14:\"id-help-jquery\";i:32;s:15:\"id-help-browser\";i:33;s:21:\"id-help-communication\";i:34;s:11:\"id-help-twg\";}'),(48,2,'wp_user-settings','editor=tinymce&hidetb=1&libraryContent=browse'),(49,2,'wp_user-settings-time','1638444648'),(50,1,'duplicator_admin_notices','a:1:{s:16:\"rate_us_feedback\";s:4:\"true\";}'),(51,2,'duplicator_admin_notices','a:1:{s:16:\"rate_us_feedback\";s:5:\"false\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'floran','$P$BEhisxITk0FlUqmP4qwVPWZFeWLnQd0','floran','floranzz1@gmail.com','','2019-06-04 10:31:29','',0,'floran'),(2,'hotel1','$P$BJzr8Spe8/ekFZQG.7XVuKyryD3w0g1','hotel1','mail@hotel1.otelms.com','','2020-07-03 10:24:30','',0,'hotel1');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
/* Duplicator WordPress Timestamp: 2022-05-26 12:58:23*/
/* DUPLICATOR_MYSQLDUMP_EOF */